public interface OnDiskAtom
Modifier and Type | Interface and Description |
---|---|
static class |
OnDiskAtom.Serializer |
Modifier and Type | Method and Description |
---|---|
int |
getLocalDeletionTime() |
long |
maxTimestamp() |
long |
minTimestamp()
For a standard column, this is the same as timestamp().
|
Composite |
name() |
void |
updateDigest(java.security.MessageDigest digest) |
void |
validateFields(CFMetaData metadata) |
Composite name()
long minTimestamp()
long maxTimestamp()
int getLocalDeletionTime()
void validateFields(CFMetaData metadata) throws MarshalException
MarshalException
void updateDigest(java.security.MessageDigest digest)
Copyright © 2014 The Apache Software Foundation