Uses of Interface
org.apache.hadoop.hbase.client.AsyncAdmin
Packages that use AsyncAdmin
Package
Description
Provides HBase Client
-
Uses of AsyncAdmin in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement AsyncAdminModifier and TypeClassDescription(package private) classJust a wrapper ofRawAsyncHBaseAdmin.(package private) classThe implementation of AsyncAdmin.Methods in org.apache.hadoop.hbase.client that return AsyncAdminModifier and TypeMethodDescriptionAsyncAdminBuilder.build()Create aAsyncAdmininstance.default AsyncAdminAsyncConnection.getAdmin()Retrieve anAsyncAdminimplementation to administer an HBase cluster.default AsyncAdminAsyncConnection.getAdmin(ExecutorService pool) Retrieve anAsyncAdminimplementation to administer an HBase cluster.Methods in org.apache.hadoop.hbase.client with parameters of type AsyncAdminModifier and TypeMethodDescriptionprivate CompletableFuture<Void>RawAsyncHBaseAdmin.compareTableWithPeerCluster(TableName tableName, TableDescriptor tableDesc, ReplicationPeerDescription peer, AsyncAdmin peerAdmin) static <S,R> CompletableFuture<Map<ServerName, Object>> AsyncAdminClientUtils.coprocessorServiceOnAllRegionServers(AsyncAdmin asyncAdmin, Function<org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel, S> stubMaker, ServiceCaller<S, R> callable) Execute the given coprocessor call on all region servers.private voidAsyncNonMetaRegionLocator.invalidateCache(CompletableFuture<Void> future, Iterator<TableName> tbnIter, AsyncAdmin admin) Constructors in org.apache.hadoop.hbase.client with parameters of type AsyncAdminModifierConstructorDescription(package private)ModifyTableProcedureBiConsumer(AsyncAdmin admin, TableName tableName) (package private)ModifyTableStoreFileTrackerProcedureBiConsumer(AsyncAdmin admin, TableName tableName) -
Uses of AsyncAdmin in org.apache.hadoop.hbase.master.http
Fields in org.apache.hadoop.hbase.master.http declared as AsyncAdminConstructors in org.apache.hadoop.hbase.master.http with parameters of type AsyncAdmin -
Uses of AsyncAdmin in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource
Fields in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource declared as AsyncAdmin -
Uses of AsyncAdmin in org.apache.hadoop.hbase.tool
Methods in org.apache.hadoop.hbase.tool with parameters of type AsyncAdminModifier and TypeMethodDescriptionprivate voidBulkLoadHFilesTool.createTable(TableName tableName, org.apache.hadoop.fs.Path hfofDir, AsyncAdmin admin) If the table is created for the first time, then "completebulkload" reads the files twice.