Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
RpcServer.Call
Datastructure that holds all necessary to a method invocation and then afterward, carries
the result.
|
Modifier and Type | Method and Description |
---|---|
static RpcCallContext |
RpcServer.getCurrentCall()
Needed for features such as delayed calls.
|
Modifier and Type | Method and Description |
---|---|
(package private) Object |
RSRpcServices.addSize(RpcCallContext context,
Result r,
Object lastBlock)
Method to account for the size of retained cells and retained data blocks.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.