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

G

get(Row.Key, String, Cell.Key) - Method in class com.nhncorp.neptune.client.NTable
Retrive data the application stored by put method
get(Row.Key) - Method in class com.nhncorp.neptune.client.NTable
Retrieve all the columns and their values in Row matching with rowKey If the Row contains too much data, it may cause serious problem.
get(Row.Key, String[]) - Method in class com.nhncorp.neptune.client.NTable
Retrieve data with row key and specific column names.
get(Collection<Row.Key>, List<CellFilter>, AsyncDataReceiver, int, int) - Method in class com.nhncorp.neptune.client.NTable
This method allows applications to asynchronously receive data.
get(Collection<Row.Key>, String[], AsyncDataReceiver, int, int) - Method in class com.nhncorp.neptune.client.NTable
This method allows applications to asynchronously receive data.
get(Row.Key, String) - Method in class com.nhncorp.neptune.client.NTable
Retrieve data stored in Neptune
get(RowFilter) - Method in class com.nhncorp.neptune.client.NTable
Retrieve data stored in Neptune with a specific filter.
get(String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns the value of the name property, or null if no such property exists.
get(String, String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns the value of the name property.
getAllCells() - Method in class com.nhncorp.neptune.client.Row
 
getAssignedHostName() - Method in class com.nhncorp.neptune.tablet.TabletInfo
특정 rowkey에 대해 서비스 여부를 반환한다.
getBoolean(String, boolean) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns the value of the name property as an boolean.
getBytes() - Method in class com.nhncorp.neptune.client.Cell
Return latest Cell.Value's bytes array
getBytes() - Method in class com.nhncorp.neptune.client.Cell.Value
 
getBytes() - Method in class com.nhncorp.neptune.client.ScanCell
 
getCell(String, Cell.Key) - Method in class com.nhncorp.neptune.client.Row
Return Cell object.
getCellFilterInfo(String) - Method in class com.nhncorp.neptune.client.RowFilter
 
getCellFilters() - Method in class com.nhncorp.neptune.client.RowFilter
 
getCellKey() - Method in class com.nhncorp.neptune.client.CellFilter
 
getCellKey() - Method in class com.nhncorp.neptune.client.ScanCell
 
getCellList(String) - Method in class com.nhncorp.neptune.client.Row
Return cell list
getCellMap(String) - Method in class com.nhncorp.neptune.client.Row
Return Map of Cells
getCellMaps(String) - Method in class com.nhncorp.neptune.client.Row
Deprecated. Use getCellMap()
getCells(String) - Method in class com.nhncorp.neptune.client.Row
Deprecated. Use getCellList()
getCellValue() - Method in class com.nhncorp.neptune.client.ScanCell
 
getClass(String, Class<?>) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns the value of the name property as a Class.
getClass(String, Class<? extends U>, Class<U>) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns the value of the name property as a Class.
getClassByName(String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Load a class by name.
getClassLoader() - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Get the class loader for this job.
getColumn(int) - Method in class com.nhncorp.neptune.tablet.TableSchema
 
getColumnCount() - Method in class com.nhncorp.neptune.client.Row
return number of columns(NTable.get() or scan)
getColumnName() - Method in class com.nhncorp.neptune.client.CellFilter
 
getColumnName() - Method in class com.nhncorp.neptune.client.ScanCell
 
getColumnNames() - Method in class com.nhncorp.neptune.client.Row
 
getColumns() - Method in class com.nhncorp.neptune.client.RowFilter
 
getColumns() - Method in class com.nhncorp.neptune.tablet.TableSchema
 
getColumnsArray() - Method in class com.nhncorp.neptune.client.NTable
Return column array
getColumnsArray() - Method in class com.nhncorp.neptune.tablet.TableSchema
 
getColumnSize() - Method in class com.nhncorp.neptune.client.Row
Deprecated. Use getColumnCount()
getConf() - Method in class com.nhncorp.neptune.client.NTable
Return Neptune configuration object.
getConfResourceAsInputStream(String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns an input stream attached to the configuration resource with the given name.
getConfResourceAsReader(String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns a reader attached to the configuration resource with the given name.
getDescription() - Method in class com.nhncorp.neptune.tablet.TableSchema
 
getEndRowKey() - Method in class com.nhncorp.neptune.client.RowFilter
 
getEndRowKey() - Method in class com.nhncorp.neptune.parallel.hadoop.TableSplit
 
getEndRowKey() - Method in class com.nhncorp.neptune.tablet.TabletInfo
 
getEndTimestamp() - Method in class com.nhncorp.neptune.client.CellFilter
 
getFile(String, String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns a local file name under a directory named in dirsProp with the given path.
getFirst(String) - Method in class com.nhncorp.neptune.client.Row
Return first Cell object in specified column
getFirstColumnCellList() - Method in class com.nhncorp.neptune.client.Row
Return Cell list
This method must be used when called NTable.get() or scan with single column.
getFirstColumnCells() - Method in class com.nhncorp.neptune.client.Row
Deprecated. Use getFirstColumnCellList()
getFloat(String, float) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns the value of the name property as a float.
getInt(String, int) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns the value of the name property as an integer.
getKey() - Method in class com.nhncorp.neptune.client.Cell
 
getKey() - Method in class com.nhncorp.neptune.client.Row
Return Row.Key
getLength() - Method in class com.nhncorp.neptune.parallel.hadoop.TableSplit
 
getLocations() - Method in class com.nhncorp.neptune.parallel.hadoop.TableSplit
 
getLong(String, long) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns the value of the name property as a long.
getMaxNumCellValue() - Method in class com.nhncorp.neptune.client.Row
Return max number of Cell.Value
getNumOfValues() - Method in class com.nhncorp.neptune.client.Cell.Value
 
getNumOfValues() - Method in class com.nhncorp.neptune.client.CellFilter
 
getNumOfVersion() - Method in class com.nhncorp.neptune.tablet.TableSchema
 
getNumOfVersions() - Method in class com.nhncorp.neptune.client.CellFilter
 
getOne(String) - Method in class com.nhncorp.neptune.client.Row
Deprecated. use getFirst()
getOperation() - Method in class com.nhncorp.neptune.client.RowFilter
 
getOwner() - Method in class com.nhncorp.neptune.tablet.TableSchema
 
getOwnerInfo() - Method in class com.nhncorp.neptune.tablet.TableSchema
 
getPartition(WritableComparable, Writable, int) - Method in class com.nhncorp.neptune.parallel.hadoop.KeyRangePartitioner
 
getPivotScanFilter(JobConf) - Method in class com.nhncorp.neptune.parallel.hadoop.TableJoinInputFormat
JOIN에서 기준이 되는 Table에 대한 RowFilter를 지정한다.
getPivotTableName(JobConf) - Method in class com.nhncorp.neptune.parallel.hadoop.TableJoinInputFormat
JOIN에서 기준이 되는 테이블명을 지정한다.
getPos() - Method in class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat.TabletColumnRecordReader
 
getPos() - Method in class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat.TabletRowRecordReader
 
getPrintValue(String) - Method in class com.nhncorp.neptune.client.Cell
 
getPrintValue() - Method in class com.nhncorp.neptune.client.Cell
 
getPrintValue() - Method in class com.nhncorp.neptune.client.ScanCell
 
getProgress() - Method in class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat.TabletColumnRecordReader
 
getProgress() - Method in class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat.TabletRowRecordReader
 
getRaw(String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Get the value of the name property, without doing variable expansion.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class com.nhncorp.neptune.parallel.hadoop.SimpleInputFormat
 
getRecordReader(InputSplit, JobConf, Reporter) - Method in class com.nhncorp.neptune.parallel.hadoop.TableJoinInputFormat
 
getResource(String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns the URL for the named resource.
getRowFilter(JobConf) - Method in class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat
Map에서 처리할 데이터의 Filter 조건을 지정한다.
getRowFilter(JobConf) - Method in class com.nhncorp.neptune.parallel.hadoop.DefaultTabletInputFormat
 
getRowKey() - Method in class com.nhncorp.neptune.client.RowFilter
 
getRowKey() - Method in class com.nhncorp.neptune.client.ScanCell
 
gets(RowFilter) - Method in class com.nhncorp.neptune.client.NTable
This method is different with other get methods in applying the operation to multiple rows.
getSplitedRowKeyRanges(TabletInfo, int) - Method in class com.nhncorp.neptune.client.NTable
Divides row keys contained in a certain tablet into splitPerTablet rows.
getSplits(JobConf, int) - Method in class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat
 
getSplits(JobConf, int) - Method in class com.nhncorp.neptune.parallel.hadoop.SimpleInputFormat
 
getSplits(JobConf, int) - Method in class com.nhncorp.neptune.parallel.hadoop.TableJoinInputFormat
 
getStartRowKey() - Method in class com.nhncorp.neptune.client.RowFilter
 
getStartRowKey() - Method in class com.nhncorp.neptune.parallel.hadoop.TableSplit
 
getStartTimestamp() - Method in class com.nhncorp.neptune.client.CellFilter
 
getStrings(String) - Method in class com.nhncorp.neptune.common.conf.NConfiguration
Returns the value of the name property as an array of strings.
getTableDataPath(NConfiguration, String) - Static method in class com.nhncorp.neptune.tablet.TableSchema
 
getTableDataTrashPath(NConfiguration, String) - Static method in class com.nhncorp.neptune.tablet.TableSchema
 
getTableDetail() - Method in class com.nhncorp.neptune.tablet.TableSchema
 
getTableName() - Method in class com.nhncorp.neptune.client.NTable
Return current table name.
getTableName(JobConf) - Method in class com.nhncorp.neptune.parallel.hadoop.AbstractTabletInputFormat
입력 테이블명을 반환한다.
getTableName(JobConf) - Method in class com.nhncorp.neptune.parallel.hadoop.DefaultTabletInputFormat
 
getTableName() - Method in class com.nhncorp.neptune.parallel.hadoop.TableSplit
 
getTableName() - Method in class com.nhncorp.neptune.tablet.TableSchema
 
getTableName() - Method in class com.nhncorp.neptune.tablet.TabletInfo
 
getTableSchema() - Method in class com.nhncorp.neptune.client.NTable
Return the table schema information describing this table.
getTableSchemaPath(NConfiguration, String) - Static method in class com.nhncorp.neptune.tablet.TableSchema
 
getTabletAllActions(TabletInfo) - Method in class com.nhncorp.neptune.client.NTable
(Only for management) Retrieve the list of all the actions internally performed in specified tablet
getTabletInfo(String) - Method in class com.nhncorp.neptune.client.NTable
Return the tablet information
getTabletName() - Method in class com.nhncorp.neptune.tablet.TabletInfo
 
getTabletPath() - Method in class com.nhncorp.neptune.tablet.TabletInfo
 
getTabletReport(TabletInfo) - Method in class com.nhncorp.neptune.client.NTable
(Only for management) Get the report of tablet, describing current status of specified tablet.
getTargetScanFilter(JobConf) - Method in class com.nhncorp.neptune.parallel.hadoop.TableJoinInputFormat
JOIN에서 상대편 테이블의 RowFilter를 지정한다.
getTargetTableName(JobConf) - Method in class com.nhncorp.neptune.parallel.hadoop.TableJoinInputFormat
JOIN에서 상대편 테이블의 테이블명을 지정한다.
getTimestamp() - Method in class com.nhncorp.neptune.client.Cell.Value
 
getUserId() - Method in class com.nhncorp.neptune.common.conf.NConfiguration
 
getValue() - Method in class com.nhncorp.neptune.client.Cell
Return latest Cell.Value
getValue(int) - Method in class com.nhncorp.neptune.client.Cell
Return Cell.Value
Cell.Value is sorted by timestamp descending
getValueAsInt() - Method in class com.nhncorp.neptune.client.Cell.Value
 
getValueAsLong() - Method in class com.nhncorp.neptune.client.Cell.Value
 
getValueAsString() - Method in class com.nhncorp.neptune.client.Cell
Return (latest Cell.Value's bytes array).toString()
getValueAsString() - Method in class com.nhncorp.neptune.client.Cell.Value
 
getValues() - Method in class com.nhncorp.neptune.client.Cell
 
getValueSize() - Method in class com.nhncorp.neptune.client.Cell
Return number of Cell.Value
This value is not number of version in a Table, but number of Value which is matched with search condition.
getWriteBytes() - Method in class com.nhncorp.neptune.tablet.TabletInfo
 

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