Class MetaInfo

java.lang.Object
io.deephaven.kv.meta.MetaInfo

public class MetaInfo extends Object
Meta info contains metadata related information
  • Method Details

    • hasBeenAnAtomicWrt

      public boolean hasBeenAnAtomicWrt()
    • getCreated

      public UpdateInfo getCreated()
      created represents the update info that was used when creating this metadata
    • getUpdated

      public UpdateInfo getUpdated()
      updated represents the update info that was used when last updating this metadata
    • getModificationRevision

      public long getModificationRevision()
      modification revision contains the KeyValue.getModificationRevision() of the last update to this metadata
    • getSuccessCount

      public long getSuccessCount()
      The success count is the number of times this metadata was directly used as the basis for an atomic operation, and succeeded
    • getFailCount

      public long getFailCount()
      The fail count is the number of times this metadata was directly used as the basis for an atomic operation, and failed
    • describe

      public List<String> describe()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object