Uses of Interface
com.nhncorp.neptune.tabletserver.MemorySSTableIF

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

Uses of MemorySSTableIF in com.nhncorp.neptune.tabletserver
 

Classes in com.nhncorp.neptune.tabletserver that implement MemorySSTableIF
 class MemorySSTable
           
 

Methods in com.nhncorp.neptune.tabletserver that return MemorySSTableIF
 MemorySSTableIF Tablet.getMemorySSTable()
           
 

Methods in com.nhncorp.neptune.tabletserver with parameters of type MemorySSTableIF
 Row.Key DiskSSTableIF.findClosest(Row.Key rowKey, MemorySSTableIF memorySSTable, java.lang.String columnName)
           
 Row.Key DiskSSTable.findClosest(Row.Key rowKey, MemorySSTableIF memorySSTable, java.lang.String columnName)
           
 java.util.SortedSet<ColumnValue> TabletMapFile.scanClosestColumnValues(Row.Key rowKey, MemorySSTableIF memorySSTable)
           
 

Constructors in com.nhncorp.neptune.tabletserver with parameters of type MemorySSTableIF
TabletScanner(java.lang.String scannerId, NConfiguration conf, TabletInfo tabletInfo, Row.Key startRowKey, Row.Key endRowKey, java.lang.String columnName, MemorySSTableIF memorySSTable, DiskSSTableIF diskSSTable, CellFilter columnFilter, int numOfVersion)