org.apache.hadoop.hbase.client
Interface AdminProtocol

All Superinterfaces:
AdminProtos.AdminService.BlockingInterface, IpcProtocol

@InterfaceAudience.Private
public interface AdminProtocol
extends AdminProtos.AdminService.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.AdminProtos.AdminService.BlockingInterface
closeRegion, compactRegion, flushRegion, getOnlineRegion, getRegionInfo, getServerInfo, getStoreFile, mergeRegions, openRegion, replicateWALEntry, rollWALWriter, splitRegion, stopServer
 



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