| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.data | |
| io.druid.segment.serde |
| Modifier and Type | Method and Description |
|---|---|
static LongColumnSerializer |
LongColumnSerializer.create(IOPeon ioPeon,
String filenameBase,
CompressedObjectStrategy.CompressionStrategy compression) |
static FloatColumnSerializer |
FloatColumnSerializer.create(IOPeon ioPeon,
String filenameBase,
CompressedObjectStrategy.CompressionStrategy compression) |
| Constructor and Description |
|---|
FloatColumnSerializer(IOPeon ioPeon,
String filenameBase,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |
FloatMetricColumnSerializer(String metricName,
File outDir,
IOPeon ioPeon) |
LongColumnSerializer(IOPeon ioPeon,
String filenameBase,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |
LongMetricColumnSerializer(String metricName,
File outDir,
IOPeon ioPeon) |
| Modifier and Type | Class and Description |
|---|---|
class |
TmpFileIOPeon |
| Modifier and Type | Method and Description |
|---|---|
static CompressedLongsSupplierSerializer |
CompressedLongsSupplierSerializer.create(IOPeon ioPeon,
String filenameBase,
ByteOrder order,
CompressedObjectStrategy.CompressionStrategy compression) |
static CompressedFloatsSupplierSerializer |
CompressedFloatsSupplierSerializer.create(IOPeon ioPeon,
String filenameBase,
ByteOrder order,
CompressedObjectStrategy.CompressionStrategy compression) |
static CompressedIntsIndexedWriter |
CompressedIntsIndexedWriter.create(IOPeon ioPeon,
String filenameBase,
CompressedObjectStrategy.CompressionStrategy compression) |
static CompressedFloatsSupplierSerializer |
CompressedFloatsSupplierSerializer.create(IOPeon ioPeon,
String filenameBase,
int sizePer,
ByteOrder order,
CompressedObjectStrategy.CompressionStrategy compression) |
static CompressedVSizeIntsIndexedWriter |
CompressedVSizeIntsIndexedWriter.create(IOPeon ioPeon,
String filenameBase,
int maxValue,
CompressedObjectStrategy.CompressionStrategy compression) |
static CompressedVSizeIndexedV3Writer |
CompressedVSizeIndexedV3Writer.create(IOPeon ioPeon,
String filenameBase,
int maxValue,
CompressedObjectStrategy.CompressionStrategy compression) |
| Constructor and Description |
|---|
ByteBufferWriter(IOPeon ioPeon,
String filenameBase,
ObjectStrategy<T> strategy) |
CompressedIntsIndexedWriter(IOPeon ioPeon,
String filenameBase,
int chunkFactor,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |
CompressedVSizeIntsIndexedWriter(IOPeon ioPeon,
String filenameBase,
int maxValue,
int chunkFactor,
ByteOrder byteOrder,
CompressedObjectStrategy.CompressionStrategy compression) |
GenericIndexedWriter(IOPeon ioPeon,
String filenameBase,
ObjectStrategy<T> strategy) |
VSizeIndexedIntsWriter(IOPeon ioPeon,
String filenameBase,
int maxValue) |
VSizeIndexedWriter(IOPeon ioPeon,
String filenameBase,
int maxId) |
| Modifier and Type | Method and Description |
|---|---|
static ComplexColumnSerializer |
ComplexColumnSerializer.create(IOPeon ioPeon,
String filenameBase,
ComplexMetricSerde serde) |
| Constructor and Description |
|---|
ComplexColumnSerializer(IOPeon ioPeon,
String filenameBase,
ComplexMetricSerde serde) |
ComplexMetricColumnSerializer(String metricName,
File outDir,
IOPeon ioPeon,
ComplexMetricSerde serde) |
Copyright © 2011–2016. All rights reserved.