interface MasterKeepAliveConnection
extends org.apache.hadoop.hbase.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, assignRegion, balance, createNamespace, createTable, deleteColumn, deleteNamespace, deleteSnapshot, deleteTable, disableTable, dispatchMergingRegions, enableCatalogJanitor, enableTable, execMasterService, execProcedure, execProcedureWithRet, getClusterStatus, getCompletedSnapshots, getLastMajorCompactionTimestamp, getLastMajorCompactionTimestampForRegion, getNamespaceDescriptor, getProcedureResult, getSchemaAlterStatus, getSecurityCapabilities, getTableDescriptors, getTableNames, isBalancerEnabled, isCatalogJanitorEnabled, isMasterRunning, isNormalizerEnabled, isProcedureDone, isRestoreSnapshotDone, isSnapshotDone, listNamespaceDescriptors, listProcedures, listTableDescriptorsByNamespace, listTableNamesByNamespace, modifyColumn, modifyNamespace, modifyTable, moveRegion, normalize, offlineRegion, restoreSnapshot, runCatalogScan, setBalancerRunning, setNormalizerRunning, setQuota, shutdown, snapshot, stopMaster, truncateTable, unassignRegion
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.