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

    makeStringHashInput

    Methods inherited from class io.datarouter.model.key.entity.base.BaseStringEntityPartitioner

    getPartition

    Methods inherited from class io.datarouter.model.key.entity.base.BaseEntityPartitioner

    getAllPartitions, getAllPrefixes, getAllPrefixesArray, getNextPrefix, getNumPartitions, getNumPrefixBytes, getPrefix, getPrefix, isLastPartition, parsePartitionFromBytes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.datarouter.model.key.entity.EntityPartitioner

    scanAllPartitions, scanAllPrefixes, scanPartitions, scanPrefixes