Class ChangelogKey.FieldKeys

java.lang.Object
io.datarouter.changelog.storage.ChangelogKey.FieldKeys
Enclosing class:
ChangelogKey

public static class ChangelogKey.FieldKeys
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static io.datarouter.model.field.imp.StringFieldKey changelogType  
    static io.datarouter.model.field.imp.StringFieldKey name  
    static io.datarouter.model.field.imp.comparable.LongFieldKey reversedDateMs  
  • Constructor Summary

    Constructors 
    Constructor Description
    FieldKeys()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • reversedDateMs

      public static final io.datarouter.model.field.imp.comparable.LongFieldKey reversedDateMs
    • changelogType

      public static final io.datarouter.model.field.imp.StringFieldKey changelogType
    • name

      public static final io.datarouter.model.field.imp.StringFieldKey name
  • Constructor Details