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