| Modifier and Type | Interface and Description |
|---|---|
interface |
BufferAggregator
A BufferAggregator is an object that can aggregate metrics into a ByteBuffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CountBufferAggregator |
class |
DoubleAggregateCombiner
Specialization of
AggregateCombiner for primitive double aggregations. |
class |
DoubleMaxBufferAggregator |
class |
DoubleMinBufferAggregator |
class |
DoubleSumBufferAggregator |
class |
FilteredBufferAggregator |
class |
FloatMaxBufferAggregator |
class |
FloatMinBufferAggregator |
class |
FloatSumBufferAggregator |
class |
HistogramBufferAggregator |
class |
JavaScriptBufferAggregator |
class |
LongAggregateCombiner
Specialization of
AggregateCombiner for primitive long aggregations. |
class |
LongBufferAggregator |
class |
LongMaxBufferAggregator |
class |
LongMinBufferAggregator |
class |
LongSumAggregateCombiner |
class |
LongSumBufferAggregator |
class |
NoopBufferAggregator |
class |
SimpleDoubleBufferAggregator |
class |
SimpleFloatBufferAggregator |
| Modifier and Type | Class and Description |
|---|---|
class |
CardinalityBufferAggregator |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleFirstBufferAggregator |
class |
FloatFirstBufferAggregator |
class |
LongFirstBufferAggregator |
| Modifier and Type | Class and Description |
|---|---|
class |
HyperUniquesBufferAggregator |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleLastBufferAggregator |
class |
FloatLastBufferAggregator |
class |
LongLastBufferAggregator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueMatcher |
| Modifier and Type | Method and Description |
|---|---|
static String |
StringRuntimeShape.of(HotLoopCallee... hotLoopCallees) |
static String |
StringRuntimeShape.of(HotLoopCallee hotLoopCallee) |
void |
RuntimeShapeInspector.visit(String fieldName,
HotLoopCallee value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DimensionSelector |
interface |
DoubleColumnSelector |
interface |
FloatColumnSelector
An object that gets a metric value.
|
interface |
LongColumnSelector |
interface |
SingleValueDimensionSelector
Specialization for
DimensionSelectors, always having a single value in DimensionSelector.getRow(). |
| Modifier and Type | Class and Description |
|---|---|
class |
BitmapOffset |
static class |
CompressedVSizeIndexedSupplier.CompressedVSizeIndexed |
class |
ConstantDimensionSelector |
class |
DoubleWrappingDimensionSelector |
class |
FilteredOffset |
class |
FloatWrappingDimensionSelector |
class |
LongWrappingDimensionSelector |
class |
NoFilterOffset |
class |
NullDimensionSelector |
static class |
QueryableIndexStorageAdapter.AscendingTimestampCheckingOffset |
static class |
QueryableIndexStorageAdapter.DescendingTimestampCheckingOffset |
static class |
QueryableIndexStorageAdapter.TimestampCheckingOffset |
class |
SingleScanTimeDimSelector |
class |
ZeroDoubleColumnSelector |
class |
ZeroFloatColumnSelector |
class |
ZeroLongColumnSelector |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericColumn |
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedDoublesGenericColumn |
class |
IndexedFloatsGenericColumn |
class |
IndexedLongsGenericColumn |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Indexed<T> |
interface |
IndexedInts
Get a int an index (array or list lookup abstraction without boxing).
|
interface |
IndexedMultivalue<T extends IndexedInts> |
interface |
ReadableOffset
A ReadableOffset is an object that provides an integer offset, ostensibly as an index into an array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBasedIndexedInts |
class |
ArrayIndexed<T> |
class |
BitmapCompressedIndexedInts |
class |
CachingIndexed<T> |
class |
EmptyIndexedInts |
class |
GenericIndexed<T>
A generic, flat storage mechanism.
|
class |
ListIndexed<T> |
class |
Offset
The "mutable" version of a ReadableOffset.
|
class |
RangeIndexedInts
An IndexedInts that always returns [0, 1, ..., N].
|
class |
SingleIndexedInt |
class |
VSizeIndexed |
class |
VSizeIndexedInts |
class |
ZeroIndexedInts
An IndexedInts that always returns a row containing a single zero.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoricalDimensionSelector
Specialization for
DimensionSelector queryable via offsets from HistoricalCursor. |
interface |
SingleValueHistoricalDimensionSelector |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSingleValueDimensionSelector |
Copyright © 2011–2017. All rights reserved.