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.googlecode.concurrentlinkedhashmap.Weigher<RefCountedMemory> weigher,
ISerializer<V> serializer) |
Modifier and Type | Class and Description |
---|---|
class |
ColumnSerializer |
static class |
DeletionTime.Serializer |
static class |
RowPosition.RowPositionSerializer |
Modifier and Type | Class and Description |
---|---|
static class |
ReplayPosition.ReplayPositionSerializer |
Modifier and Type | Interface and Description |
---|---|
static interface |
CType.Serializer |
Modifier and Type | Method and Description |
---|---|
ISerializer<CellName> |
AbstractCellNameType.cellSerializer() |
ISerializer<CellName> |
CellNameType.cellSerializer() |
ISerializer<IndexHelper.IndexInfo> |
AbstractCType.indexSerializer() |
ISerializer<IndexHelper.IndexInfo> |
CType.indexSerializer() |
Modifier and Type | Class and Description |
---|---|
static class |
Token.TokenSerializer |
Modifier and Type | Class and Description |
---|---|
static class |
IndexHelper.IndexInfo.Serializer |
Modifier and Type | Class and Description |
---|---|
static class |
EstimatedHistogram.EstimatedHistogramSerializer |
static class |
Murmur3BloomFilter.Murmur3BloomFilterSerializer |
static class |
StreamingHistogram.StreamingHistogramSerializer |
Modifier and Type | Method and Description |
---|---|
static <C,D,I extends Interval<C,D>> |
IntervalTree.serializer(ISerializer<C> pointSerializer,
ISerializer<D> dataSerializer,
java.lang.reflect.Constructor<I> constructor) |
static <C,D,I extends Interval<C,D>> |
IntervalTree.serializer(ISerializer<C> pointSerializer,
ISerializer<D> dataSerializer,
java.lang.reflect.Constructor<I> constructor) |
Copyright © 2014 The Apache Software Foundation