| 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 |
| Modifier and Type | Method and Description |
|---|---|
int |
RowIndexEntry.promotedSize(ISerializer<T> idxSerializer) |
| Constructor and Description |
|---|
Serializer(ISerializer<IndexHelper.IndexInfo> idxSerializer) |
| 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() |
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexHelper.IndexInfo.Serializer |
| Modifier and Type | Class and Description |
|---|---|
static class |
EstimatedHistogram.EstimatedHistogramSerializer |
static class |
StreamingHistogram.StreamingHistogramSerializer |
| 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) |
Copyright © 2018 The Apache Software Foundation