public interface QueryableIndex extends ColumnSelector, Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
The close method shouldn't actually be here as this is nasty.
|
Indexed<String> |
getAvailableDimensions() |
BitmapFactory |
getBitmapFactoryForDimensions() |
org.joda.time.Interval |
getDataInterval() |
Map<String,DimensionHandler> |
getDimensionHandlers() |
Metadata |
getMetadata() |
int |
getNumRows() |
getColumn, getColumnNames
org.joda.time.Interval getDataInterval()
int getNumRows()
BitmapFactory getBitmapFactoryForDimensions()
Metadata getMetadata()
Map<String,DimensionHandler> getDimensionHandlers()
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
- if an exception was thrown closing the indexCopyright © 2011–2017. All rights reserved.