Class BaseTraceEntityKey<EK extends io.datarouter.model.key.entity.base.BaseEntityKey<EK>>

java.lang.Object
io.datarouter.model.field.BaseFieldSet<EK>
io.datarouter.model.key.entity.base.BaseEntityKey<EK>
io.datarouter.trace.storage.entity.BaseTraceEntityKey<EK>
All Implemented Interfaces:
io.datarouter.model.field.FieldSet<EK>, io.datarouter.model.key.entity.EntityKey<EK>, io.datarouter.model.key.Key<EK>, io.datarouter.model.serialize.fielder.Fielder<EK>, java.lang.Comparable<io.datarouter.model.field.FieldSet<EK>>
Direct Known Subclasses:
TraceEntityKey

public abstract class BaseTraceEntityKey<EK extends io.datarouter.model.key.entity.base.BaseEntityKey<EK>>
extends io.datarouter.model.key.entity.base.BaseEntityKey<EK>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  BaseTraceEntityKey.FieldKeys  
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseTraceEntityKey()  
    BaseTraceEntityKey​(java.lang.String traceId)  
  • Method Summary

    Modifier and Type Method Description
    java.time.Duration getAge()  
    java.util.List<io.datarouter.model.field.Field<?>> getFields()  
    java.time.Instant getInstant()  
    java.lang.String getTraceEntityId()  

    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
  • Constructor Details

  • Method Details

    • getFields

      public java.util.List<io.datarouter.model.field.Field<?>> getFields()
    • getTraceEntityId

      public java.lang.String getTraceEntityId()
    • getInstant

      public java.time.Instant getInstant()
    • getAge

      public java.time.Duration getAge()