org.apache.hadoop.hbase.client
Interface ClientProtocol

All Superinterfaces:
ClientProtos.ClientService.BlockingInterface, IpcProtocol

@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface ClientProtocol
extends ClientProtos.ClientService.BlockingInterface, IpcProtocol

Protocol that a HBase client uses to communicate with a region server.


Method Summary
 
Methods inherited from interface org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface
bulkLoadHFile, execService, get, multi, multiGet, mutate, scan
 



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