Package | Description |
---|---|
io.druid.segment.data |
Modifier and Type | Field and Description |
---|---|
static CompressionFactory.LongEncodingFormat |
CompressionFactory.LEGACY_LONG_ENCODING_FORMAT |
Modifier and Type | Method and Description |
---|---|
static CompressionFactory.LongEncodingFormat |
CompressionFactory.LongEncodingFormat.forId(byte id) |
static CompressionFactory.LongEncodingFormat |
CompressionFactory.LongEncodingFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionFactory.LongEncodingFormat[] |
CompressionFactory.LongEncodingFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Supplier<IndexedLongs> |
CompressionFactory.getLongSupplier(int totalSize,
int sizePer,
ByteBuffer fromBuffer,
ByteOrder order,
CompressionFactory.LongEncodingFormat encodingFormat,
CompressedObjectStrategy.CompressionStrategy strategy,
SmooshedFileMapper fileMapper) |
Copyright © 2011–2017. All rights reserved.