|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientProtocol | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
Uses of ClientProtocol in org.apache.hadoop.hbase.client |
---|
Fields in org.apache.hadoop.hbase.client declared as ClientProtocol | |
---|---|
protected ClientProtocol |
ServerCallable.server
|
Methods in org.apache.hadoop.hbase.client that return ClientProtocol | |
---|---|
ClientProtocol |
HConnection.getClient(ServerName serverName)
Establishes a connection to the region server at the specified address, and return a region client protocol. |
ClientProtocol |
HConnection.getClient(String hostname,
int port)
Deprecated. - use @link {#getClient(final ServerName serverName)} which takes into account the startCode |
Uses of ClientProtocol in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf with parameters of type ClientProtocol | |
---|---|
static boolean |
ProtobufUtil.bulkLoadHFile(ClientProtocol client,
List<Pair<byte[],String>> familyPaths,
byte[] regionName,
boolean assignSeqNum)
A helper to bulk load a list of HFiles using client protocol. |
static ClientProtos.CoprocessorServiceResponse |
ProtobufUtil.execService(ClientProtocol client,
ClientProtos.CoprocessorServiceCall call,
byte[] regionName)
|
static Result |
ProtobufUtil.get(ClientProtocol client,
byte[] regionName,
Get get)
A helper to invoke a Get using client protocol. |
static Result |
ProtobufUtil.getRowOrBefore(ClientProtocol client,
byte[] regionName,
byte[] row,
byte[] family)
A helper to get a row of the closet one before using client protocol. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |