Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
A
AbstractTabletInputFormat
- Class in
com.nhncorp.neptune.parallel.hadoop
Neptune의 테이블을 입력으로 하는 Hadoop MapReduce 작업을 수행할 때 사용하는 InputFormat 일반적인 경우라면 DefaultTabletInputFormat을 사용하면 되지만 RowFilter를 이용할 경우에는 AbstractTabletInputFormat를 상속받아 RowFilter를 정의한다.
AbstractTabletInputFormat()
- Constructor for class com.nhncorp.neptune.parallel.hadoop.
AbstractTabletInputFormat
AbstractTabletInputFormat.TabletColumnRecordReader
- Class in
com.nhncorp.neptune.parallel.hadoop
AbstractTabletInputFormat.TabletColumnRecordReader(NConfiguration, String, RowFilter)
- Constructor for class com.nhncorp.neptune.parallel.hadoop.
AbstractTabletInputFormat.TabletColumnRecordReader
AbstractTabletInputFormat.TabletRowRecordReader
- Class in
com.nhncorp.neptune.parallel.hadoop
AbstractTabletInputFormat.TabletRowRecordReader(NConfiguration, String, RowFilter)
- Constructor for class com.nhncorp.neptune.parallel.hadoop.
AbstractTabletInputFormat.TabletRowRecordReader
addCell(String, Cell)
- Method in class com.nhncorp.neptune.client.
Row
Add Cell to specified column
addCellFilter(CellFilter)
- Method in class com.nhncorp.neptune.client.
RowFilter
addCellList(String, List<Cell>)
- Method in class com.nhncorp.neptune.client.
Row
Add Cell list to specified column
addCells(String, List<Cell>)
- Method in class com.nhncorp.neptune.client.
Row
Deprecated.
Use addCellList()
addCells(Row, String, List<ScanCell>)
- Static method in class com.nhncorp.neptune.client.
ScanCell
addColumn(String)
- Method in class com.nhncorp.neptune.client.
NTable
Append new column.
addColumn(String)
- Method in class com.nhncorp.neptune.tablet.
TableSchema
addDefaultResource(String)
- Method in class com.nhncorp.neptune.common.conf.
NConfiguration
Add a default resource.
addDefaultResource(URL)
- Method in class com.nhncorp.neptune.common.conf.
NConfiguration
Add a default resource.
addFinalResource(String)
- Method in class com.nhncorp.neptune.common.conf.
NConfiguration
Add a final resource.
addFinalResource(URL)
- Method in class com.nhncorp.neptune.common.conf.
NConfiguration
Add a final resource.
addPermission(String, String)
- Method in class com.nhncorp.neptune.tablet.
TableSchema
addTablet(Row.Key)
- Method in class com.nhncorp.neptune.client.
NTable
Add new tablet in this table with the specified row key
addValue(Cell.Value)
- Method in class com.nhncorp.neptune.client.
Cell
Add Cell.Value
AsyncDataReceiver
- Interface in
com.nhncorp.neptune.client
NTable has a get() method which allows applications to asynchronously receive data.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W