Package org.apache.cassandra.db
Interface RowIndexEntry.IndexInfoRetriever
-
- All Superinterfaces:
java.lang.AutoCloseable
- Enclosing class:
- RowIndexEntry<T>
public static interface RowIndexEntry.IndexInfoRetriever extends java.lang.AutoCloseableBase class to accessIndexInfoobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()IndexInfocolumnsIndex(int index)
-
-
-
Method Detail
-
columnsIndex
IndexInfo columnsIndex(int index) throws java.io.IOException
- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.io.IOException
-
-