|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.hadoop.hbase.ipc | |
---|---|
org.apache.hadoop.hbase.catalog | |
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.client.coprocessor | Provides client classes for invoking Coprocessor RPC protocols |
org.apache.hadoop.hbase.coprocessor | Table of Contents |
org.apache.hadoop.hbase.ipc | Tools to help define network clients and servers. |
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver | |
org.apache.hadoop.hbase.rest.client |
Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.catalog | |
---|---|
HRegionInterface
Clients interact with HRegionServers using a handle to the HRegionInterface. |
Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.client | |
---|---|
CoprocessorProtocol
All custom RPC protocols to be exported by Coprocessors must extend this interface. |
|
HMasterInterface
Clients interact with the HMasterInterface to gain access to meta-level HBase functionality, like finding an HRegionServer and creating/destroying tables. |
|
HRegionInterface
Clients interact with HRegionServers using a handle to the HRegionInterface. |
Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.client.coprocessor | |
---|---|
CoprocessorProtocol
All custom RPC protocols to be exported by Coprocessors must extend this interface. |
|
Invocation
A method invocation, including the method name and its parameters. |
Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.coprocessor | |
---|---|
CoprocessorProtocol
All custom RPC protocols to be exported by Coprocessors must extend this interface. |
|
ProtocolSignature
|
|
VersionedProtocol
Superclass of all protocols that use Hadoop RPC. |
Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.ipc | |
---|---|
CallerDisconnectedException
Exception indicating that the remote host making this IPC lost its IPC connection. |
|
CoprocessorProtocol
All custom RPC protocols to be exported by Coprocessors must extend this interface. |
|
Delayable
A call whose response can be delayed by the server. |
|
HBaseClient.Call
A call waiting for a value. |
|
HBaseClient.Connection
Thread that reads responses and notifies callers. |
|
HBaseClient.ConnectionId
This class holds the address and the user ticket. |
|
HBaseClient.ParallelResults
Result collector for parallel calls. |
|
HBaseRPCErrorHandler
An interface for calling out of RPC for error conditions. |
|
HBaseRpcMetrics
This class is for maintaining the various RPC statistics and publishing them through the metrics interfaces. |
|
HBaseServer.Call
A call queued for handling. |
|
HBaseServer.Connection
Reads calls from a connection and queues them for handling. |
|
HBaseServer.Responder
|
|
ProtocolSignature
|
|
RequestContext
Represents client information (authenticated username, remote address, protocol) for the currently executing request within a RPC server handler thread. |
|
RpcCallContext
|
|
RpcServer
|
|
VersionedProtocol
Superclass of all protocols that use Hadoop RPC. |
Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.master | |
---|---|
HMasterInterface
Clients interact with the HMasterInterface to gain access to meta-level HBase functionality, like finding an HRegionServer and creating/destroying tables. |
|
HMasterRegionInterface
The Master publishes this Interface for RegionServers to register themselves on. |
|
ProtocolSignature
|
|
VersionedProtocol
Superclass of all protocols that use Hadoop RPC. |
Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.regionserver | |
---|---|
CoprocessorProtocol
All custom RPC protocols to be exported by Coprocessors must extend this interface. |
|
HBaseRPCErrorHandler
An interface for calling out of RPC for error conditions. |
|
HBaseRpcMetrics
This class is for maintaining the various RPC statistics and publishing them through the metrics interfaces. |
|
HRegionInterface
Clients interact with HRegionServers using a handle to the HRegionInterface. |
|
ProtocolSignature
|
|
RpcServer
|
|
VersionedProtocol
Superclass of all protocols that use Hadoop RPC. |
Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.rest.client | |
---|---|
CoprocessorProtocol
All custom RPC protocols to be exported by Coprocessors must extend this interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |