Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.db.commitlog | |
org.apache.cassandra.io | |
org.apache.cassandra.io.sstable | |
org.apache.cassandra.utils | |
org.apache.cassandra.utils.obs |
Modifier and Type | Class and Description |
---|---|
static class |
TypeSizes.NativeDBTypeSizes |
static class |
TypeSizes.VIntEncodedTypeSizes |
Modifier and Type | Field and Description |
---|---|
static TypeSizes |
TypeSizes.NATIVE |
static TypeSizes |
TypeSizes.VINT |
Modifier and Type | Method and Description |
---|---|
int |
ColumnFamilySerializer.cfIdSerializedSize(java.util.UUID cfId,
TypeSizes typeSizes,
int version) |
long |
ColumnFamilySerializer.contentSerializedSize(ColumnFamily cf,
TypeSizes typeSizes,
int version) |
int |
AbstractCell.serializedSize(CellNameType type,
TypeSizes typeSizes) |
int |
BufferCounterCell.serializedSize(CellNameType type,
TypeSizes typeSizes) |
int |
BufferExpiringCell.serializedSize(CellNameType type,
TypeSizes typeSizes) |
int |
Cell.serializedSize(CellNameType type,
TypeSizes typeSizes) |
int |
NativeCounterCell.serializedSize(CellNameType type,
TypeSizes typeSizes) |
int |
NativeExpiringCell.serializedSize(CellNameType type,
TypeSizes typeSizes) |
long |
ColumnSerializer.serializedSize(Cell cell,
TypeSizes typeSizes) |
long |
ColumnFamilySerializer.serializedSize(ColumnFamily cf,
TypeSizes typeSizes,
int version) |
long |
DeletionInfo.Serializer.serializedSize(DeletionInfo info,
TypeSizes typeSizes,
int version) |
long |
DeletionTime.Serializer.serializedSize(DeletionTime delTime,
TypeSizes typeSizes) |
long |
RangeTombstoneList.Serializer.serializedSize(RangeTombstoneList tombstones,
TypeSizes typeSizes,
int version) |
Modifier and Type | Method and Description |
---|---|
long |
ReplayPosition.ReplayPositionSerializer.serializedSize(ReplayPosition rp,
TypeSizes typeSizes) |
Modifier and Type | Method and Description |
---|---|
long |
ISerializer.serializedSize(T t,
TypeSizes type) |
Modifier and Type | Method and Description |
---|---|
long |
IndexHelper.IndexInfo.Serializer.serializedSize(IndexHelper.IndexInfo info,
TypeSizes typeSizes) |
Modifier and Type | Method and Description |
---|---|
long |
EstimatedHistogram.EstimatedHistogramSerializer.serializedSize(EstimatedHistogram eh,
TypeSizes typeSizes) |
long |
IntervalTree.Serializer.serializedSize(IntervalTree<C,D,I> it,
TypeSizes typeSizes,
int version) |
long |
StreamingHistogram.StreamingHistogramSerializer.serializedSize(StreamingHistogram histogram,
TypeSizes typeSizes) |
Modifier and Type | Method and Description |
---|---|
long |
IBitSet.serializedSize(TypeSizes type) |
long |
OffHeapBitSet.serializedSize(TypeSizes type) |
long |
OpenBitSet.serializedSize(TypeSizes type) |
Copyright © 2020 The Apache Software Foundation