Uses of Interface
org.apache.druid.segment.data.ObjectStrategy
-
-
Uses of ObjectStrategy in org.apache.druid.query.aggregation
Methods in org.apache.druid.query.aggregation that return ObjectStrategy Modifier and Type Method Description ObjectStrategy<SerializablePairLongDouble>SerializablePairLongDoubleComplexMetricSerde. getObjectStrategy()ObjectStrategy<SerializablePairLongFloat>SerializablePairLongFloatComplexMetricSerde. getObjectStrategy()ObjectStrategy<SerializablePairLongLong>SerializablePairLongLongComplexMetricSerde. getObjectStrategy()ObjectStrategy<?>SerializablePairLongStringComplexMetricSerde. getObjectStrategy() -
Uses of ObjectStrategy in org.apache.druid.query.aggregation.hyperloglog
Methods in org.apache.druid.query.aggregation.hyperloglog that return ObjectStrategy Modifier and Type Method Description ObjectStrategyHyperUniquesSerde. getObjectStrategy() -
Uses of ObjectStrategy in org.apache.druid.segment
Methods in org.apache.druid.segment that return ObjectStrategy Modifier and Type Method Description protected abstract ObjectStrategy<T>DictionaryEncodedColumnMerger. getObjectStrategy()protected ObjectStrategy<String>StringDimensionMergerV9. getObjectStrategy() -
Uses of ObjectStrategy in org.apache.druid.segment.column
Constructors in org.apache.druid.segment.column with parameters of type ObjectStrategy Constructor Description ObjectStrategyComplexTypeStrategy(ObjectStrategy<T> objectStrategy, TypeSignature<?> signature)ObjectStrategyComplexTypeStrategy(ObjectStrategy<T> objectStrategy, TypeSignature<?> signature, it.unimi.dsi.fastutil.Hash.Strategy<T> hashStrategy) -
Uses of ObjectStrategy in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement ObjectStrategy Modifier and Type Class Description classDecompressingByteBufferObjectStrategyclassImmutableRTreeObjectStrategyFields in org.apache.druid.segment.data declared as ObjectStrategy Modifier and Type Field Description protected ObjectStrategy<T>GenericIndexed. strategystatic ObjectStrategy<String>GenericIndexed. STRING_STRATEGYstatic ObjectStrategy<ByteBuffer>GenericIndexed. UTF8_STRATEGYAn ObjectStrategy that returns a big-endian ByteBuffer pointing to original data.Methods in org.apache.druid.segment.data that return ObjectStrategy Modifier and Type Method Description static ObjectStrategy<ByteBuffer>GenericIndexedWriter. compressedByteBuffersWriteObjectStrategy(CompressionStrategy compressionStrategy, int bufferSize, Closer closer)ObjectStrategy<ImmutableBitmap>BitmapSerdeFactory. getObjectStrategy()ObjectStrategy<ImmutableBitmap>ConciseBitmapSerdeFactory. getObjectStrategy()ObjectStrategy<ImmutableBitmap>RoaringBitmapSerdeFactory. getObjectStrategy()Methods in org.apache.druid.segment.data with parameters of type ObjectStrategy Modifier and Type Method 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)Constructors in org.apache.druid.segment.data with parameters of type ObjectStrategy Constructor Description ByteBufferWriter(SegmentWriteOutMedium segmentWriteOutMedium, ObjectStrategy<T> strategy)GenericIndexed(ObjectStrategy<T> strategy, boolean allowReverseLookup, int size)GenericIndexedWriter(SegmentWriteOutMedium segmentWriteOutMedium, String filenameBase, ObjectStrategy<T> strategy)GenericIndexedWriter(SegmentWriteOutMedium segmentWriteOutMedium, String filenameBase, ObjectStrategy<T> strategy, int fileSizeLimit) -
Uses of ObjectStrategy in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return ObjectStrategy Modifier and Type Method Description ObjectStrategyNestedDataComplexTypeSerde. getObjectStrategy() -
Uses of ObjectStrategy in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde that return ObjectStrategy Modifier and Type Method Description abstract ObjectStrategyComplexMetricSerde. getObjectStrategy()Deprecated.Methods in org.apache.druid.segment.serde with parameters of type ObjectStrategy Modifier and Type Method Description static ComplexColumnSerializerComplexColumnSerializer. 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)
-