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<com.google.protobuf.RpcChannel, S> stubMaker, ServiceCaller<S, R> callable) Execute the given coprocessor call on all region servers.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