@InterfaceAudience.Private interface MasterKeepAliveConnection extends org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterface
This interface is implemented on a stub. It allows to have a #close function in a master client.
This class is intended to be used internally by HBase classes that need to make invocations against the master on the MasterProtos.MasterService.BlockingInterface; but not by final user code. Hence it's package protected.
Modifier and Type | Method and Description |
---|---|
void |
close() |
abortProcedure, addColumn, addReplicationPeer, assignRegion, balance, clearDeadServers, createNamespace, createTable, decommissionRegionServers, deleteColumn, deleteNamespace, deleteSnapshot, deleteTable, disableReplicationPeer, disableTable, enableCatalogJanitor, enableReplicationPeer, enableTable, execMasterService, execProcedure, execProcedureWithRet, getClusterStatus, getCompletedSnapshots, getLastMajorCompactionTimestamp, getLastMajorCompactionTimestampForRegion, getLocks, getNamespaceDescriptor, getProcedureResult, getProcedures, getQuotaStates, getReplicationPeerConfig, getSchemaAlterStatus, getSecurityCapabilities, getSpaceQuotaRegionSizes, getTableDescriptors, getTableNames, getTableState, isBalancerEnabled, isCatalogJanitorEnabled, isCleanerChoreEnabled, isMasterInMaintenanceMode, isMasterRunning, isNormalizerEnabled, isProcedureDone, isSnapshotDone, isSplitOrMergeEnabled, listDecommissionedRegionServers, listNamespaceDescriptors, listReplicationPeers, listTableDescriptorsByNamespace, listTableNamesByNamespace, mergeTableRegions, modifyColumn, modifyNamespace, modifyTable, moveRegion, normalize, offlineRegion, recommissionRegionServer, removeReplicationPeer, restoreSnapshot, runCatalogScan, runCleanerChore, setBalancerRunning, setCleanerChoreRunning, setNormalizerRunning, setQuota, setSplitOrMergeEnabled, shutdown, snapshot, splitRegion, stopMaster, truncateTable, unassignRegion, updateReplicationPeerConfig
void close()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.