public class CompressedByteBufferObjectStrategy extends FixedSizeCompressedObjectStrategy<ByteBuffer>
CompressedObjectStrategy.BufferConverter<T>, CompressedObjectStrategy.CompressionStrategy, CompressedObjectStrategy.Compressor, CompressedObjectStrategy.Decompressor, CompressedObjectStrategy.LZ4Compressor, CompressedObjectStrategy.LZ4Decompressor, CompressedObjectStrategy.LZFCompressor, CompressedObjectStrategy.LZFDecompressor, CompressedObjectStrategy.UncompressedCompressor, CompressedObjectStrategy.UncompressedDecompressor
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.Ordering<Comparable> |
ORDERING |
converter, decompressor, DEFAULT_COMPRESSION_STRATEGY, order
Constructor and Description |
---|
CompressedByteBufferObjectStrategy(ByteOrder order,
CompressedObjectStrategy.CompressionStrategy compression,
int sizePer) |
Modifier and Type | Method and Description |
---|---|
static CompressedByteBufferObjectStrategy |
getBufferForOrder(ByteOrder order,
CompressedObjectStrategy.CompressionStrategy compression,
int sizePer) |
bufferFor, decompress, getSize
compare, fromByteBuffer, getClazz, toBytes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public static final com.google.common.collect.Ordering<Comparable> ORDERING
public CompressedByteBufferObjectStrategy(ByteOrder order, CompressedObjectStrategy.CompressionStrategy compression, int sizePer)
public static CompressedByteBufferObjectStrategy getBufferForOrder(ByteOrder order, CompressedObjectStrategy.CompressionStrategy compression, int sizePer)
Copyright © 2011–2015. All rights reserved.