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().
|
java.nio.ByteBuffer |
name() |
int |
serializedSize(TypeSizes typeSizes) |
long |
serializedSizeForSSTable() |
void |
updateDigest(java.security.MessageDigest digest) |
void |
validateFields(CFMetaData metadata) |
java.nio.ByteBuffer name()
long minTimestamp()
long maxTimestamp()
int getLocalDeletionTime()
int serializedSize(TypeSizes typeSizes)
long serializedSizeForSSTable()
void validateFields(CFMetaData metadata) throws MarshalException
MarshalException
void updateDigest(java.security.MessageDigest digest)
Copyright © 2013 The Apache Software Foundation