| Modifier and Type | Method and Description |
|---|---|
ObjectStrategy<?> |
SerializablePairLongStringComplexMetricSerde.getObjectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
ObjectStrategy |
HyperUniquesSerde.getObjectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ObjectStrategy<T> |
DictionaryEncodedColumnMerger.getObjectStrategy() |
protected ObjectStrategy<String> |
StringDimensionMergerV9.getObjectStrategy() |
| Constructor and Description |
|---|
ObjectStrategyComplexTypeStrategy(ObjectStrategy<T> objectStrategy,
TypeSignature<?> signature) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecompressingByteBufferObjectStrategy |
class |
ImmutableRTreeObjectStrategy |
| Modifier and Type | Field and Description |
|---|---|
static ObjectStrategy<String> |
GenericIndexed.STRING_STRATEGY |
static ObjectStrategy<ByteBuffer> |
GenericIndexed.UTF8_STRATEGY
An ObjectStrategy that returns a big-endian ByteBuffer pointing to original data.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectStrategy<ByteBuffer> |
GenericIndexedWriter.compressedByteBuffersWriteObjectStrategy(CompressionStrategy compressionStrategy,
int bufferSize,
Closer closer) |
ObjectStrategy<ImmutableBitmap> |
ConciseBitmapSerdeFactory.getObjectStrategy() |
ObjectStrategy<ImmutableBitmap> |
BitmapSerdeFactory.getObjectStrategy() |
ObjectStrategy<ImmutableBitmap> |
RoaringBitmapSerdeFactory.getObjectStrategy() |
| 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> GenericIndexed<T> |
GenericIndexed.read(ByteBuffer buffer,
ObjectStrategy<T> strategy,
SmooshedFileMapper fileMapper) |
| Constructor and Description |
|---|
ByteBufferWriter(SegmentWriteOutMedium segmentWriteOutMedium,
ObjectStrategy<T> strategy) |
GenericIndexedWriter(SegmentWriteOutMedium segmentWriteOutMedium,
String filenameBase,
ObjectStrategy<T> strategy) |
GenericIndexedWriter(SegmentWriteOutMedium segmentWriteOutMedium,
String filenameBase,
ObjectStrategy<T> strategy,
int fileSizeLimit) |
| Modifier and Type | Method and Description |
|---|---|
ObjectStrategy |
NestedDataComplexTypeSerde.getObjectStrategy() |
| Modifier and Type | Method and Description |
|---|---|
abstract ObjectStrategy |
ComplexMetricSerde.getObjectStrategy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ComplexColumnSerializer |
ComplexColumnSerializer.create(SegmentWriteOutMedium segmentWriteOutMedium,
String filenameBase,
ObjectStrategy strategy) |
static <T> LargeColumnSupportedComplexColumnSerializer<T> |
LargeColumnSupportedComplexColumnSerializer.create(SegmentWriteOutMedium segmentWriteOutMedium,
String filenameBase,
ObjectStrategy strategy) |
static <T> LargeColumnSupportedComplexColumnSerializer<T> |
LargeColumnSupportedComplexColumnSerializer.createWithColumnSize(SegmentWriteOutMedium segmentWriteOutMedium,
String filenameBase,
ObjectStrategy strategy,
int columnSize) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.