A C D E G H I K L M N O P R S T U V W

R

readFields(DataInput) - Method in class com.nhncorp.neptune.client.Cell
 
readFields(DataInput) - Method in class com.nhncorp.neptune.client.Cell.Value
 
readFields(DataInput) - Method in class com.nhncorp.neptune.client.CellFilter
 
readFields(DataInput) - Method in class com.nhncorp.neptune.client.Row
 
readFields(DataInput) - Method in class com.nhncorp.neptune.client.RowFilter
 
readFields(DataInput) - Method in class com.nhncorp.neptune.client.ScanCell
 
readFields(DataInput) - Method in class com.nhncorp.neptune.parallel.hadoop.TableSplit
 
readFields(DataInput) - Method in class com.nhncorp.neptune.tablet.TableSchema
 
readFields(DataInput) - Method in class com.nhncorp.neptune.tablet.TabletInfo
 
readFields(byte[]) - Method in class com.nhncorp.neptune.tablet.TabletInfo
 
receive(Row.Key, Row) - Method in interface com.nhncorp.neptune.client.AsyncDataReceiver
Called when single Row fetched.
remove(Row.Key, String, Cell.Key) - Method in class com.nhncorp.neptune.client.NTable
Remove a Cell in a Row
removePermission(String) - Method in class com.nhncorp.neptune.tablet.TableSchema
 
removeRow(Row.Key, long) - Method in class com.nhncorp.neptune.client.NTable
Remove all cells in a row.
rollback() - Method in class com.nhncorp.neptune.client.DirectUploader
Rollback uploaded datas.
Row - Class in com.nhncorp.neptune.client
Row is Value Object which represents Table's row.
Row() - Constructor for class com.nhncorp.neptune.client.Row
 
Row(Row.Key) - Constructor for class com.nhncorp.neptune.client.Row
 
Row.Key - Class in com.nhncorp.neptune.client
Row.Key class
Row.Key() - Constructor for class com.nhncorp.neptune.client.Row.Key
 
Row.Key(byte[]) - Constructor for class com.nhncorp.neptune.client.Row.Key
 
Row.Key(byte[], int, int) - Constructor for class com.nhncorp.neptune.client.Row.Key
 
Row.Key(String) - Constructor for class com.nhncorp.neptune.client.Row.Key
 
RowFilter - Class in com.nhncorp.neptune.client
RowFilter and CellFilter are normally used to get or scan for complex search condition
NTable ntable = NTable.openTable(...); RowFilter rowFilter = new RowFilter(new Row.Key("rk1"), OP_LIKE); CellFilter cellFilter = new CellFilter("Column1"); cellFilter.setStartTimestamp(Long.MIN_VALUE); cellFilter.setEndTimestamp(Long.MAX_VALUE); rowFilter.addCellFilter(cellFilter); Row[] rows = ntable.gets(rowFilter);
RowFilter() - Constructor for class com.nhncorp.neptune.client.RowFilter
 
RowFilter(Row.Key) - Constructor for class com.nhncorp.neptune.client.RowFilter
 
RowFilter(Row.Key, int) - Constructor for class com.nhncorp.neptune.client.RowFilter
 
RowFilter(Row.Key, Row.Key) - Constructor for class com.nhncorp.neptune.client.RowFilter
 
RowFilter(Row.Key, Row.Key, int) - Constructor for class com.nhncorp.neptune.client.RowFilter
 

A C D E G H I K L M N O P R S T U V W