Uses of Class
com.nhncorp.neptune.tabletserver.MapFileIndexRecord

Packages that use MapFileIndexRecord
com.nhncorp.neptune.tabletserver TabletServer 
 

Uses of MapFileIndexRecord in com.nhncorp.neptune.tabletserver
 

Methods in com.nhncorp.neptune.tabletserver that return MapFileIndexRecord
 MapFileIndexRecord TabletMapFile.findNearest(Row.Key targetRowKey, Cell.Key cellKey)
           
 

Methods in com.nhncorp.neptune.tabletserver that return types with arguments of type MapFileIndexRecord
 java.util.SortedSet<MapFileIndexRecord> DiskSSTableIF.getMapFileIndex()
           
 java.util.SortedSet<MapFileIndexRecord> DiskSSTable.getMapFileIndex()
           
 java.util.SortedSet<MapFileIndexRecord> TabletMapFile.getMapFileIndexRecords()
           
 

Methods in com.nhncorp.neptune.tabletserver with parameters of type MapFileIndexRecord
 int MapFileIndexRecord.compareTo(MapFileIndexRecord otherIndexRecord)