|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowFilter | |
|---|---|
| com.nhncorp.neptune.client | Neptune Client API, Shell, Scanner, Utility |
| com.nhncorp.neptune.parallel.hadoop | TabletInputFormat for Hadoop MapReduce |
| Uses of RowFilter in com.nhncorp.neptune.client |
|---|
| Methods in com.nhncorp.neptune.client that return RowFilter | |
|---|---|
RowFilter |
RowFilter.copyRowFilter(java.lang.String columnName)
|
| Methods in com.nhncorp.neptune.client with parameters of type RowFilter | |
|---|---|
Row |
NTable.get(RowFilter rowFilter)
Retrieve data stored in Neptune with a specific filter. |
Row[] |
NTable.gets(RowFilter rowFilter)
This method is different with other get methods in applying the operation
to multiple rows. |
| Uses of RowFilter in com.nhncorp.neptune.parallel.hadoop |
|---|
| Methods in com.nhncorp.neptune.parallel.hadoop that return RowFilter | |
|---|---|
abstract RowFilter |
TableJoinInputFormat.getPivotScanFilter(org.apache.hadoop.mapred.JobConf jobConf)
JOIN에서 기준이 되는 Table에 대한 RowFilter를 지정한다. |
RowFilter |
DefaultTabletInputFormat.getRowFilter(org.apache.hadoop.mapred.JobConf jobConf)
|
abstract RowFilter |
AbstractTabletInputFormat.getRowFilter(org.apache.hadoop.mapred.JobConf jobConf)
Map에서 처리할 데이터의 Filter 조건을 지정한다. |
abstract RowFilter |
TableJoinInputFormat.getTargetScanFilter(org.apache.hadoop.mapred.JobConf jobConf)
JOIN에서 상대편 테이블의 RowFilter를 지정한다. |
| Constructors in com.nhncorp.neptune.parallel.hadoop with parameters of type RowFilter | |
|---|---|
AbstractTabletInputFormat.TabletColumnRecordReader(NConfiguration conf,
java.lang.String tableName,
RowFilter rowFilter)
|
|
AbstractTabletInputFormat.TabletRowRecordReader(NConfiguration conf,
java.lang.String tableName,
RowFilter rowFilter)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||