| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.client.coprocessor | |
| org.apache.hadoop.hbase.regionserver |
| 限定符和类型 | 方法和说明 |
|---|---|
static <S extends com.google.protobuf.Message,T extends com.google.protobuf.Message> |
RowProcessorClient.getRowProcessorPB(RowProcessor<S,T> r) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseRowProcessor<S extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
Base class for RowProcessor with some default implementations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HRegion.processRowsWithLocks(RowProcessor<?,?> processor) |
void |
Region.processRowsWithLocks(RowProcessor<?,?> processor)
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. For customization, use
Coprocessors instead.
|
void |
HRegion.processRowsWithLocks(RowProcessor<?,?> processor,
long nonceGroup,
long nonce) |
void |
Region.processRowsWithLocks(RowProcessor<?,?> processor,
long nonceGroup,
long nonce)
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. For customization, use
Coprocessors instead.
|
void |
HRegion.processRowsWithLocks(RowProcessor<?,?> processor,
long timeout,
long nonceGroup,
long nonce) |
void |
Region.processRowsWithLocks(RowProcessor<?,?> processor,
long timeout,
long nonceGroup,
long nonce)
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0. For customization, use
Coprocessors instead.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.