Uses of Class
org.apache.accumulo.core.file.rfile.MultiLevelIndex.IndexEntry
-
Packages that use MultiLevelIndex.IndexEntry Package Description org.apache.accumulo.core.file.rfile -
-
Uses of MultiLevelIndex.IndexEntry in org.apache.accumulo.core.file.rfile
Methods in org.apache.accumulo.core.file.rfile that return MultiLevelIndex.IndexEntry Modifier and Type Method Description MultiLevelIndex.IndexEntryMultiLevelIndex.Reader.IndexIterator. next()MultiLevelIndex.IndexEntryMultiLevelIndex.Reader.IndexIterator. peek()MultiLevelIndex.IndexEntryMultiLevelIndex.Reader.IndexIterator. peekPrevious()MultiLevelIndex.IndexEntryMultiLevelIndex.Reader.IndexIterator. previous()Methods in org.apache.accumulo.core.file.rfile with parameters of type MultiLevelIndex.IndexEntry Modifier and Type Method Description voidMultiLevelIndex.Reader.IndexIterator. add(MultiLevelIndex.IndexEntry e)intMultiLevelIndex.IndexEntry. compareTo(MultiLevelIndex.IndexEntry o)static BlockIndexBlockIndex. getIndex(CachableBlockFile.CachedBlockRead cacheBlock, MultiLevelIndex.IndexEntry indexEntry)voidMultiLevelIndex.Reader.IndexIterator. set(MultiLevelIndex.IndexEntry e)
-