Class TestEntity.TestTraceSpanKey

java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<PK>
io.datarouter.model.key.primary.BasePrimaryKey<PK>
io.datarouter.model.key.primary.base.BaseEntityPrimaryKey<TestEntity.TestTraceEntityKey,​TestEntity.TestTraceSpanKey>
io.datarouter.client.hbase.test.TestEntity.TestTraceSpanKey
All Implemented Interfaces:
io.datarouter.model.field.FieldSet<TestEntity.TestTraceSpanKey>, io.datarouter.model.key.Key<TestEntity.TestTraceSpanKey>, io.datarouter.model.key.primary.EntityPrimaryKey<TestEntity.TestTraceEntityKey,​TestEntity.TestTraceSpanKey>, io.datarouter.model.key.primary.PrimaryKey<TestEntity.TestTraceSpanKey>, io.datarouter.model.key.unique.UniqueKey<TestEntity.TestTraceSpanKey>, io.datarouter.model.serialize.fielder.Fielder<TestEntity.TestTraceSpanKey>, io.datarouter.model.serialize.fielder.PrimaryKeyFielder<TestEntity.TestTraceSpanKey>, java.lang.Comparable<io.datarouter.model.field.FieldSet<TestEntity.TestTraceSpanKey>>
Enclosing class:
TestEntity

public static class TestEntity.TestTraceSpanKey
extends io.datarouter.model.key.primary.base.BaseEntityPrimaryKey<TestEntity.TestTraceEntityKey,​TestEntity.TestTraceSpanKey>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  TestEntity.TestTraceSpanKey.FieldKeys  
  • Field Summary

    Fields inherited from class io.datarouter.model.key.BaseKey

    NAME
  • Constructor Summary

    Constructors 
    Constructor Description
    TestTraceSpanKey()  
    TestTraceSpanKey​(java.lang.String id, java.lang.Long threadId, java.lang.Integer sequence)  
  • Method Summary

    Modifier and Type Method Description
    TestEntity.TestTraceEntityKey getEntityKey()  
    java.lang.String getId()  
    java.util.List<io.datarouter.model.field.Field<?>> getPostEntityKeyFields()  
    TestEntity.TestTraceSpanKey prefixFromEntityKey​(TestEntity.TestTraceEntityKey entityKey)  

    Methods inherited from class io.datarouter.model.key.primary.base.BaseEntityPrimaryKey

    getEntityKeyFields, getEntityKeyName, getFields

    Methods inherited from class io.datarouter.model.field.BaseFieldSet

    compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface io.datarouter.model.serialize.fielder.Fielder

    getFields

    Methods inherited from interface io.datarouter.model.field.FieldSet

    getFieldNames, getFieldValue, getFieldValues