Modifier and Type | Method and Description |
---|---|
EncodingStats |
SerializationHeader.Component.getEncodingStats() |
EncodingStats |
SerializationHeader.stats() |
Modifier and Type | Method and Description |
---|---|
static SerializationHeader.Component |
SerializationHeader.Component.buildComponentForTools(AbstractType<?> keyType,
java.util.List<AbstractType<?>> clusteringTypes,
java.util.Map<java.nio.ByteBuffer,AbstractType<?>> staticColumns,
java.util.Map<java.nio.ByteBuffer,AbstractType<?>> regularColumns,
EncodingStats stats)
Only exposed for
SSTableHeaderFix . |
Constructor and Description |
---|
SerializationHeader(boolean isForSSTable,
TableMetadata metadata,
RegularAndStaticColumns columns,
EncodingStats stats) |
Modifier and Type | Method and Description |
---|---|
EncodingStats |
AbstractSSTableIterator.stats() |
Modifier and Type | Method and Description |
---|---|
EncodingStats |
AbstractBTreePartition.stats() |
EncodingStats |
Partition.stats() |
EncodingStats |
PartitionUpdate.stats() |
Constructor and Description |
---|
ImmutableBTreePartition(TableMetadata metadata,
DecoratedKey partitionKey,
RegularAndStaticColumns columns,
Row staticRow,
java.lang.Object[] tree,
DeletionInfo deletionInfo,
EncodingStats stats) |
Modifier and Type | Field and Description |
---|---|
static EncodingStats |
EncodingStats.NO_STATS |
protected EncodingStats |
AbstractUnfilteredRowIterator.stats |
Modifier and Type | Method and Description |
---|---|
static <V,F extends java.util.function.Function<V,EncodingStats>> |
EncodingStats.merge(java.util.List<V> values,
F function)
Merge one or more EncodingStats, that are lazily materialized from some list of arbitrary type by the provided function
|
Modifier and Type | Method and Description |
---|---|
static EncodingStats |
EncodingStats.Collector.collect(Row staticRow,
java.util.Iterator<Row> rows,
DeletionInfo deletionInfo) |
EncodingStats |
EncodingStats.Serializer.deserialize(DataInputPlus in) |
EncodingStats |
EncodingStats.Collector.get() |
static <V,F extends java.util.function.Function<V,EncodingStats>> |
EncodingStats.merge(java.util.List<V> values,
F function)
Merge one or more EncodingStats, that are lazily materialized from some list of arbitrary type by the provided function
|
EncodingStats |
EncodingStats.mergeWith(EncodingStats that)
Merge this stats with another one.
|
EncodingStats |
AbstractUnfilteredRowIterator.stats() |
EncodingStats |
LazilyInitializedUnfilteredRowIterator.stats() |
EncodingStats |
UnfilteredRowIterator.stats()
Return "statistics" about what is returned by this iterator.
|
EncodingStats |
UnfilteredRowIteratorWithLowerBound.stats() |
EncodingStats |
WrappingUnfilteredRowIterator.stats() |
Modifier and Type | Method and Description |
---|---|
EncodingStats |
EncodingStats.mergeWith(EncodingStats that)
Merge this stats with another one.
|
void |
EncodingStats.Serializer.serialize(EncodingStats stats,
DataOutputPlus out) |
int |
EncodingStats.Serializer.serializedSize(EncodingStats stats) |
static UnfilteredRowIterator |
UnfilteredRowIterators.singleton(Unfiltered unfiltered,
TableMetadata metadata,
DecoratedKey partitionKey,
DeletionTime partitionLevelDeletion,
RegularAndStaticColumns columns,
Row staticRow,
boolean isReverseOrder,
EncodingStats encodingStats) |
Constructor and Description |
---|
AbstractUnfilteredRowIterator(TableMetadata metadata,
DecoratedKey partitionKey,
DeletionTime partitionLevelDeletion,
RegularAndStaticColumns columns,
Row staticRow,
boolean isReverseOrder,
EncodingStats stats) |
RowAndDeletionMergeIterator(TableMetadata metadata,
DecoratedKey partitionKey,
DeletionTime partitionLevelDeletion,
ColumnFilter selection,
Row staticRow,
boolean isReversed,
EncodingStats stats,
java.util.Iterator<Row> rows,
java.util.Iterator<RangeTombstone> ranges,
boolean removeShadowedData) |
Modifier and Type | Method and Description |
---|---|
EncodingStats |
CassandraStreamReader.StreamDeserializer.stats() |
Modifier and Type | Method and Description |
---|---|
EncodingStats |
SSTableIdentityIterator.stats() |
Modifier and Type | Method and Description |
---|---|
EncodingStats |
SSTableReader.stats() |
Modifier and Type | Field and Description |
---|---|
EncodingStats |
StatsMetadata.encodingStats |
Copyright © 2009-2021 The Apache Software Foundation