public class QueryableIndexIndexableAdapter extends Object implements IndexableAdapter
| Constructor and Description |
|---|
QueryableIndexIndexableAdapter(QueryableIndex input) |
| Modifier and Type | Method and Description |
|---|---|
IndexedInts |
getBitmapIndex(String dimension,
String value) |
ColumnCapabilities |
getCapabilities(String column) |
org.joda.time.Interval |
getDataInterval() |
Indexed<String> |
getDimensionNames() |
Indexed<String> |
getDimValueLookup(String dimension) |
Indexed<String> |
getMetricNames() |
String |
getMetricType(String metric) |
int |
getNumRows() |
Iterable<Rowboat> |
getRows() |
public QueryableIndexIndexableAdapter(QueryableIndex input)
public org.joda.time.Interval getDataInterval()
getDataInterval in interface IndexableAdapterpublic int getNumRows()
getNumRows in interface IndexableAdapterpublic Indexed<String> getDimensionNames()
getDimensionNames in interface IndexableAdapterpublic Indexed<String> getMetricNames()
getMetricNames in interface IndexableAdapterpublic Indexed<String> getDimValueLookup(String dimension)
getDimValueLookup in interface IndexableAdapterpublic Iterable<Rowboat> getRows()
getRows in interface IndexableAdapterpublic IndexedInts getBitmapIndex(String dimension, String value)
getBitmapIndex in interface IndexableAdapterpublic String getMetricType(String metric)
getMetricType in interface IndexableAdapterpublic ColumnCapabilities getCapabilities(String column)
getCapabilities in interface IndexableAdapterCopyright © 2011–2015. All rights reserved.