Uses of Package
org.apache.hadoop.hbase.ipc

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.coprocessor.example   
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   
org.apache.hadoop.hbase.security   
org.apache.hadoop.hbase.security.access   
org.apache.hadoop.hbase.security.token   
 

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.coprocessor.example
CoprocessorProtocol
          All custom RPC protocols to be exported by Coprocessors must extend this interface.
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
          A client for an IPC service.
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
          An abstract IPC service.
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
           
RpcEngine
          An RPC implementation.
RpcServer
           
SecureClient.SecureConnection
          Thread that reads responses and notifies callers.
SecureRpcEngine.Server
          An RPC Server.
SecureServer
          An abstract IPC service, supporting SASL authentication of connections, using GSSAPI for Kerberos authentication or DIGEST-MD5 for authentication via signed tokens.
SecureServer.SecureCall
           
VersionedProtocol
          Superclass of all protocols that use Hadoop RPC.
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.master
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.
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.
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.security
SecureServer.SecureConnection
          Reads calls from a connection and queues them for handling.
 

Classes in org.apache.hadoop.hbase.ipc used by org.apache.hadoop.hbase.security.access
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.security.token
CoprocessorProtocol
          All custom RPC protocols to be exported by Coprocessors must extend this interface.
VersionedProtocol
          Superclass of all protocols that use Hadoop RPC.
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.