Package io.deephaven.kv.meta
Class MetaInfo
java.lang.Object
io.deephaven.kv.meta.MetaInfo
Meta info contains metadata related information
-
Method Summary
Modifier and TypeMethodDescriptiondescribe()booleancreated represents the update info that was used when creating this metadatalongThe fail count is the number of times this metadata was directly used as the basis for an atomic operation, and failedlongmodification revision contains theKeyValue.getModificationRevision()of the last update to this metadatalongThe success count is the number of times this metadata was directly used as the basis for an atomic operation, and succeededupdated represents the update info that was used when last updating this metadatabooleaninthashCode()
-
Method Details
-
hasBeenAnAtomicWrt
public boolean hasBeenAnAtomicWrt() -
getCreated
created represents the update info that was used when creating this metadata -
getUpdated
updated represents the update info that was used when last updating this metadata -
getModificationRevision
public long getModificationRevision()modification revision contains theKeyValue.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
-
equals
-
hashCode
public int hashCode()
-