public class RowboatFilteringIndexAdapter extends Object implements IndexableAdapter
| Constructor and Description |
|---|
RowboatFilteringIndexAdapter(IndexableAdapter baseAdapter,
com.google.common.base.Predicate<Rowboat> filter) |
| Modifier and Type | Method and Description |
|---|---|
IndexedInts |
getBitmapIndex(String dimension,
int dictId) |
ColumnCapabilities |
getCapabilities(String column) |
org.joda.time.Interval |
getDataInterval() |
Map<String,DimensionHandler> |
getDimensionHandlers() |
Indexed<String> |
getDimensionNames() |
Indexed<Comparable> |
getDimValueLookup(String dimension) |
Metadata |
getMetadata() |
Indexed<String> |
getMetricNames() |
String |
getMetricType(String metric) |
int |
getNumRows() |
Iterable<Rowboat> |
getRows() |
public RowboatFilteringIndexAdapter(IndexableAdapter baseAdapter, com.google.common.base.Predicate<Rowboat> filter)
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<Comparable> getDimValueLookup(String dimension)
getDimValueLookup in interface IndexableAdapterpublic Iterable<Rowboat> getRows()
getRows in interface IndexableAdapterpublic String getMetricType(String metric)
getMetricType in interface IndexableAdapterpublic ColumnCapabilities getCapabilities(String column)
getCapabilities in interface IndexableAdapterpublic IndexedInts getBitmapIndex(String dimension, int dictId)
getBitmapIndex in interface IndexableAdapterpublic Metadata getMetadata()
getMetadata in interface IndexableAdapterpublic Map<String,DimensionHandler> getDimensionHandlers()
getDimensionHandlers in interface IndexableAdapterCopyright © 2011–2017. All rights reserved.