Modifier and Type | Class and Description |
---|---|
static class |
SerializingCacheProvider.RowCacheSerializer |
Modifier and Type | Method and Description |
---|---|
static <K,V> SerializingCache<K,V> |
SerializingCache.create(long weightedCapacity,
ISerializer<V> serializer) |
static <K,V> SerializingCache<K,V> |
SerializingCache.create(long weightedCapacity,
com.github.benmanes.caffeine.cache.Weigher<K,RefCountedMemory> weigher,
ISerializer<V> serializer) |
Modifier and Type | Class and Description |
---|---|
static class |
DeletionTime.Serializer |
Modifier and Type | Method and Description |
---|---|
ISerializer<T> |
RowIndexEntry.IndexSerializer.indexInfoSerializer() |
Modifier and Type | Method and Description |
---|---|
static RowIndexEntry<IndexInfo> |
RowIndexEntry.create(long dataFilePosition,
long indexFilePosition,
DeletionTime deletionTime,
long headerLength,
int columnIndexCount,
int indexedPartSize,
java.util.List<IndexInfo> indexSamples,
int[] offsets,
ISerializer<IndexInfo> idxInfoSerializer) |
Constructor and Description |
---|
ColumnIndex(SerializationHeader header,
SequentialWriter writer,
Version version,
java.util.Collection<SSTableFlushObserver> observers,
ISerializer<IndexInfo> indexInfoSerializer) |
Modifier and Type | Class and Description |
---|---|
static class |
CommitLogPosition.CommitLogPositionSerializer |
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<T>> |
IntervalSet.serializer(ISerializer<T> pointSerializer) |
Modifier and Type | Method and Description |
---|---|
static <T extends java.lang.Comparable<T>> |
IntervalSet.serializer(ISerializer<T> pointSerializer) |
Modifier and Type | Field and Description |
---|---|
static ISerializer<CachedPartition> |
CachedPartition.cacheSerializer |
Modifier and Type | Class and Description |
---|---|
static class |
IndexInfo.Serializer |
Modifier and Type | Field and Description |
---|---|
static ISerializer<IntervalSet<CommitLogPosition>> |
StatsMetadata.commitLogPositionSetSerializer |
Modifier and Type | Class and Description |
---|---|
static class |
EstimatedHistogram.EstimatedHistogramSerializer |
Modifier and Type | Method and Description |
---|---|
static <C extends java.lang.Comparable<? super C>,D,I extends Interval<C,D>> |
IntervalTree.serializer(ISerializer<C> pointSerializer,
ISerializer<D> dataSerializer,
java.lang.reflect.Constructor<I> constructor) |
static <C extends java.lang.Comparable<? super C>,D,I extends Interval<C,D>> |
IntervalTree.serializer(ISerializer<C> pointSerializer,
ISerializer<D> dataSerializer,
java.lang.reflect.Constructor<I> constructor) |
Modifier and Type | Class and Description |
---|---|
static class |
TombstoneHistogram.HistogramSerializer |
Copyright © 2009-2022 The Apache Software Foundation