Uses of Class
io.datarouter.client.hbase.test.TestEntity.TestTraceEntityKey
| Package | Description |
|---|---|
| io.datarouter.client.hbase.test |
-
Uses of TestEntity.TestTraceEntityKey in io.datarouter.client.hbase.test
Methods in io.datarouter.client.hbase.test that return TestEntity.TestTraceEntityKey Modifier and Type Method Description TestEntity.TestTraceEntityKeyTestEntity.TestTraceKey. getEntityKey()TestEntity.TestTraceEntityKeyTestEntity.TestTraceSpanKey. getEntityKey()TestEntity.TestTraceEntityKeyTestEntity.TestTraceThreadKey. getEntityKey()Methods in io.datarouter.client.hbase.test with parameters of type TestEntity.TestTraceEntityKey Modifier and Type Method Description TestEntity.TestTraceEntityDatarouterEntityTestDao. getEntity(TestEntity.TestTraceEntityKey key)protected java.lang.StringTestEntity.TestTraceEntityPartitioner. makeStringHashInput(TestEntity.TestTraceEntityKey ek)TestEntity.TestTraceKeyTestEntity.TestTraceKey. prefixFromEntityKey(TestEntity.TestTraceEntityKey entityKey)TestEntity.TestTraceSpanKeyTestEntity.TestTraceSpanKey. prefixFromEntityKey(TestEntity.TestTraceEntityKey entityKey)TestEntity.TestTraceThreadKeyTestEntity.TestTraceThreadKey. prefixFromEntityKey(TestEntity.TestTraceEntityKey entityKey)Constructors in io.datarouter.client.hbase.test with parameters of type TestEntity.TestTraceEntityKey Constructor Description TestTraceEntity(TestEntity.TestTraceEntityKey key)