|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpcProtocol | |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.ipc |
Uses of IpcProtocol in org.apache.hadoop.hbase |
---|
Subinterfaces of IpcProtocol in org.apache.hadoop.hbase | |
---|---|
interface |
MasterAdminProtocol
Protocol that a client uses to communicate with the Master (for admin purposes). |
interface |
MasterMonitorProtocol
Protocol that a client uses to communicate with the Master (for monitoring purposes). |
interface |
MasterProtocol
Functions implemented by all the master protocols: e.g. |
Uses of IpcProtocol in org.apache.hadoop.hbase.client |
---|
Subinterfaces of IpcProtocol in org.apache.hadoop.hbase.client | |
---|---|
interface |
AdminProtocol
Protocol that a HBase client uses to communicate with a region server. |
interface |
ClientProtocol
Protocol that a HBase client uses to communicate with a region server. |
Uses of IpcProtocol in org.apache.hadoop.hbase.ipc |
---|
Methods in org.apache.hadoop.hbase.ipc with type parameters of type IpcProtocol | ||
---|---|---|
|
RpcClientEngine.getProxy(Class<T> protocol,
InetSocketAddress addr,
org.apache.hadoop.conf.Configuration conf,
int rpcTimeout)
Construct a client-side proxy object. |
|
|
ProtobufRpcClientEngine.getProxy(Class<T> protocol,
InetSocketAddress addr,
org.apache.hadoop.conf.Configuration conf,
int rpcTimeout)
|
|
static
|
HBaseClientRPC.waitForProxy(RpcClientEngine engine,
Class<T> protocol,
InetSocketAddress addr,
org.apache.hadoop.conf.Configuration conf,
int maxAttempts,
int rpcTimeout,
long timeout)
|
Method parameters in org.apache.hadoop.hbase.ipc with type arguments of type IpcProtocol | |
---|---|
Pair<com.google.protobuf.Message,CellScanner> |
HBaseClient.call(Method method,
com.google.protobuf.Message param,
CellScanner cells,
InetSocketAddress addr,
Class<? extends IpcProtocol> protocol,
User ticket,
int rpcTimeout)
Make a call, passing param , to the IPC server running at
address which is servicing the protocol protocol,
with the ticket credentials, returning the value. |
protected HBaseClient.Connection |
HBaseClient.getConnection(InetSocketAddress addr,
Class<? extends IpcProtocol> protocol,
User ticket,
int rpcTimeout,
HBaseClient.Call call,
Codec codec,
org.apache.hadoop.io.compress.CompressionCodec compressor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |