Uses of Interface
org.apache.hadoop.hbase.client.Admin
Packages that use Admin
Package
Description
Provides HBase Client
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
HBase REST
Provides an HBase Thrift
service.
This package provides fully-functional exemplar Java code demonstrating
simple usage of the hbase-client API, for incorporation into a Maven
archetype with hbase-client dependency.
This package provides fully-functional exemplar Java code demonstrating
simple usage of the hbase-client API, for incorporation into a Maven
archetype with hbase-shaded-client dependency.
-
Uses of Admin in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return Admin -
Uses of Admin in org.apache.hadoop.hbase.backup.impl
Methods in org.apache.hadoop.hbase.backup.impl with parameters of type AdminModifier and TypeMethodDescriptionprivate voidBackupSystemTable.createSystemTable(Admin admin, TableDescriptor descriptor) private static booleanBackupSystemTable.snapshotExists(Admin admin, String snapshotName) protected voidFullTableBackupClient.snapshotTable(Admin admin, TableName tableName, String snapshotName) private voidBackupSystemTable.verifyNamespaceExists(Admin admin) private voidBackupSystemTable.waitForSystemTable(Admin admin, TableName tableName) -
Uses of Admin in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement AdminMethods in org.apache.hadoop.hbase.client that return Admin -
Uses of Admin in org.apache.hadoop.hbase.client.replication
Fields in org.apache.hadoop.hbase.client.replication declared as Admin -
Uses of Admin in org.apache.hadoop.hbase.hbtop.screen
Fields in org.apache.hadoop.hbase.hbtop.screen declared as Admin -
Uses of Admin in org.apache.hadoop.hbase.hbtop.screen.top
Fields in org.apache.hadoop.hbase.hbtop.screen.top declared as AdminConstructors in org.apache.hadoop.hbase.hbtop.screen.top with parameters of type AdminModifierConstructorDescriptionTopScreenModel(Admin admin, Mode initialMode, List<Field> initialFields, Field initialSortField, Boolean initialAscendingSort, List<RecordFilter> initialFilters) TopScreenView(Screen screen, Terminal terminal, long initialRefreshDelay, Admin admin, Mode initialMode, List<Field> initialFields, Field initialSortField, Boolean initialAscendingSort, List<RecordFilter> initialFilters, long numberOfIterations) -
Uses of Admin in org.apache.hadoop.hbase.mapreduce
Fields in org.apache.hadoop.hbase.mapreduce declared as AdminMethods in org.apache.hadoop.hbase.mapreduce that return AdminModifier and TypeMethodDescriptionprotected AdminTableInputFormatBase.getAdmin()Allows subclasses to get theAdmin.Methods in org.apache.hadoop.hbase.mapreduce with parameters of type AdminModifier and TypeMethodDescriptionprotected RegionSizeCalculatorTableInputFormatBase.createRegionSizeCalculator(RegionLocator locator, Admin admin) private static voidImportTsv.createTable(Admin admin, TableName tableName, String[] columns) private voidRegionSizeCalculator.init(RegionLocator regionLocator, Admin admin) Constructors in org.apache.hadoop.hbase.mapreduce with parameters of type AdminModifierConstructorDescriptionRegionSizeCalculator(RegionLocator regionLocator, Admin admin) Computes size of each region for table and given column families. -
Uses of Admin in org.apache.hadoop.hbase.master.http
Fields in org.apache.hadoop.hbase.master.http declared as AdminConstructors in org.apache.hadoop.hbase.master.http with parameters of type Admin -
Uses of Admin in org.apache.hadoop.hbase.mob
Methods in org.apache.hadoop.hbase.mob with parameters of type AdminModifier and TypeMethodDescriptionprivate static voidMobFileCleanupUtil.archiveMobFiles(org.apache.hadoop.conf.Configuration conf, TableName tableName, Admin admin, byte[] family, List<org.apache.hadoop.fs.Path> storeFiles) Archives the mob files.private static voidMobFileCleanupUtil.checkColumnFamilyDescriptor(org.apache.hadoop.conf.Configuration conf, TableName table, org.apache.hadoop.fs.FileSystem fs, Admin admin, ColumnFamilyDescriptor hcd, Set<String> regionNames, long maxCreationTimeToArchive) static voidMobFileCleanupUtil.cleanupObsoleteMobFiles(org.apache.hadoop.conf.Configuration conf, TableName table, Admin admin) Performs housekeeping file cleaning (called by MOB Cleaner chore)voidMobFileCompactionChore.performMajorCompactionInBatches(Admin admin, TableDescriptor htd, ColumnFamilyDescriptor hcd) private voidMobFileCompactionChore.startCompaction(Admin admin, TableName table, RegionInfo region, byte[] cf) -
Uses of Admin in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas with parameters of type AdminModifier and TypeMethodDescriptionSnapshotQuotaObserverChore.getSnapshotsFromTables(Admin admin, Set<TableName> tablesToFetchSnapshotsFrom) Computes a mapping of originatingTableNameto snapshots, when theTableNameexists in the providedSet. -
Uses of Admin in org.apache.hadoop.hbase.rest
Methods in org.apache.hadoop.hbase.rest that return AdminMethods in org.apache.hadoop.hbase.rest with parameters of type AdminModifier and TypeMethodDescriptionprivate org.apache.hbase.thirdparty.javax.ws.rs.core.ResponseNamespacesInstanceResource.createOrUpdate(NamespacesInstanceModel model, org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo, Admin admin, boolean updateExisting) private booleanNamespacesInstanceResource.doesNamespaceExist(Admin admin, String namespaceName) private org.apache.hbase.thirdparty.javax.ws.rs.core.ResponseSchemaResource.replace(TableName name, TableSchemaModel model, org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo, Admin admin) private org.apache.hbase.thirdparty.javax.ws.rs.core.ResponseSchemaResource.update(TableName name, TableSchemaModel model, org.apache.hbase.thirdparty.javax.ws.rs.core.UriInfo uriInfo, Admin admin) -
Uses of Admin in org.apache.hadoop.hbase.rest.model
Constructors in org.apache.hadoop.hbase.rest.model with parameters of type AdminModifierConstructorDescriptionNamespacesInstanceModel(Admin admin, String namespaceName) ConstructorNamespacesModel(Admin admin) Constructor -
Uses of Admin in org.apache.hadoop.hbase.rsgroup
Fields in org.apache.hadoop.hbase.rsgroup declared as Admin -
Uses of Admin in org.apache.hadoop.hbase.security.access
Fields in org.apache.hadoop.hbase.security.access declared as AdminMethods in org.apache.hadoop.hbase.security.access with parameters of type AdminModifier and TypeMethodDescriptionprivate static voidAccessController.createACLTable(Admin admin) Create the ACL table -
Uses of Admin in org.apache.hadoop.hbase.thrift
Methods in org.apache.hadoop.hbase.thrift that return Admin -
Uses of Admin in org.apache.hadoop.hbase.thrift2.client
Classes in org.apache.hadoop.hbase.thrift2.client that implement AdminMethods in org.apache.hadoop.hbase.thrift2.client that return Admin -
Uses of Admin in org.apache.hadoop.hbase.tool
Fields in org.apache.hadoop.hbase.tool declared as AdminMethods in org.apache.hadoop.hbase.tool with parameters of type AdminModifier and TypeMethodDescriptionprivate voidLoadIncrementalHFiles.cleanup(Admin admin, Deque<LoadIncrementalHFiles.LoadQueueItem> queue, ExecutorService pool, SecureBulkLoadClient secureClient) Deprecated.private voidLoadIncrementalHFiles.createTable(TableName tableName, org.apache.hadoop.fs.Path hfofDir, Admin admin) Deprecated.If the table is created for the first time, then "completebulkload" reads the files twice.LoadIncrementalHFiles.doBulkLoad(Map<byte[], List<org.apache.hadoop.fs.Path>> map, Admin admin, Table table, RegionLocator regionLocator, boolean silence, boolean copyFile) Deprecated.Perform a bulk load of the given directory into the given pre-existing table.LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir, Admin admin, Table table, RegionLocator regionLocator) Deprecated.Perform a bulk load of the given directory into the given pre-existing table.LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir, Admin admin, Table table, RegionLocator regionLocator, boolean silence, boolean copyFile) Deprecated.Perform a bulk load of the given directory into the given pre-existing table.LoadIncrementalHFiles.performBulkLoad(Admin admin, Table table, RegionLocator regionLocator, Deque<LoadIncrementalHFiles.LoadQueueItem> queue, ExecutorService pool, SecureBulkLoadClient secureClient, boolean copyFile) Deprecated.CanaryTool.sniff(Admin admin, CanaryTool.Sink sink, String tableName, ExecutorService executor, CanaryTool.RegionTask.TaskType taskType, boolean rawScanEnabled, LongAdder readLatency, boolean readAllCF) Canary entry point for specified table.CanaryTool.sniff(Admin admin, CanaryTool.Sink sink, TableDescriptor tableDesc, ExecutorService executor, CanaryTool.RegionTask.TaskType taskType, boolean rawScanEnabled, LongAdder rwLatency, boolean readAllCF) -
Uses of Admin in org.apache.hadoop.hbase.tool.coprocessor
Methods in org.apache.hadoop.hbase.tool.coprocessor with parameters of type AdminModifier and TypeMethodDescriptionprotected voidCoprocessorValidator.validateTables(ClassLoader classLoader, Admin admin, Pattern pattern, List<CoprocessorViolation> violations) -
Uses of Admin in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util declared as AdminModifier and TypeFieldDescription(package private) AdminConnectionCache.ConnectionInfo.adminprivate AdminHBaseFsck.adminDeprecated.private final AdminMoveWithAck.adminprivate final AdminMoveWithoutAck.adminprivate AdminRegionMover.adminMethods in org.apache.hadoop.hbase.util that return AdminModifier and TypeMethodDescriptionConnectionCache.getAdmin()Caller doesn't close the admin afterwards.Methods in org.apache.hadoop.hbase.util with parameters of type AdminModifier and TypeMethodDescriptionstatic voidHBaseFsckRepair.fixUnassigned(Admin admin, 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.private static voidHBaseFsckRepair.forceOfflineInZK(Admin admin, RegionInfo region) In 0.90, this forces an HRI offline by setting the RegionTransitionData in ZK to have HBCK_CODE_NAME as the server.(package private) static ServerNameMoveWithAck.getServerNameForRegion(RegionInfo region, Admin admin, Connection conn) Get servername that is up in hbase:meta hosting the given region.static voidHBaseFsckRepair.waitUntilAssigned(Admin admin, RegionInfo region) Constructors in org.apache.hadoop.hbase.util with parameters of type AdminModifierConstructorDescription(package private)MoveWithoutAck(Admin admin, RegionInfo regionInfo, ServerName sourceServer, ServerName targetServer, List<RegionInfo> movedRegions) -
Uses of Admin in org.apache.hadoop.hbase.util.compaction
Methods in org.apache.hadoop.hbase.util.compaction with parameters of type AdminModifier and TypeMethodDescriptionprivate voidMajorCompactor.Compact.compactRegionOnServer(MajorCompactionRequest request, Admin admin, String store) -
Uses of Admin in org.apache.hbase.archetypes.exemplars.client
Methods in org.apache.hbase.archetypes.exemplars.client with parameters of type AdminModifier and TypeMethodDescription(package private) static voidHelloHBase.createNamespaceAndTable(Admin admin) Invokes Admin#createNamespace and Admin#createTable to create a namespace with a table that has one column-family.(package private) static voidHelloHBase.deleteNamespaceAndTable(Admin admin) Invokes Admin#disableTable, Admin#deleteTable, and Admin#deleteNamespace to disable/delete Table and delete Namespace.(package private) static booleanHelloHBase.namespaceExists(Admin admin, String namespaceName) Checks to see whether a namespace exists. -
Uses of Admin in org.apache.hbase.archetypes.exemplars.shaded_client
Methods in org.apache.hbase.archetypes.exemplars.shaded_client with parameters of type AdminModifier and TypeMethodDescription(package private) static voidHelloHBase.createNamespaceAndTable(Admin admin) Invokes Admin#createNamespace and Admin#createTable to create a namespace with a table that has one column-family.(package private) static voidHelloHBase.deleteNamespaceAndTable(Admin admin) Invokes Admin#disableTable, Admin#deleteTable, and Admin#deleteNamespace to disable/delete Table and delete Namespace.(package private) static booleanHelloHBase.namespaceExists(Admin admin, String namespaceName) Checks to see whether a namespace exists.