| Package | Description |
|---|---|
| io.druid.segment | |
| io.druid.segment.data | |
| io.druid.segment.serde |
| Constructor and Description |
|---|
FloatMetricColumnSerializer(String metricName,
File outDir,
IOPeon ioPeon) |
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 CompressedFloatsSupplierSerializer |
CompressedFloatsSupplierSerializer.create(IOPeon ioPeon,
String filenameBase,
int sizePer,
ByteOrder order,
CompressedObjectStrategy.CompressionStrategy compression) |
| Constructor and Description |
|---|
ByteBufferWriter(IOPeon ioPeon,
String filenameBase,
ObjectStrategy<T> strategy) |
GenericIndexedWriter(IOPeon ioPeon,
String filenameBase,
ObjectStrategy<T> strategy) |
VSizeIndexedWriter(IOPeon ioPeon,
String filenameBase,
int maxId) |
| Constructor and Description |
|---|
ComplexMetricColumnSerializer(String metricName,
File outDir,
IOPeon ioPeon,
ComplexMetricSerde serde) |
Copyright © 2011–2015. All rights reserved.