Class TraceEntityPartitioner
java.lang.Object
io.datarouter.model.key.entity.base.BaseEntityPartitioner<EK>
io.datarouter.model.key.entity.base.BaseStringEntityPartitioner<EK>
io.datarouter.model.key.entity.base.BaseStringDjb16EntityPartitioner<EK>
io.datarouter.trace.storage.entity.BaseTraceEntityPartitioner<TraceEntityKey>
io.datarouter.trace.storage.entity.TraceEntityPartitioner
- All Implemented Interfaces:
io.datarouter.model.key.entity.EntityPartitioner<TraceEntityKey>
public class TraceEntityPartitioner extends BaseTraceEntityPartitioner<TraceEntityKey>
-
Constructor Summary
Constructors Constructor Description TraceEntityPartitioner() -
Method Summary
Methods inherited from class io.datarouter.trace.storage.entity.BaseTraceEntityPartitioner
makeStringHashInputMethods inherited from class io.datarouter.model.key.entity.base.BaseStringEntityPartitioner
getPartitionMethods inherited from class io.datarouter.model.key.entity.base.BaseEntityPartitioner
getAllPartitions, getAllPrefixes, getAllPrefixesArray, getNextPrefix, getNumPartitions, getNumPrefixBytes, getPrefix, getPrefix, isLastPartition, parsePartitionFromBytes
-
Constructor Details
-
TraceEntityPartitioner
public TraceEntityPartitioner()
-