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 |
---|---|
static class |
DeletionTime.Serializer |
Modifier and Type | Method and Description |
---|---|
ISerializer<ClusteringPrefix> |
Serializers.indexEntryClusteringPrefixSerializer(Version version,
SerializationHeader header) |
Modifier and Type | Class and Description |
---|---|
static class |
ReplayPosition.ReplayPositionSerializer |
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 | Field and Description |
---|---|
static ISerializer<IntervalSet<ReplayPosition>> |
StatsMetadata.replayPositionSetSerializer |
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 © 2017 The Apache Software Foundation