Package cz.o2.proxima.core.storage
Class Partition.IntegerPartition
- java.lang.Object
-
- cz.o2.proxima.core.storage.Partition.IntegerPartition
-
- Enclosing interface:
- Partition
public static final class Partition.IntegerPartition extends java.lang.Object implements Partition
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cz.o2.proxima.core.storage.Partition
Partition.IntegerPartition
-
-
Constructor Summary
Constructors Constructor Description IntegerPartition(int id)Creates a newIntegerPartitioninstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetId()Numerical identifier of the partition.inthashCode()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cz.o2.proxima.core.storage.Partition
compareTo, getMaxTimestamp, getMinTimestamp, isBounded, isSplittable, size, split
-
-
-
-
Method Detail
-
getId
public int getId()
Numerical identifier of the partition.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-