Class TestEntity.TestTraceEntityPartitioner

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<TestEntity.TestTraceEntityKey>
io.datarouter.client.hbase.test.TestEntity.TestTraceEntityPartitioner
All Implemented Interfaces:
io.datarouter.model.key.entity.EntityPartitioner<TestEntity.TestTraceEntityKey>
Enclosing class:
TestEntity

public static class TestEntity.TestTraceEntityPartitioner
extends io.datarouter.model.key.entity.base.BaseStringDjb16EntityPartitioner<TestEntity.TestTraceEntityKey>
  • Constructor Summary

    Constructors 
    Constructor Description
    TestTraceEntityPartitioner()  
  • Method Summary

    Modifier and Type Method Description
    protected java.lang.String makeStringHashInput​(TestEntity.TestTraceEntityKey ek)  

    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