Package | Description |
---|---|
org.apache.hadoop.hbase.client.coprocessor |
Provides client classes for invoking Coprocessor RPC protocols
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
static <S extends com.google.protobuf.Message,T extends com.google.protobuf.Message> |
RowProcessorClient.getRowProcessorPB(RowProcessor<S,T> r) |
Modifier and Type | Class and Description |
---|---|
class |
BaseRowProcessor<S extends com.google.protobuf.Message,T extends com.google.protobuf.Message>
Base class for RowProcessor with some default implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
Region.processRowsWithLocks(RowProcessor<?,?> processor)
Performs atomic multiple reads and writes on a given row.
|
void |
HRegion.processRowsWithLocks(RowProcessor<?,?> processor) |
void |
Region.processRowsWithLocks(RowProcessor<?,?> processor,
long nonceGroup,
long nonce)
Performs atomic multiple reads and writes on a given row.
|
void |
HRegion.processRowsWithLocks(RowProcessor<?,?> processor,
long nonceGroup,
long nonce) |
void |
Region.processRowsWithLocks(RowProcessor<?,?> processor,
long timeout,
long nonceGroup,
long nonce)
Performs atomic multiple reads and writes on a given row.
|
void |
HRegion.processRowsWithLocks(RowProcessor<?,?> processor,
long timeout,
long nonceGroup,
long nonce) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.