Uses of Interface
org.apache.hadoop.io.WritableComparable
Packages that use WritableComparable
Package
Description
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
(DEPRECATED) Hadoop record I/O contains classes and a record description language
translator for simplifying serialization and deserialization of records in a
language-neutral manner.
-
Uses of WritableComparable in org.apache.hadoop.io
Classes in org.apache.hadoop.io with type parameters of type WritableComparableModifier and TypeClassDescriptionclassSortedMapWritable<K extends WritableComparable<? super K>>A Writable SortedMap.Classes in org.apache.hadoop.io that implement WritableComparableModifier and TypeClassDescriptionclassA WritableComparable for booleans.classA byte sequence that is usable as a key or value.classA WritableComparable for a single byte.classWritable for Double values.classA WritableComparable for floats.classA WritableComparable for ints.classA WritableComparable for longs.classA Writable for MD5 hash values.classSingleton Writable with no data.classA WritableComparable for shorts.classThis class stores text using standard UTF8 encoding.classA WritableComparable for integer values stored in variable-length format.classA WritableComparable for longs in a variable-length format.Methods in org.apache.hadoop.io that return WritableComparableModifier and TypeMethodDescriptionWritableComparator.newKey()Construct a newWritableComparableinstance.Methods in org.apache.hadoop.io that return types with arguments of type WritableComparableModifier and TypeMethodDescriptionClass<? extends WritableComparable>WritableComparator.getKeyClass()Returns the WritableComparable implementation class.Methods in org.apache.hadoop.io with parameters of type WritableComparableModifier and TypeMethodDescriptionintWritableComparator.compare(WritableComparable a, WritableComparable b) Compare two WritableComparables.Method parameters in org.apache.hadoop.io with type arguments of type WritableComparableModifier and TypeMethodDescriptionstatic WritableComparatorWritableComparator.get(Class<? extends WritableComparable> c) For backwards compatibility.static WritableComparatorWritableComparator.get(Class<? extends WritableComparable> c, Configuration conf) Get a comparator for aWritableComparableimplementation.Constructor parameters in org.apache.hadoop.io with type arguments of type WritableComparableModifierConstructorDescriptionprotectedWritableComparator(Class<? extends WritableComparable> keyClass) Construct for aWritableComparableimplementation.protectedWritableComparator(Class<? extends WritableComparable> keyClass, boolean createInstances) protectedWritableComparator(Class<? extends WritableComparable> keyClass, Configuration conf, boolean createInstances) -
Uses of WritableComparable in org.apache.hadoop.mapred
Classes in org.apache.hadoop.mapred that implement WritableComparableModifier and TypeClassDescriptionclassA general identifier, which internally stores the id as an integer.classJobID represents the immutable and unique identifier for the job.classTaskAttemptID represents the immutable and unique identifier for a task attempt.classTaskID represents the immutable and unique identifier for a Map or Reduce Task.Methods in org.apache.hadoop.mapred with type parameters of type WritableComparableModifier and TypeMethodDescriptionstatic <K extends WritableComparable,V extends Writable>
WritableMapFileOutputFormat.getEntry(org.apache.hadoop.io.MapFile.Reader[] readers, Partitioner<K, V> partitioner, K key, V value) Get an entry from output generated by this class.Methods in org.apache.hadoop.mapred that return types with arguments of type WritableComparableModifier and TypeMethodDescriptionMapFileOutputFormat.getRecordWriter(FileSystem ignored, JobConf job, String name, Progressable progress) static Class<? extends WritableComparable>SequenceFileAsBinaryOutputFormat.getSequenceFileOutputKeyClass(JobConf conf) Get the key class for theSequenceFile -
Uses of WritableComparable in org.apache.hadoop.mapred.join
Classes in org.apache.hadoop.mapred.join with type parameters of type WritableComparableModifier and TypeInterfaceDescriptioninterfaceComposableInputFormat<K extends WritableComparable,V extends Writable> Refinement of InputFormat requiring implementors to provide ComposableRecordReader instead of RecordReader.interfaceComposableRecordReader<K extends WritableComparable,V extends Writable> Additional operations required of a RecordReader to participate in a join.classCompositeInputFormat<K extends WritableComparable>An InputFormat capable of performing joins over a set of data sources sorted and partitioned the same way.classCompositeRecordReader<K extends WritableComparable,V extends Writable, X extends Writable> A RecordReader that can effect joins of RecordReaders sharing a common key type and partitioning.classInnerJoinRecordReader<K extends WritableComparable>Full inner join.classJoinRecordReader<K extends WritableComparable>Base class for Composite joins returning Tuples of arbitrary Writables.classMultiFilterRecordReader<K extends WritableComparable,V extends Writable> Base class for Composite join returning values derived from multiple sources, but generally not tuples.classOuterJoinRecordReader<K extends WritableComparable>Full outer join.classOverrideRecordReader<K extends WritableComparable,V extends Writable> Prefer the "rightmost" data source for this key.classWrappedRecordReader<K extends WritableComparable,U extends Writable> Proxy class for a RecordReader participating in the join framework. -
Uses of WritableComparable in org.apache.hadoop.mapred.lib.aggregate
Classes in org.apache.hadoop.mapred.lib.aggregate with type parameters of type WritableComparableModifier and TypeClassDescriptionclassValueAggregatorCombiner<K1 extends WritableComparable,V1 extends Writable> This class implements the generic combiner of Aggregate.classValueAggregatorJobBase<K1 extends WritableComparable,V1 extends Writable> This abstract class implements some common functionalities of the the generic mapper, reducer and combiner classes of Aggregate.classValueAggregatorMapper<K1 extends WritableComparable,V1 extends Writable> This class implements the generic mapper of Aggregate.classValueAggregatorReducer<K1 extends WritableComparable,V1 extends Writable> This class implements the generic reducer of Aggregate. -
Uses of WritableComparable in org.apache.hadoop.mapreduce
Classes in org.apache.hadoop.mapreduce that implement WritableComparableModifier and TypeClassDescriptionclassA general identifier, which internally stores the id as an integer.classJobID represents the immutable and unique identifier for the job.classTaskAttemptID represents the immutable and unique identifier for a task attempt.classTaskID represents the immutable and unique identifier for a Map or Reduce Task. -
Uses of WritableComparable in org.apache.hadoop.mapreduce.lib.aggregate
Classes in org.apache.hadoop.mapreduce.lib.aggregate with type parameters of type WritableComparableModifier and TypeClassDescriptionclassValueAggregatorCombiner<K1 extends WritableComparable<?>,V1 extends Writable> This class implements the generic combiner of Aggregate.classValueAggregatorJobBase<K1 extends WritableComparable<?>,V1 extends Writable> This abstract class implements some common functionalities of the the generic mapper, reducer and combiner classes of Aggregate.classValueAggregatorMapper<K1 extends WritableComparable<?>,V1 extends Writable> This class implements the generic mapper of Aggregate.classValueAggregatorReducer<K1 extends WritableComparable<?>,V1 extends Writable> This class implements the generic reducer of Aggregate. -
Uses of WritableComparable in org.apache.hadoop.mapreduce.lib.join
Classes in org.apache.hadoop.mapreduce.lib.join with type parameters of type WritableComparableModifier and TypeClassDescriptionclassComposableInputFormat<K extends WritableComparable<?>,V extends Writable> Refinement of InputFormat requiring implementors to provide ComposableRecordReader instead of RecordReader.classComposableRecordReader<K extends WritableComparable<?>,V extends Writable> Additional operations required of a RecordReader to participate in a join.classCompositeInputFormat<K extends WritableComparable>An InputFormat capable of performing joins over a set of data sources sorted and partitioned the same way.classCompositeRecordReader<K extends WritableComparable<?>,V extends Writable, X extends Writable> A RecordReader that can effect joins of RecordReaders sharing a common key type and partitioning.classInnerJoinRecordReader<K extends WritableComparable<?>>Full inner join.classJoinRecordReader<K extends WritableComparable<?>>Base class for Composite joins returning Tuples of arbitrary Writables.classMultiFilterRecordReader<K extends WritableComparable<?>,V extends Writable> Base class for Composite join returning values derived from multiple sources, but generally not tuples.classOuterJoinRecordReader<K extends WritableComparable<?>>Full outer join.classOverrideRecordReader<K extends WritableComparable<?>,V extends Writable> Prefer the "rightmost" data source for this key.classWrappedRecordReader<K extends WritableComparable<?>,U extends Writable> Proxy class for a RecordReader participating in the join framework.Fields in org.apache.hadoop.mapreduce.lib.join declared as WritableComparableFields in org.apache.hadoop.mapreduce.lib.join with type parameters of type WritableComparableModifier and TypeFieldDescriptionprotected Class<? extends WritableComparable>CompositeRecordReader.keyclass -
Uses of WritableComparable in org.apache.hadoop.mapreduce.lib.output
Methods in org.apache.hadoop.mapreduce.lib.output with type parameters of type WritableComparableModifier and TypeMethodDescriptionstatic <K extends WritableComparable<?>,V extends Writable>
WritableMapFileOutputFormat.getEntry(org.apache.hadoop.io.MapFile.Reader[] readers, Partitioner<K, V> partitioner, K key, V value) Get an entry from output generated by this class.Methods in org.apache.hadoop.mapreduce.lib.output that return types with arguments of type WritableComparableModifier and TypeMethodDescriptionMapFileOutputFormat.getRecordWriter(TaskAttemptContext context) static Class<? extends WritableComparable>SequenceFileAsBinaryOutputFormat.getSequenceFileOutputKeyClass(JobContext job) Get the key class for theSequenceFile -
Uses of WritableComparable in org.apache.hadoop.record
Classes in org.apache.hadoop.record that implement WritableComparableConstructor parameters in org.apache.hadoop.record with type arguments of type WritableComparableModifierConstructorDescriptionprotectedRecordComparator(Class<? extends WritableComparable> recordClass) Deprecated.Construct a rawRecordcomparison implementation.