Class DefaultEntityPartitioner<EK extends EntityKey<EK>>
java.lang.Object
io.datarouter.model.key.entity.base.BaseEntityPartitioner<EK>
io.datarouter.model.key.entity.base.BaseByteArrayEntityPartitioner<EK>
io.datarouter.model.key.entity.base.DefaultEntityPartitioner<EK>
- All Implemented Interfaces:
EntityPartitioner<EK>
public class DefaultEntityPartitioner<EK extends EntityKey<EK>> extends BaseByteArrayEntityPartitioner<EK>
-
Constructor Summary
Constructors Constructor Description DefaultEntityPartitioner() -
Method Summary
Modifier and Type Method Description byte[]makeByteArrayHashInput(EK ek)Methods inherited from class io.datarouter.model.key.entity.base.BaseByteArrayEntityPartitioner
getPartitionMethods inherited from class io.datarouter.model.key.entity.base.BaseEntityPartitioner
getAllPartitions, getAllPrefixes, getAllPrefixesArray, getNextPrefix, getNumPartitions, getNumPrefixBytes, getPrefix, getPrefix, isLastPartition, parsePartitionFromBytesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.datarouter.model.key.entity.EntityPartitioner
scanAllPartitions, scanAllPrefixes, scanPartitions, scanPrefixes
-
Constructor Details
-
DefaultEntityPartitioner
public DefaultEntityPartitioner()
-
-
Method Details
-
makeByteArrayHashInput
- Specified by:
makeByteArrayHashInputin classBaseByteArrayEntityPartitioner<EK extends EntityKey<EK>>
-