Class CassandraPartition
- java.lang.Object
-
- cz.o2.proxima.direct.core.batch.BoundedPartition
-
- cz.o2.proxima.direct.io.cassandra.CassandraPartition
-
public class CassandraPartition extends BoundedPartition
APartition
in Cassandra.- 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 CassandraPartition(int id, long minStamp, long maxStamp, long tokenStart, long tokenEnd, boolean endInclusive)
-
Method Summary
-
Methods inherited from class cz.o2.proxima.direct.core.batch.BoundedPartition
getId, isBounded, size, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cz.o2.proxima.core.storage.Partition
compareTo, getMaxTimestamp, getMinTimestamp, isSplittable, split
-
-