public interface OnDiskAtom
| Modifier and Type | Interface and Description |
|---|---|
static class |
OnDiskAtom.Serializer |
static interface |
OnDiskAtom.SerializerForWriting |
| 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
MarshalExceptionvoid updateDigest(java.security.MessageDigest digest)
Copyright © 2018 The Apache Software Foundation