Package | Description |
---|---|
io.druid.query.aggregation.histogram | |
io.druid.query.aggregation.hyperloglog | |
io.druid.segment | |
io.druid.segment.data | |
io.druid.segment.serde |
Modifier and Type | Method and Description |
---|---|
ObjectStrategy |
ApproximateHistogramFoldingSerde.getObjectStrategy() |
Modifier and Type | Method and Description |
---|---|
ObjectStrategy |
HyperUniquesSerde.getObjectStrategy() |
Modifier and Type | Method and Description |
---|---|
static MetricHolder |
MetricHolder.fromByteBuffer(ByteBuffer buf,
ObjectStrategy strategy) |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheableObjectStrategy<T>
Implementing CacheableObjectStrategy instead of ObjectSrategy indicates
that a column scan may cache the results of fromByteBuffer
|
Modifier and Type | Class and Description |
---|---|
class |
CompressedFloatBufferObjectStrategy |
class |
CompressedLongBufferObjectStrategy |
class |
CompressedObjectStrategy<T extends Buffer> |
Modifier and Type | Field and Description |
---|---|
static ObjectStrategy<IntBufferIndexedInts> |
IntBufferIndexedInts.objectStrategy |
static ObjectStrategy<com.metamx.collections.spatial.ImmutableRTree> |
IndexedRTree.objectStrategy |
static ObjectStrategy<it.uniroma3.mat.extendedset.intset.ImmutableConciseSet> |
ConciseCompressedIndexedInts.objectStrategy |
static ObjectStrategy<String> |
GenericIndexed.stringStrategy |
Modifier and Type | Method and Description |
---|---|
static <T> GenericIndexed<T> |
GenericIndexed.fromArray(T[] objects,
ObjectStrategy<T> strategy) |
static <T> GenericIndexed<T> |
GenericIndexed.fromIterable(Iterable<T> objectsIterable,
ObjectStrategy<T> strategy) |
static <T> GenericIndexed<T> |
GenericIndexed.read(ByteBuffer buffer,
ObjectStrategy<T> strategy) |
static <T> T |
ByteBufferSerializer.read(ByteBuffer buffer,
ObjectStrategy<T> strategy) |
static <T> void |
ByteBufferSerializer.writeToChannel(T obj,
ObjectStrategy<T> strategy,
WritableByteChannel channel) |
Constructor and Description |
---|
ByteBufferWriter(IOPeon ioPeon,
String filenameBase,
ObjectStrategy<T> strategy) |
GenericIndexedWriter(IOPeon ioPeon,
String filenameBase,
ObjectStrategy<T> strategy) |
Modifier and Type | Method and Description |
---|---|
abstract ObjectStrategy |
ComplexMetricSerde.getObjectStrategy()
Deprecated.
|
Copyright © 2015. All rights reserved.