T
- generic type.@InterfaceAudience.Public
@InterfaceStability.Unstable
public class JavaSerializationComparator<T extends Serializable & Comparable<T>>
extends org.apache.hadoop.io.serializer.DeserializerComparator<T>
A RawComparator
that uses a JavaSerialization
Deserializer
to deserialize objects that are then compared via
their Comparable
interfaces.
JavaSerialization
Constructor and Description |
---|
JavaSerializationComparator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
@InterfaceAudience.Private public JavaSerializationComparator() throws IOException
IOException
Copyright © 2024 Apache Software Foundation. All rights reserved.