Uses of Interface
org.apache.hadoop.hbase.client.Admin
Package
Description
Provides HBase Client
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides an HBase Thrift
service.
-
Uses of org.apache.hadoop.hbase.client.Admin in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.Admin
HBaseTestingUtility.getAdmin()
Deprecated.Returns an Admin instance which is shared between HBaseTestingUtility instance users.Modifier and TypeMethodDescriptionstatic void
HBaseTestingUtility.modifyTableSync
(org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.client.TableDescriptor desc) Deprecated.since 3.0.0 and will be removed in 4.0.0.static void
HBaseTestingUtility.setReplicas
(org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.TableName table, int replicaCount) Deprecated.Set the number of Region replicas. -
Uses of org.apache.hadoop.hbase.client.Admin in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.Admin
Connection.getAdmin()
Retrieve an Admin implementation to administer an HBase cluster.org.apache.hadoop.hbase.client.Admin
SharedConnection.getAdmin()
-
Uses of org.apache.hadoop.hbase.client.Admin in org.apache.hadoop.hbase.hbtop.screen.top
ModifierConstructorDescriptionTopScreenModel
(org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.hbtop.mode.Mode initialMode, List<org.apache.hadoop.hbase.hbtop.field.Field> initialFields, org.apache.hadoop.hbase.hbtop.field.Field initialSortField, Boolean initialAscendingSort, List<org.apache.hadoop.hbase.hbtop.RecordFilter> initialFilters) TopScreenView
(org.apache.hadoop.hbase.hbtop.screen.Screen screen, org.apache.hadoop.hbase.hbtop.terminal.Terminal terminal, long initialRefreshDelay, org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.hbtop.mode.Mode initialMode, List<org.apache.hadoop.hbase.hbtop.field.Field> initialFields, org.apache.hadoop.hbase.hbtop.field.Field initialSortField, Boolean initialAscendingSort, List<org.apache.hadoop.hbase.hbtop.RecordFilter> initialFilters, long numberOfIterations) -
Uses of org.apache.hadoop.hbase.client.Admin in org.apache.hadoop.hbase.mapreduce
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.Admin
TableInputFormatBase.getAdmin()
Allows subclasses to get theAdmin
.Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.mapreduce.RegionSizeCalculator
TableInputFormatBase.createRegionSizeCalculator
(org.apache.hadoop.hbase.client.RegionLocator locator, org.apache.hadoop.hbase.client.Admin admin) ModifierConstructorDescriptionRegionSizeCalculator
(org.apache.hadoop.hbase.client.RegionLocator regionLocator, org.apache.hadoop.hbase.client.Admin admin) Computes size of each region for table and given column families. -
Uses of org.apache.hadoop.hbase.client.Admin in org.apache.hadoop.hbase.mob
Modifier and TypeMethodDescriptionstatic void
MobFileCleanupUtil.cleanupObsoleteMobFiles
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.client.Admin admin) Performs housekeeping file cleaning (called by MOB Cleaner chore)void
MobFileCompactionChore.performMajorCompactionInBatches
(org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.client.TableDescriptor htd, org.apache.hadoop.hbase.client.ColumnFamilyDescriptor hcd) -
Uses of org.apache.hadoop.hbase.client.Admin in org.apache.hadoop.hbase.thrift
Modifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.client.Admin
HBaseServiceHandler.getAdmin()
Obtain HBaseAdmin. -
Uses of org.apache.hadoop.hbase.client.Admin in org.apache.hadoop.hbase.tool.coprocessor
Modifier and TypeMethodDescriptionprotected void
CoprocessorValidator.validateTables
(ClassLoader classLoader, org.apache.hadoop.hbase.client.Admin admin, Pattern pattern, List<org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation> violations) -
Uses of org.apache.hadoop.hbase.client.Admin in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.Admin
ConnectionCache.getAdmin()
Caller doesn't close the admin afterwards.Modifier and TypeMethodDescriptionstatic void
HBaseFsckRepair.fixUnassigned
(org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.client.RegionInfo region) Fix unassigned by creating/transition the unassigned ZK node for this region to OFFLINE state with a special flag to tell the master that this is a forced operation by HBCK.static void
HBaseFsckRepair.waitUntilAssigned
(org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.client.RegionInfo region)