Package | Description |
---|---|
io.druid.collections | |
io.druid.query.topn | |
io.druid.segment | |
io.druid.segment.data |
Modifier and Type | Class and Description |
---|---|
class |
StupidResourceHolder<T> |
Modifier and Type | Method and Description |
---|---|
ResourceHolder<T> |
StupidPool.take() |
Modifier and Type | Method and Description |
---|---|
ResourceHolder<ByteBuffer> |
PooledTopNAlgorithm.PooledTopNParams.getResultsBufHolder() |
Modifier and Type | Method and Description |
---|---|
PooledTopNAlgorithm.PooledTopNParams.Builder |
PooledTopNAlgorithm.PooledTopNParams.Builder.withResultsBufHolder(ResourceHolder<ByteBuffer> resultsBufHolder) |
Constructor and Description |
---|
PooledTopNAlgorithm.PooledTopNParams(DimensionSelector dimSelector,
Cursor cursor,
int cardinality,
ResourceHolder<ByteBuffer> resultsBufHolder,
ByteBuffer resultsBuf,
int[] aggregatorSizes,
int numBytesPerRecord,
int numValuesPerPass,
TopNMetricSpecBuilder<int[]> arrayProvider) |
Modifier and Type | Method and Description |
---|---|
static ResourceHolder<com.ning.compress.BufferRecycler> |
CompressedPools.getBufferRecycler() |
static ResourceHolder<ByteBuffer> |
CompressedPools.getByteBuf(ByteOrder order) |
static ResourceHolder<byte[]> |
CompressedPools.getOutputBytes() |
Modifier and Type | Method and Description |
---|---|
ResourceHolder<T> |
CompressedObjectStrategy.fromByteBuffer(ByteBuffer buffer,
int numBytes) |
Modifier and Type | Method and Description |
---|---|
Class<? extends ResourceHolder<T>> |
CompressedObjectStrategy.getClazz() |
Modifier and Type | Method and Description |
---|---|
int |
CompressedObjectStrategy.compare(ResourceHolder<T> o1,
ResourceHolder<T> o2) |
int |
CompressedObjectStrategy.compare(ResourceHolder<T> o1,
ResourceHolder<T> o2) |
byte[] |
CompressedObjectStrategy.toBytes(ResourceHolder<T> holder) |
Constructor and Description |
---|
CompressedFloatsSupplierSerializer(int sizePer,
GenericIndexedWriter<ResourceHolder<FloatBuffer>> flattener,
CompressedObjectStrategy.CompressionStrategy compression) |
CompressedLongsSupplierSerializer(int sizePer,
GenericIndexedWriter<ResourceHolder<LongBuffer>> flattener,
CompressedObjectStrategy.CompressionStrategy compression) |
Copyright © 2011–2015. All rights reserved.