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

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

Uses of ValueCollection in com.nhncorp.neptune.tabletserver
 

Methods in com.nhncorp.neptune.tabletserver that return ValueCollection
 ValueCollection ColumnCollection.getValueCollection(Row.Key rowKey, Cell.Key columnKey)
           
 ValueCollection TabletMapFile.scan(Row.Key rowKey, Cell.Key columnKey)
           
 ValueCollection DiskSSTable.searchAllVersion(Row.Key rowKey, java.lang.String columnName, Cell.Key columnKey)
           
 

Methods in com.nhncorp.neptune.tabletserver with parameters of type ValueCollection
 void ValueCollection.addAll(ValueCollection collection, int numOfVersion)