public class IncrementalIndexAdapter extends Object implements IndexableAdapter
| Constructor and Description |
|---|
IncrementalIndexAdapter(org.joda.time.Interval dataInterval,
IncrementalIndex<?> index,
BitmapFactory bitmapFactory) |
| Modifier and Type | Method and Description |
|---|---|
BitmapValues |
getBitmapValues(String dimension,
int index) |
ColumnCapabilities |
getCapabilities(String column) |
org.joda.time.Interval |
getDataInterval() |
List<String> |
getDimensionNames() |
<T extends Comparable<? super T>> |
getDimValueLookup(String dimension) |
Metadata |
getMetadata() |
List<String> |
getMetricNames() |
String |
getMetricType(String metric) |
int |
getNumRows() |
TransformableRowIterator |
getRows() |
public IncrementalIndexAdapter(org.joda.time.Interval dataInterval,
IncrementalIndex<?> index,
BitmapFactory bitmapFactory)
public org.joda.time.Interval getDataInterval()
getDataInterval in interface IndexableAdapterpublic int getNumRows()
getNumRows in interface IndexableAdapterpublic List<String> getDimensionNames()
getDimensionNames in interface IndexableAdapterpublic List<String> getMetricNames()
getMetricNames in interface IndexableAdapter@Nullable public <T extends Comparable<? super T>> CloseableIndexed<T> getDimValueLookup(String dimension)
getDimValueLookup in interface IndexableAdapterpublic TransformableRowIterator getRows()
getRows in interface IndexableAdapterpublic BitmapValues getBitmapValues(String dimension, int index)
getBitmapValues in interface IndexableAdapterpublic String getMetricType(String metric)
getMetricType in interface IndexableAdapterpublic ColumnCapabilities getCapabilities(String column)
getCapabilities in interface IndexableAdapterpublic Metadata getMetadata()
getMetadata in interface IndexableAdapterCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.