| Interface | Description | 
|---|---|
| TotalOrderPartitioner.Node<T> | Interface to the partitioner to locate a key in the partition keyset. | 
| Class | Description | 
|---|---|
| ReverseAvroComparator<T> | |
| ReverseWritableComparator<T> | |
| SortFns | A set of  DoFns that are used by Crunch'sSortlibrary. | 
| SortFns.AvroGenericFn<V extends Tuple> | Pulls a composite set of keys from an Avro  GenericRecordinstance. | 
| SortFns.KeyExtraction<V extends Tuple> | Utility class for encapsulating key extraction logic and serialization information about
 key extraction. | 
| SortFns.SingleKeyFn<V extends Tuple,K> | Extracts a single indexed key from a  Tupleinstance. | 
| SortFns.TupleKeyFn<V extends Tuple,K extends Tuple> | Extracts a composite key from a  Tupleinstance. | 
| TotalOrderPartitioner<K,V> | A partition-aware  Partitionerinstance that can work with either Avro or Writable-formatted
 keys. | 
| TotalOrderPartitioner.BinarySearchNode<K> | |
| TupleWritableComparator | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.