public interface CellName extends Composite
Composite.EOC
Modifier and Type | Method and Description |
---|---|
int |
clusteringSize()
The number of clustering components.
|
java.nio.ByteBuffer |
collectionElement()
The value of the collection element, or null if the cell is not part
of a collection (i.e.
|
CellName |
copy(CFMetaData cfm,
AbstractAllocator allocator) |
ColumnIdentifier |
cql3ColumnName(CFMetaData metadata)
The name of the CQL3 column this cell represents.
|
boolean |
isCollectionCell() |
boolean |
isSameCQL3RowAs(CellNameType type,
CellName other)
Whether this cell is part of the same CQL3 row as the other cell.
|
long |
unsharedHeapSizeExcludingData() |
dataSize, end, eoc, get, isEmpty, isPrefixOf, isStatic, size, slice, start, toByteBuffer, withEOC
unsharedHeapSize
int clusteringSize()
ColumnIdentifier cql3ColumnName(CFMetaData metadata)
metadata
- java.nio.ByteBuffer collectionElement()
boolean isCollectionCell()
boolean isSameCQL3RowAs(CellNameType type, CellName other)
CellName copy(CFMetaData cfm, AbstractAllocator allocator)
long unsharedHeapSizeExcludingData()
Copyright © 2020 The Apache Software Foundation