public interface QueryableIndex extends ColumnSelector, Closeable
StorageAdapter.for query path adapter, 
for indexing path adapter| 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, getColumnNamesorg.joda.time.Interval getDataInterval()
int getNumRows()
BitmapFactory getBitmapFactoryForDimensions()
Metadata getMetadata()
Map<String,DimensionHandler> getDimensionHandlers()
void close()
    throws IOException
close in interface AutoCloseableclose in interface CloseableIOException - if an exception was thrown closing the indexCopyright © 2011–2018. All rights reserved.