Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 

A

abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.master.HMaster
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
abort(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
abort(String) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
abort(String) - Method in class org.apache.hadoop.hbase.monitoring.TaskGroup
 
abort(String) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator
Receive a notification and propagate it to the local coordinator
abort(String) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
Pass along the found abort notification to the listener
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Cause the server to exit without closing the regions it is serving, the log it is using and without notifying the master.
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
 
abort(String, Throwable) - Method in class org.apache.hadoop.hbase.SharedConnection
 
ABORT_ON_ERROR_KEY - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
ABORT_ZNODE_DEFAULT - Static variable in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
abortable - Variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
abortable - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
abortable - Variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
abortable - Variable in class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
abortCacheFlush(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
abortCacheFlush(byte[]) - Method in interface org.apache.hadoop.hbase.wal.WAL
Abort a cache flush.
aborted - Variable in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
abortPendingOperations(ServerName, Set<RemoteProcedureDispatcher.RemoteProcedure>) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
 
abortProcedure(long, boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
 
abortProcedure(RpcController, MasterProtos.AbortProcedureRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
abortProcedure(long, boolean) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Abort a procedure.
abortProcedure(String, ForeignException) - Method in class org.apache.hadoop.hbase.procedure.ProcedureCoordinator
Abort the procedure with the given name
abortServer(E, Throwable) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
abortServer(String, Throwable) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
abortWriter(AbstractMultiFileWriter) - Method in class org.apache.hadoop.hbase.regionserver.compactions.AbstractMultiOutputCompactor
 
abortWriter(T) - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
abortWriter(StoreFileWriter) - Method in class org.apache.hadoop.hbase.regionserver.compactions.DefaultCompactor
 
abortWriters() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
Close all writers without throwing any exceptions.
abortZnode - Variable in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
AbstractFileStatusFilter - Class in org.apache.hadoop.hbase.util
Typical base class for file status filter.
AbstractFileStatusFilter() - Constructor for class org.apache.hadoop.hbase.util.AbstractFileStatusFilter
 
AbstractFSWAL<W extends WALProvider.WriterBase> - Class in org.apache.hadoop.hbase.regionserver.wal
Implementation of WAL to go against FileSystem; i.e.
AbstractFSWAL(FileSystem, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
AbstractFSWAL(FileSystem, Abortable, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
AbstractFSWALProvider<T extends AbstractFSWAL<?>> - Class in org.apache.hadoop.hbase.wal
Base class of a WAL Provider that returns a single thread safe WAL that writes to Hadoop FS.
AbstractFSWALProvider() - Constructor for class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
AbstractFSWALProvider.Reader - Interface in org.apache.hadoop.hbase.wal
 
AbstractFSWALProvider.WALStartTimeComparator - Class in org.apache.hadoop.hbase.wal
Comparator used to compare WAL files together based on their start time.
AbstractMemStore - Class in org.apache.hadoop.hbase.regionserver
An abstract class, which implements the behaviour shared by all concrete memstore instances.
AbstractMemStore(Configuration, CellComparator, RegionServicesForStores) - Constructor for class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
AbstractMultiFileWriter - Class in org.apache.hadoop.hbase.regionserver
Base class for cell sink that separates the provided cells into multiple files.
AbstractMultiFileWriter() - Constructor for class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
 
AbstractMultiFileWriter.WriterFactory - Interface in org.apache.hadoop.hbase.regionserver
 
AbstractMultiOutputCompactor<T extends AbstractMultiFileWriter> - Class in org.apache.hadoop.hbase.regionserver.compactions
Base class for implementing a Compactor which will generate multiple output files after compaction.
AbstractMultiOutputCompactor(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.AbstractMultiOutputCompactor
 
AbstractPeerProcedure<TState> - Class in org.apache.hadoop.hbase.master.replication
The base class for all replication peer related procedure.
AbstractPeerProcedure() - Constructor for class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
AbstractPeerProcedure(String) - Constructor for class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
AbstractProtobufLogWriter - Class in org.apache.hadoop.hbase.regionserver.wal
Base class for Protobuf log writer.
AbstractProtobufLogWriter() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
AbstractStateMachineNamespaceProcedure<TState> - Class in org.apache.hadoop.hbase.master.procedure
Base class for all the Namespace procedures that want to use a StateMachineProcedure.
AbstractStateMachineNamespaceProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
AbstractStateMachineNamespaceProcedure(MasterProcedureEnv) - Constructor for class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
AbstractStateMachineNamespaceProcedure(MasterProcedureEnv, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
AbstractStateMachineRegionProcedure<TState> - Class in org.apache.hadoop.hbase.master.procedure
Base class for all the Region procedures that want to use a StateMachine.
AbstractStateMachineRegionProcedure(MasterProcedureEnv, RegionInfo) - Constructor for class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
AbstractStateMachineRegionProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
AbstractStateMachineTableProcedure<TState> - Class in org.apache.hadoop.hbase.master.procedure
Base class for all the Table procedures that want to use a StateMachineProcedure.
AbstractStateMachineTableProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
AbstractStateMachineTableProcedure(MasterProcedureEnv) - Constructor for class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
AbstractStateMachineTableProcedure(MasterProcedureEnv, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
AbstractViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
Abstract implementation for SpaceViolationPolicyEnforcement.
AbstractViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
 
AbstractWALRoller<T extends Abortable> - Class in org.apache.hadoop.hbase.wal
Runs periodically to determine if the WAL should be rolled.
AbstractWALRoller(String, Configuration, T) - Constructor for class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
AbstractWALRoller.RollController - Class in org.apache.hadoop.hbase.wal
Independently control the roll of each wal.
accept(Path, Boolean) - Method in class org.apache.hadoop.hbase.util.AbstractFileStatusFilter
Filters out a path.
accept(FileStatus) - Method in class org.apache.hadoop.hbase.util.AbstractFileStatusFilter
 
accept(Path) - Method in class org.apache.hadoop.hbase.util.AbstractFileStatusFilter
 
accept(FileStatus) - Method in interface org.apache.hadoop.hbase.util.FileStatusFilter
Tests whether or not the specified filestatus should be included in a filestatus list.
accept(Path, Boolean) - Method in class org.apache.hadoop.hbase.util.FSUtils.BlackListDirFilter
 
accept(Path, Boolean) - Method in class org.apache.hadoop.hbase.util.FSUtils.FamilyDirFilter
 
accept(Path, Boolean) - Method in class org.apache.hadoop.hbase.util.FSUtils.HFileFilter
 
accept(Path) - Method in class org.apache.hadoop.hbase.util.FSUtils.HFileLinkFilter
 
accept(Path) - Method in class org.apache.hadoop.hbase.util.FSUtils.ReferenceAndLinkFileFilter
 
accept(Path, Boolean) - Method in class org.apache.hadoop.hbase.util.FSUtils.ReferenceFileFilter
 
accept(Path, Boolean) - Method in class org.apache.hadoop.hbase.util.FSUtils.RegionDirFilter
 
acceptableSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
access(long) - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
Block has been accessed.
access(long) - Method in class org.apache.hadoop.hbase.mob.CachedMobFile
 
AccessChecker - Class in org.apache.hadoop.hbase.security.access
 
AccessChecker(Configuration) - Constructor for class org.apache.hadoop.hbase.security.access.AccessChecker
Constructor with existing configuration
AccessChecker.InputUser - Class in org.apache.hadoop.hbase.security.access
A temporary user class to instantiate User instance based on the name and groups.
AccessController - Class in org.apache.hadoop.hbase.security.access
Provides basic authorization checks for data access and administrative operations.
AccessController() - Constructor for class org.apache.hadoop.hbase.security.access.AccessController
 
accessUserTable(User, TableName, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Checks if the user has access to the full table or at least a family/qualifier for the specified action.
ack(boolean) - Method in class org.apache.hadoop.hbase.util.RegionMover.RegionMoverBuilder
Set ack/noAck mode.
ACL_GLOBAL_NAME - Static variable in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
ACL_KEY_DELIMITER - Static variable in class org.apache.hadoop.hbase.security.access.PermissionStorage
Delimiter to separate user, column family, and qualifier in _acl_ table info: column keys
ACL_LIST_FAMILY - Static variable in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
ACL_LIST_FAMILY_STR - Static variable in class org.apache.hadoop.hbase.security.access.PermissionStorage
Column family used to store ACL grants
ACL_SYNC_TO_HDFS_ENABLE - Static variable in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
ACL_SYNC_TO_HDFS_THREAD_NUMBER - Static variable in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
ACL_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.security.access.PermissionStorage
Internal storage table for access control lists
ACL_TAG_TYPE - Static variable in class org.apache.hadoop.hbase.security.access.PermissionStorage
KV tag to store per cell access control lists
acquire() - Method in class org.apache.hadoop.hbase.master.locking.LockManager.MasterLock
Acquire the lock, waiting indefinitely until the lock is released or the thread is interrupted.
acquireBarrier() - Method in class org.apache.hadoop.hbase.procedure.flush.FlushTableSubprocedure
Flush the online regions on this rs for the target table.
acquireBarrier() - Method in class org.apache.hadoop.hbase.procedure.Subprocedure
The implementation of this method should gather and hold required resources (locks, disk space, etc) to satisfy the Procedures barrier condition.
acquireBarrier() - Method in class org.apache.hadoop.hbase.procedure.Subprocedure.SubprocedureImpl
 
acquireBarrier() - Method in class org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure
do nothing, core of snapshot is executed in FlushSnapshotSubprocedure.insideBarrier() step.
ACQUIRED_BARRIER_ZNODE_DEFAULT - Static variable in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
acquireDelegationToken(FileSystem) - Method in class org.apache.hadoop.hbase.security.token.FsDelegationToken
Acquire the delegation token for the specified filesystem.
acquireDelegationToken(String, FileSystem) - Method in class org.apache.hadoop.hbase.security.token.FsDelegationToken
Acquire the delegation token for the specified filesystem and token kind.
acquiredZnode - Variable in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
acquireLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
acquireLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
acquireLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
acquireLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
acquireLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
acquireLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
acquireLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
acquireLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
acquireLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
acquireLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
acquireSplitWALWorker(Procedure<?>) - Method in class org.apache.hadoop.hbase.master.SplitWALManager
Acquire a split WAL worker
ActiveMasterManager - Class in org.apache.hadoop.hbase.master
Handles everything on master-side related to master election.
activeOperations - Variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
ActivePolicyEnforcement - Class in org.apache.hadoop.hbase.quotas
A class to ease dealing with tables that have and do not have violation policies being enforced.
ActivePolicyEnforcement(Map<TableName, SpaceViolationPolicyEnforcement>, Map<TableName, SpaceQuotaSnapshot>, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.quotas.ActivePolicyEnforcement
 
ActivePolicyEnforcement(Map<TableName, SpaceViolationPolicyEnforcement>, Map<TableName, SpaceQuotaSnapshot>, RegionServerServices, SpaceViolationPolicyEnforcementFactory) - Constructor for class org.apache.hadoop.hbase.quotas.ActivePolicyEnforcement
 
actualErrorRate() - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
Computes the error rate for this Bloom filter, taking into account the actual number of hash functions and keys inserted.
actualErrorRate(long, long, int) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
Computes the actual error rate for the given number of elements, number of bits, and number of hash functions.
ADAPTIVE_COMPACTION_THRESHOLD_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.AdaptiveMemStoreCompactionStrategy
 
ADAPTIVE_INITIAL_COMPACTION_PROBABILITY_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.AdaptiveMemStoreCompactionStrategy
 
AdaptiveLifoCoDelCallQueue - Class in org.apache.hadoop.hbase.ipc
Adaptive LIFO blocking queue utilizing CoDel algorithm to prevent queue overloading.
AdaptiveLifoCoDelCallQueue(int, int, int, double, LongAdder, LongAdder) - Constructor for class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
AdaptiveMemStoreCompactionStrategy - Class in org.apache.hadoop.hbase.regionserver
Adaptive is a heuristic that chooses whether to apply data compaction or not based on the level of redundancy in the data.
AdaptiveMemStoreCompactionStrategy(Configuration, String) - Constructor for class org.apache.hadoop.hbase.regionserver.AdaptiveMemStoreCompactionStrategy
 
add(HTableDescriptor, Class<? extends Constraint>...) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Add configuration-less constraints to the table.
add(HTableDescriptor, Pair<Class<? extends Constraint>, Configuration>...) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Add constraints and their associated configurations to the table.
add(HTableDescriptor, Class<? extends Constraint>, Configuration) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Add a Constraint to the table with the given configuration
add(HDFSBlocksDistribution) - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
This will add the distribution from input to this object
add(byte[], long, int) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
add(byte[], long, int, long) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
add(Map.Entry<BlockCacheKey, BucketEntry>) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.CachedEntryQueue
Attempt to add the specified entry to this queue.
add(LruCachedBlock) - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlockQueue
Attempt to add the specified cached block to this queue.
add(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
add(Queue<T>) - Method in class org.apache.hadoop.hbase.master.procedure.FairQueue
 
add(String) - Method in class org.apache.hadoop.hbase.monitoring.MemoryBoundedLogMessageBuffer
Append the given message to this buffer, automatically evicting older messages until the desired memory limit is achieved.
add(Iterable<Cell>, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
add(Cell, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
add(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
add(Cell, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Adds a value to the memstore
add(Iterable<Cell>, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Adds the specified value to the memstore
add(Cell, MemStoreSizing) - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
Write an update
add(Iterable<Cell>, MemStoreSizing) - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
Write the updates
add(Cell, boolean, MemStoreSizing, boolean) - Method in class org.apache.hadoop.hbase.regionserver.MutableSegment
Adds the given cell into the segment
add(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker
Add the specified cell to the list of deletes to check against for this row operation.
add(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
add(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
Add the specified Cell to the list of deletes to check against for this row operation.
add(Collection<StoreFileInfo>) - Method in interface org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTracker
Add new store files.
add(Cell) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityNewVersionBehaivorTracker
 
add(Cell) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityScanDeleteTracker
 
add(Cell) - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
 
add(T) - Method in class org.apache.hadoop.hbase.util.LossyCounting
 
add(R) - Method in class org.apache.hadoop.hbase.util.RegionSplitCalculator
Adds an edge to the split calculator
add(E) - Method in class org.apache.hadoop.hbase.util.SortedList
 
add(int, E) - Method in class org.apache.hadoop.hbase.util.SortedList
 
add(Cell, byte[]) - Method in class org.apache.hadoop.hbase.wal.WALEdit
 
add(Cell) - Method in class org.apache.hadoop.hbase.wal.WALEdit
 
add(Map<byte[], List<Cell>>) - Method in class org.apache.hadoop.hbase.wal.WALEdit
Append the given map of family->edits to a WALEdit data structure.
addAll(Collection<? extends CallRunner>) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
addAll(Collection<? extends Cell>) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
addAll(Collection<? extends E>) - Method in class org.apache.hadoop.hbase.util.SortedList
 
addAll(int, Collection<? extends E>) - Method in class org.apache.hadoop.hbase.util.SortedList
 
addAllLogsToSysTable() - Method in class org.apache.hadoop.hbase.namequeues.SlowLogPersistentService
Poll from queueForSysTable and insert 100 records in hbase:slowlog table in single batch
addAllocation(long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
addArchivedFiles(Set<Map.Entry<String, Long>>) - Method in interface org.apache.hadoop.hbase.quotas.FileArchiverNotifier
Records a file and its size in bytes being moved to the archive directory.
addArchivedFiles(Set<Map.Entry<String, Long>>) - Method in class org.apache.hadoop.hbase.quotas.FileArchiverNotifierImpl
 
addAttribute(AttributeKey<T>, T) - Method in class org.apache.hadoop.hbase.server.trace.IpcServerSpanBuilder
 
addCallSize(long) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
addCallSize(long) - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
Add/subtract from the current size of all outstanding calls.
addCatalogReplicationSource(RegionInfo) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Add an hbase:meta Catalog replication source.
addCellCount(int) - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
addChangedReaderObserver(ChangedReadersObserver) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
addChildExp(ExpressionNode) - Method in class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
addChildExps(List<ExpressionNode>) - Method in class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
addClusterId(UUID) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Marks that the cluster with the given clusterId has consumed the change
addColumn(TableName, ColumnFamilyDescriptor, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
addColumn(RpcController, MasterProtos.AddColumnRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
addColumn(TableName, ColumnFamilyDescriptor, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Add a new column to an existing table
addCompactionResults(Collection<HStoreFile>, Collection<HStoreFile>) - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Adds only the new compaction results into the structure.
addCompactionResults(Collection<HStoreFile>, Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
addDeleteFamilyBloomFilter(BloomFilterWriter) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Writer
Store delete family Bloom filter in the file, which is only supported in HFile V2.
addDeleteFamilyBloomFilter(BloomFilterWriter) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
addEntry(byte[], long, int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
Add one index entry to the current leaf-level block.
addExtendedAttribute(String, byte[]) - Method in interface org.apache.hadoop.hbase.wal.WALKey
Add a named String value to this WALKey to be persisted into the WAL
addExtendedAttribute(String, byte[]) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
addExtraParam(String, String) - Method in class org.apache.hadoop.hbase.security.access.AuthResult.Params
 
addGeneralBloomFilter(BloomFilterWriter) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Writer
Store general Bloom filter in the file.
addGeneralBloomFilter(BloomFilterWriter) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
addGetResult(Result) - Method in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
addGetResult(Result) - Method in interface org.apache.hadoop.hbase.quotas.OperationQuota
Add a get result.
addHFileRefs(TableName, byte[], List<Pair<Path, Path>>) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
addHFileRefs(TableName, byte[], List<Pair<Path, Path>>) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Add hfile names to the queue to be replicated.
addHFileRefs(TableName, byte[], List<Pair<Path, Path>>) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
 
addHostsAndBlockWeight(String[], long) - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
add some weight to a list of hosts, update the value of unique block weight
addHostsAndBlockWeight(String[], long, StorageType[]) - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
add some weight to a list of hosts, update the value of unique block weight
addInlineBlockWriter(InlineBlockWriter) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Writer
Adds an inline block writer such as a multi-level block index writer or a compound Bloom filter writer.
addInlineBlockWriter(InlineBlockWriter) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
addKey(AuthenticationKey) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
 
addKeyToZK(AuthenticationKey) - Method in class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
addLabels(List<byte[]>) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
addLabels(RpcController, VisibilityLabelsProtos.VisibilityLabelsRequest, RpcCallback<VisibilityLabelsProtos.VisibilityLabelsResponse>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
VisibilityEndpoint service related methods
addLabels(List<byte[]>) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
Adds the set of labels into the system.
addLastBloomKey(HFile.Writer) - Method in class org.apache.hadoop.hbase.util.BloomContext
Adds the last bloom key to the HFile Writer as part of StorefileWriter close.
addLastBloomKey(HFile.Writer) - Method in class org.apache.hadoop.hbase.util.RowBloomContext
 
addLastBloomKey(HFile.Writer) - Method in class org.apache.hadoop.hbase.util.RowColBloomContext
 
addLease(LeaseManager.Lease) - Method in class org.apache.hadoop.hbase.regionserver.LeaseManager
Inserts lease.
addListener(ForeignExceptionListener) - Method in class org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
Listen for failures to a given process.
addLocationsOrderInterceptor(Configuration) - Static method in class org.apache.hadoop.hbase.fs.HFileSystem
 
addMaster() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addMaster(Configuration, int) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addMaster(Configuration, int, User) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addMemStoreSize(long, long, long, int) - Method in class org.apache.hadoop.hbase.regionserver.RegionServicesForStores
 
addMetaWALSplit(long, long) - Method in class org.apache.hadoop.hbase.master.MetricsMasterFileSystem
Record a single instance of a split
addMethod(String, String...) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethods
 
addMethod(String, Class<?>...) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethods
 
addMethod(Method) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethods
 
addMobRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
 
addMobRegion(RegionInfo, SnapshotManifest.RegionVisitor) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
 
addMutation(Mutation) - Method in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
addMutation(Mutation) - Method in interface org.apache.hadoop.hbase.quotas.OperationQuota
Add a mutation result.
addMvccToOperationContext(long, long, long) - Method in class org.apache.hadoop.hbase.regionserver.ServerNonceManager
Store the write point in OperationContext when the operation succeed.
addNamespace(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
 
addNamespaceQuota(Connection, String, QuotaProtos.Quotas) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
addOperationsFromCP(int, Mutation[]) - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
Add more Mutations corresponding to the Mutation at the given index to be committed atomically in the same batch.
addOptions() - Method in class org.apache.hadoop.hbase.master.http.RegionVisualizer
 
addOptions() - Method in class org.apache.hadoop.hbase.procedure2.store.region.HFileProcedurePrettyPrinter
 
addOptions() - Method in class org.apache.hadoop.hbase.procedure2.store.region.WALProcedurePrettyPrinter
 
addOptions() - Method in class org.apache.hadoop.hbase.snapshot.CreateSnapshot
 
addOptions() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
 
addOptions() - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorValidator
 
addOptions() - Method in class org.apache.hadoop.hbase.tool.DataBlockEncodingValidator
 
addOptions() - Method in class org.apache.hadoop.hbase.tool.HFileContentValidator
 
addOptions() - Method in class org.apache.hadoop.hbase.util.RegionMover
 
addPeer(String, ReplicationPeerConfig, boolean) - Method in class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager
 
addPeer(String) - Method in interface org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandler
 
addPeer(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandlerImpl
 
addPeer(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
1.
AddPeerProcedure - Class in org.apache.hadoop.hbase.master.replication
The procedure for adding a new replication peer.
AddPeerProcedure() - Constructor for class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
AddPeerProcedure(String, ReplicationPeerConfig, boolean) - Constructor for class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
addPushSize(int) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationThrottler
Add current size to the current cycle's total push size
addReadRequestsCount(long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
addRecord(NamedQueuePayload) - Method in class org.apache.hadoop.hbase.namequeues.NamedQueueRecorder
Add various NamedQueue records to ringbuffer.
addRegion(RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
addRegion(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
addRegion(HRegion) - Method in interface org.apache.hadoop.hbase.regionserver.MutableOnlineRegions
Add to online regions.
addRegion(HRegion) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
Creates a 'manifest' for the specified region, by reading directly from the HRegion object.
addRegion(HRegion, SnapshotManifest.RegionVisitor) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
 
addRegion(Path, RegionInfo) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
Creates a 'manifest' for the specified region, by reading directly from the disk.
addRegion(Path, RegionInfo, SnapshotManifest.RegionVisitor) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
 
addRegionInfo(HbckRegionInfo) - Method in class org.apache.hadoop.hbase.util.HbckTableInfo
 
addRegionServer() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addRegionServer(Configuration, int) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addRegionServer(Configuration, int, User) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
addRegionServerQuota(Connection, String, QuotaProtos.Quotas) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
addRegionSize(RegionInfo, long, long) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
addRegionToServer(RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
addRegionToSnapshot(SnapshotProtos.SnapshotDescription, ForeignExceptionSnare) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Complete taking the snapshot on the region.
addReplicationPeer(String, ReplicationPeerConfig, boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
 
addReplicationPeer(RpcController, ReplicationProtos.AddReplicationPeerRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
addReplicationPeer(String, ReplicationPeerConfig, boolean) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Add a new replication peer for replicating data to slave cluster
addResource(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
addResource(URL) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
addResource(Path) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
addResource(InputStream) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
addResource(InputStream, String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
addResource(Configuration) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
address - Variable in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
 
addScanResult(List<Result>) - Method in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
addScanResult(List<Result>) - Method in interface org.apache.hadoop.hbase.quotas.OperationQuota
Add a scan result.
addServer(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
addServer(ServerName) - Method in class org.apache.hadoop.hbase.util.HbckTableInfo
 
addServerToDrainList(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
Add the server to the drain list.
addShutdownHook(Thread, int) - Method in class org.apache.hadoop.hbase.util.ShutdownHookManager
 
addSnapshot(long) - Method in class org.apache.hadoop.hbase.master.MetricsSnapshot
Record a single instance of a snapshot
addSnapshotClone(long) - Method in class org.apache.hadoop.hbase.master.MetricsSnapshot
Record a single instance of a snapshot cloned table
addSnapshotRestore(long) - Method in class org.apache.hadoop.hbase.master.MetricsSnapshot
Record a single instance of a snapshot
addSplit(long, long) - Method in class org.apache.hadoop.hbase.master.MetricsMasterFileSystem
Record a single instance of a split
addStoreFiles(Collection<HStoreFile>, StoreEngine.IOExceptionRunnable) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Add the store files to store file manager, and also record it in the store file tracker.
addSystemLabel(Region, Map<String, Integer>, Map<String, List<Integer>>) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
addTable(String) - Method in class org.apache.hadoop.hbase.backup.example.HFileArchiveTableMonitor
Add the named table to be those being archived.
addTableAcl(TableName, Set<String>, String) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
Add table user acls
addTableDescriptor(TableDescriptor) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
Add the table descriptor to the snapshot manifest
addTableQuota(Connection, TableName, QuotaProtos.Quotas) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
addTableToMeta(MasterProcedureEnv, TableDescriptor, List<RegionInfo>) - Static method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
addTask(String) - Method in class org.apache.hadoop.hbase.monitoring.TaskGroup
 
addTask(String, boolean) - Method in class org.apache.hadoop.hbase.monitoring.TaskGroup
Add a new task to the group, and before that might complete the last task in the group
addToFailedOpen(RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
addToHDFSBlocksDistribution(HDFSBlocksDistribution, BlockLocation[]) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Update blocksDistribution with blockLocations
addTokenForJob(Connection, JobConf, User) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
Checks for an authentication token for the given user, obtaining a new token if necessary, and adds it to the credentials for the given map reduce job.
addTokenForJob(Connection, User, Job) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
Checks for an authentication token for the given user, obtaining a new token if necessary, and adds it to the credentials for the given map reduce job.
addTokenIfMissing(Connection, User) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
Checks if an authentication tokens exists for the connected cluster, obtaining one if needed and adding it to the user's credentials.
addToOfflineRegions(RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
addToQueueForSysTable(TooSlowLog.SlowLogPayload) - Method in class org.apache.hadoop.hbase.namequeues.SlowLogPersistentService
 
addToScanners(List<? extends Segment>, long, List<KeyValueScanner>) - Static method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
addToScanners(Segment, long, List<KeyValueScanner>) - Static method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
addUsedSplitWALWorker(ServerName) - Method in class org.apache.hadoop.hbase.master.SplitWALManager
When master restart, there will be a new splitWorkerAssigner.
addUserPermission(Configuration, UserPermission, Table, boolean) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
Stores a new user permission grant in the access control lists table.
addUserQuota(Connection, String, QuotaProtos.Quotas) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
addUserQuota(Connection, String, TableName, QuotaProtos.Quotas) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
addUserQuota(Connection, String, String, QuotaProtos.Quotas) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
addVersionDelete(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker.DeleteVersionsNode
 
addWAL(WAL) - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
addWALActionsListener(WALActionsListener) - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
addWALActionsListener(WALActionsListener) - Method in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
addWALActionsListener(WALActionsListener) - Method in interface org.apache.hadoop.hbase.wal.WALProvider
addWeight(long, long) - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight
add weight
addWriteRequestsCount(long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
admin - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
advanceTo(long) - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
Step the MVCC forward on to a new read/write basis.
affixShutdownHook(Thread, int) - Static method in class org.apache.hadoop.hbase.util.ShutdownHookManager
 
afterCreatingZigZagLatch() - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
Used to manufacture race condition reliably.
afterExecution(Store) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
Called after compaction is executed by CompactSplitThread.
afterExecution() - Method in interface org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker
Called after flush is executed.
afterReplay(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
afterReplay(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
afterWALArchive(Path, Path) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionWALRoller
 
afterWALArchive(Path, Path) - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
AgeSnapshot - Class in org.apache.hadoop.hbase.io.hfile
Snapshot of block cache age in cache.
allL0FilesExpired(StripeCompactionPolicy.StripeInformationProvider) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
alloc(int) - Method in class org.apache.hadoop.hbase.regionserver.Chunk
Try to allocate size bytes from the chunk.
allocate() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
Allocate a block in this bucket, return the offset representing the position in physical space
allocateBlock(int) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
Allocate a block with specified size.
allocationFailed() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCacheStats
 
allocBloom() - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
 
allocCount - Variable in class org.apache.hadoop.hbase.regionserver.Chunk
Total number of allocations satisfied from this buffer
allow(String, String, User, Permission.Action, String) - Static method in class org.apache.hadoop.hbase.security.access.AuthResult
 
allow(String, String, User, Permission.Action, TableName, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.security.access.AuthResult
 
allow(String, String, User, Permission.Action, TableName, Map<byte[], ? extends Collection<?>>) - Static method in class org.apache.hadoop.hbase.security.access.AuthResult
 
allowCompaction - Variable in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
allowCoreThreadTimeout() - Method in class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
 
allowedFailures - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
allowFallbackToSimpleAuth - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
ALWAYS_COPY_FILES - Static variable in interface org.apache.hadoop.hbase.tool.BulkLoadHFiles
 
ALWAYS_COPY_FILES - Static variable in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
annotatedQos - Variable in class org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction
 
AnnotationReadingPriorityFunction - Class in org.apache.hadoop.hbase.regionserver
Reads special method annotations and table names to figure a priority for use by QoS facility in ipc; e.g: rpcs to hbase:meta get priority.
AnnotationReadingPriorityFunction(RSRpcServices) - Constructor for class org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction
Calls AnnotationReadingPriorityFunction(RSRpcServices, Class) using the result of rpcServices#getClass() The RPC server implementation
AnnotationReadingPriorityFunction(RSRpcServices, Class<? extends RSRpcServices>) - Constructor for class org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction
Constructs the priority function given the RPC server implementation and the annotations on the methods in the provided clz.
append(Cell) - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
append(byte[], byte[], boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
Append the given key/value pair to the file info, optionally checking the key prefix.
append(Cell) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Add key/value to file.
append(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.CellSink
Append the given cell
append(Cell) - Method in class org.apache.hadoop.hbase.regionserver.DateTieredMultiFileWriter
 
append(Append) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
append(Append, long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
append(Append) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Perform one or more append operations on a row.
append(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
 
append(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.BoundaryMultiWriter
 
append(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.SizeMultiWriter
 
append(RegionInfo, WALKeyImpl, WALEdit, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Append a set of edits to the WAL.
append(RegionInfo, WALKeyImpl, WALEdit, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
append(WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
append(RegionInfo, WALKeyImpl, WALEdit, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
append(WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
append(EntryBuffers.RegionEntryBuffer) - Method in class org.apache.hadoop.hbase.wal.BoundedRecoveredHFilesOutputSink
 
append(EntryBuffers.RegionEntryBuffer) - Method in class org.apache.hadoop.hbase.wal.OutputSink
 
append(WAL.Entry) - Method in interface org.apache.hadoop.hbase.wal.WALProvider.AsyncWriter
 
append(WAL.Entry) - Method in interface org.apache.hadoop.hbase.wal.WALProvider.Writer
 
appendData(RegionInfo, WALKeyImpl, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
appendData(RegionInfo, WALKeyImpl, WALEdit) - Method in interface org.apache.hadoop.hbase.wal.WAL
Append a set of data edits to the WAL.
appendEntry(W, FSWALEntry) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
appendEntry(WAL.Entry) - Method in class org.apache.hadoop.hbase.wal.EntryBuffers
Append a log entry into the corresponding region buffer.
appendFileInfo(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Writer
Add an element to the file info map.
appendFileInfo(byte[], byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Add to the file info.
appendFileInfo(byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
 
appendMarker(RegionInfo, WALKeyImpl, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
appendMarker(RegionInfo, WALKeyImpl, WALEdit) - Method in interface org.apache.hadoop.hbase.wal.WAL
Append an operational 'meta' event marker edit to the WAL.
appendMetaBlock(String, Writable) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Writer
 
appendMetaBlock(String, Writable) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Add a meta block to the end of the file.
appendMetadata(long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
Writes meta data.
appendMetadata(long, boolean, Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
Writes meta data.
appendMetadata(long, boolean, long) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
Writes meta data.
appendMobMetadata(SetMultimap<TableName, String>) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
Appends MOB - specific metadata (even if it is empty)
appendThreadInfo(StringBuilder, ThreadInfo, String) - Static method in class org.apache.hadoop.hbase.monitoring.ThreadMonitoring
Print all of the thread's information and stack traces.
appendTrackedTimestampsToMetadata() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
Add TimestampRange and earliest put timestamp to Metadata
applyBatch(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Convience method to change metrics when a batch of operations are applied.
applyBatch(long, long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Convience method to change metrics when a batch of operations are applied.
applyCompactionPolicy(ArrayList<HStoreFile>, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.ExploringCompactionPolicy
 
applyCompactionPolicy(List<HStoreFile>, boolean, boolean, int, int) - Method in class org.apache.hadoop.hbase.regionserver.compactions.ExploringCompactionPolicy
 
applyCompactionPolicy(ArrayList<HStoreFile>, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy
-- Default minor compaction selection algorithm: choose CompactSelection from candidates -- First exclude bulk-load files if indicated in configuration.
archive(String) - Method in class org.apache.hadoop.hbase.master.SplitWALManager
Archive processed WAL
archive(Pair<Path, Long>) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
ARCHIVED_HFILE_SUFFIX - Static variable in class org.apache.hadoop.hbase.master.region.MasterRegionFactory
 
ARCHIVED_WAL_SUFFIX - Static variable in class org.apache.hadoop.hbase.master.region.MasterRegionFactory
 
archivedHFileSuffix(String) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
archivedHFileSuffix() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
archivedWalSuffix(String) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
archivedWalSuffix() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
archiveFamily(FileSystem, Configuration, RegionInfo, Path, byte[]) - Static method in class org.apache.hadoop.hbase.backup.HFileArchiver
Remove from the specified region the store files of the specified column family, either by archiving them or outright deletion
archiveFamilyByFamilyDir(FileSystem, Configuration, RegionInfo, Path, byte[]) - Static method in class org.apache.hadoop.hbase.backup.HFileArchiver
Removes from the specified region the store files of the specified column family, either by archiving them or outright deletion
archiveLogFile(Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
archiveMetaLog(ServerName) - Method in class org.apache.hadoop.hbase.master.MasterWalManager
The hbase:meta region may OPEN and CLOSE without issue on a server and then move elsewhere.
archiveMobFiles(Configuration, TableName, byte[], List<Path>) - Method in class org.apache.hadoop.hbase.mob.MobFileCleanerChore
Archives the mob files.
archiveMobFiles(Configuration, TableName, byte[], List<Path>) - Method in class org.apache.hadoop.hbase.mob.RSMobFileCleanerChore
Archives the mob files.
archiveRecoveredEdits(Configuration, FileSystem, RegionInfo, byte[], Collection<HStoreFile>) - Static method in class org.apache.hadoop.hbase.backup.HFileArchiver
Archive recovered edits using existing logic for archiving store files.
archiveRecoveredEdits(String, Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.HRegionWALFileSystem
Closes and archives the specified store files from the specified family.
archiveRegion(Configuration, FileSystem, RegionInfo) - Static method in class org.apache.hadoop.hbase.backup.HFileArchiver
Cleans up all the files for a HRegion by archiving the HFiles to the archive directory
archiveRegion(FileSystem, Path, Path, Path) - Static method in class org.apache.hadoop.hbase.backup.HFileArchiver
Remove an entire region from the table directory via archiving the region's hfiles.
archiveRegions(Configuration, FileSystem, Path, Path, List<Path>) - Static method in class org.apache.hadoop.hbase.backup.HFileArchiver
Archive the specified regions in parallel.
archiveStoreFile(Configuration, FileSystem, RegionInfo, Path, byte[], Path) - Static method in class org.apache.hadoop.hbase.backup.HFileArchiver
Archive the store file
archiveStoreFiles(Configuration, FileSystem, RegionInfo, Path, byte[], Collection<HStoreFile>) - Static method in class org.apache.hadoop.hbase.backup.HFileArchiver
Remove the store files, either by archiving them or outright deletion
areCompactionsDisabled() - Method in class org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
 
areCompactionsDisabled() - Method in class org.apache.hadoop.hbase.quotas.policies.NoWritesCompactionsViolationPolicyEnforcement
 
areCompactionsDisabled(TableName) - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
Returns whether or not compactions should be disabled for the given tableName per a space quota violation policy.
areCompactionsDisabled() - Method in interface org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
Returns whether or not compactions on this table should be disabled for this policy.
areDeadServersInProgress() - Method in class org.apache.hadoop.hbase.master.ServerManager
Checks if any dead servers are currently in progress.
areWritesEnabled() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
areWritesEnabled() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
areWritesEnabled() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
assertBulkLoadHFileOk(Path) - Method in class org.apache.hadoop.hbase.regionserver.HStore
This throws a WrongRegionException if the HFile does not fit in this region, or an InvalidHFileException if the HFile is not valid.
assertSeeked() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
assign(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
assign(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
assign(MasterProcedureEnv, RegionInfo, ServerName) - Static method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
assign(MasterProcedureEnv, RegionInfo, boolean, ServerName) - Static method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
ASSIGN_DISPATCH_WAIT_MSEC_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
ASSIGN_DISPATCH_WAITQ_MAX_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
ASSIGN_MAX_ATTEMPTS - Static variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
ASSIGN_RANDOM_PORTS - Static variable in class org.apache.hadoop.hbase.LocalHBaseCluster
 
ASSIGN_RETRY_IMMEDIATELY_MAX_ATTEMPTS - Static variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
ASSIGN_SEQ_IDS - Static variable in interface org.apache.hadoop.hbase.tool.BulkLoadHFiles
 
assignAsync(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Submits a procedure that assigns a region to a target server without waiting for it to finish
assignAsync(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Submits a procedure that assigns a region without waiting for it to finish
assignMasterSystemRegions(Collection<RegionInfo>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Deprecated.
since 2.4.0, will be removed in 3.0.0.
AssignmentManager - Class in org.apache.hadoop.hbase.master.assignment
The AssignmentManager is the coordinator for region assign/unassign operations.
AssignmentManager(MasterServices, MasterRegion) - Constructor for class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
assignmentManager - Variable in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
AssignmentManager.RegionInTransitionStat - Class in org.apache.hadoop.hbase.master.assignment
 
AssignmentManagerStatusTmpl - Class in org.apache.hadoop.hbase.tmpl.master
 
AssignmentManagerStatusTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
AssignmentManagerStatusTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
AssignmentManagerStatusTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
AssignmentManagerStatusTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.master
 
AssignmentManagerStatusTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.master
 
AssignmentManagerStatusTmplImpl - Class in org.apache.hadoop.hbase.tmpl.master
 
AssignmentManagerStatusTmplImpl(TemplateManager, AssignmentManagerStatusTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmplImpl
 
AssignmentVerificationReport - Class in org.apache.hadoop.hbase.master
Helper class that is used by RegionPlacementMaintainer to print information for favored nodes
AssignmentVerificationReport() - Constructor for class org.apache.hadoop.hbase.master.AssignmentVerificationReport
 
AssignProcedure - Class in org.apache.hadoop.hbase.master.assignment
Deprecated.
Do not use any more.
AssignProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
assignRegion(RpcController, MasterProtos.AssignRegionRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
AssignRegionHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Handles opening of a region on a region server.
AssignRegionHandler(HRegionServer, RegionInfo, long, TableDescriptor, long, EventType) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.AssignRegionHandler
 
assigns(RpcController, MasterProtos.AssignsRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
A 'raw' version of assign that does bulk and can skirt Master state checks if override is set; i.e.
ASYNC_WAL_USE_SHARED_EVENT_LOOP - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
ASYNC_WAL_WAIT_ON_SHUTDOWN_IN_SECONDS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
AsyncFSWAL - Class in org.apache.hadoop.hbase.regionserver.wal
An asynchronous implementation of FSWAL.
AsyncFSWAL(FileSystem, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String, EventLoopGroup, Class<? extends Channel>) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
AsyncFSWAL(FileSystem, Abortable, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String, EventLoopGroup, Class<? extends Channel>, StreamSlowMonitor) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
AsyncFSWALProvider - Class in org.apache.hadoop.hbase.wal
A WAL provider that use AsyncFSWAL.
AsyncFSWALProvider() - Constructor for class org.apache.hadoop.hbase.wal.AsyncFSWALProvider
 
AsyncFSWALProvider.AsyncWriter - Interface in org.apache.hadoop.hbase.wal
 
AsyncProtobufLogWriter - Class in org.apache.hadoop.hbase.regionserver.wal
AsyncWriter for protobuf-based WAL.
AsyncProtobufLogWriter(EventLoopGroup, Class<? extends Channel>) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
atHeadOfRingBufferEventHandlerAppend() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Exposed for testing only.
AttemptingUserProvidingSaslServer - Class in org.apache.hadoop.hbase.security.provider
Wrapper around a SaslServer which provides the last user attempting to authenticate via SASL, if the server/mechanism allow figuring that out.
AttemptingUserProvidingSaslServer(SaslServer, Supplier<UserGroupInformation>) - Constructor for class org.apache.hadoop.hbase.security.provider.AttemptingUserProvidingSaslServer
 
attemptToOwnTask(boolean, ZKWatcher, ServerName, String, int) - Static method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
Try to own the task by transitioning the zk node data from UNASSIGNED to OWNED.
AUDITLOG - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
AUTH_FAILED_FOR - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
AUTH_SUCCESSFUL_FOR - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
AuthenticationKey - Class in org.apache.hadoop.hbase.security.token
Represents a secret key used for signing and verifying authentication tokens by AuthenticationTokenSecretManager.
AuthenticationKey() - Constructor for class org.apache.hadoop.hbase.security.token.AuthenticationKey
 
AuthenticationKey(int, long, SecretKey) - Constructor for class org.apache.hadoop.hbase.security.token.AuthenticationKey
 
AuthenticationTokenSecretManager - Class in org.apache.hadoop.hbase.security.token
Manages an internal list of secret keys used to sign new authentication tokens as they are generated, and to valid existing tokens used for authentication.
AuthenticationTokenSecretManager(Configuration, ZKWatcher, String, long, long) - Constructor for class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
Create a new secret manager instance for generating keys.
authManager - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
AuthManager - Class in org.apache.hadoop.hbase.security.access
Performs authorization checks for a given user's assigned permissions.
authorize(UserGroupInformation, RPCProtos.ConnectionHeader, InetAddress) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
Authorize the incoming client connection.
authorizeCell(User, TableName, Cell, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Check if user has given action privilige in cell scope.
authorizeUserFamily(User, TableName, byte[], Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Check if user has given action privilige in table:family scope.
authorizeUserGlobal(User, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Check if user has given action privilige in global scope.
authorizeUserNamespace(User, String, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Check if user has given action privilige in namespace scope.
authorizeUserTable(User, TableName, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Check if user has given action privilige in table scope.
authorizeUserTable(User, TableName, byte[], Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Check if user has given action privilige in table:family scope.
authorizeUserTable(User, TableName, byte[], byte[], Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Check if user has given action privilige in table:family:qualifier scope.
AuthResult - Class in org.apache.hadoop.hbase.security.access
Represents the result of an authorization check for logging and error reporting.
AuthResult(boolean, String, String, User, Permission.Action, TableName, byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.security.access.AuthResult
 
AuthResult(boolean, String, String, User, Permission.Action, TableName, Map<byte[], ? extends Collection<?>>) - Constructor for class org.apache.hadoop.hbase.security.access.AuthResult
 
AuthResult(boolean, String, String, User, Permission.Action, String) - Constructor for class org.apache.hadoop.hbase.security.access.AuthResult
 
AuthResult.Params - Class in org.apache.hadoop.hbase.security.access
 
authTokenSecretMgr - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
available() - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
AverageIntervalRateLimiter - Class in org.apache.hadoop.hbase.quotas
This limiter will refill resources at every TimeUnit/resources interval.
AverageIntervalRateLimiter() - Constructor for class org.apache.hadoop.hbase.quotas.AverageIntervalRateLimiter
 
await(long, TimeUnit) - Method in class org.apache.hadoop.hbase.client.locking.EntityLock
 
await() - Method in class org.apache.hadoop.hbase.client.locking.EntityLock
 
await() - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
await() - Method in class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch
 
await() - Method in class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch.CompatibilityLatch
 
await() - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
Wait until the read point catches up to the write point; i.e.
awaitRunning() - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Waits for the ReplicationEndpoint to be up and running.
awaitRunning(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Waits for the ReplicationEndpoint to to be up and running for no more than the given time.
awaitRunning() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
awaitRunning(long, TimeUnit) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
awaitTerminated() - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Waits for the ReplicationEndpoint to reach the terminated (internal) state.
awaitTerminated(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Waits for the ReplicationEndpoint to reach a terminal state for no more than the given time.
awaitTerminated() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
awaitTerminated(long, TimeUnit) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 

B

BACK_REFERENCES_DIRECTORY_PREFIX - Static variable in class org.apache.hadoop.hbase.io.FileLink
Define the Back-reference directory name prefix: .links-<hfile>/
BackupMasterStatusTmpl - Class in org.apache.hadoop.hbase.tmpl.master
 
BackupMasterStatusTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl
 
BackupMasterStatusTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl
 
BackupMasterStatusTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl
 
BackupMasterStatusTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.master
 
BackupMasterStatusTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.master
 
BackupMasterStatusTmplImpl - Class in org.apache.hadoop.hbase.tmpl.master
 
BackupMasterStatusTmplImpl(TemplateManager, BackupMasterStatusTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmplImpl
 
backwardSeek(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Seek the scanner at or before the row of specified Cell, it firstly tries to seek the scanner at or after the specified Cell, return if peek KeyValue of scanner has the same row with specified Cell, otherwise seek the scanner at the first Cell of the row which is the previous row of specified KeyValue
backwardSeek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.NonReversedNonLazyKeyValueScanner
 
backwardSeek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ReversedKeyValueHeap
 
backwardSeek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
 
backwardSeek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Seek the scanner at or before the row of specified Cell, it firstly tries to seek the scanner at or after the specified Cell, return if peek KeyValue of scanner has the same row with specified Cell, otherwise seek the scanner at the first Cell of the row which is the previous row of specified KeyValue
backwardSeek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
balance(RegionPlan) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
balance() - Method in class org.apache.hadoop.hbase.master.HMaster
 
balance(BalanceRequest) - Method in class org.apache.hadoop.hbase.master.HMaster
 
balance(RpcController, MasterProtos.BalanceRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
balanceCluster(Map<TableName, Map<ServerName, List<RegionInfo>>>) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Perform the major balance operation for cluster, will invoke BaseLoadBalancer.balanceTable(TableName, Map) to do actual balance.
balanceCluster(Map<TableName, Map<ServerName, List<RegionInfo>>>) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
balanceCluster(long) - Method in class org.apache.hadoop.hbase.master.balancer.MetricsBalancer
 
balanceCluster(long) - Method in class org.apache.hadoop.hbase.master.balancer.MetricsStochasticBalancer
 
balanceCluster(Map<TableName, Map<ServerName, List<RegionInfo>>>) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
Perform the major balance operation for cluster.
BalancedQueueRpcExecutor - Class in org.apache.hadoop.hbase.ipc
An RpcExecutor that will balance requests evenly across all its queues, but still remains efficient with a single queue via an inlinable queue balancing mechanism.
BalancedQueueRpcExecutor(String, int, int, PriorityFunction, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.BalancedQueueRpcExecutor
 
BalancedQueueRpcExecutor(String, int, String, int, PriorityFunction, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.BalancedQueueRpcExecutor
 
balanceMasterRegions(Map<ServerName, List<RegionInfo>>) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Deprecated.
since 2.4.0, will be removed in 3.0.0.
balanceOrUpdateMetrics() - Method in class org.apache.hadoop.hbase.master.HMaster
Trigger a normal balance, see HMaster.balance() .
BALANCER_DECISION_BUFFER_ENABLED - Static variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
BALANCER_DECISION_EVENT - Static variable in class org.apache.hadoop.hbase.namequeues.BalancerDecisionDetails
 
BALANCER_REJECTION_BUFFER_ENABLED - Static variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
BALANCER_REJECTION_EVENT - Static variable in class org.apache.hadoop.hbase.namequeues.BalancerRejectionDetails
 
BalancerChore - Class in org.apache.hadoop.hbase.master.balancer
Chore that will call HMaster.balanceHMaster.balance() when needed.
BalancerChore(HMaster) - Constructor for class org.apache.hadoop.hbase.master.balancer.BalancerChore
 
BalancerDecisionDetails - Class in org.apache.hadoop.hbase.namequeues
Balancer decision details that would be passed on to ring buffer for history
BalancerDecisionDetails(BalancerDecision) - Constructor for class org.apache.hadoop.hbase.namequeues.BalancerDecisionDetails
 
BalancerDecisionQueueService - Class in org.apache.hadoop.hbase.namequeues.impl
In-memory Queue service provider for Balancer Decision events
BalancerDecisionQueueService(Configuration) - Constructor for class org.apache.hadoop.hbase.namequeues.impl.BalancerDecisionQueueService
 
BalancerRejectionDetails - Class in org.apache.hadoop.hbase.namequeues
Balancer rejection details that would be passed on to ring buffer for history
BalancerRejectionDetails(BalancerRejection) - Constructor for class org.apache.hadoop.hbase.namequeues.BalancerRejectionDetails
 
BalancerRejectionQueueService - Class in org.apache.hadoop.hbase.namequeues.impl
In-memory Queue service provider for Balancer Rejection events
BalancerRejectionQueueService(Configuration) - Constructor for class org.apache.hadoop.hbase.namequeues.impl.BalancerRejectionQueueService
 
balancerStatus(boolean) - Method in class org.apache.hadoop.hbase.master.balancer.MetricsBalancer
 
balancerStatus(boolean) - Method in class org.apache.hadoop.hbase.master.balancer.MetricsStochasticBalancer
Updates the balancer status tag reported to JMX
balanceSwitch(boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
 
balanceTable(TableName, Map<ServerName, List<RegionInfo>>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer
 
balanceTable(TableName, Map<ServerName, List<RegionInfo>>) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Perform the major balance operation for table, all sub classes should override this method.
balanceTable(TableName, Map<ServerName, List<RegionInfo>>) - Method in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
 
balanceTable(TableName, Map<ServerName, List<RegionInfo>>) - Method in class org.apache.hadoop.hbase.master.balancer.SimpleLoadBalancer
Generate a global load balancing plan according to the specified map of server information to the most loaded regions of each server.
balanceTable(TableName, Map<ServerName, List<RegionInfo>>) - Method in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
Given the cluster state this will try and approach an optimal balance.
barrierAcquiredByMember(String) - Method in class org.apache.hadoop.hbase.procedure.Procedure
Call back triggered by an individual member upon successful local barrier acquisition
barrierReleasedByMember(String, byte[]) - Method in class org.apache.hadoop.hbase.procedure.Procedure
Call back triggered by a individual member upon successful local in-barrier execution and release
BASE_WINDOW_MILLIS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory
 
BaseConstraint - Class in org.apache.hadoop.hbase.constraint
Base class to use when actually implementing a Constraint.
BaseConstraint() - Constructor for class org.apache.hadoop.hbase.constraint.BaseConstraint
 
BaseEnvironment<C extends Coprocessor> - Class in org.apache.hadoop.hbase.coprocessor
Encapsulation of the environment of each coprocessor
BaseEnvironment(C, int, int, Configuration) - Constructor for class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
Constructor
BaseFileCleanerDelegate - Class in org.apache.hadoop.hbase.master.cleaner
Base class for file cleaners which allows subclasses to implement a simple isFileDeletable method (which used to be the FileCleanerDelegate contract).
BaseFileCleanerDelegate() - Constructor for class org.apache.hadoop.hbase.master.cleaner.BaseFileCleanerDelegate
 
BaseHFileCleanerDelegate - Class in org.apache.hadoop.hbase.master.cleaner
Base class for the hfile cleaning function inside the master.
BaseHFileCleanerDelegate() - Constructor for class org.apache.hadoop.hbase.master.cleaner.BaseHFileCleanerDelegate
 
BaseLoadBalancer - Class in org.apache.hadoop.hbase.master.balancer
The base class for load balancers.
BaseLoadBalancer() - Constructor for class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
The constructor that uses the basic MetricsBalancer
BaseLoadBalancer(MetricsBalancer) - Constructor for class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
This Constructor accepts an instance of MetricsBalancer, which will be used instead of creating a new one
BaseLogCleanerDelegate - Class in org.apache.hadoop.hbase.master.cleaner
Base class for the log cleaning function inside the master.
BaseLogCleanerDelegate() - Constructor for class org.apache.hadoop.hbase.master.cleaner.BaseLogCleanerDelegate
 
BaseReplicationEndpoint - Class in org.apache.hadoop.hbase.replication
A Base implementation for ReplicationEndpoints.
BaseReplicationEndpoint() - Constructor for class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
 
BaseRowProcessor<S extends com.google.protobuf.Message,T extends com.google.protobuf.Message> - Class in org.apache.hadoop.hbase.regionserver
Base class for RowProcessor with some default implementations.
BaseRowProcessor() - Constructor for class org.apache.hadoop.hbase.regionserver.BaseRowProcessor
 
BaseRowProcessorEndpoint<S extends com.google.protobuf.Message,T extends com.google.protobuf.Message> - Class in org.apache.hadoop.hbase.coprocessor
This class demonstrates how to implement atomic read-modify-writes using Region.processRowsWithLocks(org.apache.hadoop.hbase.regionserver.RowProcessor<?, ?>) and Coprocessor endpoints.
BaseRowProcessorEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.BaseRowProcessorEndpoint
 
BaseRSProcedureCallable - Class in org.apache.hadoop.hbase.procedure2
 
BaseRSProcedureCallable() - Constructor for class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
 
BaseTimeToLiveFileCleaner - Class in org.apache.hadoop.hbase.master.cleaner
Base class for time to live file cleaner.
BaseTimeToLiveFileCleaner() - Constructor for class org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleaner
 
baseZNode - Variable in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
BasicMemStoreCompactionStrategy - Class in org.apache.hadoop.hbase.regionserver
Basic strategy chooses between two actions: flattening a segment or merging indices of all segments in the pipeline.
BasicMemStoreCompactionStrategy(Configuration, String) - Constructor for class org.apache.hadoop.hbase.regionserver.BasicMemStoreCompactionStrategy
 
batch - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
batchMutate(Mutation[], boolean, long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
batchMutate(Mutation[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
batchMutate(Mutation[]) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Perform a batch of mutations.
batchReplay(WALSplitUtil.MutationReplay[], long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
bbAllocator - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
bbAllocator - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
bcn - Variable in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
bcv - Variable in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
beforeExecution(Store) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
Called before compaction is executed by CompactSplitThread.
beforeExecution() - Method in interface org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker
Called before flush is executed.
beforeReplay(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
On recovery, re-execute from start to acquire the locks.
beforeShipped() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
beforeShipped() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
beforeShipped() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
 
beforeShipped() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
beforeShipped() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
 
beforeShipped() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
beforeShipped() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NormalUserScanQueryMatcher
 
beforeShipped() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
beforeShipped() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
beforeShipped() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTracker
 
beforeShipped() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
beforeShipped() - Method in interface org.apache.hadoop.hbase.regionserver.ShipperListener
The action that needs to be performed before Shipper.shipped() is performed
beforeShipped() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
 
beforeWaitOnSafePoint() - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
begin() - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
begin(Runnable) - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
Start a write transaction.
beginPersistentOutput() - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
enables output as a single, persistent list.
bind(ServerSocket, InetSocketAddress, int) - Static method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
A convenience method to bind to a given address and report better exceptions if the address is not a valid host.
bindAddress - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
bitvals - Static variable in class org.apache.hadoop.hbase.util.BloomFilterUtil
Bit-value lookup array to prevent doing the same work over and over
BlackListDirFilter(FileSystem, List<String>) - Constructor for class org.apache.hadoop.hbase.util.FSUtils.BlackListDirFilter
Create a filter on the givem filesystem with the specified blacklist
BLOCK_CACHE_SIZE_MAX_RANGE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
BLOCK_CACHE_SIZE_MIN_RANGE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
BLOCK_DESERIALIZER - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileBlock
Used deserializing blocks from Cache.
BLOCK_METADATA_SPACE - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileBlock
Space for metadata on a block that gets stored along with the block when we cache it.
BLOCK_STORAGE_POLICY_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStore
 
BlockCache - Interface in org.apache.hadoop.hbase.io.hfile
Block cache interface.
BLOCKCACHE_BLOCKSIZE_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheFactory
The target block size used by blockcache instances.
BLOCKCACHE_POLICY_DEFAULT - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheFactory
 
BLOCKCACHE_POLICY_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheFactory
Configuration key to cache block policy (Lru, TinyLfu, AdaptiveLRU, IndexOnlyLRU).
BlockCacheFactory - Class in org.apache.hadoop.hbase.io.hfile
 
BlockCacheKey - Class in org.apache.hadoop.hbase.io.hfile
Cache Key for use with implementations of BlockCache
BlockCacheKey(String, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
Construct a new BlockCacheKey
BlockCacheKey(String, long, boolean, BlockType) - Constructor for class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
 
BlockCacheTmpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
BlockCacheTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl
 
BlockCacheTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl
 
BlockCacheTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl
 
BlockCacheTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
BlockCacheTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.regionserver
 
BlockCacheTmplImpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
BlockCacheTmplImpl(TemplateManager, BlockCacheTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmplImpl
 
BlockCacheUtil - Class in org.apache.hadoop.hbase.io.hfile
Utilty for aggregating counts in CachedBlocks and toString/toJSON CachedBlocks and BlockCaches.
BlockCacheUtil() - Constructor for class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
 
BlockCacheUtil.CachedBlocksByFile - Class in org.apache.hadoop.hbase.io.hfile
Use one of these to keep a running account of cached blocks by file.
BlockCacheViewTmpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
BlockCacheViewTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl
 
BlockCacheViewTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl
 
BlockCacheViewTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl
 
BlockCacheViewTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
BlockCacheViewTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.regionserver
 
BlockCacheViewTmplImpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
BlockCacheViewTmplImpl(TemplateManager, BlockCacheViewTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmplImpl
 
blockDataSizes - Variable in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
blockEncoder - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
The data block encoding which will be used.
BlockIndexChunk - Interface in org.apache.hadoop.hbase.io.hfile
 
BlockIndexNotLoadedException(Path) - Constructor for exception org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.BlockIndexNotLoadedException
 
BlockIndexWriter() - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
Creates a single-level block index writer
BlockIndexWriter(HFileBlock.Writer, CacheConfig, String, HFileIndexBlockEncoder) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
Creates a multi-level block index writer.
BLOCKING_STOREFILES_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStore
 
BlockingServiceAndInterface(BlockingService, Class<?>) - Constructor for class org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface
 
blockOffsets - Variable in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
blockOnSync(SyncFuture) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
BlockPriority - Enum in org.apache.hadoop.hbase.io.hfile
 
blockSeek(Cell, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
Within a loaded block, seek looking for the last key that is smaller than (or equal to?) the key we are interested in.
blocksize - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Block size to use writing files.
blockUpdates() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
BlockWithScanInfo - Class in org.apache.hadoop.hbase.io.hfile
BlockWithScanInfo is wrapper class for HFileBlock with other attributes.
BlockWithScanInfo(HFileBlock, Cell) - Constructor for class org.apache.hadoop.hbase.io.hfile.BlockWithScanInfo
 
blockWriter - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
block writer
blockWritten(long, int, int) - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
blockWritten(long, int, int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
Called after an inline block has been written so that we can add an entry referring to that block to the parent-level index.
blockWritten(long, int, int) - Method in interface org.apache.hadoop.hbase.io.hfile.InlineBlockWriter
Called after a block has been written, and its offset, raw size, and compressed size have been determined.
bloom - Variable in class org.apache.hadoop.hbase.util.BloomFilterChunk
Bloom bits
BLOOM_FILTER_DATA_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Meta data block name for bloom filter bits.
BLOOM_FILTER_PARAM_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Bloom filter param in FileInfo
BLOOM_FILTER_TYPE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Bloom filter Type in FileInfo
BloomContext - Class in org.apache.hadoop.hbase.util
The bloom context that is used by the StorefileWriter to add the bloom details per cell
BloomContext(BloomFilterWriter, CellComparator) - Constructor for class org.apache.hadoop.hbase.util.BloomContext
 
BloomFilter - Interface in org.apache.hadoop.hbase.util
Implements a Bloom filter, as defined by Bloom in 1970.
BloomFilterBase - Interface in org.apache.hadoop.hbase.util
Common methods Bloom filter methods required at read and write time.
BloomFilterChunk - Class in org.apache.hadoop.hbase.util
The basic building block for the CompoundBloomFilter
BloomFilterChunk(DataInput) - Constructor for class org.apache.hadoop.hbase.util.BloomFilterChunk
Loads bloom filter meta data from file input.
BloomFilterChunk(int, BloomType) - Constructor for class org.apache.hadoop.hbase.util.BloomFilterChunk
 
BloomFilterChunk(int, double, int, int) - Constructor for class org.apache.hadoop.hbase.util.BloomFilterChunk
Determines & initializes bloom filter meta data from user config.
BloomFilterFactory - Class in org.apache.hadoop.hbase.util
Handles Bloom filter initialization based on configuration and serialized metadata in the reader and writer of HStoreFile.
BloomFilterMetrics - Class in org.apache.hadoop.hbase.io.hfile
 
BloomFilterMetrics() - Constructor for class org.apache.hadoop.hbase.io.hfile.BloomFilterMetrics
 
bloomFilterType - Variable in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
BloomFilterUtil - Class in org.apache.hadoop.hbase.util
Utility methods related to BloomFilters
bloomFilterWriter - Variable in class org.apache.hadoop.hbase.util.BloomContext
 
BloomFilterWriter - Interface in org.apache.hadoop.hbase.util
Specifies methods needed to add elements to a Bloom filter and serialize the resulting Bloom filter as a sequence of bytes.
bloomType - Variable in class org.apache.hadoop.hbase.util.BloomFilterChunk
The type of bloom
BOGUS_SERVER_NAME - Static variable in interface org.apache.hadoop.hbase.master.LoadBalancer
 
BOOTSTRAP_THREAD_POOL_SIZE_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
boundaries - Variable in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
 
BoundaryMultiWriter(CellComparator, List<byte[]>, byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.BoundaryMultiWriter
 
BoundaryStripeFlushRequest(CellComparator, List<byte[]>) - Constructor for class org.apache.hadoop.hbase.regionserver.StripeStoreFlusher.BoundaryStripeFlushRequest
 
BoundedEntryBuffers - Class in org.apache.hadoop.hbase.wal
BoundedEntryBuffers(WALSplitter.PipelineController, long) - Constructor for class org.apache.hadoop.hbase.wal.BoundedEntryBuffers
 
BoundedGroupingStrategy - Class in org.apache.hadoop.hbase.wal
A WAL grouping strategy that limits the number of wal groups to "hbase.wal.regiongrouping.numgroups".
BoundedGroupingStrategy() - Constructor for class org.apache.hadoop.hbase.wal.BoundedGroupingStrategy
 
BoundedPriorityBlockingQueue<E> - Class in org.apache.hadoop.hbase.util
A generic bounded blocking Priority-Queue.
BoundedPriorityBlockingQueue(int, Comparator<? super E>) - Constructor for class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
Creates a PriorityQueue with the specified capacity that orders its elements according to the specified comparator.
BoundedRecoveredHFilesOutputSink - Class in org.apache.hadoop.hbase.wal
A WALSplitter sink that outputs HFiles.
BoundedRecoveredHFilesOutputSink(WALSplitter, WALSplitter.PipelineController, EntryBuffers, int) - Constructor for class org.apache.hadoop.hbase.wal.BoundedRecoveredHFilesOutputSink
 
Branch1CoprocessorMethods - Class in org.apache.hadoop.hbase.tool.coprocessor
 
Branch1CoprocessorMethods() - Constructor for class org.apache.hadoop.hbase.tool.coprocessor.Branch1CoprocessorMethods
 
BROKEN_STOREFILE_CLEANER_DELAY - Static variable in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
BROKEN_STOREFILE_CLEANER_DELAY_JITTER - Static variable in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
BROKEN_STOREFILE_CLEANER_ENABLED - Static variable in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
BROKEN_STOREFILE_CLEANER_PERIOD - Static variable in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
BROKEN_STOREFILE_CLEANER_TTL - Static variable in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
BrokenStoreFileCleaner - Class in org.apache.hadoop.hbase.regionserver
This Chore, every time it runs, will clear the unsused HFiles in the data folder.
BrokenStoreFileCleaner(int, int, Stoppable, Configuration, HRegionServer) - Constructor for class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
Bucket(long) - Constructor for class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
BUCKET_CACHE_BUCKETS_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheFactory
A comma-delimited array of values for use as bucket sizes.
BUCKET_CACHE_PERSISTENT_PATH_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheFactory
If the chosen ioengine can persist its state across restarts, the path to the file to persist to.
BUCKET_CACHE_WRITER_QUEUE_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheFactory
 
BUCKET_CACHE_WRITER_THREADS_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheFactory
 
BucketAllocator - Class in org.apache.hadoop.hbase.io.hfile.bucket
This class is used to allocate a block with specified size and free the block when evicting.
BucketAllocator.Bucket - Class in org.apache.hadoop.hbase.io.hfile.bucket
 
BucketAllocatorException - Exception in org.apache.hadoop.hbase.io.hfile.bucket
Thrown by BucketAllocator
BucketCache - Class in org.apache.hadoop.hbase.io.hfile.bucket
BucketCache uses BucketAllocator to allocate/free blocks, and uses BucketCache#ramCache and BucketCache#backingMap in order to determine if a given element is in the cache.
BucketCache(String, long, int, int[], int, int, String) - Constructor for class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
BucketCache(String, long, int, int[], int, int, String, int, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
BucketCacheStats - Class in org.apache.hadoop.hbase.io.hfile.bucket
Class that implements cache metrics for bucket cache.
bucketIndex() - Method in exception org.apache.hadoop.hbase.io.hfile.bucket.CacheFullException
 
bufferArray - Variable in class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
 
build() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
build() - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
build(Configuration, TableName, String, String, String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Create an HFileLink instance from table/region/family/hfile location
build() - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
build() - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext.Builder
 
build() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
build() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
Create a store file writer.
build() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
 
build() - Method in class org.apache.hadoop.hbase.server.trace.IpcServerSpanBuilder
 
build() - Method in class org.apache.hadoop.hbase.util.RegionMover.RegionMoverBuilder
This method builds the appropriate RegionMover object which can then be used to load/unload using load and unload methods
buildClientServiceCallable(Connection, TableName, byte[], Collection<LoadIncrementalHFiles.LoadQueueItem>, boolean) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
buildCloseRegionRequest(ServerName) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.RegionCloseOperation
 
Builder() - Constructor for class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
Builder(Configuration, CacheConfig, FileSystem) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
 
Builder(Configuration, FileSystem) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
Creates Builder with cache configuration disabled
buildFileArchiveRequest(TableName, Collection<Map.Entry<String, Long>>) - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
Builds the protobuf message to inform the Master of files being archived.
buildFirstPageUrl() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
buildFromHFileLinkPattern(Configuration, Path) - Static method in class org.apache.hadoop.hbase.io.HFileLink
 
buildFromHFileLinkPattern(Path, Path, Path) - Static method in class org.apache.hadoop.hbase.io.HFileLink
 
buildGson() - Static method in class org.apache.hadoop.hbase.master.http.gson.GsonFactory
 
buildJMXServiceURL(int, int) - Static method in class org.apache.hadoop.hbase.JMXListener
 
buildLockRequest(LockServiceProtos.LockType, String, TableName, List<RegionInfo>, String, long, long) - Static method in class org.apache.hadoop.hbase.client.locking.LockServiceClient
 
buildNextPageUrl(byte[]) - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
buildRegionOpenInfoRequest(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.RegionOpenOperation
 
buildReplicateWALEntryRequest(WAL.Entry[]) - Static method in class org.apache.hadoop.hbase.protobuf.ReplicationProtbufUtil
Create a new ReplicateWALEntryRequest from a list of WAL entries
buildReplicateWALEntryRequest(WAL.Entry[], byte[], String, Path, Path) - Static method in class org.apache.hadoop.hbase.protobuf.ReplicationProtbufUtil
Create a new ReplicateWALEntryRequest from a list of WAL entries
buildReplicationLoad(List<ReplicationSourceInterface>, MetricsSink) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationLoad
buildReplicationLoad
buildRequest() - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.ServerOperation
 
buildSecureWALHeader(Configuration, WALProtos.WALHeader.Builder) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
buildSubprocedure(String, String) - Method in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
If in a running state, creates the specified subprocedure to flush table regions.
buildSubprocedure(String, byte[]) - Method in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager.FlushTableSubprocedureBuilder
 
buildSubprocedure(String, byte[]) - Method in interface org.apache.hadoop.hbase.procedure.SubprocedureFactory
Build Subprocedure when requested.
buildSubprocedure(SnapshotProtos.SnapshotDescription) - Method in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
If in a running state, creates the specified subprocedure for handling an online snapshot.
buildSubprocedure(String, byte[]) - Method in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager.SnapshotSubprocedureBuilder
 
buildWALHeader(Configuration, WALProtos.WALHeader.Builder) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
buildWALHeader(Configuration, WALProtos.WALHeader.Builder) - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureAsyncProtobufLogWriter
 
buildWALHeader(Configuration, WALProtos.WALHeader.Builder) - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogWriter
 
BULK_LOAD - Static variable in class org.apache.hadoop.hbase.wal.WALEdit
 
BULK_LOAD_HFILES_BY_FAMILY - Static variable in interface org.apache.hadoop.hbase.tool.BulkLoadHFiles
HBASE-24221 Support bulkLoadHFile by family to avoid long time waiting of bulkLoadHFile because of compacting at server side
bulkLoad(TableName, Map<byte[], List<Path>>) - Method in interface org.apache.hadoop.hbase.tool.BulkLoadHFiles
Perform a bulk load of the given directory into the given pre-existing table.
bulkLoad(TableName, Path) - Method in interface org.apache.hadoop.hbase.tool.BulkLoadHFiles
Perform a bulk load of the given directory into the given pre-existing table.
bulkLoad(TableName, Map<byte[], List<Path>>) - Method in class org.apache.hadoop.hbase.tool.BulkLoadHFilesTool
 
bulkLoad(TableName, Path) - Method in class org.apache.hadoop.hbase.tool.BulkLoadHFilesTool
 
BULKLOAD_DIR_NAME - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
Old configuration parameters (obsolete)
BULKLOAD_TASK_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Meta key set when store file is a result of a bulk load
BULKLOAD_TIME_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
BulkLoadCellFilter - Class in org.apache.hadoop.hbase.replication
 
BulkLoadCellFilter() - Constructor for class org.apache.hadoop.hbase.replication.BulkLoadCellFilter
 
bulkLoadHFile(byte[], String, Path) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
bulkLoadHFile(StoreFileInfo) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
bulkLoadHFile(RpcController, ClientProtos.BulkLoadHFileRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Atomically bulk load several HFiles into an open region
bulkLoadHFiles(Collection<Pair<byte[], String>>, boolean, HRegion.BulkLoadListener) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Attempts to atomically load a group of hfiles.
bulkLoadHFiles(Collection<Pair<byte[], String>>, boolean, HRegion.BulkLoadListener, boolean, List<String>, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Attempts to atomically load a group of hfiles.
BulkLoadHFiles - Interface in org.apache.hadoop.hbase.tool
The tool to let you load the output of HFileOutputFormat into an existing table programmatically.
BulkLoadHFiles.LoadQueueItem - Class in org.apache.hadoop.hbase.tool
Represents an HFile waiting to be loaded.
BulkLoadHFilesTool - Class in org.apache.hadoop.hbase.tool
The implementation for BulkLoadHFiles, and also can be executed from command line as a tool.
BulkLoadHFilesTool(Configuration) - Constructor for class org.apache.hadoop.hbase.tool.BulkLoadHFilesTool
 
BulkLoadObserver - Interface in org.apache.hadoop.hbase.coprocessor
Coprocessors implement this interface to observe and mediate bulk load operations.
bulkLoadPhase(Table, Connection, ExecutorService, Deque<LoadIncrementalHFiles.LoadQueueItem>, Multimap<ByteBuffer, LoadIncrementalHFiles.LoadQueueItem>, boolean, Map<LoadIncrementalHFiles.LoadQueueItem, ByteBuffer>) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
This takes the LQI's grouped by likely regions and attempts to bulk load them.
BusyRegionSplitPolicy - Class in org.apache.hadoop.hbase.regionserver
This class represents a split policy which makes the split decision based on how busy a region is.
BusyRegionSplitPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.BusyRegionSplitPolicy
 
bypass() - Method in interface org.apache.hadoop.hbase.coprocessor.ObserverContext
Call to indicate that the current coprocessor's return value (or parameter -- depends on the call-type) should be used in place of the value that would be obtained via normal processing; i.e.
bypass() - Method in class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
 
bypassProcedure(RpcController, MasterProtos.BypassProcedureRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Bypass specified procedure to completion.
ByteBufferChunkKeyValue - Class in org.apache.hadoop.hbase.regionserver
ByteBuffer based cell which has the chunkid at the 0th offset
ByteBufferChunkKeyValue(ByteBuffer, int, int) - Constructor for class org.apache.hadoop.hbase.regionserver.ByteBufferChunkKeyValue
 
ByteBufferChunkKeyValue(ByteBuffer, int, int, long) - Constructor for class org.apache.hadoop.hbase.regionserver.ByteBufferChunkKeyValue
 
ByteBufferIOEngine - Class in org.apache.hadoop.hbase.io.hfile.bucket
IO engine that stores data in memory using an array of ByteBuffers ByteBufferArray.
ByteBufferIOEngine(long) - Constructor for class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
Construct the ByteBufferIOEngine with the given capacity
BYTES_COMPARATOR - Static variable in class org.apache.hadoop.hbase.util.RegionSplitCalculator
 
byteSize - Variable in class org.apache.hadoop.hbase.util.BloomFilterChunk
Bytes (B) in the array.
byteStringUncompressor - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 

C

CACHE_BLOCKS_ON_WRITE_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Configuration key to cache data blocks on write.
CACHE_BLOOM_BLOCKS_ON_WRITE_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Configuration key to cache compound bloom filter blocks on write.
CACHE_COMPACTED_BLOCKS_ON_WRITE_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Configuration key to cache blocks when a compacted file is written
CACHE_COMPACTED_BLOCKS_ON_WRITE_THRESHOLD_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Configuration key to determine total size in bytes of compacted files beyond which we do not cache blocks on compaction
CACHE_DATA_BLOCKS_COMPRESSED_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Configuration key to cache data blocks in compressed and/or encrypted format.
CACHE_DATA_ON_READ_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Configuration key to cache data blocks on read.
CACHE_FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
CACHE_FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
CACHE_INDEX_BLOCKS_ON_WRITE_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Configuration key to cache leaf and intermediate-level index blocks on write.
Cacheable - Interface in org.apache.hadoop.hbase.io.hfile
Cacheable is an interface that allows for an object to be cached.
CacheableDeserializer<T extends Cacheable> - Interface in org.apache.hadoop.hbase.io.hfile
Interface for a deserializer.
CacheableDeserializerIdManager - Class in org.apache.hadoop.hbase.io.hfile
This class is used to manage the identifiers for CacheableDeserializer.
CacheableDeserializerIdManager() - Constructor for class org.apache.hadoop.hbase.io.hfile.CacheableDeserializerIdManager
 
cacheBlock(BlockCacheKey, Cacheable, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Add block to cache.
cacheBlock(BlockCacheKey, Cacheable, boolean, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Add block to cache.
cacheBlock(BlockCacheKey, Cacheable) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Add block to cache (defaults to not in-memory).
cacheBlock(BlockCacheKey, Cacheable) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
Cache the block with the specified name and buffer.
cacheBlock(BlockCacheKey, Cacheable, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
Cache the block with the specified name and buffer.
cacheBlock(BlockCacheKey, Cacheable, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
Cache the block with the specified name and buffer.
cacheBlock(BlockCacheKey, Cacheable, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
cacheBlock(BlockCacheKey, Cacheable, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
cacheBlock(BlockCacheKey, Cacheable) - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
cacheBlock(BlockCacheKey, Cacheable, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.InclusiveCombinedBlockCache
 
cacheBlock(BlockCacheKey, Cacheable, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.IndexOnlyLruBlockCache
Cache only index block with the specified name and buffer
cacheBlock(BlockCacheKey, Cacheable, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Cache the block with the specified name and buffer.
cacheBlock(BlockCacheKey, Cacheable) - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Cache the block with the specified name and buffer.
cacheBlock(BlockCacheKey, Cacheable, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Cache the block with the specified name and buffer.
cacheBlock(BlockCacheKey, Cacheable) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Cache the block with the specified name and buffer.
cacheBlock(BlockCacheKey, Cacheable, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
cacheBlock(BlockCacheKey, Cacheable) - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
cacheBlocks - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
cacheBlockWithWait(BlockCacheKey, Cacheable, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
Cache the block to ramCache
cacheBlockWithWaitInternal(BlockCacheKey, Cacheable, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
cacheConf - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
cacheConf - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Block cache configuration.
cacheConf - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Cache configuration for caching data on write.
CacheConfig - Class in org.apache.hadoop.hbase.io.hfile
Stores all of the cache objects and configuration for a single HFile.
CacheConfig(Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.CacheConfig
Create a cache configuration using the specified configuration object and defaults for family level settings.
CacheConfig(Configuration, BlockCache) - Constructor for class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
CacheConfig(Configuration, ColumnFamilyDescriptor, BlockCache, ByteBuffAllocator) - Constructor for class org.apache.hadoop.hbase.io.hfile.CacheConfig
Create a cache configuration using the specified configuration object and family descriptor.
CacheConfig(CacheConfig) - Constructor for class org.apache.hadoop.hbase.io.hfile.CacheConfig
Constructs a cache configuration copied from the specified configuration.
CachedBlock - Interface in org.apache.hadoop.hbase.io.hfile
 
CachedClusterId - Class in org.apache.hadoop.hbase.master
Caches the cluster ID of the cluster.
CachedClusterId(Server, Configuration) - Constructor for class org.apache.hadoop.hbase.master.CachedClusterId
 
CachedEntryQueue - Class in org.apache.hadoop.hbase.io.hfile.bucket
A memory-bound queue that will grow until an element brings total size larger than maxSize.
CachedEntryQueue(long, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.bucket.CachedEntryQueue
 
CachedMobFile - Class in org.apache.hadoop.hbase.mob
Cached mob file.
CachedMobFile(HStoreFile) - Constructor for class org.apache.hadoop.hbase.mob.CachedMobFile
 
CacheFullException - Exception in org.apache.hadoop.hbase.io.hfile.bucket
Thrown by BucketAllocator.allocateBlock(int) when cache is full for the requested size
CacheStats - Class in org.apache.hadoop.hbase.io.hfile
Class that implements cache metrics.
CacheStats(String) - Constructor for class org.apache.hadoop.hbase.io.hfile.CacheStats
 
CacheStats(String, int) - Constructor for class org.apache.hadoop.hbase.io.hfile.CacheStats
 
cacheTableDescriptor() - Method in class org.apache.hadoop.hbase.master.HMaster
 
cacheTableDescriptor() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
calcCoverage() - Method in class org.apache.hadoop.hbase.util.RegionSplitCalculator
Generates a coverage multimap from split key to Regions that start with the split key.
calculateChecksum(String) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.PersistentIOEngine
Using an encryption algorithm to calculate a checksum, the default encryption algorithm is MD5
calculateMutationSize(Mutation) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
calculateResultSize(Result) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
calculateResultSize(List<Result>) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
call(O) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithoutResult
 
call(O) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult
 
call(BlockingService, Descriptors.MethodDescriptor, Message, CellScanner, long, MonitoredRPCHandler) - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
call(BlockingService, Descriptors.MethodDescriptor, Message, CellScanner, long, MonitoredRPCHandler, long, int) - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
call(RpcCall, MonitoredRPCHandler) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
This is a server side method, which is invoked over RPC.
call(BlockingService, Descriptors.MethodDescriptor, Message, CellScanner, long, MonitoredRPCHandler) - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
Deprecated.
As of release 1.3, this will be removed in HBase 3.0
call(BlockingService, Descriptors.MethodDescriptor, Message, CellScanner, long, MonitoredRPCHandler, long, int) - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
Deprecated.
As of release 2.0, this will be removed in HBase 3.0
call(RpcCall, MonitoredRPCHandler) - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
call(BlockingService, Descriptors.MethodDescriptor, Message, CellScanner, long, MonitoredRPCHandler) - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
 
call(BlockingService, Descriptors.MethodDescriptor, Message, CellScanner, long, MonitoredRPCHandler, long, int) - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
 
call() - Method in class org.apache.hadoop.hbase.procedure.Procedure
This call is the main execution thread of the barriered procedure.
call() - Method in class org.apache.hadoop.hbase.procedure.Subprocedure
Execute the Subprocedure Subprocedure.acquireBarrier() and Subprocedure.insideBarrier() methods while keeping some state for other threads to access.
call() - Method in class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
 
call() - Method in class org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure.RegionSnapshotTask
 
CALL_QUEUE_CODEL_DEFAULT_INTERVAL - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_CODEL_DEFAULT_LIFO_THRESHOLD - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_CODEL_DEFAULT_TARGET_DELAY - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_CODEL_INTERVAL - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_CODEL_LIFO_THRESHOLD - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_CODEL_TARGET_DELAY - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_HANDLER_FACTOR_CONF_KEY - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_QUEUE_BALANCER_CLASS - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_QUEUE_BALANCER_CLASS_DEFAULT - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_READ_SHARE_CONF_KEY - Static variable in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
CALL_QUEUE_SCAN_SHARE_CONF_KEY - Static variable in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
CALL_QUEUE_TOO_BIG_EXCEPTION - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
CALL_QUEUE_TYPE_CODEL_CONF_VALUE - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
The default, 'fifo', has the least friction but is dumb.
CALL_QUEUE_TYPE_CONF_DEFAULT - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_TYPE_CONF_KEY - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_TYPE_DEADLINE_CONF_VALUE - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_TYPE_FIFO_CONF_VALUE - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CALL_QUEUE_TYPE_PLUGGABLE_CONF_VALUE - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
CallQueueInfo - Class in org.apache.hadoop.hbase.ipc
 
callQueueSizeInBytes - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
This is a running count of the size in bytes of all outstanding calls whether currently executing or queued waiting to be run.
CallRunner - Class in org.apache.hadoop.hbase.ipc
The request processing logic, which is usually executed in thread pools provided by an RpcScheduler.
Canary - Interface in org.apache.hadoop.hbase.tool
 
CanaryStatusServlet - Class in org.apache.hadoop.hbase.tool
 
CanaryStatusServlet() - Constructor for class org.apache.hadoop.hbase.tool.CanaryStatusServlet
 
CanaryStatusTmpl - Class in org.apache.hadoop.hbase.tmpl.tool
 
CanaryStatusTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl
 
CanaryStatusTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl
 
CanaryStatusTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl
 
CanaryStatusTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.tool
 
CanaryStatusTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.tool
 
CanaryStatusTmplImpl - Class in org.apache.hadoop.hbase.tmpl.tool
 
CanaryStatusTmplImpl(TemplateManager, CanaryStatusTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmplImpl
 
CanaryTool - Class in org.apache.hadoop.hbase.tool
HBase Canary Tool for "canary monitoring" of a running HBase cluster.
CanaryTool() - Constructor for class org.apache.hadoop.hbase.tool.CanaryTool
 
CanaryTool(ExecutorService) - Constructor for class org.apache.hadoop.hbase.tool.CanaryTool
 
CanaryTool.Monitor - Class in org.apache.hadoop.hbase.tool
A Monitor super-class can be extended by users
CanaryTool.RegionServerStdOutSink - Class in org.apache.hadoop.hbase.tool
By RegionServer, for 'regionserver' mode.
CanaryTool.RegionStdOutSink - Class in org.apache.hadoop.hbase.tool
By Region, for 'region' mode.
CanaryTool.RegionTaskResult - Class in org.apache.hadoop.hbase.tool
Canary region mode-specific data structure which stores information about each region to be scanned
CanaryTool.Sink - Interface in org.apache.hadoop.hbase.tool
Sink interface used by the canary to output information
CanaryTool.StdOutSink - Class in org.apache.hadoop.hbase.tool
Simple implementation of canary sink that allows plotting to a file or standard output.
CanaryTool.ZookeeperStdOutSink - Class in org.apache.hadoop.hbase.tool
Output for 'zookeeper' mode.
canBeFlattened() - Method in class org.apache.hadoop.hbase.regionserver.CellArrayImmutableSegment
 
canBeFlattened() - Method in class org.apache.hadoop.hbase.regionserver.CellChunkImmutableSegment
 
canBeFlattened() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
canBeFlattened() - Method in class org.apache.hadoop.hbase.regionserver.CSLMImmutableSegment
 
canBeFlattened() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableSegment
 
cancel(Path) - Static method in class org.apache.hadoop.hbase.io.hfile.PrefetchExecutor
 
cancel(boolean) - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
cancel(boolean) - Method in class org.apache.hadoop.hbase.master.cleaner.LogCleaner
 
cancel(String) - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
cancel(String) - Method in interface org.apache.hadoop.hbase.master.SnapshotSentinel
Actively cancel a running snapshot.
cancel(String, Throwable) - Method in class org.apache.hadoop.hbase.procedure.Subprocedure
Method to cancel the Subprocedure by injecting an exception from and external source.
cancel() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
Cancels the compaction progress, setting things to 0.
cancelLease(String) - Method in class org.apache.hadoop.hbase.regionserver.LeaseManager
Client explicitly cancels a lease.
cancelRequestedCompaction(CompactionContext) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
canCreateBaseZNode() - Method in class org.apache.hadoop.hbase.master.HMaster
 
canCreateBaseZNode() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
candidateGenerators - Variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
canExecute() - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
Is there at least one resource available to allow execution?
canExecute(long) - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
Are there enough available resources to allow execution?
canPlaceFavoredNodes() - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
canReplicateToSameCluster() - Method in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
 
canReplicateToSameCluster() - Method in class org.apache.hadoop.hbase.replication.regionserver.RegionReplicaReplicationEndpoint
 
canReplicateToSameCluster() - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Whether or not, the replication endpoint can replicate to it's source cluster with the same UUID
canReplicateToSameCluster() - Method in class org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
 
canReplicateToSameCluster() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
canSplit() - Method in class org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy
 
canSplit() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
canSplit() - Method in class org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
Returns true if the specified region can be split.
canSplit() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns whether this store is splittable, i.e., no reference file in this store.
canUpdateTableDescriptor() - Method in class org.apache.hadoop.hbase.master.HMaster
 
canUpdateTableDescriptor() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
CatalogJanitor - Class in org.apache.hadoop.hbase.master.janitor
A janitor for the catalog tables.
CatalogJanitor(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.janitor.CatalogJanitor
 
catalogJanitorEnabled - Variable in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
CatalogJanitorReport - Class in org.apache.hadoop.hbase.master.janitor
Report made by ReportMakingVisitor
CatalogJanitorReport() - Constructor for class org.apache.hadoop.hbase.master.janitor.CatalogJanitorReport
 
ceiling(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
ceilingEntry(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
ceilingKey(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
CellArrayImmutableSegment - Class in org.apache.hadoop.hbase.regionserver
CellArrayImmutableSegment extends the API supported by a Segment, and ImmutableSegment.
CellArrayImmutableSegment(CellComparator, MemStoreSegmentsIterator, MemStoreLAB, int, MemStoreCompactionStrategy.Action) - Constructor for class org.apache.hadoop.hbase.regionserver.CellArrayImmutableSegment
------------------------------------------------------------------------ C-tor to be used when new CellArrayImmutableSegment is a result of compaction of a list of older ImmutableSegments.
CellArrayImmutableSegment(CSLMImmutableSegment, MemStoreSizing, MemStoreCompactionStrategy.Action) - Constructor for class org.apache.hadoop.hbase.regionserver.CellArrayImmutableSegment
------------------------------------------------------------------------ C-tor to be used when new CellChunkImmutableSegment is built as a result of flattening of CSLMImmutableSegment The given iterator returns the Cells that "survived" the compaction.
CellArrayMap - Class in org.apache.hadoop.hbase.regionserver
CellArrayMap is a simple array of Cells and cannot be allocated off-heap.
CellArrayMap(Comparator<? super Cell>, Cell[], int, int, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.CellArrayMap
 
cellBlockBuilder - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
cellBlockBuilder - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
cellBlockStream - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
CellChunkImmutableSegment - Class in org.apache.hadoop.hbase.regionserver
CellChunkImmutableSegment extends the API supported by a Segment, and ImmutableSegment.
CellChunkImmutableSegment(CellComparator, MemStoreSegmentsIterator, MemStoreLAB, int, MemStoreCompactionStrategy.Action) - Constructor for class org.apache.hadoop.hbase.regionserver.CellChunkImmutableSegment
------------------------------------------------------------------------ C-tor to be used when new CellChunkImmutableSegment is built as a result of compaction/merge of a list of older ImmutableSegments.
CellChunkImmutableSegment(CSLMImmutableSegment, MemStoreSizing, MemStoreCompactionStrategy.Action) - Constructor for class org.apache.hadoop.hbase.regionserver.CellChunkImmutableSegment
------------------------------------------------------------------------ C-tor to be used when new CellChunkImmutableSegment is built as a result of flattening of CSLMImmutableSegment The given iterator returns the Cells that "survived" the compaction.
CellChunkMap - Class in org.apache.hadoop.hbase.regionserver
CellChunkMap is an array of serialized representations of Cell (pointing to Chunks with full Cell data) and can be allocated both off-heap and on-heap.
CellChunkMap(Comparator<? super Cell>, Chunk[], int, int, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.CellChunkMap
C-tor for creating CellChunkMap from existing Chunk array, which must be ordered (decreasingly or increasingly according to parameter "descending")
cellDecoder - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
cellEncoder - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
CellFlatMap - Class in org.apache.hadoop.hbase.regionserver
CellFlatMap stores a constant number of elements and is immutable after creation stage.
CellFlatMap(Comparator<? super Cell>, int, int, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
cellScanner - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
CellSet - Class in org.apache.hadoop.hbase.regionserver
A Set of Cells, where an add will overwrite the entry if already exists in the set.
CellSet(CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.CellSet
 
CellSink - Interface in org.apache.hadoop.hbase.regionserver
A sink of cells that allows appending cells to the Writers that implement it.
cfName - Variable in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
ChainWALEntryFilter - Class in org.apache.hadoop.hbase.replication
A WALEntryFilter which contains multiple filters and applies them in chain order
ChainWALEntryFilter(WALEntryFilter...) - Constructor for class org.apache.hadoop.hbase.replication.ChainWALEntryFilter
 
ChainWALEntryFilter(List<WALEntryFilter>) - Constructor for class org.apache.hadoop.hbase.replication.ChainWALEntryFilter
 
ChangedReadersObserver - Interface in org.apache.hadoop.hbase.regionserver
If set of MapFile.Readers in Store change, implementors are notified.
channelRead(ReadableByteChannel, ByteBuffer) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
channelWrite(GatheringByteChannel, BufferChain) - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
 
check(Put) - Method in interface org.apache.hadoop.hbase.constraint.Constraint
Check a Put to ensure it is valid for the table.
check(Mutation) - Method in class org.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcement
 
check(Mutation) - Method in class org.apache.hadoop.hbase.quotas.policies.DisableTableViolationPolicyEnforcement
 
check(Mutation) - Method in class org.apache.hadoop.hbase.quotas.policies.MissingSnapshotViolationPolicyEnforcement
 
check(Mutation) - Method in class org.apache.hadoop.hbase.quotas.policies.NoInsertsViolationPolicyEnforcement
 
check(Mutation) - Method in class org.apache.hadoop.hbase.quotas.policies.NoWritesViolationPolicyEnforcement
 
check(Mutation) - Method in interface org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
Checks the given Mutation against this policy.
checkAndAddToActiveSize(MutableSegment, Cell, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
Check whether anything need to be done based on the current active set size.
checkAndGetInstance(Class<?>) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Called when a new Coprocessor class needs to be loaded.
checkAndGetInstance(Class<?>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
checkAndGetInstance(Class<?>) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
checkAndGetInstance(Class<?>) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
checkAndGetInstance(Class<?>) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost
 
checkAndLoadInstance(Class<?>, int, Configuration) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
checkAndMarkRunningHbck(Configuration, RetryCounter) - Static method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
This method maintains a lock using a file.
checkAndMutate(byte[], byte[], byte[], CompareOperator, ByteArrayComparable, TimeRange, Mutation) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Deprecated.
checkAndMutate(byte[], Filter, TimeRange, Mutation) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Deprecated.
checkAndMutate(CheckAndMutate) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
checkAndMutate(CheckAndMutate, long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
checkAndMutate(byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Mutation) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
since 2.4.0 and will be removed in 4.0.0. Use Region.checkAndMutate(CheckAndMutate) instead.
checkAndMutate(byte[], byte[], byte[], CompareOperator, ByteArrayComparable, TimeRange, Mutation) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
since 2.4.0 and will be removed in 4.0.0. Use Region.checkAndMutate(CheckAndMutate) instead.
checkAndMutate(byte[], Filter, Mutation) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
since 2.4.0 and will be removed in 4.0.0. Use Region.checkAndMutate(CheckAndMutate) instead.
checkAndMutate(byte[], Filter, TimeRange, Mutation) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
since 2.4.0 and will be removed in 4.0.0. Use Region.checkAndMutate(CheckAndMutate) instead.
checkAndMutate(CheckAndMutate) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Atomically checks if a row matches the conditions and if it does, it performs the actions.
checkAndRowMutate(byte[], byte[], byte[], CompareOperator, ByteArrayComparable, TimeRange, RowMutations) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Deprecated.
checkAndRowMutate(byte[], Filter, TimeRange, RowMutations) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Deprecated.
checkAndRowMutate(byte[], byte[], byte[], CompareOperator, ByteArrayComparable, RowMutations) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
since 2.4.0 and will be removed in 4.0.0. Use Region.checkAndMutate(CheckAndMutate) instead.
checkAndRowMutate(byte[], byte[], byte[], CompareOperator, ByteArrayComparable, TimeRange, RowMutations) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
since 2.4.0 and will be removed in 4.0.0. Use Region.checkAndMutate(CheckAndMutate) instead.
checkAndRowMutate(byte[], Filter, RowMutations) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
since 2.4.0 and will be removed in 4.0.0. Use Region.checkAndMutate(CheckAndMutate) instead.
checkAndRowMutate(byte[], Filter, TimeRange, RowMutations) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
since 2.4.0 and will be removed in 4.0.0. Use Region.checkAndMutate(CheckAndMutate) instead.
checkAndUpdateNamespaceRegionQuota(TableName, int) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
checkBlockBoundary() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
At a block boundary, write all the inline blocks and opens new block.
checkClassLoading(Configuration, TableDescriptor) - Static method in class org.apache.hadoop.hbase.util.TableDescriptorChecker
 
checkClusterIdExists(FileSystem, Path, long) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Checks that a cluster ID file exists in the HBase root directory
checkColFamDir(Path) - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Check all files in a column family dir.
checkColumn(Cell, byte) - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.ColumnTracker
Checks if the column is present in the list of requested columns by returning the match code instance.
checkColumn(Cell, byte) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
Checks if the column is present in the list of requested columns by returning the match code instance.
checkColumn(Cell, byte) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
checkColumn(Cell, byte) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTracker
Checks if the column is present in the list of requested columns by returning the match code instance.
checkCompression(Configuration, TableDescriptor) - Static method in class org.apache.hadoop.hbase.util.TableDescriptorChecker
 
checkConfigurationChange(Configuration, Configuration, String...) - Static method in class org.apache.hadoop.hbase.util.CoprocessorConfigurationUtil
 
checkDeleted(DeleteTracker, Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
checkDfsSafeMode(Configuration) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Check whether dfs is in safemode.
checkDifferencesWithOldPlan(Map<TableName, Integer>, Map<String, Map<String, Float>>, FavoredNodesPlan) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
Compares two plans and check whether the locality dropped or increased (prints the information as a string) also prints the baseline locality
checkEncryption(Configuration, TableDescriptor) - Static method in class org.apache.hadoop.hbase.util.TableDescriptorChecker
 
checkFamilies(Collection<byte[]>) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Check the collection of families for validity.
checkFileSystemAvailable(FileSystem) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Checks to see if the specified file system is available
checkFlushed() - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
checkForClusterFreeHeapMemoryLimit(Configuration) - Static method in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
Checks whether we have enough heap memory left out after portion for Memstore and Block cache.
checkForCreateTable(Configuration, TableDescriptor) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerValidationUtils
Pre check when creating a new table.
checkFormatVersion(int) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Checks the given HFile format version, and throws an exception if invalid.
checkForModifyTable(Configuration, TableDescriptor, TableDescriptor, boolean) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerValidationUtils
Pre check when modifying a table.
checkHFile(Path) - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Checks a path to see if it is a valid hfile.
checkHFileVersion(Configuration) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
 
checkIfShouldMoveSystemRegionAsync() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Start a new thread to check if there are region servers whose versions are higher than others.
checkIfShouldMoveSystemRegionAsync() - Method in class org.apache.hadoop.hbase.master.HMaster
 
checkIfShouldMoveSystemRegionAsync() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Called when a new RegionServer is added to the cluster.
checkKey(Cell) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Checks that the given Cell's key does not violate the key order.
checkKeyLen(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
Returns True if v <= 0 or v > current block buffer limit.
checkKeyValueLen() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
Check key and value lengths are wholesome.
checkLen(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
Returns True if v < 0 or v > current block buffer limit.
checkLockPermissions(User, String, TableName, RegionInfo[], String) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
 
checkLockPermissions(ObserverContext<?>, String, TableName, RegionInfo[], String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
checkLockPermissions(User, String, TableName, RegionInfo[], String) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
checkLogLowReplication(long) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
checkMinFilesCriteria(ArrayList<HStoreFile>, int) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
checkMobColFamDir(Path) - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Check all files in a mob column family dir.
checkMobFile(Path) - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Checks a path to see if it is a valid mob file.
checkNamespaceTableAndRegionQuota(TableName, int) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
checkOnline() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
checkOnline(MasterProcedureEnv, RegionInfo) - Static method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
Check region is online.
checkOnlyMemStore() - Method in class org.apache.hadoop.hbase.regionserver.InternalScan
StoreFiles will not be scanned.
checkOnlyStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.InternalScan
MemStore will not be scanned.
checkOOME(Throwable) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler
Take actions on the event of an OutOfMemoryError.
checkOOME(Throwable) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
checkOpen() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Called to verify that this server is up and running.
checkPermissions(HBaseProtos.ProcedureDescription, AccessChecker, User) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
 
checkPermissions(HBaseProtos.ProcedureDescription, AccessChecker, User) - Method in class org.apache.hadoop.hbase.procedure.flush.MasterFlushTableProcedureManager
 
checkPermissions(HBaseProtos.ProcedureDescription, AccessChecker, User) - Method in class org.apache.hadoop.hbase.procedure.MasterProcedureManager
Check for required permissions before executing the procedure.
checkPermissions(RpcController, AccessControlProtos.CheckPermissionsRequest, RpcCallback<AccessControlProtos.CheckPermissionsResponse>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
Deprecated.
since 2.2.0 and will be removed 4.0.0. Use Admin.hasUserPermissions(List) instead.
checkQuota(int, int, int) - Method in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
checkQuota(int, int, int) - Method in class org.apache.hadoop.hbase.quotas.ExceedOperationQuota
 
checkQuota(int, int, int) - Method in interface org.apache.hadoop.hbase.quotas.OperationQuota
Checks if it is possible to execute the specified operation.
checkQuota(long, long, long, long, long, long) - Method in interface org.apache.hadoop.hbase.quotas.QuotaLimiter
Checks if it is possible to execute the specified operation.
checkQuota(Region, OperationQuota.OperationType) - Method in class org.apache.hadoop.hbase.quotas.RegionServerRpcQuotaManager
Check the quota for the current (rpc-context) user.
checkQuota(Region, List<ClientProtos.Action>) - Method in class org.apache.hadoop.hbase.quotas.RegionServerRpcQuotaManager
Check the quota for the current (rpc-context) user.
checkQuota(long, long, long, long, long, long) - Method in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
checkQuotaToCreateTable(TableName, int) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
Check quota to create table.
checkQuotaToSplitRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
 
checkQuotaToUpdateRegion(TableName, int) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
Check and update region count quota for an existing table.
checkRegionBoundaries() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
checkRegionChain(TableIntegrityErrorHandler) - Method in class org.apache.hadoop.hbase.util.HbckTableInfo
Check the region chain (from META) of this table.
checkRegionDir(Path) - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Check all column families in a region dir.
checkRegions(String[]) - Method in interface org.apache.hadoop.hbase.tool.Canary
Run Canary in Region mode.
checkRegions(String[]) - Method in class org.apache.hadoop.hbase.tool.CanaryTool
 
checkRegionServers(String[]) - Method in interface org.apache.hadoop.hbase.tool.Canary
Runs Canary in Region server mode.
checkRegionServers(String[]) - Method in class org.apache.hadoop.hbase.tool.CanaryTool
 
checkReopened(HRegionLocation) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Check whether the region has been reopened.
checkScanOrder(Cell, Cell, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
 
checkScanOrder(Cell, Cell, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
Check whether scan as expected order
checkServiceStarted() - Method in class org.apache.hadoop.hbase.master.HMaster
 
checkShortCircuitReadBufferSize(Configuration) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Check if short circuit read buffer size is set and if not, set it to hbase value.
checkSnapshotSupport() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Throws an exception if snapshot operations (take a snapshot, restore, clone) are not supported.
checkSplit() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
checkSplit(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Return the split point.
CHECKSUM_BUF_SIZE - Static variable in class org.apache.hadoop.hbase.io.hfile.ChecksumUtil
 
checksumOk() - Method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
Report that checksum was ok, so we may ponder going back to HBase checksum.
ChecksumUtil - Class in org.apache.hadoop.hbase.io.hfile
Utility methods to compute and validate checksums.
ChecksumUtil() - Constructor for class org.apache.hadoop.hbase.io.hfile.ChecksumUtil
 
checkTableModifiable(TableName) - Method in class org.apache.hadoop.hbase.master.HMaster
 
checkTableModifiable(TableName) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Check table is modifiable; i.e.
checkTableModifiable(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
Check whether a table is modifiable - exists and either offline or online with config set
checkTables(Collection<Path>) - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Check the specified table dirs for bad hfiles.
checkTasks() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
Deprecated.
tells Coordination that it should check for new tasks
checkTasks() - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
checkTaskStillAvailable(String) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
Deprecated.
Check that the task is still there
checkTaskStillAvailable(String) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
checkTimestamps(Map<byte[], List<Cell>>, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Check the collection of families for valid timestamps
checkTransition(RegionStateNode, RegionServerStatusProtos.RegionStateTransition.TransitionCode, long) - Method in class org.apache.hadoop.hbase.master.assignment.CloseRegionProcedure
 
checkTransition(RegionStateNode, RegionServerStatusProtos.RegionStateTransition.TransitionCode, long) - Method in class org.apache.hadoop.hbase.master.assignment.OpenRegionProcedure
 
checkTransition(RegionStateNode, RegionServerStatusProtos.RegionStateTransition.TransitionCode, long) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
checkUnDeletedQueues() - Method in class org.apache.hadoop.hbase.util.hbck.ReplicationChecker
 
checkValue(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Checks the given value for validity.
checkVersion(FileSystem, Path, boolean) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Verifies current version of file system
checkVersion(FileSystem, Path, boolean, int, int) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Verifies current version of file system
checkVersions(Cell, long, byte, boolean) - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.ColumnTracker
Keeps track of the number of versions for the columns asked for.
checkVersions(Cell, long, byte, boolean) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
 
checkVersions(Cell, long, byte, boolean) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
checkVersions(Cell, long, byte, boolean) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTracker
Keeps track of the number of versions for the columns asked for.
checkZooKeeper() - Method in interface org.apache.hadoop.hbase.tool.Canary
Runs Canary in Zookeeper mode.
checkZooKeeper() - Method in class org.apache.hadoop.hbase.tool.CanaryTool
 
chooseSinks() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkManager
Refresh the list of sinks.
chore() - Method in class org.apache.hadoop.hbase.HealthCheckChore
 
chore() - Method in class org.apache.hadoop.hbase.master.balancer.BalancerChore
 
chore() - Method in class org.apache.hadoop.hbase.master.balancer.ClusterStatusChore
 
chore() - Method in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
chore() - Method in class org.apache.hadoop.hbase.master.cleaner.ReplicationBarrierCleaner
 
chore() - Method in class org.apache.hadoop.hbase.master.cleaner.SnapshotCleanerChore
 
chore() - Method in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
 
chore() - Method in class org.apache.hadoop.hbase.master.hbck.HbckChore
 
chore() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitor
 
chore() - Method in class org.apache.hadoop.hbase.master.migrate.RollingUpgradeChore
 
chore() - Method in class org.apache.hadoop.hbase.master.RegionsRecoveryChore
 
chore() - Method in class org.apache.hadoop.hbase.mob.MobFileCleanerChore
 
chore() - Method in class org.apache.hadoop.hbase.mob.MobFileCompactionChore
 
chore() - Method in class org.apache.hadoop.hbase.mob.RSMobFileCleanerChore
 
chore() - Method in class org.apache.hadoop.hbase.namequeues.SlowLogTableOpsChore
 
chore() - Method in class org.apache.hadoop.hbase.quotas.FileSystemUtilizationChore
 
chore() - Method in class org.apache.hadoop.hbase.quotas.QuotaObserverChore
 
chore() - Method in class org.apache.hadoop.hbase.quotas.RegionSizeReportingChore
 
chore() - Method in class org.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChore
 
chore() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore
 
chore() - Method in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
chore() - Method in class org.apache.hadoop.hbase.regionserver.CompactedHFilesDischarger
 
chore() - Method in class org.apache.hadoop.hbase.regionserver.StorefileRefresherChore
 
CHORE_POOL_SIZE - Static variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
Configures the threadpool used for scanning the archive directory for the HFileCleaner If it is an integer and >= 1, it would be the size; if 0.0 < size <= 1.0, size would be available processors * size.
Chunk - Class in org.apache.hadoop.hbase.regionserver
A chunk of memory out of which allocations are sliced.
Chunk(int, int, ChunkCreator.ChunkType) - Constructor for class org.apache.hadoop.hbase.regionserver.Chunk
Create an uninitialized chunk.
Chunk(int, int, ChunkCreator.ChunkType, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.Chunk
Create an uninitialized chunk.
CHUNK_POOL_INITIALSIZE_KEY - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
CHUNK_POOL_MAXSIZE_KEY - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
CHUNK_SIZE_DEFAULT - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
CHUNK_SIZE_KEY - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
ChunkCreator - Class in org.apache.hadoop.hbase.regionserver
Does the management of memstoreLAB chunk creations.
ChunkCreator.ChunkType - Enum in org.apache.hadoop.hbase.regionserver
Types of chunks, based on their sizes
claimReplicationQueue(ServerName, String) - Method in interface org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandler
 
claimReplicationQueue(ServerName, String) - Method in class org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandlerImpl
 
ClaimReplicationQueueCallable - Class in org.apache.hadoop.hbase.replication.regionserver
 
ClaimReplicationQueueCallable() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ClaimReplicationQueueCallable
 
ClaimReplicationQueueRemoteProcedure - Class in org.apache.hadoop.hbase.master.replication
 
ClaimReplicationQueueRemoteProcedure() - Constructor for class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
ClaimReplicationQueueRemoteProcedure(ServerName, String, ServerName) - Constructor for class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
ClaimReplicationQueuesProcedure - Class in org.apache.hadoop.hbase.master.replication
Used to assign the replication queues of a dead server to other region servers.
ClaimReplicationQueuesProcedure() - Constructor for class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
ClaimReplicationQueuesProcedure(ServerName) - Constructor for class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
CleanerChore<T extends FileCleanerDelegate> - Class in org.apache.hadoop.hbase.master.cleaner
Abstract Cleaner that uses a chain of delegates to clean a directory of files
CleanerChore(String, int, Stoppable, Configuration, FileSystem, Path, String, DirScanPool) - Constructor for class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
CleanerChore(String, int, Stoppable, Configuration, FileSystem, Path, String, DirScanPool, Map<String, Object>, List<Path>) - Constructor for class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
cleanersChain - Variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
cleanExpiredMobFiles(String, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.mob.ExpiredMobFileCleaner
Cleans the MOB files when they're expired and their min versions are 0.
cleanExpiredMobFiles(FileSystem, Configuration, TableName, ColumnFamilyDescriptor, CacheConfig, long) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Cleans the expired mob files.
cleanReplicationBarrier() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
cleanup() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Do the necessary cleanup after the call if needed.
cleanup() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
cleanup() - Method in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
cleanup() - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
cleanup() - Method in class org.apache.hadoop.hbase.master.cleaner.LogCleaner
 
cleanup() - Method in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
 
cleanup() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
Explicitly mark this status as able to be cleaned up, even though it might not be complete.
cleanup() - Method in class org.apache.hadoop.hbase.monitoring.TaskGroup
 
cleanup(Exception) - Method in class org.apache.hadoop.hbase.procedure.flush.FlushTableSubprocedure
Cancel threads if they haven't finished.
cleanup(Exception) - Method in class org.apache.hadoop.hbase.procedure.Subprocedure
Users should override this method.
cleanup(Exception) - Method in class org.apache.hadoop.hbase.procedure.Subprocedure.SubprocedureImpl
 
cleanup() - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
cleanup(Exception) - Method in class org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure
Cancel threads if they haven't finished.
cleanupBulkLoad(RpcController, ClientProtos.CleanupBulkLoadRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
cleanupBulkLoad(HRegion, ClientProtos.CleanupBulkLoadRequest) - Method in class org.apache.hadoop.hbase.regionserver.SecureBulkLoadManager
 
cleanUpHFileRefs(String, List<String>) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
 
cleanupMergedRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Remove merged region
cleanupObsoleteMobFiles(Configuration, TableName) - Method in class org.apache.hadoop.hbase.mob.MobFileCleanerChore
Performs housekeeping file cleaning (called by MOB Cleaner chore)
clear() - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
clear() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
clear() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
clear() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
clear() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Called on stop of AssignmentManager.
clear() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
 
clear() - Method in class org.apache.hadoop.hbase.quotas.NoOpRegionSizeStore
 
clear() - Method in interface org.apache.hadoop.hbase.quotas.RegionSizeStore
Removes all entries from the store.
clear() - Method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
 
clear() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
clear() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
clear() - Method in class org.apache.hadoop.hbase.regionserver.wal.SyncFutureCache
 
clear() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Removes all metrics about this Source.
clear(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceLogQueue
Remove all the elements from the queue corresponding to walGroupId
clear() - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
clear() - Method in class org.apache.hadoop.hbase.util.SortedList
 
clear(Configuration) - Static method in class org.apache.hadoop.hbase.ZNodeClearer
Delete the master znode if its content (ServerName string) is the same as the one in the znode file.
clearArchive() - Method in class org.apache.hadoop.hbase.backup.example.HFileArchiveTableMonitor
 
clearAuths(byte[], List<byte[]>) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
clearAuths(RpcController, VisibilityLabelsProtos.SetAuthsRequest, RpcCallback<VisibilityLabelsProtos.VisibilityLabelsResponse>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
clearAuths(byte[], List<byte[]>) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
Removes given labels from user's globally authorized list of labels.
clearCache() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Clears the cache.
clearCache() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Clears the cache.
clearChildZNodes() - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
clearCompactedFiles() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Clears all the compacted files and returns them.
clearCompactedFiles() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
clearCompactionQueues(RpcController, AdminProtos.ClearCompactionQueuesRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
clearCurrentRow() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
clearDeadServers(RpcController, MasterProtos.ClearDeadServersRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
clearFiles() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Clears all the files currently in use and returns them.
clearFiles() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
clearLongCompactionsQueue() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
clearNamedQueue() - Method in class org.apache.hadoop.hbase.namequeues.impl.BalancerDecisionQueueService
 
clearNamedQueue() - Method in class org.apache.hadoop.hbase.namequeues.impl.BalancerRejectionQueueService
 
clearNamedQueue() - Method in class org.apache.hadoop.hbase.namequeues.impl.SlowLogQueueService
 
clearNamedQueue(NamedQueuePayload.NamedQueueEvent) - Method in class org.apache.hadoop.hbase.namequeues.NamedQueueRecorder
clears queue records from ringbuffer
clearNamedQueue() - Method in interface org.apache.hadoop.hbase.namequeues.NamedQueueService
Cleans up queues maintained by services.
clearRegionBlockCache(RpcController, AdminProtos.ClearRegionBlockCacheRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
clearRegionLocationCache() - Method in class org.apache.hadoop.hbase.SharedConnection
 
clearReplicationScope() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
clearShortCompactionsQueue() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
clearSlowLogsResponses(RpcController, AdminProtos.ClearSlowLogResponseRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
clearSnapshot(long) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
This method is protected under HStore write lock.
The passed snapshot was successfully persisted; it can be let go.
clearSnapshot(long) - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
Clears the current snapshot of the Memstore.
clearZNodes(String) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
CLIENT_BOOTSTRAP_NODE_LIMIT - Static variable in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
clientChannelClass() - Method in class org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig
 
ClientSideRegionScanner - Class in org.apache.hadoop.hbase.client
A client scanner for a region opened for read-only on the client side.
ClientSideRegionScanner(Configuration, FileSystem, Path, TableDescriptor, RegionInfo, Scan, ScanMetrics) - Constructor for class org.apache.hadoop.hbase.client.ClientSideRegionScanner
 
ClientZKSyncer - Class in org.apache.hadoop.hbase.master.zksyncer
Tracks the target znode(s) on server ZK cluster and synchronize them to client ZK cluster if changed

The target znode(s) is given through ClientZKSyncer.getPathsToWatch() method

ClientZKSyncer(ZKWatcher, ZKWatcher, Server) - Constructor for class org.apache.hadoop.hbase.master.zksyncer.ClientZKSyncer
 
clone() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
 
clone() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
Public exposure of Object.clone() in order to allow clients to easily capture current state.
cloneRegionInfo(RegionInfo) - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper
Create a new RegionInfo from the snapshot region info.
cloneRegionInfo(TableName, RegionInfo) - Static method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper
 
CloneSnapshotProcedure - Class in org.apache.hadoop.hbase.master.procedure
 
CloneSnapshotProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
Constructor (for failover)
CloneSnapshotProcedure(MasterProcedureEnv, TableDescriptor, SnapshotProtos.SnapshotDescription) - Constructor for class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
CloneSnapshotProcedure(MasterProcedureEnv, TableDescriptor, SnapshotProtos.SnapshotDescription, boolean) - Constructor for class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
Constructor
CloneSnapshotProcedure(MasterProcedureEnv, TableDescriptor, SnapshotProtos.SnapshotDescription, boolean, String) - Constructor for class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
close() - Method in class org.apache.hadoop.hbase.client.ClientSideRegionScanner
 
close() - Method in class org.apache.hadoop.hbase.client.RegionServerRegistry
 
close() - Method in class org.apache.hadoop.hbase.client.TableSnapshotScanner
 
close() - Method in class org.apache.hadoop.hbase.fs.HFileSystem
Close this filesystem object
close() - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
close() - Method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
CloseClose stream(s) if necessary.
close(boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
Close method with optional evictOnClose
close() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
close(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFilePreadReader
 
close() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
close() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
close() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Close this HFile scanner and do necessary cleanup.
close(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileStreamReader
 
close() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
close() - Method in class org.apache.hadoop.hbase.master.ClusterStatusPublisher.MulticastPublisher
 
close() - Method in interface org.apache.hadoop.hbase.master.ClusterStatusPublisher.Publisher
 
close() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser.Results
 
close(boolean) - Method in class org.apache.hadoop.hbase.master.region.MasterRegion
 
close() - Method in class org.apache.hadoop.hbase.mob.CachedMobFile
Decreases the reference of the underlying reader for the mob file.
close() - Method in class org.apache.hadoop.hbase.mob.MobCell
 
close() - Method in class org.apache.hadoop.hbase.mob.MobFile
Closes the underlying reader, but do no evict blocks belonging to this file.
close() - Method in class org.apache.hadoop.hbase.procedure.ProcedureCoordinator
Shutdown the thread pools and release rpc resources
close() - Method in class org.apache.hadoop.hbase.procedure.ProcedureMember
Best effort attempt to close the threadpool via Thread.interrupt.
close() - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator
 
close() - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
 
close() - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
close() - Method in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
close() - Method in class org.apache.hadoop.hbase.quotas.ExceedOperationQuota
 
close() - Method in interface org.apache.hadoop.hbase.quotas.OperationQuota
Cleanup method on operation completion
close() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Closing a segment before it is being discarded
close() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Close down this HRegion.
close(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Close down this HRegion.
close() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Close all the readers We don't need to worry about subsequent requests because the Region holds a write lock that will prevent any more reads or writes.
close() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
 
close() - Method in interface org.apache.hadoop.hbase.regionserver.InternalScanner
Closes the scanner and releases any resources it has allocated
close() - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
 
close() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Close the KeyValue scanner.
close() - Method in class org.apache.hadoop.hbase.regionserver.LeaseManager
Shut down this Leases instance.
close() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactorSegmentsIterator
 
close() - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
Close instance since it won't be used any more, try to put the chunks back to pool
close() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
Close this instance since it won't be used any more, try to put the chunks back to pool
close() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreMergerSegmentsIterator
 
close() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSegmentsIterator
 
close() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
close() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
close() - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
close() - Method in class org.apache.hadoop.hbase.regionserver.MobStoreScanner
 
close() - Method in class org.apache.hadoop.hbase.regionserver.ReversedMobStoreScanner
 
close() - Method in class org.apache.hadoop.hbase.regionserver.Segment
Closing a segment before it is being discarded
close() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Close the KeyValue scanner.
close() - Method in class org.apache.hadoop.hbase.regionserver.SnapshotSegmentScanner
 
close(boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
close() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
close() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
 
close() - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
close() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
close() - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
close() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
close() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
close() - Method in class org.apache.hadoop.hbase.replication.regionserver.HFileReplicator
 
close() - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
close() - Method in class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
 
close() - Method in class org.apache.hadoop.hbase.SharedConnection
 
close() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
close() - Method in class org.apache.hadoop.hbase.util.CollectionBackedScanner
 
close() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
close() - Method in class org.apache.hadoop.hbase.util.MultiHConnection
Close the open connections and shutdown the batchpool
close() - Method in class org.apache.hadoop.hbase.util.RegionMover
 
close() - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
close() - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
close() - Method in class org.apache.hadoop.hbase.wal.BoundedRecoveredHFilesOutputSink
 
close() - Method in class org.apache.hadoop.hbase.wal.OutputSink
 
close() - Method in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
close() - Method in interface org.apache.hadoop.hbase.wal.WAL
Caller no longer needs any edits from this WAL.
close() - Method in class org.apache.hadoop.hbase.wal.WALFactory
Shutdown all WALs and clean up any underlying storage.
close() - Method in interface org.apache.hadoop.hbase.wal.WALProvider
shutdown utstanding WALs and clean up any persisted state.
CLOSE_PARAN_NODE - Static variable in class org.apache.hadoop.hbase.security.visibility.expression.LeafExpressionNode
 
CLOSE_WAIT_ABORT - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
CLOSE_WAIT_INTERVAL - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
CLOSE_WAIT_TIME - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
closeAfterLeasesExpire() - Method in class org.apache.hadoop.hbase.regionserver.LeaseManager
Shuts down this lease instance when all outstanding leases expire.
closeAndArchiveCompactedFiles() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Closes and archives the compacted files under this store
CloseChecker - Class in org.apache.hadoop.hbase.regionserver.compactions
Check periodically to see if a system stop is requested
CloseChecker(Configuration, long) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.CloseChecker
 
closeCompletionService - Variable in class org.apache.hadoop.hbase.wal.OutputSink
 
closeConnection(SimpleServerRpcConnection) - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
 
closed - Variable in class org.apache.hadoop.hbase.regionserver.SegmentScanner
 
closed - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
closeExecutor - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
closeFile(MobFile) - Method in class org.apache.hadoop.hbase.mob.MobFileCache
Closes a mob file.
CloseMetaHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Handles closing of the meta region on a region server.
CloseMetaHandler(Server, RegionServerServices, RegionInfo, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.CloseMetaHandler
 
closeOutputIfNecessary() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
It is straight forward to close the output, do not need to write trailer like the Writer.close
closeOutputIfNecessary() - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
closeOutputIfNecessary() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
closeOutputStream - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
True if we opened the outputStream (and so will close it).
closeRegion(String, boolean, ServerName) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Close asynchronously a region, can be called from the master or internally by the regionserver when stopping.
closeRegion(RpcController, AdminProtos.CloseRegionRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Close a region on the region server.
CloseRegionHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Handles closing of a region on a region server.
CloseRegionHandler(Server, RegionServerServices, RegionInfo, boolean, ServerName) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler
This method used internally by the RegionServer to close out regions.
CloseRegionHandler(Server, RegionServerServices, RegionInfo, boolean, EventType, ServerName) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler
 
closeRegionOperation() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
closeRegionOperation(Region.Operation) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
closeRegionOperation() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Closes the region operation lock.
closeRegionOperation(Region.Operation) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Closes the region operation lock.
CloseRegionProcedure - Class in org.apache.hadoop.hbase.master.assignment
The remote procedure used to close a region.
CloseRegionProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.CloseRegionProcedure
 
CloseRegionProcedure(TransitRegionStateProcedure, RegionInfo, ServerName, ServerName) - Constructor for class org.apache.hadoop.hbase.master.assignment.CloseRegionProcedure
 
closeRegionSilentlyAndWait(ClusterConnection, ServerName, RegionInfo, long) - Static method in class org.apache.hadoop.hbase.master.ServerManager
Contacts a region server and waits up to timeout ms to close the region.
closeRegionSilentlyAndWait(Connection, ServerName, RegionInfo) - Static method in class org.apache.hadoop.hbase.util.HBaseFsckRepair
Contacts a region server and waits up to hbase.hbck.close.timeout ms (default 120s) to close the region.
closeStoreFile(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
closeThreadPool - Variable in class org.apache.hadoop.hbase.wal.OutputSink
Used when close this output sink.
clusterCompactionQueues - Variable in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
clusterConnection - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
Cluster connection to be shared by services.
clusterId - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
Unique identifier for the cluster we are a part of.
ClusterLoadState - Class in org.apache.hadoop.hbase.master.balancer
Class used to hold the current state of the cluster and how balanced it is.
ClusterLoadState(Map<ServerName, List<RegionInfo>>) - Constructor for class org.apache.hadoop.hbase.master.balancer.ClusterLoadState
 
ClusterMarkingEntryFilter - Class in org.apache.hadoop.hbase.replication
Filters out entries with our peerClusterId (i.e.
ClusterMarkingEntryFilter(UUID, UUID, ReplicationEndpoint) - Constructor for class org.apache.hadoop.hbase.replication.ClusterMarkingEntryFilter
 
ClusterMetrics - Class in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model
Exposes a subset of fields from ClusterMetrics.
ClusterMetricsResource - Class in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource
The root object exposing a subset of ClusterMetrics.
ClusterMetricsResource(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource.ClusterMetricsResource
 
ClusterSchema - Interface in org.apache.hadoop.hbase.master
View and edit the current cluster schema.
ClusterSchemaService - Interface in org.apache.hadoop.hbase.master
Mixes in ClusterSchema and Service
clusterStatus - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
ClusterStatusChore - Class in org.apache.hadoop.hbase.master.balancer
Chore that will feed the balancer the cluster status.
ClusterStatusChore(HMaster, LoadBalancer) - Constructor for class org.apache.hadoop.hbase.master.balancer.ClusterStatusChore
 
ClusterStatusPublisher - Class in org.apache.hadoop.hbase.master
Class to publish the cluster status to the client.
ClusterStatusPublisher(HMaster, Configuration, Class<? extends ClusterStatusPublisher.Publisher>) - Constructor for class org.apache.hadoop.hbase.master.ClusterStatusPublisher
 
ClusterStatusPublisher() - Constructor for class org.apache.hadoop.hbase.master.ClusterStatusPublisher
 
ClusterStatusPublisher.MulticastPublisher - Class in org.apache.hadoop.hbase.master
 
ClusterStatusPublisher.Publisher - Interface in org.apache.hadoop.hbase.master
 
clusterStatusTracker - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
CollectionBackedScanner - Class in org.apache.hadoop.hbase.util
Utility scanner that wraps a sortable collection and serves as a KeyValueScanner.
CollectionBackedScanner(SortedSet<Cell>) - Constructor for class org.apache.hadoop.hbase.util.CollectionBackedScanner
 
CollectionBackedScanner(SortedSet<Cell>, CellComparator) - Constructor for class org.apache.hadoop.hbase.util.CollectionBackedScanner
 
CollectionBackedScanner(List<Cell>) - Constructor for class org.apache.hadoop.hbase.util.CollectionBackedScanner
 
CollectionBackedScanner(List<Cell>, CellComparator) - Constructor for class org.apache.hadoop.hbase.util.CollectionBackedScanner
 
CollectionBackedScanner(CellComparator, Cell...) - Constructor for class org.apache.hadoop.hbase.util.CollectionBackedScanner
 
columns - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Keeps track of columns and versions
ColumnTracker - Interface in org.apache.hadoop.hbase.regionserver.querymatcher
Implementing classes of this interface will be used for the tracking and enforcement of columns and numbers of versions and timeToLive during the course of a Get or Scan operation.
CombinedBlockCache - Class in org.apache.hadoop.hbase.io.hfile
CombinedBlockCache is an abstraction layer that combines FirstLevelBlockCache and BucketCache.
CombinedBlockCache(FirstLevelBlockCache, BlockCache) - Constructor for class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
CombinedBlockCache.CombinedCacheStats - Class in org.apache.hadoop.hbase.io.hfile
 
combinedCacheStats - Variable in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
comConf - Variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicy
 
commitDaughterRegion(RegionInfo, List<Path>, MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Commit a daughter region, moving it from the split temporary directory to the proper location in the filesystem.
commitFile(Path, Path) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Commits the mob file.
commitMergedRegion(List<Path>, MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Commit a merged region, making it ready for use.
commitStoreFile(String, Path) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Move the file from a build/temp location to the main family store directory.
commitStoreFiles(List<Path>, boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Commit the given files.
commitWriter(StoreFileWriter, Compactor.FileDetails, CompactionRequestImpl) - Method in class org.apache.hadoop.hbase.mob.DefaultMobStoreCompactor
 
commitWriter(T, Compactor.FileDetails, CompactionRequestImpl) - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
commitWriter(DateTieredMultiFileWriter, Compactor.FileDetails, CompactionRequestImpl) - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactor
 
commitWriter(StoreFileWriter, Compactor.FileDetails, CompactionRequestImpl) - Method in class org.apache.hadoop.hbase.regionserver.compactions.DefaultCompactor
 
commitWriter(StripeMultiFileWriter, Compactor.FileDetails, CompactionRequestImpl) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactor
 
commitWriters(long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
Commit all writers.
commitWriters(long, boolean, Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
 
COMMON_DIRECTORY_PERMISSION - Static variable in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
COMMON_DIRECTORY_PERMISSION_DEFAULT - Static variable in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
compact(CompactionRequestImpl, ThroughputController, User) - Method in class org.apache.hadoop.hbase.mob.DefaultMobStoreCompactor
 
compact(ThroughputController, User) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionContext
 
compact(CompactionRequestImpl, Compactor.InternalScannerFactory, Compactor.CellSinkFactory<T>, ThroughputController, User) - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
compact(CompactionRequestImpl, List<Long>, Map<Long, String>, ThroughputController, User) - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactor
 
compact(CompactionRequestImpl, ThroughputController, User) - Method in class org.apache.hadoop.hbase.regionserver.compactions.DefaultCompactor
Do a minor/major compaction on an explicit set of storefiles from a Store.
compact(CompactionRequestImpl, List<byte[]>, byte[], byte[], ThroughputController, User) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactor
 
compact(CompactionRequestImpl, int, long, byte[], byte[], byte[], byte[], ThroughputController, User) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactor
 
compact(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Synchronously compact all stores in the region.
compact(CompactionContext, HStore, ThroughputController) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Called by compaction thread and after region is opened to compact the HStores if necessary.
compact(CompactionContext, HStore, ThroughputController, User) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
compact(CompactionContext, ThroughputController, User) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Compact the StoreFiles.
compact(VersionedSegmentsList, String) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
compactAllRegions() - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
compactBloom() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
compactBloom() - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
 
compactBloom() - Method in interface org.apache.hadoop.hbase.util.BloomFilterWriter
Compact the Bloom filter before writing metadata & data to disk.
COMPACTCHECKER_INTERVAL_MULTIPLIER_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStore
 
CompactedHFilesDischargeHandler - Class in org.apache.hadoop.hbase.regionserver
Event handler that handles the removal and archival of the compacted hfiles
CompactedHFilesDischargeHandler(Server, EventType, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.CompactedHFilesDischargeHandler
 
CompactedHFilesDischarger - Class in org.apache.hadoop.hbase.regionserver
A chore service that periodically cleans up the compacted files when there are no active readers using those compacted files and also helps in clearing the block cache of these compacted file entries.
CompactedHFilesDischarger(int, Stoppable, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.CompactedHFilesDischarger
 
CompactedHFilesDischarger(int, Stoppable, RegionServerServices, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.CompactedHFilesDischarger
 
COMPACTING_MEMSTORE_THRESHOLD_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
COMPACTING_MEMSTORE_THRESHOLD_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
COMPACTING_MEMSTORE_TYPE_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
COMPACTING_MEMSTORE_TYPE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
CompactingMemStore - Class in org.apache.hadoop.hbase.regionserver
A memstore implementation which supports in-memory compaction.
CompactingMemStore(Configuration, CellComparator, HStore, RegionServicesForStores, MemoryCompactionPolicy) - Constructor for class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
CompactingMemStore.IndexType - Enum in org.apache.hadoop.hbase.regionserver
Types of indexes (part of immutable segments) to be used after flattening, compaction, or merge are applied.
COMPACTION - Static variable in class org.apache.hadoop.hbase.wal.WALEdit
Deprecated.
Since 2.3.0. Make it protected, internal-use only. Use WALEdit.isCompactionMarker(Cell)
COMPACTION_AFTER_BULKLOAD_ENABLE - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
Parameter name for compaction after bulkload
COMPACTION_EVENT_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Key for compaction event which contains the compacted storefiles in FileInfo
COMPACTION_POLICY_CLASS_FOR_DATE_TIERED_WINDOWS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
COMPACTION_PROGRESS_LOG_INTERVAL - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
CompactionConfiguration - Class in org.apache.hadoop.hbase.regionserver.compactions
Compaction configuration for a particular instance of HStore.
CompactionContext - Class in org.apache.hadoop.hbase.regionserver.compactions
This class holds all "physical" details necessary to run a compaction, and abstracts away the details specific to a particular compaction.
CompactionContext() - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.CompactionContext
 
compactionKVMax - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
CompactionLifeCycleTracker - Interface in org.apache.hadoop.hbase.regionserver.compactions
Used to track compaction execution.
CompactionPipeline - Class in org.apache.hadoop.hbase.regionserver
The compaction pipeline of a CompactingMemStore, is a FIFO queue of segments.
CompactionPipeline(RegionServicesForStores) - Constructor for class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
CompactionPolicy - Class in org.apache.hadoop.hbase.regionserver.compactions
A compaction policy determines how to select files for compaction, how to compact them, and how to generate the compacted files.
CompactionPolicy(Configuration, StoreConfigInformation) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicy
 
compactionPolicy - Variable in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
CompactionProgress - Class in org.apache.hadoop.hbase.regionserver.compactions
This class holds information relevant for tracking the progress of a compaction.
CompactionProgress(long) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
Constructor
CompactionRequest - Interface in org.apache.hadoop.hbase.regionserver.compactions
Coprocessors use this interface to get details about compaction.
CompactionRequester - Interface in org.apache.hadoop.hbase.regionserver.compactions
Request a compaction.
CompactionRequestImpl - Class in org.apache.hadoop.hbase.regionserver.compactions
This class holds all logical details necessary to run a compaction.
CompactionRequestImpl(Collection<HStoreFile>) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
CompactionScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
Query matcher for compaction.
CompactionScanQueryMatcher(ScanInfo, DeleteTracker, ColumnTracker, long, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
compactionSwitch(RpcController, AdminProtos.CompactionSwitchRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
CompactionThroughputControllerFactory - Class in org.apache.hadoop.hbase.regionserver.throttle
 
CompactionWindow - Class in org.apache.hadoop.hbase.regionserver.compactions
Base class for compaction window implementation.
CompactionWindow() - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.CompactionWindow
 
CompactionWindowFactory - Class in org.apache.hadoop.hbase.regionserver.compactions
For creating compaction window.
CompactionWindowFactory() - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.CompactionWindowFactory
 
compactMin(int) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
compactMin() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
compactor - Variable in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
Compactor<T extends CellSink> - Class in org.apache.hadoop.hbase.regionserver.compactions
A compactor is a compaction algorithm associated a given policy.
compactor - Variable in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
Compactor.CellSinkFactory<S> - Interface in org.apache.hadoop.hbase.regionserver.compactions
 
Compactor.FileDetails - Class in org.apache.hadoop.hbase.regionserver.compactions
The sole reason this class exists is that java has no ref/out/pointer parameters.
Compactor.InternalScannerFactory - Interface in org.apache.hadoop.hbase.regionserver.compactions
 
compactRegion(RpcController, AdminProtos.CompactRegionRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Compact a region on the master.
compactRegion(RpcController, AdminProtos.CompactRegionRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Compact a region on the region server.
compactRegionsTTLOnTable(Configuration, String, int, long, int, int, boolean, boolean) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactorTTL
 
CompactSplit - Class in org.apache.hadoop.hbase.regionserver
Compact region on request and then run split if appropriate
CompactSplit(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.CompactSplit
 
CompactSplit.CompactionCompleteTracker - Interface in org.apache.hadoop.hbase.regionserver
 
compactStores() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
This is a helper function that compact all the stores synchronously.
comparator - Variable in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
Comparator used to compare Bloom filter keys
comparator() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
comparator() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
comparator() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
comparator - Variable in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
 
comparator - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
comparator - Variable in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
 
comparator - Variable in class org.apache.hadoop.hbase.regionserver.StripeStoreFlusher.StripeFlushRequest
 
comparator - Variable in class org.apache.hadoop.hbase.util.BloomContext
 
comparator() - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
compare(HDFSBlocksDistribution.HostAndWeight, HDFSBlocksDistribution.HostAndWeight) - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight.WeightComparator
 
compare(RegionPlan, RegionPlan) - Method in class org.apache.hadoop.hbase.master.RegionPlan.RegionPlanComparator
 
compare(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
compare(KeyValueScanner, KeyValueScanner) - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap.KVScannerComparator
 
compare(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap.KVScannerComparator
Compares two KeyValue
compare(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
compare(Path, Path) - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider.WALStartTimeComparator
 
compareAndSetDataSize(long, long) - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
 
compareAndSetDataSize(long, long) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
compareAndSetMax(long, long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
compareAndSetMax(long, long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.NonSyncTimeRangeTracker
 
compareAndSetMax(long, long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.SyncTimeRangeTracker
 
compareAndSetMin(long, long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
compareAndSetMin(long, long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.NonSyncTimeRangeTracker
 
compareAndSetMin(long, long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.SyncTimeRangeTracker
 
compareKey(CellComparator, Cell) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
compareKey(CellComparator, Cell) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
compareKeyForNextColumn(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
compareKeyForNextRow(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
compareRows(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
compareRows(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
compareTo(EventHandler) - Method in class org.apache.hadoop.hbase.executor.EventHandler
Default prioritized runnable comparator which implements a FIFO ordering.
compareTo(LruCachedBlock) - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
 
compareTo(RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
compareTo(ServerStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
compareTo(RegionPlan) - Method in class org.apache.hadoop.hbase.master.RegionPlan
Compare the region info.
compareTo(CachedMobFile) - Method in class org.apache.hadoop.hbase.mob.CachedMobFile
 
compareTo(WALKey) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
compareTo(WALSplitUtil.MutationReplay) - Method in class org.apache.hadoop.hbase.wal.WALSplitUtil.MutationReplay
 
compareToTimestamp(long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionWindow
Compares the window to a timestamp.
CompatibilityLatch() - Constructor for class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch.CompatibilityLatch
 
complete() - Method in class org.apache.hadoop.hbase.errorhandling.TimeoutExceptionInjector
For all time forward, do not throw an error because the process has completed.
complete(Path) - Static method in class org.apache.hadoop.hbase.io.hfile.PrefetchExecutor
 
complete(MasterProcedureEnv, Throwable) - Method in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
complete(MasterProcedureEnv, Throwable) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
complete(MasterProcedureEnv, Throwable) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
complete(MasterProcedureEnv, Throwable) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
complete(MasterProcedureEnv, Throwable) - Method in class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
complete() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
Marks the compaction as complete by setting total to current KV count; Total KV count is an estimate, so there might be a discrepancy otherwise.
complete(MultiVersionConcurrencyControl.WriteEntry) - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
Mark the MultiVersionConcurrencyControl.WriteEntry as complete and advance the read point as much as possible.
completeAndWait(MultiVersionConcurrencyControl.WriteEntry) - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
Complete a MultiVersionConcurrencyControl.WriteEntry that was created by MultiVersionConcurrencyControl.begin() then wait until the read point catches up to our write.
completeCacheFlush(byte[], long) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
completeCacheFlush(byte[], long) - Method in interface org.apache.hadoop.hbase.wal.WAL
Complete the cache flush.
completed() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
Called after all the requested compactions are completed.
completed(Store) - Method in interface org.apache.hadoop.hbase.regionserver.CompactSplit.CompactionCompleteTracker
 
CompletedSnaphotDirectoriesFilter(FileSystem) - Constructor for class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter
 
completeSnapshot(Path, Path, FileSystem, FileSystem, Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Commits the snapshot process by moving the working snapshot to the finalized filepath
completionCleanup(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
completionCleanup(Procedure) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
 
completionCleanup(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
completionCleanup(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
completionCleanup(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
CompositeImmutableSegment - Class in org.apache.hadoop.hbase.regionserver
The CompositeImmutableSegments is created as a collection of ImmutableSegments and supports the interface of a single ImmutableSegments.
CompositeImmutableSegment(CellComparator, List<ImmutableSegment>) - Constructor for class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
CompoundBloomFilter - Class in org.apache.hadoop.hbase.io.hfile
A Bloom filter implementation built on top of BloomFilterChunk, encapsulating a set of fixed-size Bloom filters written out at the time of HFile generation into the data block stream, and loaded on demand at query time.
CompoundBloomFilter(DataInput, HFile.Reader, BloomFilterMetrics) - Constructor for class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
De-serialization for compound Bloom filter metadata.
CompoundBloomFilterBase - Class in org.apache.hadoop.hbase.io.hfile
 
CompoundBloomFilterBase() - Constructor for class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
 
CompoundBloomFilterWriter - Class in org.apache.hadoop.hbase.io.hfile
Adds methods required for writing a compound Bloom filter to the data section of an HFile to the CompoundBloomFilter class.
CompoundBloomFilterWriter(int, float, int, int, boolean, CellComparator, BloomType) - Constructor for class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
each chunk's size in bytes.
compress(byte[], Enum) - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringCompressor
 
compression() - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
compression(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
Set the compression algorithm to use
compression - Variable in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
 
compressionByName(String) - Static method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
compressionContext - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
CompressionContext - Class in org.apache.hadoop.hbase.regionserver.wal
Context that holds the various dictionaries for compression in WAL.
CompressionContext(Class<? extends Dictionary>, boolean, boolean, boolean, Compression.Algorithm) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
CompressionContext(Class<? extends Dictionary>, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
compressionContext - Variable in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Compression context to use reading.
CompressionContext.DictionaryIndex - Enum in org.apache.hadoop.hbase.regionserver.wal
 
CompressionTest - Class in org.apache.hadoop.hbase.util
Compression validation test.
CompressionTest() - Constructor for class org.apache.hadoop.hbase.util.CompressionTest
 
compressor - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
Compressor - Class in org.apache.hadoop.hbase.regionserver.wal
A set of static functions for running our custom WAL compression/decompression.
Compressor() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.Compressor
 
computeAndStoreSnapshotSizes(Collection<String>) - Method in interface org.apache.hadoop.hbase.quotas.FileArchiverNotifier
Computes the size of a table and all of its snapshots, recording new "full" sizes for each.
computeAndStoreSnapshotSizes(Collection<String>) - Method in class org.apache.hadoop.hbase.quotas.FileArchiverNotifierImpl
 
computeBitSize(long, double) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
 
computeBulkLoadSize(FileSystem, List<String>) - Method in class org.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcement
 
computeBulkLoadSize(FileSystem, List<String>) - Method in class org.apache.hadoop.hbase.quotas.policies.MissingSnapshotViolationPolicyEnforcement
 
computeBulkLoadSize(FileSystem, List<String>) - Method in interface org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
Computes the size of the file(s) at the given path against this policy and the current SpaceQuotaSnapshot.
computeFilename(long) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
This is a convenience method that computes a new filename with a given file-number.
computeFoldableByteSize(long, int) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
Increases the given byte size of a Bloom filter until it can be folded by the given factor.
computeHDFSBlocksDistribution(Configuration, TableDescriptor, RegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
This is a helper function to compute HDFS block distribution on demand
computeHDFSBlocksDistribution(Configuration, TableDescriptor, RegionInfo, Path) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
This is a helper function to compute HDFS block distribution on demand
computeHDFSBlocksDistribution(FileSystem) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Compute the HDFS Block Distribution for this StoreFile
computeHDFSBlocksDistribution(HdfsDataInputStream) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Compute HDFS block distribution of a given HdfsDataInputStream.
computeHDFSBlocksDistribution(FileSystem, FileStatus, long, long) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Compute HDFS blocks distribution of a given file, or a portion of the file
computeMaxKeys(long, double, int) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
The maximum number of keys we can put into a Bloom filter of a certain size to get the given error rate, with the given number of hash functions.
computeNumCallQueues(int, float) - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
computeNumCallQueues(int, float) - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
computeRegionInTransitionStat() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
concurrentVisitReferencedFiles(Configuration, FileSystem, SnapshotManifest, String, SnapshotReferenceUtil.StoreFileVisitor) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil
 
concurrentVisitReferencedFiles(Configuration, FileSystem, SnapshotManifest, ExecutorService, SnapshotReferenceUtil.StoreFileVisitor) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil
 
conf - Variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
conf - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
conf - Variable in class org.apache.hadoop.hbase.ipc.PluggableBlockingQueue
 
conf - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
conf - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.HStore
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
conf object
conf - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
conf - Variable in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
 
conf - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
conf - Variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
conf - Variable in class org.apache.hadoop.hbase.wal.WALSplitter
 
configurationManager - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
Configuration manager is used to register/deregister and notify the configuration observers when the regionserver is notified that there was a change in the on disk configs.
ConfigurationUtil - Class in org.apache.hadoop.hbase.util
Utilities for storing more complex collection types in Configuration instances.
configure(FeatureContext) - Method in class org.apache.hadoop.hbase.master.http.gson.GsonSerializationFeature
 
configure(FeatureContext) - Method in class org.apache.hadoop.hbase.master.http.jersey.MasterFeature
 
configureForRegion(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.BusyRegionSplitPolicy
 
configureForRegion(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
 
configureForRegion(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitPolicy
Deprecated.
 
configureForRegion(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.FlushAllLargeStoresPolicy
 
configureForRegion(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.FlushNonSloppyStoresFirstPolicy
 
configureForRegion(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.FlushPolicy
Upon construction, this method will be called with the region to be governed.
configureForRegion(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy
 
configureForRegion(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitPolicy
Deprecated.
 
configureForRegion(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
Upon construction, this method will be called with the region to be governed.
configureInfoServer() - Method in class org.apache.hadoop.hbase.master.HMaster
 
configureInfoServer() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
connect(Configuration) - Method in class org.apache.hadoop.hbase.master.ClusterStatusPublisher.MulticastPublisher
 
connect(Configuration) - Method in interface org.apache.hadoop.hbase.master.ClusterStatusPublisher.Publisher
 
connect() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
To repair region consistency, one must call connect() in order to repair online state.
connection - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
connection - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
connection - Variable in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
ConnectionCache - Class in org.apache.hadoop.hbase.util
A utility to store user specific HConnections in memory.
ConnectionCache(Configuration, UserProvider, int, int) - Constructor for class org.apache.hadoop.hbase.util.ConnectionCache
 
consolidate() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
 
ConstantSizeRegionSplitPolicy - Class in org.apache.hadoop.hbase.regionserver
A RegionSplitPolicy implementation which splits a region as soon as any of its store files exceeds a maximum configurable size.
ConstantSizeRegionSplitPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
 
Constraint - Interface in org.apache.hadoop.hbase.constraint
Apply a Constraint (in traditional database terminology) to a HTable.
ConstraintException - Exception in org.apache.hadoop.hbase.constraint
Exception that a user defined constraint throws on failure of a Put.
ConstraintException() - Constructor for exception org.apache.hadoop.hbase.constraint.ConstraintException
 
ConstraintException(String) - Constructor for exception org.apache.hadoop.hbase.constraint.ConstraintException
 
ConstraintException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.constraint.ConstraintException
 
ConstraintProcessor - Class in org.apache.hadoop.hbase.constraint
Processes multiple Constraints on a given table.
ConstraintProcessor() - Constructor for class org.apache.hadoop.hbase.constraint.ConstraintProcessor
Create the constraint processor.
Constraints - Class in org.apache.hadoop.hbase.constraint
Utilities for adding/removing constraints from a table.
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl
 
constructImpl(Class<? extends AbstractTemplateImpl>) - Method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl
 
constructImpl() - Method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl
 
constructMaster(Class<? extends HMaster>, Configuration) - Static method in class org.apache.hadoop.hbase.master.HMaster
Utility for constructing an instance of the passed HMaster class.
consume() - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
consume one available unit.
consume(long) - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
consume amount available units, amount could be a negative number
consumeEventFromDisruptor(NamedQueuePayload) - Method in class org.apache.hadoop.hbase.namequeues.impl.BalancerDecisionQueueService
 
consumeEventFromDisruptor(NamedQueuePayload) - Method in class org.apache.hadoop.hbase.namequeues.impl.BalancerRejectionQueueService
 
consumeEventFromDisruptor(NamedQueuePayload) - Method in class org.apache.hadoop.hbase.namequeues.impl.SlowLogQueueService
This implementation is specific to slowLog event.
consumeEventFromDisruptor(NamedQueuePayload) - Method in interface org.apache.hadoop.hbase.namequeues.NamedQueueService
This implementation is generic for consuming records from LMAX disruptor and inserts records to EvictingQueue which is maintained by each ringbuffer provider.
consumeRead(long, long) - Method in interface org.apache.hadoop.hbase.quotas.QuotaLimiter
Removes or add back some read amount to the quota.
consumeRead(long, long) - Method in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
consumerLoop(BlockingQueue<HFileCleaner.HFileDeleteTask>) - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
consumeWrite(long, long) - Method in interface org.apache.hadoop.hbase.quotas.QuotaLimiter
Removes or add back some write amount to the quota.
consumeWrite(long, long) - Method in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
contains(byte[], int, int, ByteBuff) - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
 
contains(Cell, ByteBuff, BloomType) - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
 
contains(Object) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
contains(Object) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
contains(Cell, ByteBuff, BloomType) - Method in interface org.apache.hadoop.hbase.util.BloomFilter
Check if the specified key is contained in the bloom filter.
contains(byte[], int, int, ByteBuff) - Method in interface org.apache.hadoop.hbase.util.BloomFilter
Check if the specified key is contained in the bloom filter.
contains(byte[], int, int, ByteBuff, int, int, Hash, int) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
 
contains(Cell, ByteBuff, int, int, Hash, int, BloomType) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
 
contains(Object) - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
contains(T) - Method in class org.apache.hadoop.hbase.util.LossyCounting
 
contains(Object) - Method in class org.apache.hadoop.hbase.util.SortedList
 
containsAll(Collection<?>) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
containsAll(Collection<?>) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
containsAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.SortedList
 
containsBlock(BlockCacheKey) - Method in interface org.apache.hadoop.hbase.io.hfile.FirstLevelBlockCache
Whether the cache contains the block with specified cacheKey
containsBlock(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Whether the cache contains block with specified cacheKey
containsBlock(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Whether the cache contains block with specified cacheKey
containsBlock(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
containsKey(Object) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
containsKey(Object) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
containsOnlyHdfsEdits() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
containsValue(Object) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
containsValue(Object) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
context - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
Context() - Constructor for class org.apache.hadoop.hbase.ipc.RpcScheduler.Context
 
Context(Configuration, Configuration, FileSystem, String, UUID, ReplicationPeer, MetricsSource, TableDescriptors, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
control(String, long) - Method in class org.apache.hadoop.hbase.regionserver.throttle.NoLimitThroughputController
 
control(String, long) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
control(String, long) - Method in interface org.apache.hadoop.hbase.regionserver.throttle.ThroughputController
Control the throughput.
controllerConnectionFailure(String, Throwable, String) - Method in class org.apache.hadoop.hbase.procedure.ProcedureMember
The connection to the rest of the procedure group (member and coordinator) has been broken/lost/failed.
controlPerSize - Variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
convert() - Method in class org.apache.hadoop.hbase.io.Reference
 
convert(FSProtos.Reference) - Static method in class org.apache.hadoop.hbase.io.Reference
 
convertToBigInteger(byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
Returns the BigInteger represented by the byte array
convertToByte(BigInteger, int) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
Returns the bytes corresponding to the BigInteger
convertToByte(BigInteger) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
Returns the bytes corresponding to the BigInteger
convertToBytes(BigInteger[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
Returns an array of bytes corresponding to an array of BigIntegers
convertToProcedureMetrics(OperationMetrics) - Static method in class org.apache.hadoop.hbase.master.MetricsMaster
This is utility function that converts OperationMetrics to ProcedureMetrics.
CoordinatedStateManager - Interface in org.apache.hadoop.hbase
Implementations of this interface will keep and return to clients implementations of classes providing API to execute coordinated operations.
coordinator - Variable in class org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator
 
coprocEnvironments - Variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Ordered set of loaded coprocessors with lock
CoprocessorConfigurationUtil - Class in org.apache.hadoop.hbase.util
Helper class for coprocessor host when configuration changes.
CoprocessorHost<C extends Coprocessor,E extends CoprocessorEnvironment<C>> - Class in org.apache.hadoop.hbase.coprocessor
Provides the common setup framework and runtime services for coprocessor invocation from HBase services.
CoprocessorHost(Abortable) - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
coprocessorHost - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
CoprocessorHost.ObserverGetter<C,O> - Interface in org.apache.hadoop.hbase.coprocessor
Implementations defined function to get an observer of type O from a coprocessor of type C.
CoprocessorHost.ObserverOperationWithoutResult<O> - Class in org.apache.hadoop.hbase.coprocessor
 
CoprocessorHost.ObserverOperationWithResult<O,R> - Class in org.apache.hadoop.hbase.coprocessor
 
CoprocessorMethod - Class in org.apache.hadoop.hbase.tool.coprocessor
 
CoprocessorMethod(String) - Constructor for class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethod
 
CoprocessorMethods - Class in org.apache.hadoop.hbase.tool.coprocessor
 
CoprocessorMethods() - Constructor for class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethods
 
COPROCESSORS_ENABLED_CONF_KEY - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
CoprocessorService - Interface in org.apache.hadoop.hbase.coprocessor
Deprecated.
Since 2.0. Will be removed in 3.0
CoprocessorServiceBackwardCompatiblity - Class in org.apache.hadoop.hbase.coprocessor
Deprecated.
CoprocessorServiceBackwardCompatiblity() - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity
Deprecated.
 
CoprocessorServiceBackwardCompatiblity.MasterCoprocessorService - Class in org.apache.hadoop.hbase.coprocessor
Deprecated.
 
CoprocessorServiceBackwardCompatiblity.RegionCoprocessorService - Class in org.apache.hadoop.hbase.coprocessor
Deprecated.
 
CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService - Class in org.apache.hadoop.hbase.coprocessor
Deprecated.
 
CoprocessorValidator - Class in org.apache.hadoop.hbase.tool.coprocessor
 
CoprocessorValidator() - Constructor for class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorValidator
 
CoprocessorViolation - Class in org.apache.hadoop.hbase.tool.coprocessor
 
CoprocessorViolation(String, CoprocessorViolation.Severity, String) - Constructor for class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation
 
CoprocessorViolation(String, CoprocessorViolation.Severity, String, Throwable) - Constructor for class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation
 
CoprocessorViolation.Severity - Enum in org.apache.hadoop.hbase.tool.coprocessor
 
CoprocessorWhitelistMasterObserver - Class in org.apache.hadoop.hbase.security.access
Master observer for restricting coprocessor assignments.
CoprocessorWhitelistMasterObserver() - Constructor for class org.apache.hadoop.hbase.security.access.CoprocessorWhitelistMasterObserver
 
copyCellInto(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
 
copyCellInto(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
Allocates slice in this LAB and copy the passed Cell into this area.
copyCellInto(Cell) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
 
copyFilesParallel(FileSystem, Path, FileSystem, Path, Configuration, int) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
copyQuotaSnapshots() - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
Copies the last SpaceQuotaSnapshots that were recorded.
copyServerNames() - Method in class org.apache.hadoop.hbase.master.DeadServer
 
copySnapshotForScanner(Configuration, FileSystem, Path, Path, String) - Static method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper
Copy the snapshot files for a snapshot scanner, discards meta changes.
copyTableCFs() - Method in class org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader
 
copyTableCFs(String) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader
 
CoreCoprocessor - Annotation Type in org.apache.hadoop.hbase.coprocessor
Marker annotation that denotes Coprocessors that are core to HBase.
CorruptHFileException - Exception in org.apache.hadoop.hbase.io.hfile
This exception is thrown when attempts to read an HFile fail due to corruption or truncation issues.
CorruptHFileException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.io.hfile.CorruptHFileException
 
CorruptHFileException(String) - Constructor for exception org.apache.hadoop.hbase.io.hfile.CorruptHFileException
 
cost() - Method in class org.apache.hadoop.hbase.master.balancer.HeterogeneousRegionCountCostFunction
 
COST_FUNCTIONS_COST_FUNCTIONS_KEY - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
countDown(Procedure) - Method in class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch.CompatibilityLatch
 
countDown(Procedure) - Method in class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch
 
countOfRegionServers() - Method in class org.apache.hadoop.hbase.master.ServerManager
Returns the count of active regionservers
CP_COPROCESSOR_WHITELIST_PATHS_KEY - Static variable in class org.apache.hadoop.hbase.security.access.CoprocessorWhitelistMasterObserver
 
create(Configuration) - Static method in class org.apache.hadoop.hbase.backup.example.TableHFileArchiveTracker
Create an archive tracker for the passed in server
create() - Method in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
create(Configuration, FileSystem, Path, RegionInfo, String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Create a new HFileLink
create(Configuration, FileSystem, Path, RegionInfo, String, boolean) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Create a new HFileLink
create(Configuration, FileSystem, Path, TableName, String, String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Create a new HFileLink
create(Configuration, FileSystem, Path, TableName, String, String, boolean) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Create a new HFileLink.
create(Configuration, FileSystem, Path, String, String, String, TableName, String, String, boolean) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Create a new HFileLink
create(MasterRegionParams) - Static method in class org.apache.hadoop.hbase.master.region.MasterRegion
 
create(Server) - Static method in class org.apache.hadoop.hbase.master.region.MasterRegionFactory
 
create(ZKWatcher, Configuration, String) - Static method in class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager
 
create(FileSystem, Path, Configuration, CacheConfig) - Static method in class org.apache.hadoop.hbase.mob.CachedMobFile
 
create(FileSystem, Path, Configuration, CacheConfig) - Static method in class org.apache.hadoop.hbase.mob.MobFile
Creates an instance of the MobFile.
create(byte[], String, String, String) - Static method in class org.apache.hadoop.hbase.mob.MobFileName
Creates an instance of MobFileName
create(String, String, String, String) - Static method in class org.apache.hadoop.hbase.mob.MobFileName
Creates an instance of MobFileName
create(String) - Static method in class org.apache.hadoop.hbase.mob.MobFileName
Creates an instance of MobFileName.
create(Configuration) - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory
Instantiates the SpaceQuotaSnapshotNotifier implementation as defined in the configuration provided.
create(RegionServerServices, TableName, SpaceQuotaSnapshot) - Method in class org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcementFactory
Constructs the appropriate SpaceViolationPolicyEnforcement for tables that are in violation of their space quota.
create() - Static method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
create(Configuration, PriorityFunction, Abortable) - Method in class org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory
 
create(Configuration, PriorityFunction) - Method in class org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory
Deprecated.
create(HRegion, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.FlushPolicyFactory
Create the FlushPolicy configured for the given table.
create(HRegionServer, RegionInfo, long, TableDescriptor, long) - Static method in class org.apache.hadoop.hbase.regionserver.handler.AssignRegionHandler
 
create(HRegionServer, String, long, boolean, ServerName) - Static method in class org.apache.hadoop.hbase.regionserver.handler.UnassignRegionHandler
 
create(Configuration, PriorityFunction, Abortable) - Method in class org.apache.hadoop.hbase.regionserver.MasterFifoRpcSchedulerFactory
 
create(ScanInfo, ScanType, long, long, long, long, byte[], byte[], RegionCoprocessorHost) - Static method in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
create(Scan, ScanInfo, ColumnTracker, DeleteTracker, boolean, long, long) - Static method in class org.apache.hadoop.hbase.regionserver.querymatcher.NormalUserScanQueryMatcher
 
create(Scan, ScanInfo, ColumnTracker, boolean, long, long) - Static method in class org.apache.hadoop.hbase.regionserver.querymatcher.RawScanQueryMatcher
 
create(Scan, ScanInfo, NavigableSet<byte[]>, long, long, RegionCoprocessorHost) - Static method in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
create(HRegion, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
Create the RegionSplitPolicy configured for the given table.
create(TableDescriptor, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
Create the RegionSplitRestriction configured for the given table.
create(Configuration, PriorityFunction, Abortable) - Method in interface org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory
Constructs a RpcScheduler.
create(Configuration, PriorityFunction) - Method in interface org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory
Deprecated.
since 1.0.0.
create(Configuration, PriorityFunction) - Method in class org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory
Deprecated.
since 1.0.0.
create(Configuration, PriorityFunction, Abortable) - Method in class org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory
 
create(HStore, Configuration, CellComparator) - Static method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Create the StoreEngine configured for the given Store.
create(Configuration, boolean, StoreContext) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory
 
create(Configuration, TableDescriptor, ColumnFamilyDescriptor, HRegionFileSystem) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory
Used at master side when splitting/merging regions, as we do not have a Store, thus no StoreContext at master side.
create(RegionServerServices, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.throttle.CompactionThroughputControllerFactory
 
create(RegionServerServices, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.throttle.FlushThroughputControllerFactory
 
create(TimeRangeTracker.Type) - Static method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
create(TimeRangeTracker.Type, TimeRangeTracker) - Static method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
create(TimeRangeTracker.Type, long, long) - Static method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
create(Configuration, String, CompressionContext) - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
Create and setup a WALCellCodec from the cellCodecClsName and CompressionContext, if cellCodecClsName is specified.
create(Configuration, CompressionContext) - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
Create and setup a WALCellCodec from the CompressionContext.
create(Configuration, FileSystem, Path, SnapshotProtos.SnapshotDescription, ForeignExceptionSnare) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
Return a SnapshotManifest instance, used for writing a snapshot.
create(Configuration, FileSystem, Path, SnapshotProtos.SnapshotDescription, ForeignExceptionSnare, MonitoredTask) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
 
create(Configuration) - Static method in interface org.apache.hadoop.hbase.tool.BulkLoadHFiles
 
create(Configuration, ExecutorService) - Static method in interface org.apache.hadoop.hbase.tool.Canary
 
create(Configuration, ExecutorService, CanaryTool.Sink) - Static method in interface org.apache.hadoop.hbase.tool.Canary
 
create(Configuration, FileSystem, Path, FsPermission, InetSocketAddress[]) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Create the specified file on the filesystem.
CREATE_TABLE_CONF_KEY - Static variable in interface org.apache.hadoop.hbase.tool.BulkLoadHFiles
 
CREATE_TABLE_CONF_KEY - Static variable in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
createActiveMasterManager(ZKWatcher, ServerName, Server) - Method in class org.apache.hadoop.hbase.master.HMaster
Protected to have custom implementations in tests override the default ActiveMaster implementation.
createAndGet(ZKWatcher, Configuration) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
Creates the singleton instance, if not yet present, and returns the same.
createAndPrepare(E) - Static method in class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
Deprecated.
createAnother() - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
Creates another similar Bloom filter.
createAssignmentManager(MasterServices, MasterRegion) - Method in class org.apache.hadoop.hbase.master.HMaster
 
createAssignProcedures(List<RegionInfo>) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Create an array of TransitRegionStateProcedure w/o specifying a target server.
CreateAsyncCallback() - Constructor for class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.CreateAsyncCallback
 
createAsyncWriter(Configuration, FileSystem, Path, boolean, EventLoopGroup, Class<? extends Channel>) - Static method in class org.apache.hadoop.hbase.wal.AsyncFSWALProvider
Public because of AsyncFSWAL.
createAsyncWriter(Configuration, FileSystem, Path, boolean, long, EventLoopGroup, Class<? extends Channel>, StreamSlowMonitor) - Static method in class org.apache.hadoop.hbase.wal.AsyncFSWALProvider
Public because of AsyncFSWAL.
createBlockCache(Configuration) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheFactory
 
createBlockingLatch() - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch
Creates a latch which blocks.
createBottomReference(byte[]) - Static method in class org.apache.hadoop.hbase.io.Reference
Returns A Reference that points at the bottom half of a an hfile
createBulkLoadEvent(RegionInfo, WALProtos.BulkLoadDescriptor) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
Create a bulk loader WALEdit
createBySize(int, double, int, int, BloomType) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
Creates a Bloom filter chunk of the given size.
createCacheConf(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Creates the cache config.
createCandidateGenerators() - Method in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
 
createCandidateGenerators() - Method in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
createCleanupScheduledChore(Stoppable) - Method in class org.apache.hadoop.hbase.regionserver.ServerNonceManager
Creates a scheduled chore that is used to clean up old nonces.
createClusterConnection() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
createCompaction() - Method in class org.apache.hadoop.hbase.regionserver.DateTieredStoreEngine
 
createCompaction() - Method in class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
 
createCompaction() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Creates an instance of a compaction context specific to this engine.
createCompaction() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreEngine
 
createCompaction(RegionInfo, WALProtos.CompactionDescriptor) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
Returns A Marker WALEdit that has c serialized as its value
createCompactionPolicy(Configuration, HStore) - Method in class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
 
createCompactionRequest(ArrayList<HStoreFile>, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy
 
createCompactionRequest(ArrayList<HStoreFile>, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy
 
createCompactionRequest(ArrayList<HStoreFile>, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
createCompactor(Configuration, HStore) - Method in class org.apache.hadoop.hbase.mob.MobStoreEngine
Creates the DefaultMobCompactor.
createCompactor(Configuration, HStore) - Method in class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
 
createComponents(Configuration, HStore, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.DateTieredStoreEngine
 
createComponents(Configuration, HStore, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
 
createComponents(Configuration, HStore, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Create the StoreEngine's components.
createComponents(Configuration, HStore, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreEngine
 
createComponentsOnce(Configuration, HStore, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
createCompositeImmutableSegment(CellComparator, List<ImmutableSegment>) - Method in class org.apache.hadoop.hbase.regionserver.SegmentFactory
 
createConf(Configuration, TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyColumnFamilyStoreFileTrackerProcedure
 
createConf(Configuration, TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
createConf(Configuration, TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyTableStoreFileTrackerProcedure
 
createConnection(Configuration) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment
Creates a cluster connection using the passed Configuration.
createConnection(Configuration) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment
Creates a cluster connection using the passed Configuration.
createConnection(Configuration) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment
Creates a cluster connection using the passed Configuration.
createConnection(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
createConnection(Configuration) - Method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
 
createConnection(Configuration) - Method in interface org.apache.hadoop.hbase.Server
 
createDaughterRegions(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
Create daughter regions
createDeleteBloomAtWrite(Configuration, CacheConfig, int, HFile.Writer) - Static method in class org.apache.hadoop.hbase.util.BloomFilterFactory
Creates a new Delete Family Bloom filter at the time of HStoreFile writing.
createDestinationServersList(List<ServerName>) - Method in class org.apache.hadoop.hbase.master.ServerManager
Creates a list of possible destinations for a region.
createDestinationServersList() - Method in class org.apache.hadoop.hbase.master.ServerManager
createDirectory(MasterProcedureEnv, NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
Create the namespace directory
createEmptyRequest(StripeCompactionPolicy.StripeInformationProvider, CompactionRequestImpl) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
createEnvironment(C, int, int, Configuration) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Called when a new Coprocessor class is loaded
createEnvironment(MasterCoprocessor, int, int, Configuration) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
createEnvironment(RegionCoprocessor, int, int, Configuration) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
createEnvironment(RegionServerCoprocessor, int, int, Configuration) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
createEnvironment(WALCoprocessor, int, int, Configuration) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost
 
createExecutor(Configuration, String) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
 
createFinishTableDescriptor(TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyColumnFamilyStoreFileTrackerProcedure
 
createFinishTableDescriptor(TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
createFinishTableDescriptor(TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyTableStoreFileTrackerProcedure
 
createFlushContext(long, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
createFlushWALEdit(RegionInfo, WALProtos.FlushDescriptor) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
 
createFromFileInfo(HFileInfo) - Static method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
createFromFileInfo(HFileInfo) - Static method in class org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoderImpl
 
createFromHFileLink(Configuration, FileSystem, Path, String, boolean) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Create a new HFileLink starting from a hfileLink name
createFromMeta(DataInput, HFile.Reader) - Static method in class org.apache.hadoop.hbase.util.BloomFilterFactory
Instantiates the correct Bloom filter class based on the version provided in the meta block data.
createFromMeta(DataInput, HFile.Reader, BloomFilterMetrics) - Static method in class org.apache.hadoop.hbase.util.BloomFilterFactory
 
createFsLayout(MasterProcedureEnv, TableDescriptor, List<RegionInfo>) - Static method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
createFsLayout(MasterProcedureEnv, TableDescriptor, List<RegionInfo>, CreateTableProcedure.CreateHdfsRegions) - Static method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
createGeneralBloomAtWrite(Configuration, CacheConfig, BloomType, int, HFile.Writer) - Static method in class org.apache.hadoop.hbase.util.BloomFilterFactory
Creates a new general (Row or RowCol) Bloom filter at the time of HStoreFile writing.
createHDFSRegionDir(Configuration, RegionInfo, TableDescriptor) - Static method in class org.apache.hadoop.hbase.util.HBaseFsckRepair
Creates, flushes, and closes a new region.
createHdfsRegions(MasterProcedureEnv, Path, TableName, List<RegionInfo>) - Method in interface org.apache.hadoop.hbase.master.procedure.CreateTableProcedure.CreateHdfsRegions
 
createHFileCorruptionChecker(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
createHFileLinkName(RegionInfo, String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Create a new HFileLink name
createHFileLinkName(TableName, String, String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Create a new HFileLink name
createHRegion(RegionInfo, Path, Configuration, TableDescriptor, WAL, boolean) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Convenience method creating new HRegions.
createHRegion(RegionInfo, Path, Configuration, TableDescriptor, WAL, boolean, RegionServerServices) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Convenience method creating new HRegions.
createHRegion(Configuration, RegionInfo, FileSystem, Path, TableDescriptor) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Create a region under the given table directory.
createHRegion(RegionInfo, Path, Configuration, TableDescriptor, WAL) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
 
createIdentifier() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
 
createImmutableSegment(CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.SegmentFactory
create empty immutable segment for initializations This ImmutableSegment is used as a place holder for snapshot in Memstore.
createImmutableSegment(MutableSegment, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.SegmentFactory
 
createImmutableSegmentByCompaction(Configuration, CellComparator, MemStoreSegmentsIterator, int, CompactingMemStore.IndexType, MemStoreCompactionStrategy.Action) - Method in class org.apache.hadoop.hbase.regionserver.SegmentFactory
 
createImmutableSegmentByFlattening(CSLMImmutableSegment, CompactingMemStore.IndexType, MemStoreSizing, MemStoreCompactionStrategy.Action) - Method in class org.apache.hadoop.hbase.regionserver.SegmentFactory
 
createImmutableSegmentByMerge(Configuration, CellComparator, MemStoreSegmentsIterator, int, List<ImmutableSegment>, CompactingMemStore.IndexType, MemStoreCompactionStrategy.Action) - Method in class org.apache.hadoop.hbase.regionserver.SegmentFactory
 
createLatch() - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch
Create a latch if the client does not have async proc support.
createLatch(int, int) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch
Create a latch if the client does not have async proc support
createLease(String, int, LeaseListener) - Method in class org.apache.hadoop.hbase.regionserver.LeaseManager
Create a lease and insert it to the map of leases.
createList(int) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
createLockRetryCounterFactory(Configuration) - Static method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Returns A retry counter factory configured for retrying lock file creation.
createMasterLock(String, LockType, String) - Method in class org.apache.hadoop.hbase.master.locking.LockManager
 
createMasterLock(TableName, LockType, String) - Method in class org.apache.hadoop.hbase.master.locking.LockManager
 
createMasterLock(RegionInfo[], String) - Method in class org.apache.hadoop.hbase.master.locking.LockManager
 
createMasterThread(Configuration, Class<? extends HMaster>, int) - Static method in class org.apache.hadoop.hbase.util.JVMClusterUtil
createMemStoreCompactor(MemoryCompactionPolicy) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
createMergeProcedure(RegionInfo...) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
createMetaTableDescriptorBuilder(Configuration) - Static method in class org.apache.hadoop.hbase.util.FSTableDescriptors
 
createMigrationTableDescriptor(Configuration, TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyColumnFamilyStoreFileTrackerProcedure
 
createMigrationTableDescriptor(Configuration, TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
createMigrationTableDescriptor(Configuration, TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyTableStoreFileTrackerProcedure
 
createMobRefCell(Cell, byte[], Tag) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Creates a mob reference KeyValue.
createMobRefCell(Cell, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
 
createMoveRegionProcedure(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
createMutableSegment(Configuration, CellComparator, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.SegmentFactory
 
createNamespace(NamespaceDescriptor, NonceKey, ProcedurePrepareLatch) - Method in interface org.apache.hadoop.hbase.master.ClusterSchema
Create a new Namespace.
createNamespace(RpcController, MasterProtos.CreateNamespaceRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
CreateNamespaceProcedure - Class in org.apache.hadoop.hbase.master.procedure
The procedure to create a new namespace.
CreateNamespaceProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
CreateNamespaceProcedure(MasterProcedureEnv, NamespaceDescriptor) - Constructor for class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
CreateNamespaceProcedure(MasterProcedureEnv, NamespaceDescriptor, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
createNettyRpcServerPreambleHandler() - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
createNewShipper(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource
 
createNewShipper(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
createNonRecursive(Path, boolean, int, short, long, Progressable) - Method in class org.apache.hadoop.hbase.fs.HFileSystem
The org.apache.hadoop.fs.FilterFileSystem does not yet support createNonRecursive.
createNormalizerManager(Configuration, ZKWatcher, HMaster) - Static method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerFactory
 
createOneAssignProcedure(RegionInfo, boolean) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Create one TransitRegionStateProcedure to assign a region w/o specifying a target server.
createOneUnassignProcedure(RegionInfo, boolean) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Create one TransitRegionStateProcedure to unassign a region.
createOutputStream(Configuration, FileSystem, Path, InetSocketAddress[]) - Static method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
A helper method to create HFile output streams in constructors
createParams(Compactor.FileDetails, boolean, boolean, Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
createPassword(AuthenticationTokenIdentifier) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
 
createPath(TableName, String, String, String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Create an HFileLink relative path for the table/region/family/hfile location
createPriority() - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
createPriority() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
createReader(ReaderContext, HFileInfo, CacheConfig, Configuration) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Method returns the reader given the specified arguments.
createReader(FileSystem, Path, Configuration) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Creates reader with cache configuration disabled
createReader(FileSystem, Path, CacheConfig, boolean, Configuration) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
 
createReader(FileSystem, Path) - Method in class org.apache.hadoop.hbase.wal.WALFactory
 
createReader(FileSystem, Path, CancelableProgressable) - Method in class org.apache.hadoop.hbase.wal.WALFactory
Create a reader for the WAL.
createReader(FileSystem, Path, CancelableProgressable, boolean) - Method in class org.apache.hadoop.hbase.wal.WALFactory
 
createReader(FileSystem, Path, Configuration) - Static method in class org.apache.hadoop.hbase.wal.WALFactory
Create a reader for the given path, accept custom reader classes from conf.
createReaderIgnoreCustomClass(FileSystem, Path, Configuration) - Static method in class org.apache.hadoop.hbase.wal.WALFactory
Create a reader for the given path, ignore custom reader classes from conf.
createRecoveredEditsWriter(FileSystem, Path) - Method in class org.apache.hadoop.hbase.wal.WALFactory
Should be package-private, visible for recovery testing.
createRegion(Configuration, Path, TableDescriptor, RegionInfo, ModifyRegionUtils.RegionFillTask) - Static method in class org.apache.hadoop.hbase.util.ModifyRegionUtils
Create new set of regions on the specified file-system.
createRegionDir(Configuration, RegionInfo, Path) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Create the region directory in the filesystem.
createRegionEventDescriptorQualifier(WALProtos.RegionEventDescriptor.EventType) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
 
createRegionEventWALEdit(RegionInfo, WALProtos.RegionEventDescriptor) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
 
createRegionEventWALEdit(byte[], WALProtos.RegionEventDescriptor) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
 
createRegionInfos(TableDescriptor, byte[][]) - Static method in class org.apache.hadoop.hbase.util.ModifyRegionUtils
 
createRegionLoad(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
createRegionOnFileSystem(Configuration, FileSystem, Path, RegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Create a new Region on file-system.
createRegions(Configuration, Path, TableDescriptor, RegionInfo[], ModifyRegionUtils.RegionFillTask) - Static method in class org.apache.hadoop.hbase.util.ModifyRegionUtils
Create new set of regions on the specified file-system.
createRegions(ThreadPoolExecutor, Configuration, Path, TableDescriptor, RegionInfo[], ModifyRegionUtils.RegionFillTask) - Static method in class org.apache.hadoop.hbase.util.ModifyRegionUtils
Create new set of regions on the specified file-system.
createRegionServerStatusStub(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Get the current master from ZooKeeper and open the RPC connection to it.
createRegionServerThread(Configuration, Class<? extends HRegionServer>, int) - Static method in class org.apache.hadoop.hbase.util.JVMClusterUtil
createRegistryForMasterCoprocessor(String) - Static method in class org.apache.hadoop.hbase.coprocessor.MetricsCoprocessor
 
createRegistryForRegionCoprocessor(String) - Static method in class org.apache.hadoop.hbase.coprocessor.MetricsCoprocessor
 
createRegistryForRSCoprocessor(String) - Static method in class org.apache.hadoop.hbase.coprocessor.MetricsCoprocessor
 
createRegistryForWALCoprocessor(String) - Static method in class org.apache.hadoop.hbase.coprocessor.MetricsCoprocessor
 
createRegistryInfoForRegionCoprocessor(String) - Static method in class org.apache.hadoop.hbase.coprocessor.MetricsCoprocessor
 
createRegistryInfoForWALCoprocessor(String) - Static method in class org.apache.hadoop.hbase.coprocessor.MetricsCoprocessor
 
createReplicationSinkManager(Connection) - Method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
 
createReplicator(List<WAL.Entry>, int, int) - Method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
 
CreateRescanAsyncCallback() - Constructor for class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.CreateRescanAsyncCallback
 
createResourceConfig(Configuration, HMaster) - Static method in class org.apache.hadoop.hbase.master.http.api_v1.ResourceConfigFactory
 
createRestoreTableDescriptor(TableDescriptor, String) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyColumnFamilyStoreFileTrackerProcedure
 
createRestoreTableDescriptor(TableDescriptor, String) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
createRestoreTableDescriptor(TableDescriptor, String) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyTableStoreFileTrackerProcedure
 
createRoundRobinAssignProcedures(List<RegionInfo>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Create round-robin assigns.
createRoundRobinAssignProcedures(List<RegionInfo>) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Create round-robin assigns.
createRpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler) - Static method in class org.apache.hadoop.hbase.ipc.RpcServerFactory
 
createRpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler, boolean) - Static method in class org.apache.hadoop.hbase.ipc.RpcServerFactory
 
createRpcServer(Server, RpcSchedulerFactory, InetSocketAddress, String) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
createRpcServer(Server, RpcSchedulerFactory, InetSocketAddress, String) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
createRpcServices() - Method in class org.apache.hadoop.hbase.master.HMaster
 
createRpcServices() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
createRPCStatus(String) - Method in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
createScanner(HStore, ScanInfo, List<StoreFileScanner>, ScanType, long, long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
createScanner(HStore, ScanInfo, List<StoreFileScanner>, long, long, byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
createScanner(ScanInfo, List<StoreFileScanner>, ScanType, Compactor.FileDetails, long) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.Compactor.InternalScannerFactory
 
createScanner(Scan, ScanInfo, NavigableSet<byte[]>, long) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Gets the MobStoreScanner or MobReversedStoreScanner.
createScanner(Scan, ScanInfo, NavigableSet<byte[]>, long) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
createSecretKey(byte[]) - Static method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
 
createSecretManager() - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
createSeeker() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder
 
createSeeker() - Method in class org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoderImpl
 
createSeeker() - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder
 
createServer(SecretManager<TokenIdentifier>, Map<String, String>) - Method in class org.apache.hadoop.hbase.security.provider.DigestSaslServerAuthenticationProvider
 
createServer(SecretManager<TokenIdentifier>, Map<String, String>) - Method in class org.apache.hadoop.hbase.security.provider.GssSaslServerAuthenticationProvider
 
createServer(SecretManager<TokenIdentifier>, Map<String, String>) - Method in interface org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProvider
Creates the SaslServer to accept incoming SASL authentication requests.
createServer(SecretManager<TokenIdentifier>, Map<String, String>) - Method in class org.apache.hadoop.hbase.security.provider.SimpleSaslServerAuthenticationProvider
 
createServerManager(MasterServices, RegionServerList) - Method in class org.apache.hadoop.hbase.master.HMaster
Create a ServerManager instance.
createServerSocket(int) - Method in class org.apache.hadoop.hbase.SslRMIServerSocketFactorySecure
 
createShortCircuitConnection(Configuration, User, ServerName, AdminProtos.AdminService.BlockingInterface, ClientProtos.ClientService.BlockingInterface, ConnectionRegistry) - Static method in class org.apache.hadoop.hbase.client.ServerConnectionUtils
Creates a short-circuit connection that can bypass the RPC layer (serialization, deserialization, networking, etc..) when talking to a local server.
CreateSnapshot - Class in org.apache.hadoop.hbase.snapshot
This is a command line class that will snapshot a given table.
CreateSnapshot() - Constructor for class org.apache.hadoop.hbase.snapshot.CreateSnapshot
 
createSocket(String, int) - Method in class org.apache.hadoop.hbase.SslRMIClientSocketFactorySecure
 
createSplitProcedure(RegionInfo, byte[]) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
createSplitsDir(RegionInfo, RegionInfo) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Creates region split daughter directories under the table dir.
createStartKeyFromRow(byte[], ScanInfo) - Static method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
createStatus(String) - Method in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
createStatus(String, boolean) - Method in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
createStatus(String, boolean, boolean) - Method in class org.apache.hadoop.hbase.monitoring.TaskMonitor
Create a monitored task for users to inquire about the status
createStore() - Method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreFactory
 
createStoreConfiguration(Configuration, TableDescriptor, ColumnFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
 
createStoreEngine(HStore, Configuration, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Creates the mob store engine.
createStoreEngine(HStore, Configuration, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Creates the store engine configured for the given Store.
createStoreFileAndReader(Path) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
createStoreFileAndReader(StoreFileInfo) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
CreateStoreFileWriterParams - Class in org.apache.hadoop.hbase.regionserver
 
createStoreFlusher(Configuration, HStore) - Method in class org.apache.hadoop.hbase.mob.MobStoreEngine
 
createStoreFlusher(Configuration, HStore) - Method in class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
 
createSubCellFlatMap(int, int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellArrayMap
 
createSubCellFlatMap(int, int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellChunkMap
 
createSubCellFlatMap(int, int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
createSubprocedure(String, byte[]) - Method in class org.apache.hadoop.hbase.procedure.ProcedureMember
This is separated from execution so that we can detect and handle the case where the subprocedure is invalid and inactionable due to bad info (like DISABLED snapshot type being sent here)
createSystemTable(TableDescriptor) - Method in class org.apache.hadoop.hbase.master.HMaster
 
createSystemTable(TableDescriptor) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Create a system table using the given table definition.
createTable(TableDescriptor, byte[][], long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
createTable(RpcController, MasterProtos.CreateTableRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
createTable(TableDescriptor, byte[][], long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Create a table using the given table definition.
createTableDescriptor(TableDescriptor) - Method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Create new TableDescriptor in HDFS.
createTableDescriptor(TableDescriptor, boolean) - Method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Create new TableDescriptor in HDFS.
createTableDescriptorForTableDirectory(Path, TableDescriptor, boolean) - Method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Create a new TableDescriptor in HDFS in the specified table directory.
createTableDescriptorForTableDirectory(FileSystem, Path, TableDescriptor, boolean) - Static method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Create a new TableDescriptor in HDFS in the specified table directory.
CreateTableProcedure - Class in org.apache.hadoop.hbase.master.procedure
 
CreateTableProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
CreateTableProcedure(MasterProcedureEnv, TableDescriptor, RegionInfo[]) - Constructor for class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
CreateTableProcedure(MasterProcedureEnv, TableDescriptor, RegionInfo[], ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
CreateTableProcedure.CreateHdfsRegions - Interface in org.apache.hadoop.hbase.master.procedure
 
createTaskGroup(boolean, String) - Static method in class org.apache.hadoop.hbase.monitoring.TaskMonitor
Create a task group which contains a series of monitored tasks for users to inquire about the status
createTempName() - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Generate a unique temporary Path.
createTempName(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Generate a unique temporary Path.
createTopReference(byte[]) - Static method in class org.apache.hadoop.hbase.io.Reference
Returns A Reference that points at top half of a an hfile
createUnassignProceduresForClosingExcessRegionReplicas(TableName, int) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Called by ModifyTableProcedures to unassign all the excess region replicas for a table.
createUnassignProceduresForDisabling(TableName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Called by DisableTableProcedure to unassign all the regions for a table.
createVisibilityExpTags(String, boolean, boolean) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
createVisibilityExpTags(String, boolean, boolean) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
Creates tags corresponding to given visibility expression.
createVisibilityExpTags(String, boolean, boolean, Set<Integer>, VisibilityLabelOrdinalProvider) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
 
createVisibilityLabelFilter(Region, Authorizations) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
 
createWAL() - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
createWAL() - Method in class org.apache.hadoop.hbase.wal.AsyncFSWALProvider
 
createWAL() - Method in class org.apache.hadoop.hbase.wal.FSHLogProvider
 
createWALWriter(FileSystem, Path) - Method in class org.apache.hadoop.hbase.wal.WALFactory
Create a writer for the WAL.
createWALWriter(FileSystem, Path, Configuration) - Static method in class org.apache.hadoop.hbase.wal.WALFactory
If you already have a WALFactory, you should favor the instance method.
createWithoutViolation(RegionServerServices, TableName, SpaceQuotaSnapshot) - Method in class org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcementFactory
Creates the "default" SpaceViolationPolicyEnforcement for a table that isn't in violation.
createWriter(Configuration, FileSystem, ColumnFamilyDescriptor, String, Path, long, Compression.Algorithm, String, CacheConfig, Encryption.Context, boolean, String) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Creates a writer for the mob file in temp directory.
createWriter(Configuration, FileSystem, ColumnFamilyDescriptor, MobFileName, Path, long, Compression.Algorithm, CacheConfig, Encryption.Context, boolean) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Creates a writer for the mob file in temp directory.
createWriter(Configuration, FileSystem, ColumnFamilyDescriptor, Path, long, Compression.Algorithm, CacheConfig, Encryption.Context, ChecksumType, int, int, BloomType, boolean) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Creates a writer for the mob file in temp directory.
createWriter(Configuration, FileSystem, ColumnFamilyDescriptor, Path, long, Compression.Algorithm, CacheConfig, Encryption.Context, ChecksumType, int, int, BloomType, boolean, Consumer<Path>) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Creates a writer for the mob file in temp directory.
createWriter() - Method in interface org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter.WriterFactory
 
createWriter(InternalScanner, Compactor.FileDetails, boolean, boolean, Consumer<Path>) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.Compactor.CellSinkFactory
 
createWriter(Compactor.FileDetails, boolean, boolean, Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
Creates a writer for a new file.
createWriter(Compactor.FileDetails, boolean, String, boolean, Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
createWriter(Date, long, Compression.Algorithm, byte[], boolean, Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Creates the writer for the mob file in the mob family directory.
createWriter(CreateStoreFileWriterParams) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Create a writer for writing new store files.
createWriter(CreateStoreFileWriterParams) - Method in interface org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTracker
Create a writer for writing new store files.
createWriter() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFlusher.BoundaryStripeFlushRequest
 
createWriter() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFlusher.SizeStripeFlushRequest
 
createWriter() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFlusher.StripeFlushRequest
 
createWriter(Configuration, FileSystem, Path, boolean) - Static method in class org.apache.hadoop.hbase.wal.FSHLogProvider
Public because of FSHLog.
createWriter(Configuration, FileSystem, Path, boolean, long) - Static method in class org.apache.hadoop.hbase.wal.FSHLogProvider
Public because of FSHLog.
createWriter(Path) - Method in class org.apache.hadoop.hbase.wal.WALSplitter
Create a new WALProvider.Writer for writing log splits.
createWriterInstance(Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
createWriterInstance(Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
createWriterInstance(Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
This method allows subclasses to inject different writers without having to extend other methods like rollWriter().
createWriterInTmp(Date, long, Compression.Algorithm, byte[], boolean) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Creates the writer for the mob file in temp directory.
createWriterInTmp(String, Path, long, Compression.Algorithm, byte[], boolean, Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Creates the writer for the mob file in temp directory.
createWriterInTmp(MobFileName, Path, long, Compression.Algorithm, boolean, Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Creates the writer for the mob file in temp directory.
createWriterWithStoragePolicy(String) - Method in interface org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter.WriterFactory
 
CSLMImmutableSegment - Class in org.apache.hadoop.hbase.regionserver
CSLMImmutableSegment is an abstract class that extends the API supported by a Segment, and ImmutableSegment.
CSLMImmutableSegment(Segment, MemStoreSizing) - Constructor for class org.apache.hadoop.hbase.regionserver.CSLMImmutableSegment
------------------------------------------------------------------------ Copy C-tor to be used when new CSLMImmutableSegment is being built from a Mutable one.
ctx - Variable in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
 
cur_worker_name - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
curBlock - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
CurCall - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
This is set to Call object before Handler invokes an RPC and ybdie after the call returns.
current - Variable in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
The current sub-scanner, i.e.
current - Variable in class org.apache.hadoop.hbase.regionserver.SegmentScanner
 
CURRENT_VERSION - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
currentClientHasMinimumVersion(int, int) - Static method in class org.apache.hadoop.hbase.client.VersionInfoUtil
 
currentCompactedKVs - Variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
the completed count of key values in currently running compaction
CurrentCoprocessorMethods - Class in org.apache.hadoop.hbase.tool.coprocessor
 
CurrentCoprocessorMethods() - Constructor for class org.apache.hadoop.hbase.tool.coprocessor.CurrentCoprocessorMethods
 
CurrentHourProvider - Class in org.apache.hadoop.hbase.regionserver.compactions
 
currentQueueLimit - Variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
currentRow - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Row the query is on
currentRow() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Returns a cell represent the current row
currentTime() - Method in class org.apache.hadoop.hbase.util.ManualEnvironmentEdge
 
CUSTOM_POOL_SIZE - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
CUSTOM_RPC_SERVER_IMPL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.ipc.RpcServerFactory
 
CustomizedScanInfoBuilder - Class in org.apache.hadoop.hbase.regionserver
Helper class for CP hooks to change max versions and TTL.
CustomizedScanInfoBuilder(ScanInfo) - Constructor for class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
CustomizedScanInfoBuilder(ScanInfo, Scan) - Constructor for class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 

D

DaemonThreadFactory - Class in org.apache.hadoop.hbase
Thread factory that creates daemon threads
DaemonThreadFactory(String) - Constructor for class org.apache.hadoop.hbase.DaemonThreadFactory
 
DamagedWALException - Exception in org.apache.hadoop.hbase.regionserver.wal
Thrown when a failed append or sync on a WAL.
DamagedWALException() - Constructor for exception org.apache.hadoop.hbase.regionserver.wal.DamagedWALException
 
DamagedWALException(String) - Constructor for exception org.apache.hadoop.hbase.regionserver.wal.DamagedWALException
 
DamagedWALException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.regionserver.wal.DamagedWALException
 
DamagedWALException(Throwable) - Constructor for exception org.apache.hadoop.hbase.regionserver.wal.DamagedWALException
 
data - Variable in class org.apache.hadoop.hbase.regionserver.Chunk
Actual underlying data
DATA_BLOCK_ENCODING - Static variable in interface org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder
Type of encoding used for data blocks in HFile.
DATA_MANIFEST_NAME - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
 
DATABLOCK_READ_COUNT - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
 
dataBlockEncoder - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
What kind of data block encoding should be used while reading, writing, and handling cache.
DataBlockEncodingValidator - Class in org.apache.hadoop.hbase.tool
 
DataBlockEncodingValidator() - Constructor for class org.apache.hadoop.hbase.tool.DataBlockEncodingValidator
 
dataBlockIndexReader - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Data block index reader keeping the root data index in memory
DATE_TIERED_COLD_WINDOW_STORAGE_POLICY_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
Windows older than warm age belong to COLD_WINDOW
DATE_TIERED_COMPACTION_WINDOW_FACTORY_CLASS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
DATE_TIERED_HOT_WINDOW_AGE_MILLIS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
DATE_TIERED_HOT_WINDOW_STORAGE_POLICY_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
DATE_TIERED_INCOMING_WINDOW_MIN_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
DATE_TIERED_MAX_AGE_MILLIS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
DATE_TIERED_SINGLE_OUTPUT_FOR_MINOR_COMPACTION_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
DATE_TIERED_STORAGE_POLICY_ENABLE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
DATE_TIERED_WARM_WINDOW_AGE_MILLIS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
DATE_TIERED_WARM_WINDOW_STORAGE_POLICY_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
DateTieredCompactionPolicy - Class in org.apache.hadoop.hbase.regionserver.compactions
HBASE-15181 This is a simple implementation of date-based tiered compaction similar to Cassandra's for the following benefits: Improve date-range-based scan by structuring store files in date-based tiered layout. Reduce compaction overhead. Improve TTL efficiency. Perfect fit for the use cases that: has mostly date-based data write and scan and a focus on the most recent data. Out-of-order writes are handled gracefully.
DateTieredCompactionPolicy(Configuration, StoreConfigInformation) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy
 
DateTieredCompactionRequest - Class in org.apache.hadoop.hbase.regionserver.compactions
 
DateTieredCompactionRequest(Collection<HStoreFile>, List<Long>, Map<Long, String>) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionRequest
 
DateTieredCompactor - Class in org.apache.hadoop.hbase.regionserver.compactions
This compactor will generate StoreFile for different time ranges.
DateTieredCompactor(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactor
 
DateTieredMultiFileWriter - Class in org.apache.hadoop.hbase.regionserver
class for cell sink that separates the provided cells into multiple files for date tiered compaction.
DateTieredMultiFileWriter(List<Long>, Map<Long, String>, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.DateTieredMultiFileWriter
 
DateTieredStoreEngine - Class in org.apache.hadoop.hbase.regionserver
HBASE-15400 This store engine allows us to store data in date tiered layout with exponential sizing so that the more recent data has more granularity.
DateTieredStoreEngine() - Constructor for class org.apache.hadoop.hbase.regionserver.DateTieredStoreEngine
 
DEAD_REGION_METRIC_CHORE_INTERVAL_MSEC_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
deadline - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
DeadServer - Class in org.apache.hadoop.hbase.master
Class to hold dead servers list and utility querying dead server list.
DeadServer() - Constructor for class org.apache.hadoop.hbase.master.DeadServer
 
deadServers - Variable in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
debug() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
debugLsr(Configuration, Path) - Static method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
ls -r for debugging purposes
debugLsr(Configuration, Path, HbckErrorReporter) - Static method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
ls -r for debugging purposes
decGauge(String, long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
decGlobalMemStoreSize(long, long, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
 
DecimalStringSplit() - Constructor for class org.apache.hadoop.hbase.util.RegionSplitter.DecimalStringSplit
 
decMemStoreSize(long, long, long, int) - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
Returns The new dataSize ONLY as a convenience
decMemStoreSize(MemStoreSize) - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.apache.hadoop.hbase.ipc.NettyRpcFrameDecoder
 
decommissionRegionServers(List<ServerName>, boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
Mark region server(s) as decommissioned (previously called 'draining') to prevent additional regions from getting assigned to them.
decommissionRegionServers(RpcController, MasterProtos.DecommissionRegionServersRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
decorateMasterConfiguration(Configuration) - Static method in class org.apache.hadoop.hbase.master.HMaster
This method modifies the master's configuration in order to inject replication-related features
decrementCompactionsQueuedCount() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
decrementFlushesQueuedCount() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
decrSizeOfHFileRefsQueue(int) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
decrSizeOfLogQueue() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
decrSourceInitializing() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Decrement the count for initializing sources
decScannerCount() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
decScannerCount() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
 
decScannerCount() - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
Called when closing a scanner on the data of this MemStoreLAB
decScannerCount() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
Called when closing a scanner on the data of this MemStoreLAB
decScannerCount() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.HStore
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.ImmutableSegment
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.MemStoreCompactor
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.MutableSegment
 
DEEP_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.Segment
 
DEEP_OVERHEAD_CAM - Static variable in class org.apache.hadoop.hbase.regionserver.CellArrayImmutableSegment
 
DEEP_OVERHEAD_CCM - Static variable in class org.apache.hadoop.hbase.regionserver.CellChunkImmutableSegment
 
DEEP_OVERHEAD_CSLM - Static variable in class org.apache.hadoop.hbase.regionserver.CSLMImmutableSegment
 
deepClone() - Method in interface org.apache.hadoop.hbase.security.visibility.expression.ExpressionNode
 
deepClone() - Method in class org.apache.hadoop.hbase.security.visibility.expression.LeafExpressionNode
 
deepClone() - Method in class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
DEFAULT - Static variable in class org.apache.hadoop.hbase.ipc.HeapByteBufAllocator
 
DEFAULT_ABORT_ON_ERROR - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
DEFAULT_AGGREGATION_WINDOW - Static variable in class org.apache.hadoop.hbase.regionserver.BusyRegionSplitPolicy
 
DEFAULT_ASYNC_WAL_USE_SHARED_EVENT_LOOP - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
DEFAULT_ASYNC_WAL_WAIT_ON_SHUTDOWN_IN_SECONDS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
DEFAULT_BALANCER_DECISION_BUFFER_ENABLED - Static variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
DEFAULT_BALANCER_REJECTION_BUFFER_ENABLED - Static variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
DEFAULT_BLOCK_STORAGE_POLICY - Static variable in class org.apache.hadoop.hbase.regionserver.HStore
 
DEFAULT_BLOCKING_STOREFILE_COUNT - Static variable in class org.apache.hadoop.hbase.regionserver.HStore
 
DEFAULT_BROKEN_STOREFILE_CLEANER_DELAY - Static variable in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
DEFAULT_BROKEN_STOREFILE_CLEANER_DELAY_JITTER - Static variable in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
DEFAULT_BROKEN_STOREFILE_CLEANER_ENABLED - Static variable in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
DEFAULT_BROKEN_STOREFILE_CLEANER_PERIOD - Static variable in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
DEFAULT_BROKEN_STOREFILE_CLEANER_TTL - Static variable in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
DEFAULT_BUCKET_CACHE_WRITER_QUEUE - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheFactory
 
DEFAULT_BUCKET_CACHE_WRITER_THREADS - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheFactory
Defaults for Bucket cache
DEFAULT_BYTES_PER_CHECKSUM - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
The number of bytes per checksum.
DEFAULT_CACHE_BLOOMS_ON_WRITE - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DEFAULT_CACHE_COMPACTED_BLOCKS_ON_WRITE - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DEFAULT_CACHE_COMPACTED_BLOCKS_ON_WRITE_THRESHOLD - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DEFAULT_CACHE_DATA_COMPRESSED - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DEFAULT_CACHE_DATA_ON_READ - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DEFAULT_CACHE_DATA_ON_WRITE - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DEFAULT_CACHE_FLUSH_INTERVAL - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
Default interval for the memstore flush
DEFAULT_CACHE_INDEXES_ON_WRITE - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DEFAULT_CALL_QUEUE_SIZE_HARD_LIMIT - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
DEFAULT_CLIENT_BOOTSTRAP_NODE_LIMIT - Static variable in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
DEFAULT_CLOSE_WAIT_ABORT - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEFAULT_CLOSE_WAIT_INTERVAL - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEFAULT_CLOSE_WAIT_TIME - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEFAULT_COMPACTCHECKER_INTERVAL_MULTIPLIER - Static variable in class org.apache.hadoop.hbase.regionserver.HStore
 
DEFAULT_COMPACTION_POLICY_CLASS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
 
DEFAULT_COMPACTOR_CLASS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
 
DEFAULT_COMPRESSION - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Default compression name: none.
DEFAULT_COMPRESSION_ALGORITHM - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Default compression: none.
DEFAULT_COPROCESSORS_ENABLED - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
DEFAULT_DELEGATE_PROVIDER - Static variable in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
DEFAULT_ERROR_TOLERATION_DURATION - Static variable in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
DEFAULT_EVICT_ON_CLOSE - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DEFAULT_EVICT_REMAIN_RATIO - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_EXECUTOR_ABORT_ON_CORRUPTION - Static variable in class org.apache.hadoop.hbase.master.procedure.MasterProcedureConstants
 
DEFAULT_EXPIRATION_TIME - Static variable in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
DEFAULT_FAIR_REENTRANT_CLOSE_LOCK - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEFAULT_FLUSH_PER_CHANGES - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEFAULT_HBASE_CATALOGJANITOR_INTERVAL - Static variable in class org.apache.hadoop.hbase.master.janitor.CatalogJanitor
 
DEFAULT_HBASE_CELLS_SCANNED_PER_HEARTBEAT_CHECK - Static variable in class org.apache.hadoop.hbase.regionserver.StoreScanner
DEFAULT_HBASE_MASTER_CLEANER_INTERVAL - Static variable in class org.apache.hadoop.hbase.master.HMaster
 
DEFAULT_HBASE_MASTER_CLUSTER_SCHEMA_OPERATION_TIMEOUT - Static variable in interface org.apache.hadoop.hbase.master.ClusterSchema
Default operation timeout in milliseconds.
DEFAULT_HBASE_MASTER_LOADBALANCE_BYTABLE - Static variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
DEFAULT_HBASE_MASTER_WAIT_ON_SERVICE_IN_SECONDS - Static variable in class org.apache.hadoop.hbase.master.HMaster
 
DEFAULT_HBASE_REGIONSERVER_MINIBATCH_SIZE - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEFAULT_HFILE_DELETE_THROTTLE_THRESHOLD - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
DEFAULT_HREGION_COLUMNFAMILY_FLUSH_SIZE_LOWER_BOUND_MIN - Static variable in class org.apache.hadoop.hbase.regionserver.FlushLargeStoresPolicy
 
DEFAULT_IN_MEMORY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DEFAULT_KEEP_REGION_LOADS - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
DEFAULT_LARGE_HFILE_DELETE_THREAD_NUMBER - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
DEFAULT_LARGE_HFILE_QUEUE_INIT_SIZE - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
DEFAULT_LOCAL_MASTER_LOCKS_TIMEOUT_MS - Static variable in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
DEFAULT_MASTER_CHECK_COMPRESSION - Static variable in class org.apache.hadoop.hbase.util.TableDescriptorChecker
 
DEFAULT_MASTER_CHECK_ENCRYPTION - Static variable in class org.apache.hadoop.hbase.util.TableDescriptorChecker
 
DEFAULT_MASTER_SCP_RETAIN_ASSIGNMENT - Static variable in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
DEFAULT_MAX_BLOCKED_REQUESTS - Static variable in class org.apache.hadoop.hbase.regionserver.BusyRegionSplitPolicy
 
DEFAULT_MAX_CALLQUEUE_LENGTH_PER_HANDLER - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
How many calls/handler are allowed in the queue.
DEFAULT_MAX_CALLQUEUE_SIZE - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
DEFAULT_MAX_CELL_SIZE - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEFAULT_MAX_REQUEST_SIZE - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
Default value for above params
DEFAULT_MAX_RESUBMIT - Static variable in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
DEFAULT_MAX_RUNNING_TIME - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
DEFAULT_MAX_STEPS - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
DEFAULT_MAX_TASKS - Static variable in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
DEFAULT_MAX_WAIT_TIME - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
By default, wait 300 seconds for a snapshot to complete
DEFAULT_MEMSTORE_SIZE - Static variable in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
 
DEFAULT_MEMSTORE_SIZE_LOWER_LIMIT - Static variable in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
 
DEFAULT_META_CALL_QUEUE_READ_SHARE - Static variable in class org.apache.hadoop.hbase.ipc.MetaRWQueueRpcExecutor
 
DEFAULT_METRIC_USER_ENABLED_CONF - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateFactory
 
DEFAULT_MIN_AGE_MS - Static variable in class org.apache.hadoop.hbase.regionserver.BusyRegionSplitPolicy
 
DEFAULT_MIN_AGE_TO_ARCHIVE - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MIN_CLIENT_REQUEST_TIMEOUT - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
DEFAULT_MIN_COST_NEED_BALANCE - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
DEFAULT_MIN_MASTER_PROCEDURE_THREADS - Static variable in class org.apache.hadoop.hbase.master.procedure.MasterProcedureConstants
 
DEFAULT_MOB_CACHE_EVICT_PERIOD - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_CLEANER_BATCH_SIZE_UPPER_BOUND - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_CLEANER_PERIOD - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_COMPACTION_BATCH_SIZE - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_COMPACTION_CHORE_PERIOD - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_COMPACTION_MAX_FILE_SIZE - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
Default maximum selection size = 1GB
DEFAULT_MOB_COMPACTION_MERGEABLE_THRESHOLD - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_COMPACTION_THREADS_MAX - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_COMPACTION_TYPE - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_DELFILE_MAX_COUNT - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_DISCARD_MISS - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_FILE_CACHE_SIZE - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
DEFAULT_MOB_MAJOR_COMPACTION_REGION_BATCH_SIZE - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
Default is 0 - means no limit - all regions of a MOB table will be compacted at once
DEFAULT_MONITOR_INTERVAL - Static variable in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
DEFAULT_MOVE_RETRIES_MAX - Static variable in class org.apache.hadoop.hbase.util.RegionMover
 
DEFAULT_MOVE_WAIT_MAX - Static variable in class org.apache.hadoop.hbase.util.RegionMover
 
DEFAULT_NETTY_NATIVETRANSPORT - Static variable in class org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig
 
DEFAULT_NETTY_WORKER_COUNT - Static variable in class org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig
 
DEFAULT_OLD_WALS_CLEANER_THREAD_SIZE - Static variable in class org.apache.hadoop.hbase.master.cleaner.LogCleaner
 
DEFAULT_PREFETCH_ON_OPEN - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DEFAULT_READ_CAPACITY_UNIT - Static variable in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
DEFAULT_REGION_GROUPING_STRATEGY - Static variable in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
DEFAULT_REGION_SERVER_REGION_SPLIT_LIMIT - Static variable in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
DEFAULT_REGION_STORAGE_POLICY - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEFAULT_REMOTE_LOCKS_TIMEOUT_MS - Static variable in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
DEFAULT_ROLL_ON_SYNC_TIME_MS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
DEFAULT_RPC_WARN_TIME - Static variable in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
DEFAULT_RUN_MAX_STEPS - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
DEFAULT_SEPARATE_OLDLOGDIR - Static variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
DEFAULT_SERVERSTART_WAIT_MAX - Static variable in class org.apache.hadoop.hbase.util.RegionMover
 
DEFAULT_SKIP_LOAD_DUPLICATE_TABLE_COPROCESSOR - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
DEFAULT_SLEEP_BEFORE_RERUN - Static variable in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
DEFAULT_SLOW_METRIC_TIME - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
DEFAULT_SLOW_SYNC_ROLL_INTERVAL_MS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
DEFAULT_SLOW_SYNC_ROLL_THRESHOLD - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
DEFAULT_SLOW_SYNC_TIME_MS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
DEFAULT_SMALL_HFILE_DELETE_THREAD_NUMBER - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
DEFAULT_SMALL_HFILE_QUEUE_INIT_SIZE - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
DEFAULT_STATUS_PUBLISH_PERIOD - Static variable in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
 
DEFAULT_STATUS_PUBLISHER_CLASS - Static variable in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
 
DEFAULT_STEPS_PER_REGION - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
DEFAULT_STORE_FILE_READER_NO_READAHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
DEFAULT_STORE_FLUSHER_CLASS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
 
DEFAULT_TABLE_SANITY_CHECKS - Static variable in class org.apache.hadoop.hbase.util.TableDescriptorChecker
 
DEFAULT_TIME_LAG - Static variable in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
DEFAULT_TIMEOUT - Static variable in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
DEFAULT_TRACE_LOG_MAX_LENGTH - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
DEFAULT_TTL - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner
 
DEFAULT_TTL - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
 
DEFAULT_TTL - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreHFileCleaner
 
DEFAULT_TTL - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreWALCleaner
 
DEFAULT_TTL - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner
Deprecated.
 
DEFAULT_UNASSIGNED_TIMEOUT - Static variable in class org.apache.hadoop.hbase.master.SplitLogManager
Deprecated.
 
DEFAULT_USE_META_CELL_COMPARATOR - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEFAULT_USER_COPROCESSORS_ENABLED - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
DEFAULT_WAIT_ON_ENDPOINT_SECONDS - Static variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
DEFAULT_WAL_BATCH_SIZE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
DEFAULT_WAL_HSYNC - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
DEFAULT_WAL_ROLL_WAIT_TIMEOUT - Static variable in class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
DEFAULT_WAL_SHUTDOWN_WAIT_TIMEOUT_MS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
DEFAULT_WAL_SPLIT_TO_HFILE - Static variable in class org.apache.hadoop.hbase.wal.WALSplitter
 
DEFAULT_WAL_SYNC_TIMEOUT_MS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
DEFAULT_WARN_RESPONSE_SIZE - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
DEFAULT_WARN_RESPONSE_TIME - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
DEFAULT_WRITE_CAPACITY_UNIT - Static variable in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
DEFAULT_WRITE_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
DEFAULT_ZK_RETRIES - Static variable in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
DefaultCompactor - Class in org.apache.hadoop.hbase.regionserver.compactions
Compact passed set of files.
DefaultCompactor(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.DefaultCompactor
 
DefaultMemStore - Class in org.apache.hadoop.hbase.regionserver
The MemStore holds in-memory modifications to the Store.
DefaultMemStore() - Constructor for class org.apache.hadoop.hbase.regionserver.DefaultMemStore
Default constructor.
DefaultMemStore(Configuration, CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.DefaultMemStore
Constructor.
DefaultMemStore(Configuration, CellComparator, RegionServicesForStores) - Constructor for class org.apache.hadoop.hbase.regionserver.DefaultMemStore
Constructor.
DefaultMobStoreCompactor - Class in org.apache.hadoop.hbase.mob
Compact passed set of files in the mob-enabled column family.
DefaultMobStoreCompactor(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.mob.DefaultMobStoreCompactor
 
DefaultMobStoreFlusher - Class in org.apache.hadoop.hbase.mob
An implementation of the StoreFlusher.
DefaultMobStoreFlusher(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.mob.DefaultMobStoreFlusher
 
DefaultOperationQuota - Class in org.apache.hadoop.hbase.quotas
 
DefaultOperationQuota(Configuration, QuotaLimiter...) - Constructor for class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
DefaultOperationQuota(Configuration, List<QuotaLimiter>) - Constructor for class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
NOTE: The order matters.
defaultPool(String, int) - Static method in class org.apache.hadoop.hbase.procedure.ProcedureCoordinator
Default thread pool for the procedure
defaultPool(String, int, long) - Static method in class org.apache.hadoop.hbase.procedure.ProcedureCoordinator
Default thread pool for the procedure
defaultPool(String, int) - Static method in class org.apache.hadoop.hbase.procedure.ProcedureMember
Default thread pool for the procedure
defaultPool(String, int, long) - Static method in class org.apache.hadoop.hbase.procedure.ProcedureMember
Default thread pool for the procedure
defaultScannerFactory - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
DefaultSourceFSConfigurationProvider - Class in org.apache.hadoop.hbase.replication.regionserver
This will load all the xml configuration files for the source cluster replication ID from user configured replication configuration directory.
DefaultSourceFSConfigurationProvider() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.DefaultSourceFSConfigurationProvider
 
DefaultStoreEngine - Class in org.apache.hadoop.hbase.regionserver
Default StoreEngine creates the default compactor, policy, and store file manager, or their derivatives.
DefaultStoreEngine() - Constructor for class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
 
DefaultStoreFlusher - Class in org.apache.hadoop.hbase.regionserver
Default implementation of StoreFlusher.
DefaultStoreFlusher(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.DefaultStoreFlusher
 
DefaultViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
The default implementation for SpaceViolationPolicyEnforcement.
DefaultViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcement
 
DefaultVisibilityLabelServiceImpl - Class in org.apache.hadoop.hbase.security.visibility
 
DefaultVisibilityLabelServiceImpl() - Constructor for class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
DefinedSetFilterScanLabelGenerator - Class in org.apache.hadoop.hbase.security.visibility
This is an implementation for ScanLabelGenerator.
DefinedSetFilterScanLabelGenerator() - Constructor for class org.apache.hadoop.hbase.security.visibility.DefinedSetFilterScanLabelGenerator
 
defMasterRMIRegistryPort - Static variable in class org.apache.hadoop.hbase.JMXListener
 
defRegionserverRMIRegistryPort - Static variable in class org.apache.hadoop.hbase.JMXListener
 
delayedSubmit(EventHandler, long, TimeUnit) - Method in class org.apache.hadoop.hbase.executor.ExecutorService
 
delColMap - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
DELEGATE_PROVIDER - Static variable in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
delegate provider for WAL creation/roll/close, but not support multiwal
delete(long) - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
delete(Procedure<?>, long[]) - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
delete(long[], int, int) - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
delete(Delete) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
delete(Delete) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deletes the specified cells/row.
DELETE_FAMILY_COUNT - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Delete Family Count in FileInfo
deleteAssignmentState(MasterProcedureEnv, TableName) - Static method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
DeleteAsyncCallback() - Constructor for class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.DeleteAsyncCallback
 
deleteBuffer - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
deleteCell - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
deleteChangedReaderObserver(ChangedReadersObserver) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
deleteColumn(TableName, byte[], long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
deleteColumn(RpcController, MasterProtos.DeleteColumnRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
deleteColumn(TableName, byte[], long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Delete a column from an existing table
deleteColumnFamilyFromFileSystem(MasterProcedureEnv, TableName, List<RegionInfo>, byte[], boolean) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterDDLOperationHelper
Remove the column family from the file system
deleteDirectory(MasterProcedureEnv, String) - Static method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
Delete the namespace directories from the file system
deleteFamily(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Remove the region family from disk, archiving the store files.
deleteFamilyBloomFilter - Variable in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
deleteFamilyFromFS(RegionInfo, byte[]) - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
 
deleteFamilyFromFS(Path, RegionInfo, byte[]) - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
 
deleteFavoredNodesForRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
deleteFavoredNodesForRegions(Collection<RegionInfo>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
deleteFiles(Iterable<FileStatus>) - Method in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
Delete the given files
deleteFiles(Iterable<FileStatus>) - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
deleteFiles(Iterable<FileStatus>) - Method in class org.apache.hadoop.hbase.master.cleaner.LogCleaner
 
deleteFromFs(MasterProcedureEnv, TableName, List<RegionInfo>, boolean) - Static method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
deleteFromMeta(MasterProcedureEnv, TableName, List<RegionInfo>) - Static method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
deleteFromNSTable(MasterProcedureEnv, String) - Static method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
delete the row from namespace table
deleteLength - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
deleteMyEphemeralNodeOnDisk() - Static method in class org.apache.hadoop.hbase.ZNodeClearer
delete the znode file
deleteNamespace(String, NonceKey, ProcedurePrepareLatch) - Method in interface org.apache.hadoop.hbase.master.ClusterSchema
Delete an existing Namespace.
deleteNamespace(RpcController, MasterProtos.DeleteNamespaceRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
deleteNamespace(String) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
 
deleteNamespaceACLNode(String) - Method in class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
Delete the acl notify node of namespace
DeleteNamespaceProcedure - Class in org.apache.hadoop.hbase.master.procedure
The procedure to remove a namespace.
DeleteNamespaceProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
DeleteNamespaceProcedure(MasterProcedureEnv, String) - Constructor for class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
DeleteNamespaceProcedure(MasterProcedureEnv, String, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
deleteNamespaceQuota(Connection, String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
deleteOffset - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
deleteRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
deleteRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
 
deleteRegionDir(Configuration, RegionInfo) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Delete the region directory if exists.
deleteRegionFromFileSystem(Configuration, FileSystem, Path, RegionInfo) - Static method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Remove the region from the table directory, archiving the region's hfiles.
deleteRegions(List<RegionInfo>) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
deleteRegions(List<RegionInfo>) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
 
deleteRegionServerQuota(Connection, String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
deletes - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
Keeps track of deletes
deleteShutdownHook(Runnable) - Static method in class org.apache.hadoop.hbase.util.ShutdownHookManager
 
deleteSnapshot(RpcController, MasterProtos.DeleteSnapshotRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Execute Delete Snapshot operation.
deleteSnapshot(SnapshotProtos.SnapshotDescription) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Delete the specified snapshot
deleteStoreFile() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
Delete this file
deleteTable(TableName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Delete the region states.
deleteTable(TableName, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
deleteTable(RpcController, MasterProtos.DeleteTableRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
deleteTable(TableName, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Delete a table
deleteTableACLNode(TableName) - Method in class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
Delete the acl notify node of table
deleteTableDescriptorCache(MasterProcedureEnv, TableName) - Static method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
deleteTableDescriptors(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSTableDescriptors
 
DeleteTableProcedure - Class in org.apache.hadoop.hbase.master.procedure
 
DeleteTableProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
DeleteTableProcedure(MasterProcedureEnv, TableName) - Constructor for class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
DeleteTableProcedure(MasterProcedureEnv, TableName, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
deleteTableQuota(Connection, TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
deleteTableStates(MasterProcedureEnv, TableName) - Static method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
deleteTask(String) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
Deprecated.
 
deleteTask(String) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
deleteTimestamp - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
DeleteTracker - Interface in org.apache.hadoop.hbase.regionserver.querymatcher
This interface is used for the tracking and enforcement of Deletes during the course of a Get or Scan operation.
DeleteTracker.DeleteResult - Enum in org.apache.hadoop.hbase.regionserver.querymatcher
Returns codes for delete result.
deleteType - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
deleteUserQuota(Connection, String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
deleteUserQuota(Connection, String, TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
deleteUserQuota(Connection, String, String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
DeleteVersionsNode(long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker.DeleteVersionsNode
 
DeleteVersionsNode() - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker.DeleteVersionsNode
 
deleteWALDir(ServerName) - Method in class org.apache.hadoop.hbase.master.SplitWALManager
 
deleteZooKeeper(TableName) - Method in class org.apache.hadoop.hbase.master.TableStateManager
Deprecated.
Since 2.0.0. To be removed in hbase-3.0.0.
delFamMap - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
DelimitedKeyPrefixRegionSplitPolicy - Class in org.apache.hadoop.hbase.regionserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionSplitRestriction, instead.
DelimitedKeyPrefixRegionSplitPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitPolicy
Deprecated.
 
DelimitedKeyPrefixRegionSplitRestriction - Class in org.apache.hadoop.hbase.regionserver
A RegionSplitRestriction implementation that groups rows by a prefix of the row-key with a delimiter.
DelimitedKeyPrefixRegionSplitRestriction() - Constructor for class org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitRestriction
 
DELIMITER_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitPolicy
Deprecated.
 
DELIMITER_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitRestriction
 
deny(String, String, User, Permission.Action, String) - Static method in class org.apache.hadoop.hbase.security.access.AuthResult
 
deny(String, String, User, Permission.Action, TableName, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.security.access.AuthResult
 
deny(String, String, User, Permission.Action, TableName, Map<byte[], ? extends Collection<?>>) - Static method in class org.apache.hadoop.hbase.security.access.AuthResult
 
DEPRECATED_MOB_CLEANER_PERIOD - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
dequeue() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
 
deregisterChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
 
deregisterChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
deregisterChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
deregisterChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.regionserver.HStore
descendingIterator() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
descendingKeySet() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
descendingMap() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
descendingSet() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
describe(Procedure<?>) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureDescriber
 
describeParameters(Procedure<?>) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureDescriber
 
DESCRIPTOR_VERSION - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotManifestV1
 
DESCRIPTOR_VERSION - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotManifestV2
 
deserialize(byte[]) - Static method in exception org.apache.hadoop.hbase.errorhandling.ForeignException
Takes a series of bytes and tries to generate an ForeignException instance for it.
deserialize(ByteBuff, ByteBuffAllocator) - Method in interface org.apache.hadoop.hbase.io.hfile.CacheableDeserializer
 
deserialize(ByteBuff, ByteBuffAllocator) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockDeserializer
 
deserializeMobFileRefs(byte[]) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Deserialize the set of referenced mob hfiles from store file metadata.
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.CloseRegionProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.GCRegionProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.OpenRegionProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
Deprecated.
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.DisablePeerProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.EnablePeerProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.RemovePeerProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyColumnFamilyStoreFileTrackerProcedure
 
deserializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
designatedFile(String) - Method in class org.apache.hadoop.hbase.util.RegionMover.RegionMoverBuilder
Set the designated file.
destinationServer - Variable in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
destroyDirectByteBuffer(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.DirectMemoryUtils
DirectByteBuffers are garbage collected by using a phantom reference and a reference queue.
detail(String) - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
determineTTLFromFamily(ColumnFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.regionserver.HStore
Returns TTL in seconds of the specified family
DigestSaslServerAuthenticationProvider - Class in org.apache.hadoop.hbase.security.provider
 
DigestSaslServerAuthenticationProvider() - Constructor for class org.apache.hadoop.hbase.security.provider.DigestSaslServerAuthenticationProvider
 
DirectMemoryUtils - Class in org.apache.hadoop.hbase.util
Utilities for interacting with and monitoring DirectByteBuffer allocations.
DirectMemoryUtils() - Constructor for class org.apache.hadoop.hbase.util.DirectMemoryUtils
 
DirFilter(FileSystem) - Constructor for class org.apache.hadoop.hbase.util.FSUtils.DirFilter
 
DirScanPool - Class in org.apache.hadoop.hbase.master.cleaner
The thread pool used for scan directories
disable(HTableDescriptor) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Turn off processing constraints for a given table, even if constraints have been turned on or added.
disable() - Method in class org.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcement
 
disable() - Method in class org.apache.hadoop.hbase.quotas.policies.DisableTableViolationPolicyEnforcement
 
disable() - Method in class org.apache.hadoop.hbase.quotas.policies.MissingSnapshotViolationPolicyEnforcement
 
disable() - Method in class org.apache.hadoop.hbase.quotas.policies.NoInsertsViolationPolicyEnforcement
 
disable() - Method in class org.apache.hadoop.hbase.quotas.policies.NoWritesCompactionsViolationPolicyEnforcement
 
disable() - Method in class org.apache.hadoop.hbase.quotas.policies.NoWritesViolationPolicyEnforcement
 
disable() - Method in interface org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
Disables this policy.
disableConstraint(HTableDescriptor, Class<? extends Constraint>) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Disable the given Constraint.
DISABLED - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Disabled cache configuration
DISABLED - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.OffPeakHours
 
DisabledRegionSplitPolicy - Class in org.apache.hadoop.hbase.regionserver
A RegionSplitPolicy that disables region splits.
DisabledRegionSplitPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy
 
DisabledTableSnapshotHandler - Class in org.apache.hadoop.hbase.master.snapshot
Take a snapshot of a disabled table.
DisabledTableSnapshotHandler(SnapshotProtos.SnapshotDescription, MasterServices, SnapshotManager) - Constructor for class org.apache.hadoop.hbase.master.snapshot.DisabledTableSnapshotHandler
 
disableHFileBackup(String) - Method in class org.apache.hadoop.hbase.backup.example.ZKTableArchiveClient
Disable hfile backups for the given table.
disableHFileBackup(byte[]) - Method in class org.apache.hadoop.hbase.backup.example.ZKTableArchiveClient
Disable hfile backups for the given table.
disableHFileBackup() - Method in class org.apache.hadoop.hbase.backup.example.ZKTableArchiveClient
Disable hfile backups for all tables.
disableJSON() - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
turns JSON output off, and turns on "pretty strings" for human consumption
disablePeer(String) - Method in class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager
 
disablePeer(String) - Method in interface org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandler
 
disablePeer(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandlerImpl
 
DisablePeerProcedure - Class in org.apache.hadoop.hbase.master.replication
The procedure for disabling a replication peer.
DisablePeerProcedure() - Constructor for class org.apache.hadoop.hbase.master.replication.DisablePeerProcedure
 
DisablePeerProcedure(String) - Constructor for class org.apache.hadoop.hbase.master.replication.DisablePeerProcedure
 
disableReplication() - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Disables replication for these bulkloaded files.
disableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.HMaster
 
disableReplicationPeer(RpcController, ReplicationProtos.DisableReplicationPeerRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
disableReplicationPeer(String) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Stop the replication stream to the specified peer
disableTable(TableName, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
disableTable(RpcController, MasterProtos.DisableTableRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
disableTable(TableName, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Disable an existing table
disableTableIfNotDisabled(Connection, TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
Method to disable a table, if not already disabled.
DisableTableProcedure - Class in org.apache.hadoop.hbase.master.procedure
 
DisableTableProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
DisableTableProcedure(MasterProcedureEnv, TableName, boolean) - Constructor for class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
Constructor
DisableTableProcedure(MasterProcedureEnv, TableName, boolean, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
Constructor
DisableTableViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
A SpaceViolationPolicyEnforcement which disables the table.
DisableTableViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.DisableTableViolationPolicyEnforcement
 
disableValues() - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
turns value output off
disableViolationPolicyEnforcement(TableName) - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
Disables enforcement on any violation policy on the given tableName.
disconnect() - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
 
disconnectSince() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
Check if the caller who made this IPC call has disconnected.
disconnectSince() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.BalancedQueueRpcExecutor
 
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.FastPathBalancedQueueRpcExecutor
 
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.FastPathRWQueueRpcExecutor
 
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.MasterFifoRpcScheduler
 
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
Add the request to the executor queue
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Dispatches an RPC request asynchronously.
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
dispatch(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
dispatchCloseRequests(MasterProcedureEnv, List<RSProcedureDispatcher.RegionCloseOperation>) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.ExecuteProceduresRemoteCall
 
dispatched - Variable in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
dispatchOpenRequests(MasterProcedureEnv, List<RSProcedureDispatcher.RegionOpenOperation>) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.ExecuteProceduresRemoteCall
 
dispatchServerOperations(MasterProcedureEnv, List<RSProcedureDispatcher.ServerOperation>) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.ExecuteProceduresRemoteCall
 
dispatchTo(boolean, boolean, CallRunner) - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
dispose() - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcServer
Release resources used by wrapped saslServer
doAdd(MutableSegment, Cell, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
doAppend(W, FSWALEntry) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
doAppend(WALProvider.AsyncWriter, FSWALEntry) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
doAppend(WALProvider.Writer, FSWALEntry) - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
doBulkLoad(Path, Admin, Table, RegionLocator) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Perform a bulk load of the given directory into the given pre-existing table.
doBulkLoad(Map<byte[], List<Path>>, Admin, Table, RegionLocator, boolean, boolean) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Perform a bulk load of the given directory into the given pre-existing table.
doBulkLoad(Path, Admin, Table, RegionLocator, boolean, boolean) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Perform a bulk load of the given directory into the given pre-existing table.
doCall() - Method in class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
 
doCall() - Method in class org.apache.hadoop.hbase.regionserver.SplitWALCallable
 
doCall() - Method in class org.apache.hadoop.hbase.replication.regionserver.ClaimReplicationQueueCallable
 
doCall() - Method in class org.apache.hadoop.hbase.replication.regionserver.RefreshPeerCallable
 
doCall() - Method in class org.apache.hadoop.hbase.replication.regionserver.SwitchRpcThrottleRemoteCallable
 
doCheckLogLowReplication() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
doCheckLogLowReplication() - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
doCheckLogLowReplication() - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
Returns true if number of replicas for the WAL is lower than threshold
doCheckSlowSync() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Returns true if we exceeded the slow sync roll threshold over the last check interval
doClearSnapShot() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
doCompaction(CompactionRequestImpl, Collection<HStoreFile>, User, long, List<Path>) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
doesNamespaceExist(String) - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.master.http.MasterDumpServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.master.http.MasterRedirectServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.master.http.MasterStatusServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.regionserver.http.RSDumpServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.regionserver.http.RSStatusServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.tool.CanaryStatusServlet
 
doInit(Configuration) - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
doInit(Configuration) - Method in class org.apache.hadoop.hbase.wal.AsyncFSWALProvider
 
doInit(Configuration) - Method in class org.apache.hadoop.hbase.wal.FSHLogProvider
 
doMain(String[]) - Method in class org.apache.hadoop.hbase.util.ServerCommandLine
Parse and run the given command line.
done() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
Call is done.
done - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.TaskBatch
Deprecated.
 
done() - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.ColumnTracker
Returns true when done.
done() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
Done when there are no more columns to match against.
done() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
done() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTracker
We can never know a-priori if we are done, so always return false.
Done(ServerName) - Constructor for class org.apache.hadoop.hbase.SplitLogTask.Done
Deprecated.
 
done - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
doneBulkLoad(byte[], String) - Method in interface org.apache.hadoop.hbase.regionserver.HRegion.BulkLoadListener
Called after a successful HFile load
doneWithColumn(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.ColumnTracker
This method is used to inform the column tracker that we are done with this column.
doneWithColumn(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
 
DONT_FILL_HEADER - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
doRealSeek(KeyValueScanner, Cell, boolean) - Static method in class org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
 
doRegionCompactionPrep() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Do preparation for pending compaction.
doReplaceWriter(Path, Path, W) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Notice that you need to clear the AbstractFSWAL.rollRequested flag in this method, as the new writer will begin to work before returning from this method.
doReplaceWriter(Path, Path, WALProvider.AsyncWriter) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
doReplaceWriter(Path, Path, WALProvider.Writer) - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
doShutdown() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
doShutdown() - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
doShutdown() - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
doSmokeTest(FileSystem, Path, String) - Static method in class org.apache.hadoop.hbase.util.CompressionTest
 
doStart() - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
 
doStart() - Method in class org.apache.hadoop.hbase.replication.regionserver.RegionReplicaReplicationEndpoint
 
doStart() - Method in class org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
 
doStop() - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
 
doStop() - Method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
 
doStop() - Method in class org.apache.hadoop.hbase.replication.regionserver.RegionReplicaReplicationEndpoint
 
doStop() - Method in class org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
 
doSync(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
doSync(long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
doSync(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
doSync(long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
doSync(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
doSync(long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
downgradeToSharedTableLock() - Method in class org.apache.hadoop.hbase.master.snapshot.DisabledTableSnapshotHandler
 
downgradeToSharedTableLock() - Method in class org.apache.hadoop.hbase.master.snapshot.EnabledTableSnapshotHandler
 
downgradeToSharedTableLock() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
When taking snapshot, first we must acquire the exclusive table lock to confirm that there are no ongoing merge/split procedures.
doWork() - Method in class org.apache.hadoop.hbase.master.http.RegionVisualizer
 
doWork() - Method in class org.apache.hadoop.hbase.procedure2.store.region.HFileProcedurePrettyPrinter
 
doWork() - Method in class org.apache.hadoop.hbase.procedure2.store.region.WALProcedurePrettyPrinter
 
doWork() - Method in class org.apache.hadoop.hbase.snapshot.CreateSnapshot
 
doWork() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
 
doWork() - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorValidator
 
doWork() - Method in class org.apache.hadoop.hbase.tool.DataBlockEncodingValidator
 
doWork() - Method in class org.apache.hadoop.hbase.tool.HFileContentValidator
 
doWork() - Method in class org.apache.hadoop.hbase.util.RegionMover
 
DrainingServerTracker - Class in org.apache.hadoop.hbase.master
Tracks the list of draining region servers via ZK.
DrainingServerTracker(ZKWatcher, Abortable, ServerManager) - Constructor for class org.apache.hadoop.hbase.master.DrainingServerTracker
 
drainTo(Collection<? super CallRunner>) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
drainTo(Collection<? super CallRunner>, int) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
drainTo(Collection<? super E>) - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
drainTo(Collection<? super E>, int) - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
drop() - Method in class org.apache.hadoop.hbase.ipc.CallRunner
When we want to drop this call because of server is overloaded.
DROP_BEHIND_CACHE_COMPACTION_DEFAULT - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
DROP_BEHIND_CACHE_COMPACTION_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
dropCacheMajor - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
dropCacheMinor - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
DropDeletesCompactionScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
A query matcher for compaction which can drop delete markers.
DropDeletesCompactionScanQueryMatcher(ScanInfo, DeleteTracker, ColumnTracker, long, long, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.DropDeletesCompactionScanQueryMatcher
 
DUD - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
 
DUMMY - Static variable in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
 
DUMMY - Static variable in interface org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker
 
dump(Logger) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
dumpAsText(PrintWriter) - Method in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
dumpCallQueues(HRegionServer, PrintWriter) - Static method in class org.apache.hadoop.hbase.regionserver.http.RSDumpServlet
 
dumpExecutors(ExecutorService, PrintWriter) - Method in class org.apache.hadoop.hbase.monitoring.StateDumpServlet
 
dumpLocks() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
For debugging.
dumpMetrics() - Static method in class org.apache.hadoop.hbase.regionserver.DumpRegionServerMetrics
Dump out a subset of regionserver mbeans only, not all of them, as json on System.out.
dumpPeersState(List<ReplicationPeerDescription>) - Method in class org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues
 
dumpQueue() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
dumpQueue(HRegionServer, PrintWriter) - Static method in class org.apache.hadoop.hbase.regionserver.http.RSDumpServlet
 
dumpQueue() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
 
dumpQueues(ZKWatcher, Set<String>, boolean) - Method in class org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues
 
DumpRegionServerMetrics - Class in org.apache.hadoop.hbase.regionserver
Utility for doing JSON and MBeans.
DumpReplicationQueues - Class in org.apache.hadoop.hbase.replication.regionserver
Provides information about the existing states of replication, replication peers and queues.
DumpReplicationQueues() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues
 
dumpReplicationSummary() - Method in class org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues
 
dumpRowLocks(PrintWriter) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Used by RSDumpServlet to generate debugging information.
dumpTo(Writer, String) - Method in class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorStatus
Dump a textual representation of the executor's status to the given writer.
dumpTo(PrintWriter) - Method in class org.apache.hadoop.hbase.monitoring.MemoryBoundedLogMessageBuffer
Dump the contents of the buffer to the given stream.
dumpVersionInfo(PrintWriter) - Method in class org.apache.hadoop.hbase.monitoring.StateDumpServlet
 

E

EagerMemStoreCompactionStrategy - Class in org.apache.hadoop.hbase.regionserver
 
EagerMemStoreCompactionStrategy(Configuration, String) - Constructor for class org.apache.hadoop.hbase.regionserver.EagerMemStoreCompactionStrategy
 
EARLIEST_PUT_TS - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Key for timestamp of earliest-put in metadata
earliestPutTs - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
Earliest put timestamp if major compaction
earliestPutTs - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.DropDeletesCompactionScanQueryMatcher
Oldest put in any of the involved store files Used to decide whether it is ok to delete family delete marker of this store keeps deleted KVs.
edit - Variable in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
 
editRegion(RegionInfo) - Method in interface org.apache.hadoop.hbase.util.ModifyRegionUtils.RegionEditTask
 
editRegions(ThreadPoolExecutor, Collection<RegionInfo>, ModifyRegionUtils.RegionEditTask) - Static method in class org.apache.hadoop.hbase.util.ModifyRegionUtils
Execute the task on the specified set of regions.
element() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
EMPTY_REPLICATIONLOAD - Static variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationLoad
 
EMPTY_STRING - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
EMPTY_UUIDS - Static variable in interface org.apache.hadoop.hbase.wal.WALKey
Unmodifiable empty list of UUIDs.
EMPTY_VALUE_ON_MOBCELL_MISS - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
EMPTY_WALKEYIMPL - Static variable in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
EmptyServiceNameException - Exception in org.apache.hadoop.hbase.ipc
 
EmptyServiceNameException() - Constructor for exception org.apache.hadoop.hbase.ipc.EmptyServiceNameException
 
enable(HTableDescriptor) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Enable constraints on a table.
enable() - Method in class org.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcement
 
enable() - Method in class org.apache.hadoop.hbase.quotas.policies.DisableTableViolationPolicyEnforcement
 
enable() - Method in class org.apache.hadoop.hbase.quotas.policies.MissingSnapshotViolationPolicyEnforcement
 
enable() - Method in class org.apache.hadoop.hbase.quotas.policies.NoInsertsViolationPolicyEnforcement
 
enable() - Method in class org.apache.hadoop.hbase.quotas.policies.NoWritesCompactionsViolationPolicyEnforcement
 
enable() - Method in class org.apache.hadoop.hbase.quotas.policies.NoWritesViolationPolicyEnforcement
 
enable() - Method in interface org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
Enables this policy.
ENABLE_WAL_TAGS_COMPRESSION - Static variable in class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
ENABLE_WAL_VALUE_COMPRESSION - Static variable in class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
enableCacheOnWrite() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Enable cache on write including: cacheDataOnWrite cacheIndexesOnWrite cacheBloomsOnWrite
enableCatalogJanitor(RpcController, MasterProtos.EnableCatalogJanitorRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
enableConstraint(HTableDescriptor, Class<? extends Constraint>) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Enable the given Constraint.
enabled(HTableDescriptor, Class<? extends Constraint>) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Check to see if the given constraint is enabled.
EnabledTableSnapshotHandler - Class in org.apache.hadoop.hbase.master.snapshot
Handle the master side of taking a snapshot of an online table, regardless of snapshot type.
EnabledTableSnapshotHandler(SnapshotProtos.SnapshotDescription, MasterServices, SnapshotManager) - Constructor for class org.apache.hadoop.hbase.master.snapshot.EnabledTableSnapshotHandler
 
enableHFileBackupAsync(byte[]) - Method in class org.apache.hadoop.hbase.backup.example.ZKTableArchiveClient
Turn on backups for all HFiles for the given table.
enableJSON() - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
turns JSON output on
enablePeer(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
enablePeer(String) - Method in class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager
 
enablePeer(String) - Method in interface org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandler
 
enablePeer(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandlerImpl
 
enablePeerBeforeFinish() - Method in class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
enablePeerBeforeFinish() - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
The implementation class should override this method if the procedure may enter the serial related states.
enablePeerBeforeFinish() - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
EnablePeerProcedure - Class in org.apache.hadoop.hbase.master.replication
The procedure for enabling a replication peer.
EnablePeerProcedure() - Constructor for class org.apache.hadoop.hbase.master.replication.EnablePeerProcedure
 
EnablePeerProcedure(String) - Constructor for class org.apache.hadoop.hbase.master.replication.EnablePeerProcedure
 
enableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.HMaster
 
enableReplicationPeer(RpcController, ReplicationProtos.EnableReplicationPeerRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
enableReplicationPeer(String) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Restart the replication stream to the specified peer
enableTable(TableName, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
enableTable(RpcController, MasterProtos.EnableTableRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
enableTable(TableName, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Enable an existing table
enableTableIfNotEnabled(Connection, TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
Method to enable a table, if not already enabled.
EnableTableProcedure - Class in org.apache.hadoop.hbase.master.procedure
 
EnableTableProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
EnableTableProcedure(MasterProcedureEnv, TableName) - Constructor for class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
Constructor
EnableTableProcedure(MasterProcedureEnv, TableName, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
Constructor
enableTestingStats() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
 
enableValues() - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
turns value output on
encode(Cell, HFileBlockEncodingContext, DataOutputStream) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder
Encodes a KeyValue.
encode(Cell, HFileBlockEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
encode(BlockIndexChunk, boolean, DataOutput) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder
 
encode(BlockIndexChunk, boolean, DataOutput) - Method in class org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoderImpl
 
encode(Cell, HFileBlockEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
encode(BlockIndexChunk, boolean, DataOutput) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder
 
EncodedScanner(HFile.Reader, boolean, boolean, boolean, HFileContext, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
encodeVisibilityForReplication(List<Tag>, Byte) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
encodeVisibilityForReplication(List<Tag>, Byte) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
Provides a way to modify the visibility tags of type TagType .VISIBILITY_TAG_TYPE, that are part of the cell created from the WALEdits that are prepared for replication while calling ReplicationEndpoint .replicate().
EncryptionTest - Class in org.apache.hadoop.hbase.util
 
endBlockEncoding(HFileBlockEncodingContext, DataOutputStream, byte[], BlockType) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder
Ends encoding for a block of KeyValues.
endBlockEncoding(HFileBlockEncodingContext, DataOutputStream, byte[], BlockType) - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
endBlockEncoding(HFileBlockEncodingContext, DataOutputStream, byte[], BlockType) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
endMillis() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionWindow
Exclusive upper bound
endOperation(long, long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.ServerNonceManager
Ends the operation started by startOperation.
endPersistentOutput() - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
ends output of a single, persistent list.
EndpointObserver - Interface in org.apache.hadoop.hbase.coprocessor
Coprocessors implement this interface to observe and mediate endpoint invocations on a region.
endTask(SplitLogTask, LongAdder, SplitLogWorkerCoordination.SplitTaskDetails) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
Deprecated.
Notify coordination engine that splitting task has completed.
endTask(SplitLogTask, LongAdder, SplitLogWorkerCoordination.SplitTaskDetails) - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
endTask() can fail and the only way to recover out of it is for the SplitLogManager to timeout the task node.
enforceSeek() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Does the real seek operation in case it was skipped by seekToRowCol(KeyValue, boolean) (TODO: Whats this?).
enforceSeek() - Method in class org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
 
enforceSeek() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
This function should be never called on scanners that always do real seek operations (i.e.
enforceSeek() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
enforceViolationPolicy(TableName, SpaceQuotaSnapshot) - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
Enforces the given violationPolicy on the given table in this RegionServer.
EnforcingScanLabelGenerator - Class in org.apache.hadoop.hbase.security.visibility
This ScanLabelGenerator enforces a set of predefined authorizations for a given user, the set defined by the admin using the VisibilityClient admin interface or the set_auths shell command.
EnforcingScanLabelGenerator() - Constructor for class org.apache.hadoop.hbase.security.visibility.EnforcingScanLabelGenerator
 
enqueue(Procedure, boolean) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
 
enqueueLog(Path) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
enqueueLog(Path) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Add a log to the list of logs to replicate
enqueueLog(Path, String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceLogQueue
Enqueue the wal
EnsureKvEncoder(OutputStream) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.EnsureKvEncoder
 
ensureSingleLevel() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
 
EntityLock - Class in org.apache.hadoop.hbase.client.locking
Lock for HBase Entity either a Table, a Namespace, or Regions.
EntityLock.LockHeartbeatWorker - Class in org.apache.hadoop.hbase.client.locking
 
Entry() - Constructor for class org.apache.hadoop.hbase.wal.WAL.Entry
 
Entry(WALKeyImpl, WALEdit) - Constructor for class org.apache.hadoop.hbase.wal.WAL.Entry
Constructor for both params
EntryBuffers - Class in org.apache.hadoop.hbase.wal
Class which accumulates edits and separates them into a buffer per region while simultaneously accounting RAM usage.
EntryBuffers(WALSplitter.PipelineController, long) - Constructor for class org.apache.hadoop.hbase.wal.EntryBuffers
 
entryBuffers - Variable in class org.apache.hadoop.hbase.wal.OutputSink
 
EntryBuffers.RegionEntryBuffer - Class in org.apache.hadoop.hbase.wal
A buffer of some number of edits for a given region.
entryCount - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Total # of key/value entries, i.e.
entryReader - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
entrySet() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
entrySet() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
equals(Object) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesPlan
 
equals(Object) - Method in class org.apache.hadoop.hbase.io.FileLink
 
equals(Object) - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
 
equals(Object) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
equals(Object) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
equals(Object) - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
 
equals(Object) - Method in class org.apache.hadoop.hbase.io.Reference
 
equals(Object) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
equals(Object) - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
equals(Object) - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
equals(Object) - Method in class org.apache.hadoop.hbase.master.http.RegionVisualizer.RegionDetails
 
equals(Object) - Method in class org.apache.hadoop.hbase.master.RegionPlan
 
equals(Object) - Method in class org.apache.hadoop.hbase.mob.CachedMobFile
 
equals(Object) - Method in class org.apache.hadoop.hbase.mob.MobFileName
 
equals(Object) - Method in class org.apache.hadoop.hbase.procedure.ProcedureManager
 
equals(Object) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
equals(Object) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
equals(Object) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSize
 
equals(Object) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
equals(Object) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationKey
 
equals(Object) - Method in class org.apache.hadoop.hbase.security.visibility.expression.LeafExpressionNode
 
equals(Object) - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
equals(Object) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethod
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.HashedBytes
 
equals(Object) - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo.MetaEntry
 
equals(Object) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
equals(Object) - Method in class org.apache.hadoop.hbase.wal.WALSplitUtil.MutationReplay
 
Err(ServerName) - Constructor for class org.apache.hadoop.hbase.SplitLogTask.Err
Deprecated.
 
error - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.TaskBatch
Deprecated.
 
errorCode - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
errorHandler - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
errorRate - Variable in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
Target error rate for configuring the filter and for information
ERRORS - Static variable in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
estimatedSerializedSizeOf() - Method in class org.apache.hadoop.hbase.wal.WALEdit
 
estimatedSerializedSizeOf() - Method in interface org.apache.hadoop.hbase.wal.WALKey
 
estimatedSerializedSizeOf() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
evaluate() - Method in interface org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait.Predicate
 
evaluate(Cell) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityExpEvaluator
Evaluates whether the passed cell passes Scan/Get Authorization.
evaluateResponse(byte[]) - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcServer
 
event - Variable in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
EventHandler - Class in org.apache.hadoop.hbase.executor
Abstract base class for all HBase event handlers.
EventHandler(Server, EventType) - Constructor for class org.apache.hadoop.hbase.executor.EventHandler
Default base class constructor.
eventType - Variable in class org.apache.hadoop.hbase.executor.EventHandler
 
EventType - Enum in org.apache.hadoop.hbase.executor
List of all HBase event handler types.
evict() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
evict() - Method in class org.apache.hadoop.hbase.mob.MobFileCache
Evicts the lru cached mob files when the count of the cached files is larger than the threshold.
EVICT_BLOCKS_ON_CLOSE_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Configuration key to evict all blocks of a given file from the block cache when the file is closed.
evictBlock(BlockCacheKey) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Evict block from cache.
evictBlock(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
Try to evict the block from BlockCache by force.
evictBlock(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
evictBlock(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.InclusiveCombinedBlockCache
 
evictBlock(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
evictBlock(LruCachedBlock, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Evict the block, and it will be cached by the victim handler if exists && block may be read again later
evictBlock(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
evictBlock(LruCachedBlock, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Evict the block, and it will be cached by the victim handler if exists && block may be read again later
evictBlock(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
evictBlockIfNoRpcReferenced(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
NOTE: This method is only for test.
evictBlocksByHfileName(String) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Evicts all blocks for the given HFile.
evictBlocksByHfileName(String) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
Evicts all blocks for a specific HFile.
evictBlocksByHfileName(String) - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
evictBlocksByHfileName(String) - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Evicts all blocks for a specific HFile.
evictBlocksByHfileName(String) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Evicts all blocks for a specific HFile.
evictBlocksByHfileName(String) - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
evicted(long, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
evictedPerEviction() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
evictFile(String) - Method in class org.apache.hadoop.hbase.mob.MobFileCache
Evicts the cached file by the name.
ExceedOperationQuota - Class in org.apache.hadoop.hbase.quotas
 
ExceedOperationQuota(Configuration, QuotaLimiter, QuotaLimiter...) - Constructor for class org.apache.hadoop.hbase.quotas.ExceedOperationQuota
 
exception(Throwable) - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServer
 
EXCLUDE_FROM_MINOR_COMPACTION_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Minor compaction flag in FileInfo
excludeDirs - Variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
excludeFile(String) - Method in class org.apache.hadoop.hbase.util.RegionMover.RegionMoverBuilder
Path of file containing hostnames to be excluded during region movement.
excludeFromMinorCompaction() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
excludeFromMinorCompaction() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Returns True if this file should not be part of a minor compaction.
ExclusiveMemHFileBlock - Class in org.apache.hadoop.hbase.io.hfile
The ByteBuffAllocator won't allocate pooled heap ByteBuff now; at the same time, if allocate an off-heap ByteBuff from allocator, then it must be a pooled one.
ExclusiveMemoryMmapIOEngine - Class in org.apache.hadoop.hbase.io.hfile.bucket
IO engine that stores data to a file on the local block device using memory mapping mechanism
ExclusiveMemoryMmapIOEngine(String, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.bucket.ExclusiveMemoryMmapIOEngine
 
exec(String, CancelableProgressable) - Method in interface org.apache.hadoop.hbase.regionserver.SplitLogWorker.TaskExecutor
Deprecated.
 
exec(ExecutorService, String[]) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
execMasterService(RpcController, ClientProtos.CoprocessorServiceRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
execOperation(CoprocessorHost<C, E>.ObserverOperation<O>) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
execOperationWithResult(CoprocessorHost<C, E>.ObserverOperationWithResult<O, R>) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Do not call with an observerOperation that is null! Have the caller check.
execProcedure(RpcController, MasterProtos.ExecProcedureRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Triggers an asynchronous attempt to run a distributed procedure.
execProcedure(HBaseProtos.ProcedureDescription) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
 
execProcedure(HBaseProtos.ProcedureDescription) - Method in class org.apache.hadoop.hbase.procedure.flush.MasterFlushTableProcedureManager
 
execProcedure(HBaseProtos.ProcedureDescription) - Method in class org.apache.hadoop.hbase.procedure.MasterProcedureManager
Execute a distributed procedure on cluster
execProcedureWithRet(RpcController, MasterProtos.ExecProcedureRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Triggers a synchronous attempt to run a distributed procedure and sets return data in response.
execProcedureWithRet(HBaseProtos.ProcedureDescription) - Method in class org.apache.hadoop.hbase.procedure.MasterProcedureManager
Execute a distributed procedure on cluster with return data.
execRegionServerService(RpcController, ClientProtos.CoprocessorServiceRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
execService(RpcController, ClientProtos.CoprocessorServiceCall) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Executes a single protocol buffer coprocessor endpoint Service method using the registered protocol handlers.
execService(RpcController, ClientProtos.CoprocessorServiceRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
execShutdown(CoprocessorHost<C, E>.ObserverOperation<O>) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Coprocessor classes can be configured in any order, based on that priority is set and chained in a sorted order.
execute(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
execute(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
execute(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
execute(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
execute(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
execute(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
execute(StripeCompactor, ThroughputController) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeCompactionRequest
 
execute(StripeCompactor, ThroughputController, User) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeCompactionRequest
Executes the request against compactor (essentially, just calls correct overload of compact method), to simulate more dynamic dispatch.
executeFromState(MasterProcedureEnv, MasterProcedureProtos.GCMergedRegionsState) - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.GCMergedRegionsState) - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.GCRegionState) - Method in class org.apache.hadoop.hbase.master.assignment.GCRegionProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.MergeTableRegionsState) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.MoveRegionState) - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.SplitTableRegionState) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.RegionStateTransitionState) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.CloneSnapshotState) - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.CreateNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.CreateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.DeleteNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.DeleteTableState) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.DisableTableState) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.EnableTableState) - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.InitMetaState) - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.ModifyNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.ModifyTableDescriptorState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.ModifyTableState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.RecoverMetaState) - Method in class org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
Deprecated.
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.ReopenTableRegionsState) - Method in class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.RestoreSnapshotState) - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.ServerCrashState) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.SplitWALState) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.SwitchRpcThrottleState) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.TruncateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.PeerModificationState) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
executeFromState(MasterProcedureEnv, MasterProcedureProtos.ModifyStoreFileTrackerState) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
executeProcedures(RpcController, AdminProtos.ExecuteProceduresRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
ExecuteProceduresRemoteCall(ServerName, Set<RemoteProcedureDispatcher.RemoteProcedure>) - Constructor for class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.ExecuteProceduresRemoteCall
 
executeRegionPlansWithThrottling(List<RegionPlan>) - Method in class org.apache.hadoop.hbase.master.HMaster
Execute region plans with throttling
executeRegionPlansWithThrottling(List<RegionPlan>) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Execute region plans with throttling
executeRpcCall(ThreadPoolExecutor, AtomicInteger, CallRunner) - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
executionTimeoutTimer - Variable in class org.apache.hadoop.hbase.procedure.Subprocedure
 
executor - Variable in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
executor - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
executor - Variable in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
executor - Variable in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
EXECUTOR_ABORT_ON_CORRUPTION - Static variable in class org.apache.hadoop.hbase.master.procedure.MasterProcedureConstants
Procedure replay sanity check.
ExecutorConfig() - Constructor for class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
 
ExecutorService - Class in org.apache.hadoop.hbase.executor
This is a generic executor service.
ExecutorService(String) - Constructor for class org.apache.hadoop.hbase.executor.ExecutorService
Default constructor.
executorService - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
ExecutorService.ExecutorConfig - Class in org.apache.hadoop.hbase.executor
Configuration wrapper for Executor.
ExecutorService.ExecutorStatus - Class in org.apache.hadoop.hbase.executor
A snapshot of the status of a particular executor.
ExecutorService.RunningEventStatus - Class in org.apache.hadoop.hbase.executor
The status of a particular event that is in the middle of being handled by an executor.
ExecutorType - Enum in org.apache.hadoop.hbase.executor
The following is a list of all executor types, both those that run in the master and those that run in the regionserver.
existingWriters - Variable in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
 
exists(Configuration, FileSystem, RegionInfo) - Static method in class org.apache.hadoop.hbase.backup.HFileArchiver
Returns True if the Region exits in the filesystem.
exists(FileSystem) - Method in class org.apache.hadoop.hbase.io.FileLink
Returns true if the file pointed by the link exists
exists(TableName) - Method in interface org.apache.hadoop.hbase.TableDescriptors
Test whether a given table exists, i.e, has a table descriptor.
exitIfOOME(Throwable) - Static method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
expand(ExpressionNode) - Method in class org.apache.hadoop.hbase.security.visibility.ExpressionExpander
 
expectAtLeastMajorVersion(int) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
expectMajorVersion(int) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
expectMinorVersion(int) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
EXPIRATION_TIME_KEY - Static variable in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
expired(ServerName) - Method in class org.apache.hadoop.hbase.master.MasterRegionServerList
 
expired(ServerName) - Method in interface org.apache.hadoop.hbase.master.RegionServerList
Called when a region server is dead.
ExpiredMobFileCleaner - Class in org.apache.hadoop.hbase.mob
The cleaner to delete the expired MOB files.
ExpiredMobFileCleaner() - Constructor for class org.apache.hadoop.hbase.mob.ExpiredMobFileCleaner
 
expireNow() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
expireServer(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
Expire the passed server.
ExplicitColumnTracker - Class in org.apache.hadoop.hbase.regionserver.querymatcher
This class is used for the tracking and enforcement of columns and numbers of versions during the course of a Get or Scan operation, when explicit column qualifiers have been asked for in the query.
ExplicitColumnTracker(NavigableSet<byte[]>, int, int, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
Default constructor.
ExploringCompactionPolicy - Class in org.apache.hadoop.hbase.regionserver.compactions
Class to pick which files if any to compact together.
ExploringCompactionPolicy(Configuration, StoreConfigInformation) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.ExploringCompactionPolicy
Constructor for ExploringCompactionPolicy.
ExponentialCompactionWindowFactory - Class in org.apache.hadoop.hbase.regionserver.compactions
Exponential compaction window implementation.
ExponentialCompactionWindowFactory(CompactionConfiguration) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory
 
ExpressionExpander - Class in org.apache.hadoop.hbase.security.visibility
 
ExpressionExpander() - Constructor for class org.apache.hadoop.hbase.security.visibility.ExpressionExpander
 
ExpressionNode - Interface in org.apache.hadoop.hbase.security.visibility.expression
 
ExpressionParser - Class in org.apache.hadoop.hbase.security.visibility
 
ExpressionParser() - Constructor for class org.apache.hadoop.hbase.security.visibility.ExpressionParser
 
EXTRA_PROVIDERS_KEY - Static variable in class org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProviders
 
extractAndPartitionTags(Cell, List<Tag>, List<Tag>) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
Extracts and partitions the visibility tags and nonVisibility Tags
extractFileNumFromWAL(WAL) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
It returns the file create timestamp from the file name.
extractLabelsAndAuths(List<List<Cell>>) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
extractVisibilityTags(Cell, List<Tag>) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
Extract the visibility tags of the given Cell into the given List

F

factory - Variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
FAIL_IF_NEED_SPLIT_HFILE - Static variable in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
FailedArchiveException - Exception in org.apache.hadoop.hbase.backup
Exception indicating that some files in the requested set could not be archived.
FailedArchiveException(String, Collection<Path>) - Constructor for exception org.apache.hadoop.hbase.backup.FailedArchiveException
 
failedBulkLoad(byte[], String) - Method in interface org.apache.hadoop.hbase.regionserver.HRegion.BulkLoadListener
Called after a failed HFile load
failInsert() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
FAILURE - Static variable in class org.apache.hadoop.hbase.regionserver.OperationStatus
Singleton for failed operations.
failureCause() - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Returns the Throwable that caused this service to fail.
failureCause() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
FAIR_REENTRANT_CLOSE_LOCK - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
Conf key for fair locking policy
FairQueue<T extends Comparable<T>> - Class in org.apache.hadoop.hbase.master.procedure
 
FairQueue() - Constructor for class org.apache.hadoop.hbase.master.procedure.FairQueue
 
FALLBACK_TO_INSECURE_CLIENT_AUTH - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
Whether we allow a fallback to SIMPLE auth for insecure clients when security is enabled.
fallbackToFsChecksum(int) - Method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
Read from non-checksum stream failed, fall back to FS checksum.
FamilyDirFilter(FileSystem) - Constructor for class org.apache.hadoop.hbase.util.FSUtils.FamilyDirFilter
 
familyStamp - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
familyVersionStamps - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
FastPathBalancedQueueRpcExecutor - Class in org.apache.hadoop.hbase.ipc
Balanced queue executor with a fastpath.
FastPathBalancedQueueRpcExecutor(String, int, int, PriorityFunction, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.FastPathBalancedQueueRpcExecutor
 
FastPathBalancedQueueRpcExecutor(String, int, String, int, PriorityFunction, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.FastPathBalancedQueueRpcExecutor
 
FastPathRpcHandler - Class in org.apache.hadoop.hbase.ipc
 
FastPathRWQueueRpcExecutor - Class in org.apache.hadoop.hbase.ipc
RPC Executor that extends RWQueueRpcExecutor with fast-path feature, used in FastPathBalancedQueueRpcExecutor.
FastPathRWQueueRpcExecutor(String, int, int, PriorityFunction, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.FastPathRWQueueRpcExecutor
 
FAVORED_ALWAYS_ASSIGN_REGIONS - Static variable in interface org.apache.hadoop.hbase.favored.FavoredNodesPromoter
 
FAVORED_NODES_NUM - Static variable in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
FavoredNodeAssignmentHelper - Class in org.apache.hadoop.hbase.favored
Helper class for FavoredNodeLoadBalancer that has all the intelligence for racks, meta scans, etc.
FavoredNodeAssignmentHelper(List<ServerName>, Configuration) - Constructor for class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
FavoredNodeAssignmentHelper(List<ServerName>, RackManager) - Constructor for class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
FavoredNodeLoadBalancer - Class in org.apache.hadoop.hbase.favored
An implementation of the LoadBalancer that assigns favored nodes for each region.
FavoredNodeLoadBalancer() - Constructor for class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer
 
favoredNodes - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
FAVOREDNODES_QUALIFIER - Static variable in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
FavoredNodesForRegion - Interface in org.apache.hadoop.hbase.regionserver
Abstraction that allows different modules in RegionServer to update/get the favored nodes information for regions.
FavoredNodesManager - Class in org.apache.hadoop.hbase.favored
FavoredNodesManager is responsible for maintaining favored nodes info in internal cache and META table.
FavoredNodesManager(MasterServices) - Constructor for class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
FavoredNodesPlan - Class in org.apache.hadoop.hbase.favored
This class contains the mapping information between each region name and its favored region server list.
FavoredNodesPlan() - Constructor for class org.apache.hadoop.hbase.favored.FavoredNodesPlan
 
FavoredNodesPlan.Position - Enum in org.apache.hadoop.hbase.favored
 
FavoredNodesPromoter - Interface in org.apache.hadoop.hbase.favored
 
FavoredStochasticBalancer - Class in org.apache.hadoop.hbase.master.balancer
An implementation of the LoadBalancer that assigns favored nodes for each region.
FavoredStochasticBalancer() - Constructor for class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
 
FeedUserAuthScanLabelGenerator - Class in org.apache.hadoop.hbase.security.visibility
If the passed in authorization is null, then this ScanLabelGenerator feeds the set of predefined authorization labels for the given user.
FeedUserAuthScanLabelGenerator() - Constructor for class org.apache.hadoop.hbase.security.visibility.FeedUserAuthScanLabelGenerator
 
fetchGlobalQuotas(String, Connection, List<Get>, QuotaUtil.KeyFromRow<K>) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
fetchNamespaceQuotas(Connection, List<Get>, double) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
fetchRegionServerQuotas(Connection, List<Get>) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
fetchSlavesAddresses(ZKWatcher) - Static method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
Get the list of all the region servers from the specified peer
fetchSnapshotsFromQuotaTable() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore
Reads all quota snapshots from the quota table.
fetchTableQuotas(Connection, List<Get>, Map<TableName, Double>) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
fetchUserQuotas(Connection, List<Get>, Map<TableName, Double>, double) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
FEWEST_ITEMS_IN_BUCKET - Static variable in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
So, what is the minimum amount of items we'll tolerate in a single bucket?
FIFOCompactionPolicy - Class in org.apache.hadoop.hbase.regionserver.compactions
FIFO compaction policy selects only files which have all cells expired.
FIFOCompactionPolicy(Configuration, StoreConfigInformation) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.FIFOCompactionPolicy
 
FifoRpcScheduler - Class in org.apache.hadoop.hbase.ipc
A very simple RpcScheduler} that serves incoming requests in order.
FifoRpcScheduler(Configuration, int) - Constructor for class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
FifoRpcSchedulerFactory - Class in org.apache.hadoop.hbase.regionserver
Factory to use when you want to use the FifoRpcScheduler
FifoRpcSchedulerFactory() - Constructor for class org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory
 
FILE_DELIMITER - Static variable in class org.apache.hadoop.hbase.io.hfile.bucket.FileIOEngine
 
FileArchiverNotifier - Interface in org.apache.hadoop.hbase.quotas
Interface allowing various implementations of tracking files that have recently been archived to allow for the Master to notice changes to snapshot sizes for space quotas.
FileArchiverNotifierFactory - Interface in org.apache.hadoop.hbase.quotas
Factory class to create FileArchiverNotifier instances.
FileArchiverNotifierFactoryImpl - Class in org.apache.hadoop.hbase.quotas
A factory for getting instances of FileArchiverNotifier.
FileArchiverNotifierImpl - Class in org.apache.hadoop.hbase.quotas
Tracks file archiving and updates the hbase quota table.
FileArchiverNotifierImpl(Connection, Configuration, FileSystem, TableName) - Constructor for class org.apache.hadoop.hbase.quotas.FileArchiverNotifierImpl
 
FileArchiverNotifierImpl.QuotaSnapshotSizeSerializationException - Exception in org.apache.hadoop.hbase.quotas
An Exception thrown when SnapshotSize updates to hbase:quota fail to be written.
FileCleanerDelegate - Interface in org.apache.hadoop.hbase.master.cleaner
General interface for cleaning files from a folder (generally an archive or backup folder).
FileDetails() - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
 
fileInfo - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
fileInfo - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
A "file info" block: a key-value map of file-wide metadata.
FileIOEngine - Class in org.apache.hadoop.hbase.io.hfile.bucket
IO engine that stores data to a file on the local file system.
FileIOEngine(long, boolean, String...) - Constructor for class org.apache.hadoop.hbase.io.hfile.bucket.FileIOEngine
 
fileLength - Variable in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
 
FileLink - Class in org.apache.hadoop.hbase.io
The FileLink is a sort of hardlink, that allows access to a file given a set of locations.
FileLink() - Constructor for class org.apache.hadoop.hbase.io.FileLink
 
FileLink(Path, Path...) - Constructor for class org.apache.hadoop.hbase.io.FileLink
 
FileLink(Collection<Path>) - Constructor for class org.apache.hadoop.hbase.io.FileLink
 
FileLink.FileLinkInputStream - Class in org.apache.hadoop.hbase.io
FileLink InputStream that handles the switch between the original path and the alternative locations, when the file is moved.
FileLinkInputStream(FileSystem, FileLink) - Constructor for class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
FileLinkInputStream(FileSystem, FileLink, int) - Constructor for class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
FileMmapIOEngine - Class in org.apache.hadoop.hbase.io.hfile.bucket
IO engine that stores data to a file on the specified file system using memory mapping mechanism
FileMmapIOEngine(String, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
 
filename(String) - Method in class org.apache.hadoop.hbase.util.RegionMover.RegionMoverBuilder
Path of file where regions will be written to during unloading/read from during loading
filenum - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
filePaths - Variable in class org.apache.hadoop.hbase.io.hfile.bucket.PersistentIOEngine
 
FileStatusFilter - Interface in org.apache.hadoop.hbase.util
 
fileStoragePolicy() - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
fileStoragePolicy(String) - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
FileSystemUtilizationChore - Class in org.apache.hadoop.hbase.quotas
A chore which computes the size of each HRegion on the FileSystem hosted by the given HRegionServer.
FileSystemUtilizationChore(HRegionServer) - Constructor for class org.apache.hadoop.hbase.quotas.FileSystemUtilizationChore
 
FILL_HEADER - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
fillRegion(HRegion) - Method in interface org.apache.hadoop.hbase.util.ModifyRegionUtils.RegionFillTask
 
fillUp(TableName, SnapshotOfRegionAssignmentFromMeta, Map<String, Map<String, Float>>) - Method in class org.apache.hadoop.hbase.master.AssignmentVerificationReport
 
fillUpDispersion(TableName, SnapshotOfRegionAssignmentFromMeta, FavoredNodesPlan) - Method in class org.apache.hadoop.hbase.master.AssignmentVerificationReport
Use this to project the dispersion scores
filter - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
filter(WAL.Entry) - Method in class org.apache.hadoop.hbase.replication.ChainWALEntryFilter
 
filter(WAL.Entry) - Method in class org.apache.hadoop.hbase.replication.ClusterMarkingEntryFilter
 
filter(WAL.Entry) - Method in class org.apache.hadoop.hbase.replication.NamespaceTableCfWALEntryFilter
 
filter(TableName, long) - Method in interface org.apache.hadoop.hbase.replication.regionserver.WALEntrySinkFilter
 
filter(WAL.Entry) - Method in class org.apache.hadoop.hbase.replication.ScopeWALEntryFilter
 
filter(WAL.Entry) - Method in class org.apache.hadoop.hbase.replication.SystemTableWALEntryFilter
 
filter(WAL.Entry) - Method in interface org.apache.hadoop.hbase.replication.WALEntryFilter
Applies the filter, possibly returning a different Entry instance.
filter - Variable in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
filter - Variable in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
filter - Variable in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
filterAllRemaining() - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
filterBulk(ArrayList<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
filterBySubject(String) - Method in class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore
 
filterBySubject(T) - Method in interface org.apache.hadoop.hbase.quotas.QuotaSnapshotStore
Filters the provided regions, returning those which match the given subject.
filterBySubject(TableName) - Method in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore
 
filterCell(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
filterCell(Cell, Predicate<byte[]>) - Method in class org.apache.hadoop.hbase.replication.BulkLoadCellFilter
Filters the bulk load cell using the supplied predicate.
filterCell(WAL.Entry, Cell) - Method in class org.apache.hadoop.hbase.replication.NamespaceTableCfWALEntryFilter
 
filterCell(WAL.Entry, Cell) - Method in class org.apache.hadoop.hbase.replication.ScopeWALEntryFilter
 
filterCell(WAL.Entry, Cell) - Method in interface org.apache.hadoop.hbase.replication.WALCellFilter
Applies the filter, possibly returning a different Cell instance.
filterCells(WALEdit, Function<Cell, Cell>) - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALUtil
 
filterFileStatuses(FileStatus[], FileStatusFilter) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Filters FileStatuses in an array and returns a list
filterFileStatuses(Iterator<FileStatus>, FileStatusFilter) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Filters FileStatuses in an iterator and returns a list
filterKeyValue(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
Deprecated.
filterNonFNApplicableRegions(Collection<RegionInfo>) - Static method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
Filter and return regions for which favored nodes is not applicable.
filterRow() - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
filterRowCells(List<Cell>) - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
filterRowCellsWithRet(List<Cell>) - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
filterRowKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
filterRowKey(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
FilterWrapper - Class in org.apache.hadoop.hbase.filter
This is a Filter wrapper class which is used in the server side.
FilterWrapper(Filter) - Constructor for class org.apache.hadoop.hbase.filter.FilterWrapper
 
FilterWrapper.FilterRowRetCode - Enum in org.apache.hadoop.hbase.filter
 
finalCheckForErrors() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
finalizeWriter(StoreFileWriter, long, MonitoredTask) - Method in class org.apache.hadoop.hbase.mob.DefaultMobStoreFlusher
 
findArchivedLog(Path, Configuration) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
Find the archived WAL file path if it is not able to locate in WALs dir.
findBigRanges(Collection<R>, int) - Static method in class org.apache.hadoop.hbase.util.RegionSplitCalculator
Find specified number of top ranges in a big overlap group.
findCoprocessor(String) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Find coprocessors by full class name or simple name.
findCoprocessor(Class<T>) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
findCoprocessorEnvironment(String) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Find a coprocessor environment by class name
findCoprocessors(Class<T>) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Find list of coprocessors that extend/implement the given class/interface
finish(ServerName, String) - Method in interface org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.TaskFinisher
finish the partially done task.
finish(ServerName) - Method in class org.apache.hadoop.hbase.master.DeadServer
Complete processing for this dead server.
finish(BiConsumer<String, String>, Consumer<String>) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
finish(String) - Method in class org.apache.hadoop.hbase.regionserver.throttle.NoLimitThroughputController
 
finish(String) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
finish(Map<byte[], List<Cell>>) - Method in class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
finish(String) - Method in interface org.apache.hadoop.hbase.regionserver.throttle.ThroughputController
Finish the controller.
finishClose(FixedFileTrailer) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
finishCompactionRequest(CompactionRequestImpl) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
finishFileInfo() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
finishInit(Configuration) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Additional initialization steps
finishRegionProcedure(long) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
finishSplitLogFile(String, Configuration) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
Completes the work done by splitLogFile by archiving logs
finishTransition(MasterProcedureEnv, RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
finishTransition(MasterProcedureEnv, RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
finishTransition(MasterProcedureEnv, RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
finishWriterThreads(boolean) - Method in class org.apache.hadoop.hbase.wal.OutputSink
Wait for writer threads to dump all info to the sink
first() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
firstCellInBlock - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
First cell in a block.
firstEntry() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
firstKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
firstKey() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
FirstLevelBlockCache - Interface in org.apache.hadoop.hbase.io.hfile
In-memory BlockCache that may be backed by secondary layer(s).
firstRow() - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
firstRow() - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
In HBase, the first row is represented by an empty byte array.
firstRow() - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
fix() - Method in class org.apache.hadoop.hbase.master.janitor.MetaFixer
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.HStore
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.ScanInfo
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.Segment
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.StoreContext
 
FIXED_OVERHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
FIXED_SIZE - Static variable in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
 
FIXED_SIZE - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
FixedFileTrailer - Class in org.apache.hadoop.hbase.io.hfile
The HFile has a fixed trailer which contains offsets to other variable parts of the file.
FixedIntervalRateLimiter - Class in org.apache.hadoop.hbase.quotas
With this limiter resources will be refilled only after a fixed interval of time.
FixedIntervalRateLimiter() - Constructor for class org.apache.hadoop.hbase.quotas.FixedIntervalRateLimiter
 
fixEmptyMetaCells() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
To fix the empty REGIONINFO_QUALIFIER rows from hbase:meta
fixMeta(RpcController, MasterProtos.FixMetaRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
fixMetaHoleOnlineAndAddReplicas(Configuration, RegionInfo, Collection<ServerName>, int) - Static method in class org.apache.hadoop.hbase.util.HBaseFsckRepair
Puts the specified RegionInfo into META with replica related columns
fixMultiAssignment(Connection, RegionInfo, List<ServerName>) - Static method in class org.apache.hadoop.hbase.util.HBaseFsckRepair
Fix multiple assignment by doing silent closes on each RS hosting the region and then force ZK unassigned node to OFFLINE to trigger assignment by master.
fixOrphanTables() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
To fix orphan table by creating a .tableinfo file under tableDir
1.
fixTableState(TableState) - Method in class org.apache.hadoop.hbase.master.MirroringTableStateManager
Deprecated.
 
fixTableState(TableState) - Method in class org.apache.hadoop.hbase.master.TableStateManager
For subclasses in case they want to do fixup post hbase:meta.
fixUnassigned(Admin, RegionInfo) - Static method in class org.apache.hadoop.hbase.util.HBaseFsckRepair
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.
fixUnDeletedQueues() - Method in class org.apache.hadoop.hbase.util.hbck.ReplicationChecker
 
flattenOneSegment(long, MemStoreCompactionStrategy.Action) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
flattenOneSegment(long, CompactingMemStore.IndexType, MemStoreCompactionStrategy.Action) - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
If the caller holds the current version, go over the the pipeline and try to flatten each segment.
floor(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
floorEntry(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
floorKey(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
flush(boolean) - Method in class org.apache.hadoop.hbase.master.region.MasterRegion
 
flush(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Flush the cache.
FLUSH - Static variable in class org.apache.hadoop.hbase.wal.WALEdit
Deprecated.
Since 2.3.0. Make it protected, internal-use only.
FLUSH_REQUEST_THREADS_DEFAULT - Static variable in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
 
FLUSH_REQUEST_THREADS_KEY - Static variable in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
 
FLUSH_REQUEST_WAKE_MILLIS_KEY - Static variable in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
 
FLUSH_TABLE_PROCEDURE_SIGNATURE - Static variable in class org.apache.hadoop.hbase.procedure.flush.MasterFlushTableProcedureManager
 
FLUSH_TIMEOUT_MILLIS_DEFAULT - Static variable in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
 
FLUSH_TIMEOUT_MILLIS_KEY - Static variable in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
 
FLUSH_TO_L0_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
Whether to flush memstore to L0 files, or directly to stripes.
FlushAllLargeStoresPolicy - Class in org.apache.hadoop.hbase.regionserver
A FlushPolicy that only flushes store larger a given threshold.
FlushAllLargeStoresPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.FlushAllLargeStoresPolicy
 
FlushAllStoresPolicy - Class in org.apache.hadoop.hbase.regionserver
A FlushPolicy that always flushes all stores for a given region.
FlushAllStoresPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.FlushAllStoresPolicy
 
flushcache(List<byte[]>, boolean, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Flush the cache.
flushCache(long, MemStoreSnapshot, MonitoredTask, ThroughputController, FlushLifeCycleTracker, Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Write out current snapshot.
flushInMemory(MutableSegment) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
flushIntervalMs(long) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
flushIntervalMs() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
FlushLargeStoresPolicy - Class in org.apache.hadoop.hbase.regionserver
A FlushPolicy that only flushes store larger a given threshold.
FlushLargeStoresPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.FlushLargeStoresPolicy
 
FlushLifeCycleTracker - Interface in org.apache.hadoop.hbase.regionserver
Used to track flush execution.
flushMasterStore() - Method in class org.apache.hadoop.hbase.master.HMaster
 
flushMasterStore(RpcController, MasterProtos.FlushMasterStoreRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
flushMasterStore() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Flush master local region
FlushNonSloppyStoresFirstPolicy - Class in org.apache.hadoop.hbase.regionserver
A FlushPolicy that only flushes store larger than a given threshold.
FlushNonSloppyStoresFirstPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.FlushNonSloppyStoresFirstPolicy
 
flushPerChanges(long) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
flushPerChanges() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
FlushPolicy - Class in org.apache.hadoop.hbase.regionserver
A flush policy determines the stores that need to be flushed when flushing a region.
FlushPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.FlushPolicy
 
FlushPolicyFactory - Class in org.apache.hadoop.hbase.regionserver
The class that creates a flush policy from a conf and HTableDescriptor.
FlushPolicyFactory() - Constructor for class org.apache.hadoop.hbase.regionserver.FlushPolicyFactory
 
flushRegion(RpcController, AdminProtos.FlushRegionRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Flush a region on the region server.
flushRequested(FlushType, Region) - Method in interface org.apache.hadoop.hbase.regionserver.FlushRequestListener
Callback which will get called when a flush request is made for a region.
FlushRequester - Interface in org.apache.hadoop.hbase.regionserver
Request a flush.
FlushRequestListener - Interface in org.apache.hadoop.hbase.regionserver
Listener which will get notified regarding flush requests of regions.
flushSize(long) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
flushSize() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
flushSizeLowerBound - Variable in class org.apache.hadoop.hbase.regionserver.FlushLargeStoresPolicy
 
flushSnapshot(MemStoreSnapshot, long, MonitoredTask, ThroughputController, FlushLifeCycleTracker, Consumer<Path>) - Method in class org.apache.hadoop.hbase.mob.DefaultMobStoreFlusher
Flushes the snapshot of the MemStore.
flushSnapshot(MemStoreSnapshot, long, MonitoredTask, ThroughputController, FlushLifeCycleTracker, Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.DefaultStoreFlusher
 
flushSnapshot(MemStoreSnapshot, long, MonitoredTask, ThroughputController, FlushLifeCycleTracker, Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFlusher
 
FlushSnapshotSubprocedure - Class in org.apache.hadoop.hbase.regionserver.snapshot
This online snapshot implementation uses the distributed procedure framework to force a store flush and then records the hfiles.
FlushSnapshotSubprocedure(ProcedureMember, ForeignExceptionDispatcher, long, long, List<HRegion>, SnapshotProtos.SnapshotDescription, RegionServerSnapshotManager.SnapshotSubprocedurePool) - Constructor for class org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure
 
FlushSnapshotSubprocedure.RegionSnapshotTask - Class in org.apache.hadoop.hbase.regionserver.snapshot
Callable for adding files to snapshot manifest working dir.
FlushTableSubprocedure - Class in org.apache.hadoop.hbase.procedure.flush
This flush region implementation uses the distributed procedure framework to flush table regions.
FlushTableSubprocedure(ProcedureMember, ForeignExceptionDispatcher, long, long, List<HRegion>, String, String, RegionServerFlushTableProcedureManager.FlushTableSubprocedurePool) - Constructor for class org.apache.hadoop.hbase.procedure.flush.FlushTableSubprocedure
 
FlushTableSubprocedureBuilder() - Constructor for class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager.FlushTableSubprocedureBuilder
 
FlushThroughputControllerFactory - Class in org.apache.hadoop.hbase.regionserver.throttle
 
footer_jsp - Class in org.apache.hadoop.hbase.generated.master
 
footer_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.footer_jsp
 
footer_jsp - Class in org.apache.hadoop.hbase.generated.regionserver
 
footer_jsp() - Constructor for class org.apache.hadoop.hbase.generated.regionserver.footer_jsp
 
forceCopyOfBigCellInto(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
The process of merging assumes all cells are allocated on mslab.
forceCopyOfBigCellInto(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
Allocates slice in this LAB and copy the passed Cell into this area.
forceCopyOfBigCellInto(Cell) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
When a cell's size is too big (bigger than maxAlloc), copyCellInto does not allocate it on MSLAB.
forceSelect(CompactionRequestImpl) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionContext
Forces external selection to be applied for this compaction.
ForeignException - Exception in org.apache.hadoop.hbase.errorhandling
A ForeignException is an exception from another thread or process.
ForeignException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.errorhandling.ForeignException
Create a new ForeignException that can be serialized.
ForeignException(String, String) - Constructor for exception org.apache.hadoop.hbase.errorhandling.ForeignException
Create a new ForeignException that can be serialized.
ForeignExceptionDispatcher - Class in org.apache.hadoop.hbase.errorhandling
The dispatcher acts as the state holding entity for foreign error handling.
ForeignExceptionDispatcher(String) - Constructor for class org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
 
ForeignExceptionDispatcher() - Constructor for class org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
 
ForeignExceptionListener - Interface in org.apache.hadoop.hbase.errorhandling
The ForeignExceptionListener is an interface for objects that can receive a ForeignException.
ForeignExceptionSnare - Interface in org.apache.hadoop.hbase.errorhandling
This is an interface for a cooperative exception throwing mechanism.
format - Variable in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
format - Variable in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
format - Variable in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
FORMAT_VERSION_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
The configuration key for HFile version to use for new files
formatDate(Date) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Formats a date to a string.
formatStats(BloomFilterBase) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
A human-readable string with statistics for the given Bloom filter.
formatTestingStats() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
 
formatThreadInfo(ThreadInfo, String) - Static method in class org.apache.hadoop.hbase.monitoring.ThreadMonitoring
Format the given ThreadInfo object as a String.
formatZKString() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmplImpl
 
formatZKString() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmplImpl
 
frags - Variable in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
freeBlock(long, int) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
Free a block with the offset
freeCount() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
from(ClusterMetrics) - Static method in class org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model.ClusterMetrics
 
from(Result) - Static method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
fromNamespaceEntry(String) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
fromNamespaceEntry(byte[]) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
fromThrottle(QuotaProtos.Throttle) - Static method in class org.apache.hadoop.hbase.quotas.QuotaLimiterFactory
 
fs - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
fs - Variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
fs - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
file system instance
fs - Variable in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
 
fs - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
FS_SHUTDOWN_HOOK_WAIT - Static variable in class org.apache.hadoop.hbase.regionserver.ShutdownHook
Key for a long configuration on how much time to wait on the fs shutdown hook.
fsBlockReader - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Filesystem-level block reader.
FSDataInputStreamWrapper - Class in org.apache.hadoop.hbase.io
Wrapper for input stream(s) that takes care of the interaction of FS and HBase checksums, as well as closing streams.
FSDataInputStreamWrapper(FileSystem, Path) - Constructor for class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
 
FSDataInputStreamWrapper(FileSystem, Path, boolean, long) - Constructor for class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
 
FSDataInputStreamWrapper(FileSystem, FileLink, boolean, long) - Constructor for class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
 
FSDataInputStreamWrapper(FSDataInputStream) - Constructor for class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
For use in tests.
FSDataInputStreamWrapper(FSDataInputStream, FSDataInputStream) - Constructor for class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
For use in tests.
FsDelegationToken - Class in org.apache.hadoop.hbase.security.token
Helper class to obtain a filesystem delegation token.
FsDelegationToken(UserProvider, String) - Constructor for class org.apache.hadoop.hbase.security.token.FsDelegationToken
 
FSHLog - Class in org.apache.hadoop.hbase.regionserver.wal
The original implementation of FSWAL.
FSHLog(FileSystem, Path, String, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.FSHLog
Constructor.
FSHLog(FileSystem, Abortable, Path, String, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
FSHLog(FileSystem, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
FSHLog(FileSystem, Abortable, Path, String, String, Configuration, List<WALActionsListener>, boolean, String, String) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.FSHLog
Create an edit log at the given dir location.
FSHLogProvider - Class in org.apache.hadoop.hbase.wal
A WAL provider that use FSHLog.
FSHLogProvider() - Constructor for class org.apache.hadoop.hbase.wal.FSHLogProvider
 
FSHLogProvider.Writer - Interface in org.apache.hadoop.hbase.wal
 
FSTableDescriptors - Class in org.apache.hadoop.hbase.util
Implementation of TableDescriptors that reads descriptors from the passed filesystem.
FSTableDescriptors(Configuration) - Constructor for class org.apache.hadoop.hbase.util.FSTableDescriptors
Construct a FSTableDescriptors instance using the hbase root dir of the given conf and the filesystem where that root dir lives.
FSTableDescriptors(FileSystem, Path) - Constructor for class org.apache.hadoop.hbase.util.FSTableDescriptors
 
FSTableDescriptors(FileSystem, Path, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.util.FSTableDescriptors
 
FSUtils - Class in org.apache.hadoop.hbase.util
Utility methods for interacting with the underlying file system.
FSUtils.BlackListDirFilter - Class in org.apache.hadoop.hbase.util
Directory filter that doesn't include any of the directories in the specified blacklist
FSUtils.DirFilter - Class in org.apache.hadoop.hbase.util
A PathFilter that only allows directories.
FSUtils.FamilyDirFilter - Class in org.apache.hadoop.hbase.util
Filter for all dirs that are legal column family names.
FSUtils.HFileFilter - Class in org.apache.hadoop.hbase.util
Filter for HFiles that excludes reference files.
FSUtils.HFileLinkFilter - Class in org.apache.hadoop.hbase.util
Filter for HFileLinks (StoreFiles and HFiles not included).
FSUtils.ReferenceAndLinkFileFilter - Class in org.apache.hadoop.hbase.util
 
FSUtils.ReferenceFileFilter - Class in org.apache.hadoop.hbase.util
 
FSUtils.RegionDirFilter - Class in org.apache.hadoop.hbase.util
Filter for all dirs that don't start with '.'
FSUtils.UserTableDirFilter - Class in org.apache.hadoop.hbase.util
A PathFilter that returns usertable directories.
FsUtilsLeaseRecovery(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv.FsUtilsLeaseRecovery
 
FSVisitor - Class in org.apache.hadoop.hbase.util
Utility methods for interacting with the hbase.root file system.
FSVisitor.StoreFileVisitor - Interface in org.apache.hadoop.hbase.util
 
FULL_MOB_COMPACTION_TYPE - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 

G

GCMergedRegionsProcedure - Class in org.apache.hadoop.hbase.master.assignment
Deprecated.
GCMergedRegionsProcedure(MasterProcedureEnv, RegionInfo, RegionInfo, RegionInfo) - Constructor for class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
GCMergedRegionsProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
GCMultipleMergedRegionsProcedure - Class in org.apache.hadoop.hbase.master.assignment
GC regions that have been Merged.
GCMultipleMergedRegionsProcedure(MasterProcedureEnv, RegionInfo, List<RegionInfo>) - Constructor for class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
GCMultipleMergedRegionsProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
GCRegionProcedure - Class in org.apache.hadoop.hbase.master.assignment
GC a Region that is no longer in use.
GCRegionProcedure(MasterProcedureEnv, RegionInfo) - Constructor for class org.apache.hadoop.hbase.master.assignment.GCRegionProcedure
 
GCRegionProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.GCRegionProcedure
 
generalBloomFilter - Variable in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
generateDeadServersListToSend() - Method in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
Create the dead server to send.
generateExceptionForChecksumFailureForTest(boolean) - Static method in class org.apache.hadoop.hbase.io.hfile.ChecksumUtil
Mechanism to throw an exception in case of hbase checksum failure.
generateFavoredNodes(RegionInfo) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
generateFavoredNodesForDaughter(List<ServerName>, RegionInfo, RegionInfo, RegionInfo) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer
 
generateFavoredNodesForDaughter(List<ServerName>, RegionInfo, RegionInfo, RegionInfo) - Method in interface org.apache.hadoop.hbase.favored.FavoredNodesPromoter
 
generateFavoredNodesForDaughter(List<ServerName>, RegionInfo, RegionInfo, RegionInfo) - Method in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
 
generateFavoredNodesForMergedRegion(RegionInfo, RegionInfo[]) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer
 
generateFavoredNodesForMergedRegion(RegionInfo, RegionInfo[]) - Method in interface org.apache.hadoop.hbase.favored.FavoredNodesPromoter
 
generateFavoredNodesForMergedRegion(RegionInfo, RegionInfo[]) - Method in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
 
generateFavoredNodesRoundRobin(Map<ServerName, List<RegionInfo>>, List<RegionInfo>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
generateMissingFavoredNode(List<ServerName>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
generateMissingFavoredNode(List<ServerName>, List<ServerName>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
generateNewScannerId() - Method in class org.apache.hadoop.hbase.regionserver.ScannerIdGenerator
 
generateToken(String) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
 
get(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
get(String, String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
get(int) - Static method in enum org.apache.hadoop.hbase.executor.EventType
 
get(Configuration) - Static method in class org.apache.hadoop.hbase.fs.HFileSystem
Create a new HFileSystem object, similar to FileSystem.get().
get(Object) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
get() - Method in interface org.apache.hadoop.hbase.master.HMaster.TableDescriptorGetter
 
get(Get) - Method in class org.apache.hadoop.hbase.master.region.MasterRegion
The design for master region is to only load all the data to memory at once when starting, so typically you should not use the get method to get a single row of data at runtime.
get(String) - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
get() - Static method in class org.apache.hadoop.hbase.monitoring.TaskMonitor
Get singleton instance.
get(Connection, Configuration, FileSystem, TableName) - Method in interface org.apache.hadoop.hbase.quotas.FileArchiverNotifierFactory
Creates or obtains a FileArchiverNotifier instance for the given args.
get(Connection, Configuration, FileSystem, TableName) - Method in class org.apache.hadoop.hbase.quotas.FileArchiverNotifierFactoryImpl
Returns the FileArchiverNotifier instance for the given TableName.
get(Object) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
get(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
get(Get) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
get(Get, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
get(Get) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Do a get based on the get parameter.
get(Get, boolean) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Do a get based on the get parameter.
get(RpcController, ClientProtos.GetRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Get data from a table.
get() - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
 
get() - Method in class org.apache.hadoop.hbase.server.trace.IpcServerSpanBuilder
 
get(TableName) - Method in interface org.apache.hadoop.hbase.TableDescriptors
Returns TableDescriptor for tablename
get(TableName) - Method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Get the current table descriptor for the given table, or null if none exists.
get() - Method in class org.apache.hadoop.hbase.util.SortedList
Returns a reference to the unmodifiable list currently backing the SortedList.
get(int) - Method in class org.apache.hadoop.hbase.util.SortedList
 
get(String) - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
 
get75thPercentile() - Method in class org.apache.hadoop.hbase.io.hfile.AgeSnapshot
 
get95thPercentile() - Method in class org.apache.hadoop.hbase.io.hfile.AgeSnapshot
 
get98thPercentile() - Method in class org.apache.hadoop.hbase.io.hfile.AgeSnapshot
 
get999thPercentile() - Method in class org.apache.hadoop.hbase.io.hfile.AgeSnapshot
 
get99thPercentile() - Method in class org.apache.hadoop.hbase.io.hfile.AgeSnapshot
 
getAbortable() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
getAbortNode(ZKProcedureUtil, String) - Static method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
Get the full znode path for the node used by the coordinator or member to trigger an abort of the global barrier acquisition or execution in subprocedures.
getAbortZNode(String) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
getAbortZnode() - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
getAccessChecker() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns the AccessChecker
getAccessChecker() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getAccessChecker() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns the AccessChecker
getAccessChecker() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getAccessCount() - Method in class org.apache.hadoop.hbase.mob.MobFileCache
Gets the count of accesses to the mob file cache.
getAcquireBarrierNode(ZKProcedureUtil, String) - Static method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
Get the full znode path for the node used by the coordinator to trigger a global barrier acquire on each subprocedure.
getAcquiredBarrier() - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
getAcquiredBarrierNode(String) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
getAction(VersionedSegmentsList) - Method in class org.apache.hadoop.hbase.regionserver.AdaptiveMemStoreCompactionStrategy
 
getAction(VersionedSegmentsList) - Method in class org.apache.hadoop.hbase.regionserver.BasicMemStoreCompactionStrategy
 
getAction(VersionedSegmentsList) - Method in class org.apache.hadoop.hbase.regionserver.EagerMemStoreCompactionStrategy
 
getAction(VersionedSegmentsList) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
getAction() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
getActiveEnforcements() - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
Creates an object well-suited for the RegionServer to use in verifying active policies.
getActiveFileName() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Return the active file name that contains the real data.
getActiveGeneralRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getActiveGeneralRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getActiveGeneralRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves the number of active general handler.
getActiveGeneralRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getActiveHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getActiveHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
getActiveMaster() - Method in class org.apache.hadoop.hbase.client.RegionServerRegistry
 
getActiveMaster() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Gets the current active master, if available.
getActiveMaster() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getActiveMaster() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getActiveMaster(RpcController, RegistryProtos.GetActiveMasterRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getActiveMasterInfoPort() - Method in class org.apache.hadoop.hbase.master.ActiveMasterManager
 
getActiveMasterInfoPort() - Method in class org.apache.hadoop.hbase.master.HMaster
Returns info port of active master or 0 if any exception occurs.
getActiveMasterServerName() - Method in class org.apache.hadoop.hbase.master.ActiveMasterManager
 
getActiveMetaPriorityRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getActiveMetaPriorityRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getActiveMetaPriorityRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves the number of active meta priority handler.
getActiveMetaPriorityRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getActivePoliciesAsMap() - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
Converts a map of table to SpaceViolationPolicyEnforcements into SpaceViolationPolicys.
getActivePriorityRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getActivePriorityRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getActivePriorityRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves the number of active priority handler.
getActivePriorityRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getActiveReadHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getActiveReadHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
getActiveReadRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getActiveReadRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getActiveReadRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves the number of active write rpc handler when use RWQueueRpcExecutor.
getActiveReadRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getActiveReplicationRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getActiveReplicationRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getActiveReplicationRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves the number of active replication handler.
getActiveReplicationRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getActiveRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getActiveRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MasterFifoRpcScheduler
 
getActiveRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getActiveRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves the total number of active handler.
getActiveRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getActiveScanHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getActiveScanHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
getActiveScanRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getActiveScanRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getActiveScanRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves the number of active write rpc handler when use RWQueueRpcExecutor.
getActiveScanRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getActiveTime() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getActiveUser() - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
 
getActiveWriteHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getActiveWriteHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
getActiveWriteRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getActiveWriteRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getActiveWriteRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves the number of active write rpc handler when use RWQueueRpcExecutor.
getActiveWriteRpcHandlerCount() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getAdmin(ServerName) - Method in class org.apache.hadoop.hbase.client.ServerConnectionUtils.ShortCircuitingClusterConnection
 
getAdmin() - Method in class org.apache.hadoop.hbase.SharedConnection
 
getAdmin() - Method in class org.apache.hadoop.hbase.util.ConnectionCache
Caller doesn't close the admin afterwards.
getAgeAtEvictionSnapshot() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getAgeInCacheSnapshot() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.CachedBlocksByFile
 
getAgeOfLastAppliedOp() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Get the Age of Last Applied Op
getAgeOfLastShippedOp(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
get age of last shipped op of given wal group.
getAgeOfLastShippedOp() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Get AgeOfLastShippedOp
getAgeOfLastShippedOp() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus
 
getAlgorithm() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getAll() - Method in class org.apache.hadoop.hbase.master.MasterRegionServerList
 
getAll() - Method in interface org.apache.hadoop.hbase.master.RegionServerList
Get all live region servers.
getAll() - Method in interface org.apache.hadoop.hbase.TableDescriptors
Get Map of all TableDescriptors.
getAll() - Method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Returns a map from table name to table descriptor for all tables.
getAllExecutorStatuses() - Method in class org.apache.hadoop.hbase.executor.ExecutorService
 
getAllocationFailCount() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCacheStats
 
getAllocator() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getAllSegments() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
getAllSegments() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableSegment
 
getAndResetChecksumFailuresCount() - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Number of checksum verification failures.
getAnnotatedPriority(RPCProtos.RequestHeader) - Method in class org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction
See if the method has an annotation.
getAppliedOps() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Gets the total number of OPs delivered to this sink.
getArchivedStoreFilesCount() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the number of available store files in the archive
getArchivedStoreFileSize() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the total size of the store files in the archive
getArchivePath() - Method in class org.apache.hadoop.hbase.io.HFileLink
Returns the path of the archived hfile.
getArchivePath(Configuration) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
Get the full path to the archive directory on the configured MasterFileSystem
getArchiveZNode(Configuration, ZKWatcher) - Static method in class org.apache.hadoop.hbase.backup.example.ZKTableArchiveClient
 
getArchivingEnabled(byte[]) - Method in class org.apache.hadoop.hbase.backup.example.ZKTableArchiveClient
Determine if archiving is enabled (but not necessarily fully propagated) for a table
getArchivingEnabled(String) - Method in class org.apache.hadoop.hbase.backup.example.ZKTableArchiveClient
Determine if archiving is enabled (but not necessarily fully propagated) for a table
getAssignedRegions() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getAssignedRegions() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getAssignmentManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getAssignmentManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's instance of the AssignmentManager
getAssignmentManager() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
getAssignmentManager() - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl.ImplData
 
getAssignmentManager() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getAssignmentManager__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getAssignmentManagerMetrics() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getAssignmentMap() - Method in class org.apache.hadoop.hbase.favored.FavoredNodesPlan
Return the mapping between each region to its favored region server list.
getAssignmentsForBalancer(TableStateManager, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
This is an EXPENSIVE clone.
getAssignProcMetrics() - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
Returns Set of common metrics for assign procedure
getAttempt() - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
getAttemptingUser() - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcServer
 
getAttemptingUser() - Method in class org.apache.hadoop.hbase.security.provider.AttemptingUserProvidingSaslServer
 
getAuthenticationToken(RpcController, AuthenticationProtos.GetAuthenticationTokenRequest, RpcCallback<AuthenticationProtos.GetAuthenticationTokenResponse>) - Method in class org.apache.hadoop.hbase.security.token.TokenProvider
 
getAuthManager() - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
 
getAuthManager() - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
getAuthorizationID() - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcServer
 
getAuthorizedUgi(String, SecretManager<TokenIdentifier>) - Method in class org.apache.hadoop.hbase.security.provider.DigestSaslServerAuthenticationProvider
 
getAuthorizedUgi(String, SecretManager<TokenIdentifier>) - Method in class org.apache.hadoop.hbase.security.provider.GssSaslServerAuthenticationProvider
 
getAuthorizedUgi(String, SecretManager<TokenIdentifier>) - Method in interface org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProvider
 
getAuthorizedUgi(String, SecretManager<TokenIdentifier>) - Method in class org.apache.hadoop.hbase.security.provider.SimpleSaslServerAuthenticationProvider
 
getAuths(RpcController, VisibilityLabelsProtos.GetAuthsRequest, RpcCallback<VisibilityLabelsProtos.GetAuthsResponse>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
getAvailable() - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
 
getAvailablePath(FileSystem) - Method in class org.apache.hadoop.hbase.io.FileLink
Returns the path of the first available link.
getAverageLoad() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.master.HMaster
Compute the average load across all region servers.
getAverageLoad() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getAverageLoad() - Method in class org.apache.hadoop.hbase.master.ServerManager
Compute the average load across all region servers.
getAvgKeyLen() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
getAvgRegionSize(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getAvgStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getAvgStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getAvgStoreFileAge(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getAvgStoreFileAge() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns Average age of store files in this store
getAvgValueLen() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
getBackingFs() - Method in class org.apache.hadoop.hbase.fs.HFileSystem
Returns the underlying filesystem
getBackReferenceFileName(Path) - Static method in class org.apache.hadoop.hbase.io.FileLink
Get the referenced file name from the reference link directory path.
getBackReferencesDir(Path, String) - Static method in class org.apache.hadoop.hbase.io.FileLink
Get the directory to store the link back references
getBackupMasterInfoPort(ServerName) - Method in class org.apache.hadoop.hbase.master.ActiveMasterManager
 
getBackupMasterInfoPort(ServerName) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getBackupMasterNames() - Method in class org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model.ClusterMetrics
 
getBackupMasters() - Method in class org.apache.hadoop.hbase.master.ActiveMasterManager
Returns list of registered backup masters.
getBackupMasters() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getBackupMasters() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getBalancer(String, Configuration, List<BlockingQueue<CallRunner>>) - Static method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getBalancerDecision() - Method in class org.apache.hadoop.hbase.namequeues.BalancerDecisionDetails
 
getBalancerDecisions() - Method in class org.apache.hadoop.hbase.namequeues.response.NamedQueueGetResponse
 
getBalancerDecisionsRequest() - Method in class org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
 
getBalancerRejection() - Method in class org.apache.hadoop.hbase.namequeues.BalancerRejectionDetails
 
getBalancerRejections() - Method in class org.apache.hadoop.hbase.namequeues.response.NamedQueueGetResponse
 
getBalancerRejectionsRequest() - Method in class org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
 
getBaseMetrics() - Method in class org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource.ClusterMetricsResource
 
getBaseOffset() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
getBasePriority(RPCProtos.RequestHeader, Message) - Method in class org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction
Get the priority for a given request from the header and the param This doesn't consider which user is sending the request at all.
getBaseZnode() - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
getBatch() - Method in interface org.apache.hadoop.hbase.regionserver.RegionScanner
 
getBbAllocator() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl.ImplData
 
getBc() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl.ImplData
 
getBcn() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
getBcn() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
getBcn__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
getBcv() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
getBcv() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
getBcv__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
getBlock(BlockCacheKey, boolean, boolean, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Fetch block from cache.
getBlock(BlockCacheKey, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
Get the buffer of the block with the specified key.
getBlock(BlockCacheKey, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getBlock(BlockCacheKey, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.InclusiveCombinedBlockCache
 
getBlock(BlockCacheKey, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Get the buffer of the block with the specified name.
getBlock(BlockCacheKey, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get the buffer of the block with the specified name.
getBlock(BlockCacheKey, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
getBlockCache() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Returns the block cache.
getBlockCache() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getBlockCache() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
May be null if this is a master which not carry table.
getBlockCache() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns The block cache instance.
getBlockCache() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
getBlockCacheHeapPercent(Configuration) - Static method in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
Retrieve configured size for on heap block cache as percentage of total heap.
getBlockCaches() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Returns The list of sub blockcaches that make up this one; returns null if no sub caches.
getBlockCaches() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getBlockCaches() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getBlockCaches() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
getBlockCaches() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getBlockCaches() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
getBlockCacheSize() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerResult
 
getBlockCount() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Returns the number of blocks currently cached in the block cache.
getBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
getBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
getBlockedFlushCount() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
getBlockedRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getBlockedRequestsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns the number of blocked requests
getBlockingFileCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getBlockingFileCount() - Method in interface org.apache.hadoop.hbase.regionserver.StoreConfigInformation
The number of files required before flushes for this store will be blocked.
getBlockingService() - Method in class org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface
 
getBlockKey(int) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
getBlockKeys() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
getBlockLocalityIndex(String) - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
Get the block locality index for a given host
getBlockLocalityIndexForSsd(String) - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
Get the block locality index for a ssd for a given host
getBlockOffset(int) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
getBlockPriority() - Method in interface org.apache.hadoop.hbase.io.hfile.CachedBlock
 
getBlockSize() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getBlocksLocalWeight(String) - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
Get the blocks local weight for a given host
getBlocksLocalWithSsdWeight(String) - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
Get the blocks local weight with ssd for a given host
getBlockType() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
 
getBlockType() - Method in interface org.apache.hadoop.hbase.io.hfile.Cacheable
Returns the block type of this cached HFile block
getBlockType() - Method in interface org.apache.hadoop.hbase.io.hfile.CachedBlock
 
getBlockType() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
getBloomBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getBloomBlockSize(Configuration) - Static method in class org.apache.hadoop.hbase.util.BloomFilterFactory
Returns the compound Bloom filter block size from the configuration
getBloomChunkHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getBloomChunkHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getBloomChunkMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getBloomChunkMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getBloomFilterEligibleRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getBloomFilterEligibleRequestsCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getBloomFilterEligibleRequestsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns count of requests which could have used bloom filters, but they weren't configured or loaded.
getBloomFilterMetrics() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
getBloomFilterNegativeResultsCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getBloomFilterNegativeResultsCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getBloomFilterNegativeResultsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns count of negative results for bloom filter requests for this store.
getBloomFilterParam(BloomType, Configuration) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
 
getBloomFilterRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getBloomFilterRequestsCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getBloomFilterRequestsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns count of bloom filter results for this store.
getBloomFilterType() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getBloomFilterType() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getBoolean(String, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getBootstrapNodes(RpcController, RegistryProtos.GetBootstrapNodesRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getBoundaries() - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionRequest
 
getBoundariesPolicies() - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionRequest
 
getBrokenStoreFileCleaner() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getBucketCacheSize(Configuration) - Static method in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
 
getBucketCacheStats() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getBucketIndex(long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
 
getBuckets() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
 
getBucketSize() - Method in class org.apache.hadoop.hbase.util.LossyCounting
 
getBuffer() - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
 
getBufferedMutator(TableName) - Method in class org.apache.hadoop.hbase.SharedConnection
 
getBufferedMutator(BufferedMutatorParams) - Method in class org.apache.hadoop.hbase.SharedConnection
 
getBufferReadOnly() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
Returns a read-only duplicate of the buffer this block stores internally ready to be read.
getBufferWithoutHeader() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
Returns a buffer that does not include the header and checksum.
getBuilder() - Static method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getBuilder(WALCellCodec.ByteStringCompressor) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
getBulkLoadDescriptor(Cell) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
Deserialized and returns a BulkLoadDescriptor from the passed in Cell
getBulkLoadObserver() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
 
getBulkLoadObserver() - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
getBulkLoadTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getBulkLoadTimestamp() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Return the timestamp at which this bulk load file was generated.
getByNamespace(String) - Method in interface org.apache.hadoop.hbase.TableDescriptors
Get Map of all NamespaceDescriptors for a given namespace.
getByNamespace(String) - Method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Find descriptors by namespace.
getBypassGlobals() - Method in class org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
 
getByteBuffAllocator() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
getByteBuffAllocator() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
getByteBuffAllocator() - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
getByteBuffAllocator() - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
Allocator to allocate/free the ByteBuffers, those ByteBuffers can be on-heap or off-heap.
getByteBuffAllocator() - Method in class org.apache.hadoop.hbase.regionserver.RegionServicesForStores
 
getBytes() - Method in class org.apache.hadoop.hbase.util.HashedBytes
 
getByteSize() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
 
getByteSize() - Method in interface org.apache.hadoop.hbase.util.BloomFilterBase
Returns Size of the bloom, in bytes
getByteSize() - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
 
getBytesPerChecksum(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
Returns the configured bytesPerChecksum value.
getByteStringCompressor() - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
 
getByteStringUncompressor() - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
 
getCacheCompactedBlocksOnWriteThreshold() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Returns total file size in bytes threshold for caching while writing during compaction
getCacheConf() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getCacheConf() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getCacheConfig() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Used for tests.
getCacheConfig() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl.ImplData
 
getCacheConfig() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
getCacheDataBlockPercent() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
getCachedBlockStatsByFile() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.CachedBlocksByFile
 
getCachedTime() - Method in interface org.apache.hadoop.hbase.io.hfile.CachedBlock
 
getCachedTime() - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
Returns Time we were cached at in nano seconds.
getCacheKey() - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
 
getCacheMissCount() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
getCacheOnWrite() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
getCacheOnWrite() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
 
getCacheOnWrite() - Method in interface org.apache.hadoop.hbase.io.hfile.InlineBlockWriter
Returns true if inline blocks produced by this writer should be cached
getCacheSize() - Method in class org.apache.hadoop.hbase.mob.MobFileCache
Gets the count of cached mob files.
getCacheSize() - Method in class org.apache.hadoop.hbase.quotas.FileArchiverNotifierFactoryImpl
 
getCacheStats() - Method in class org.apache.hadoop.hbase.master.CachedClusterId
 
getCallBack() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getCalledMethodNames(String) - Method in class org.apache.hadoop.hbase.ipc.CallQueueInfo
 
getCaller() - Method in interface org.apache.hadoop.hbase.coprocessor.ObserverContext
Returns the active user for the coprocessor call.
getCaller() - Method in class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
 
getCallMethod(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getCallMethodCount(String, String) - Method in class org.apache.hadoop.hbase.ipc.CallQueueInfo
 
getCallMethodSize(String, String) - Method in class org.apache.hadoop.hbase.ipc.CallQueueInfo
 
getCallQueueCountsSummary() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getCallQueueInfo() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getCallQueueInfo() - Method in class org.apache.hadoop.hbase.ipc.MasterFifoRpcScheduler
 
getCallQueueInfo() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Get call queue information
getCallQueueInfo() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getCallQueueNames() - Method in class org.apache.hadoop.hbase.ipc.CallQueueInfo
 
getCallQueueSizeSummary() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getCallRunner() - Method in class org.apache.hadoop.hbase.ipc.FastPathRpcHandler
 
getCallRunner() - Method in class org.apache.hadoop.hbase.ipc.RpcHandler
Returns A CallRunner n
getCandidateFilesForRowKeyBefore(KeyValue) - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Gets initial, full list of candidate store files to check for row-key-before.
getCandidateFilesForRowKeyBefore(KeyValue) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
getCatalogJanitor() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getCatalogJanitor() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's instance of CatalogJanitor
getCatalogJanitorEnabled() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getCatalogJanitorEnabled__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getCell() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
getCell() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
getCell() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Returns Instance of Cell.
getCell() - Method in class org.apache.hadoop.hbase.mob.MobCell
 
getCell(int) - Method in class org.apache.hadoop.hbase.regionserver.CellArrayMap
 
getCell(int) - Method in class org.apache.hadoop.hbase.regionserver.CellChunkMap
 
getCell(int) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
getCellBuilder() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment
Returns a CellBuilder so that coprocessors can build cells.
getCellComparator() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getCellComparator() - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker
Return the comparator passed to this delete tracker
getCellComparator() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
getCellComparator() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
getCellComparator() - Method in interface org.apache.hadoop.hbase.regionserver.Region
The comparator to be used with the region
getCellCount() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
getCellPermissionsForUser(User, Cell) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
getCells() - Method in class org.apache.hadoop.hbase.wal.WALEdit
 
getCellScanner() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns The CellScanner that can carry input and result payload.
getCellScanner() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Returns number of cells in segment
getCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSize
 
getCellsCount() - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
 
getCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSnapshot
Returns Number of Cells in this snapshot.
getCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
getCellsCountCompactedFromMob() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getCellsCountCompactedToMob() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getCellSet() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Returns a set of all cells in the segment
getCellSet() - Method in class org.apache.hadoop.hbase.regionserver.Segment
Returns a set of all cells in the segment
getCellsSizeCompactedFromMob() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getCellsSizeCompactedToMob() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getCheckAndMutateChecksFailed() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getCheckAndMutateChecksFailed() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns the number of failed checkAndMutate guards
getCheckAndMutateChecksPassed() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getCheckAndMutateChecksPassed() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns the number of checkAndMutate guards that passed
getCheckingEndTimestamp() - Method in class org.apache.hadoop.hbase.master.hbck.HbckReport
Used for web ui to show when the HBCK checking report generated.
getCheckingStartTimestamp() - Method in class org.apache.hadoop.hbase.master.hbck.HbckReport
Used for web ui to show when the HBCK checking started.
getChecksumFailures() - Method in class org.apache.hadoop.hbase.io.MetricsIOWrapperImpl
 
getChecksumFailuresCount() - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Number of checksum verification failures.
getChecksumType(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
Returns the configured checksum algorithm.
getChildExps() - Method in class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
getChoreService() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getChoreService() - Method in interface org.apache.hadoop.hbase.Server
Returns The ChoreService instance for this server
getChunkId() - Method in class org.apache.hadoop.hbase.regionserver.ByteBufferChunkKeyValue
 
getChunkId() - Method in class org.apache.hadoop.hbase.regionserver.NoTagByteBufferChunkKeyValue
 
getClass(String, Class<?>) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getClass(String, Class<? extends U>, Class<U>) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getClassByName(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getClassByNameOrNull(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getClasses(String, Class<?>...) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getClassLoader() - Method in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
 
getClassLoader() - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getClassName() - Method in class org.apache.hadoop.hbase.namequeues.RpcLogDetails
 
getClassName() - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation
 
getCleanerThreads() - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
getClient(ServerName) - Method in class org.apache.hadoop.hbase.client.ServerConnectionUtils.ShortCircuitingClusterConnection
 
getClient() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
getClient() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
If an RPC call is currently running, produces a String representation of the connection from which it was received.
getClientAddress() - Method in class org.apache.hadoop.hbase.namequeues.RpcLogDetails
 
getClientIdAuditPrefix() - Method in class org.apache.hadoop.hbase.master.HMaster
Returns Client info for use as prefix on an audit log string; who did an action
getClientIdAuditPrefix() - Method in interface org.apache.hadoop.hbase.master.MasterServices
 
getClientVersionInfo() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
Returns the client version info, or null if the information is not present
getClientVersionInfo() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getCloseProcMetrics() - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
Returns Set of common metrics for CloseRegionProcedure
getClusterConnection() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getClusterConnection() - Method in interface org.apache.hadoop.hbase.Server
Returns a reference to the servers' cluster connection.
getClusterId() - Method in class org.apache.hadoop.hbase.client.RegionServerRegistry
 
getClusterId() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getClusterId() - Method in class org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model.ClusterMetrics
 
getClusterId() - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
Returns The unique identifier generated for this cluster
getClusterId() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getClusterId() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getClusterId(RpcController, RegistryProtos.GetClusterIdRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getClusterId() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
getClusterId() - Method in class org.apache.hadoop.hbase.SharedConnection
 
getClusterId() - Method in class org.apache.hadoop.hbase.util.ConnectionCache
Returns Cluster ID for the HBase cluster or null if there is an err making the connection.
getClusterId(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Returns the value of the unique cluster ID stored for this HBase instance.
getClusterIds() - Method in class org.apache.hadoop.hbase.regionserver.BaseRowProcessor
 
getClusterIds() - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
Returns The cluster ids that have the change.
getClusterIds() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Returns the set of cluster Ids that have consumed the change
getClusterMetrics() - Method in class org.apache.hadoop.hbase.master.HMaster
Returns cluster status
getClusterMetrics(EnumSet<ClusterMetrics.Option>) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getClusterMetricsWithoutCoprocessor() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getClusterMetricsWithoutCoprocessor(EnumSet<ClusterMetrics.Option>) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getClusterSchema() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getClusterSchema() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's instance of ClusterSchema
getClusterStatus(RpcController, MasterProtos.GetClusterStatusRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getCode() - Method in enum org.apache.hadoop.hbase.executor.EventType
 
getCode() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext
 
getCodec(Configuration, String, CompressionContext) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
getCodec(Configuration, Encryptor) - Static method in class org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec
 
getCodec(Configuration, Decryptor) - Static method in class org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec
 
getCodecClsName() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
getColdWindowStoragePolicy() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getColumnFamily() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
getColumnFamilyDescriptor() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getColumnFamilyDescriptor() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getColumnFamilyName() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getColumnFamilyName() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getColumnFamilyName() - Method in interface org.apache.hadoop.hbase.regionserver.StoreConfigInformation
 
getColumnFamilyNameAsString() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
getColumnHint() - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.ColumnTracker
Used by matcher and scan/get to get a hint of the next column to seek to after checkColumn() returns SKIP.
getColumnHint() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
 
getColumnHint() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
getColumnHint() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTracker
Used by matcher and scan/get to get a hint of the next column to seek to after checkColumn() returns SKIP.
getCommonOptions() - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
getCompactedCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getCompactedCellsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The number of cells processed during minor compactions
getCompactedCellsSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getCompactedCellsSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The total amount of data processed during minor compactions, in bytes
getCompactedFiles() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getCompactedFiles() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getCompactedfiles() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
List of compacted files inside this store that needs to be excluded in reads because further new reads will be using only the newly created files out of compaction.
getCompactedfiles() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getCompactedFilesCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getCompactedFilesCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns Count of compacted store files
getCompactedFilesCount() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Returns the number of compacted files.
getCompactedFilesCount() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getCompactedFilesSupplier() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getCompactedHFilesDischarger() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getCompaction(Cell) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
Deserialized and returns a CompactionDescriptor is the KeyValue contains one.
getCompactionCheckMultiplier() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getCompactionCheckMultiplier() - Method in interface org.apache.hadoop.hbase.regionserver.StoreConfigInformation
 
getCompactionPolicy() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Returns Compaction policy to use.
getCompactionPolicyForDateTieredWindow() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getCompactionPressure() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getCompactionPressure() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getCompactionPressure() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
 
getCompactionPressure() - Method in interface org.apache.hadoop.hbase.regionserver.Store
This value can represent the degree of emergency of compaction for this store.
getCompactionPressure() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
 
getCompactionPressure() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getCompactionProgress() - Method in class org.apache.hadoop.hbase.regionserver.HStore
getter for CompactionProgress object
getCompactionQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
Returns the current size of the queue containing regions that are processed.
getCompactionRatio() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
Returns Ratio used for compaction
getCompactionRatioOffPeak() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
Returns Off peak Ratio used for compaction
getCompactionRequestor() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getCompactionRequestor() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
 
getCompactionState(TableName) - Method in class org.apache.hadoop.hbase.master.HMaster
Get the compaction state of the table
getCompactionState() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getCompactionState() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns if a given region is in compaction now.
getCompactionThroughputController() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
getCompactor() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Returns Compactor to use.
getCompactPriority() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Returns The priority that this region should have in the compaction queue
getCompactPriority() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getCompactPriority() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getCompactSplitThread() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns the underlying CompactSplit for the servers
getComparator() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getComparator() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Returns comparator
getComparator() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
getComparator() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getComparator() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getComparator() - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap.KVScannerComparator
 
getComparator() - Method in class org.apache.hadoop.hbase.regionserver.ScanInfo
 
getComparator() - Method in class org.apache.hadoop.hbase.regionserver.Segment
Returns the Cell comparator used by this segment
getComparator() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getComparator() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getComparator() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Get the comparator for comparing two cells.
getComparator() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getComparatorClassName() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getCompletedSnapshotDir(SnapshotProtos.SnapshotDescription, Path) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Get the directory for a specified snapshot.
getCompletedSnapshotDir(String, Path) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Get the directory for a completed snapshot.
getCompletedSnapshots(RpcController, MasterProtos.GetCompletedSnapshotsRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
List the currently available/stored snapshots.
getCompletedSnapshots() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Gets the list of all completed snapshots.
getCompletionTimestamp() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
getCompletionTimestamp() - Method in interface org.apache.hadoop.hbase.master.SnapshotSentinel
Returns -1 if the snapshot is in progress, otherwise the completion timestamp.
getCompletionTimestamp() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
getCompressionAlgorithm() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getCompressionCodec() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getConf() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getConf() - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
getConf() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicy
Returns The current compaction configuration settings.
getConf() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
getConf(Configuration, String) - Method in class org.apache.hadoop.hbase.replication.regionserver.DefaultSourceFSConfigurationProvider
 
getConf(Configuration, String) - Method in interface org.apache.hadoop.hbase.replication.regionserver.SourceFSConfigurationProvider
Returns the source cluster file system configuration for the given source cluster replication ID.
getConf() - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
getConf() - Method in class org.apache.hadoop.hbase.security.visibility.DefinedSetFilterScanLabelGenerator
 
getConf() - Method in class org.apache.hadoop.hbase.security.visibility.EnforcingScanLabelGenerator
 
getConf() - Method in class org.apache.hadoop.hbase.security.visibility.FeedUserAuthScanLabelGenerator
 
getConf() - Method in class org.apache.hadoop.hbase.security.visibility.SimpleScanLabelGenerator
 
getConf() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
getConf() - Method in class org.apache.hadoop.hbase.tool.CanaryTool
 
getConf() - Method in class org.apache.hadoop.hbase.tool.PreUpgradeValidator
 
getConfig() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl.ImplData
 
getConfiguration() - Method in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
 
getConfiguration() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Returns the Configuration used by this LocalHBaseCluster
getConfiguration() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getConfiguration() - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
 
getConfiguration() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
getConfiguration() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Gets current config.
getConfiguration() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getConfiguration() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getConfiguration() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
getConfiguration() - Method in interface org.apache.hadoop.hbase.Server
Gets the configuration object for this server.
getConfiguration() - Method in class org.apache.hadoop.hbase.SharedConnection
 
getConfigurationManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getConfResourceAsInputStream(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getConfResourceAsReader(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getConnection() - Method in interface org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment
Returns the hosts' Connection to the Cluster.
getConnection() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment
Returns the hosts' Connection to the Cluster.
getConnection() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment
Returns the hosts' Connection to the Cluster.
getConnection(SocketChannel, long) - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
Subclasses of HBaseServer can override this to provide their own Connection implementations.
getConnection() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getConnection() - Method in interface org.apache.hadoop.hbase.Server
Returns a reference to the servers' connection.
getConnectionString() - Method in class org.apache.hadoop.hbase.client.RegionServerRegistry
 
getContext() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getContext() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getContext() - Method in class org.apache.hadoop.hbase.regionserver.HRegion.RowLockImpl
 
getCoordinatedStateManager() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getCoordinatedStateManager() - Method in interface org.apache.hadoop.hbase.Server
Get CoordinatedStateManager instance for this server.
getCoprocessorHost() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Returns the coprocessor host
getCoprocessorHost() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getCoprocessorHost() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getCoprocessorHost() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
getCoprocessorHost() - Method in interface org.apache.hadoop.hbase.wal.WAL
Returns Coprocessor host.
getCoprocessors() - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Used to create a parameter to the HServerLoad constructor so that HServerLoad can provide information about the coprocessors loaded by this regionserver.
getCoprocessors() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getCorePoolSize() - Method in class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
 
getCorrupted() - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Returns the set of corrupted file paths after checkTables is called.
getCorruptedMobFiles() - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Returns the set of corrupted mob file paths after checkTables is called.
getCorruptedStoreFilesCount() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the number of corrupted store files
getCount() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.CachedBlocksByFile
Returns count of blocks in the cache
getCpRequestCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getCpRequestsCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getCreatedTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Returns timestamp when this file was created (as returned by filesystem)
getCreateTime() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitorReport
 
getCurBlockCacheSize() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
getCurBlockCacheUsed() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
getCurMemStoreSize() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
getCurMemStoreUsed() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
getCurrentBloomSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getCurrentCall() - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
Needed for features such as delayed calls.
getCurrentClientVersionInfo() - Static method in class org.apache.hadoop.hbase.client.VersionInfoUtil
Returns the versionInfo extracted from the current RpcCallContext
getCurrentCompactedKvs() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
Returns the completed count of key values in currently running compaction
getCurrentDataSize() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Returns the occupied size of data blocks, in bytes.
getCurrentDataSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getCurrentDataSize() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getCurrentDataSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
getCurrentDataSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getCurrentDataSize() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
getCurrentEligibleFiles(ArrayList<HStoreFile>, List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
getCurrentFileName() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
This is a convenience method that computes a new filename with a given using the current WAL file-number
getCurrentFileName(WAL) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
return the current filename from the current wal.
getCurrentHour() - Static method in class org.apache.hadoop.hbase.regionserver.compactions.CurrentHourProvider
 
getCurrentIndexSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getCurrentParallelPutCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getCurrentParallelPutCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getCurrentPath() - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
getCurrentPath() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getCurrentPath() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Get the current log that's replicated
getCurrentPath() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus
 
getCurrentPosition() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus
 
getCurrentSize() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Returns the occupied size of the block cache, in bytes.
getCurrentSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getCurrentSize() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getCurrentSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
getCurrentSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getCurrentSize() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
getCurrentState() - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
getCurrentState(String) - Method in class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore
 
getCurrentState(T) - Method in interface org.apache.hadoop.hbase.quotas.QuotaSnapshotStore
Returns the current SpaceQuotaSnapshot for the given subject.
getCurrentState(TableName) - Method in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore
 
getCurrentTerm() - Method in class org.apache.hadoop.hbase.util.LossyCounting
 
getCurTaskZKVersion() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination.ZkSplitTaskDetails
 
getCurTotalNonRootEntrySize() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
GetDataAsyncCallback() - Constructor for class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.GetDataAsyncCallback
 
getDataBlockCount() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Returns the number of data blocks currently cached in the block cache.
getDataBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getDataBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getDataBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
getDataBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getDataBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
getDataBlockEncoder() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Returns the data block encoder
getDataBlockEncoding() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getDataBlockEncoding() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder
Returns the data block encoding
getDataBlockEncoding() - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
getDataBlockEncoding() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getDataBlockEncoding() - Method in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
getDataBlockIndexReader() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getDataBlockIndexReader() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
getDataBlockIndexReader() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getDataCount() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.CachedBlocksByFile
 
getDataHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getDataHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getDataIndexCount() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getDataInMemoryWithoutWAL() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getDataInMemoryWithoutWAL() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns the size of data processed bypassing the WAL, in bytes
getDataMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getDataMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getDataNodePort() - Method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
getDataRootDir() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns Return the rootDir.
getDataSetWatchAsync() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
getDataSize() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.CachedBlocksByFile
Returns Size of data.
getDataSize() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Returns Sum of all cell sizes.
getDataSize() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSize
 
getDataSize() - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
 
getDataSize() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSnapshot
 
getDataSize() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
getDataSize() - Method in class org.apache.hadoop.hbase.util.LossyCounting
 
getDataToWriteToZooKeeper(Map<String, Integer>) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
Creates the labels data to be written to zookeeper.
getDataWriter() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
getDataWriter() - Method in interface org.apache.hadoop.hbase.util.BloomFilterWriter
Get a writable interface into bloom filter data (the actual Bloom bits).
getDate() - Method in class org.apache.hadoop.hbase.mob.MobFileName
Gets the date string.
getDateFromName(String) - Static method in class org.apache.hadoop.hbase.mob.MobFileName
get date from MobFileName.
getDateTieredCompactionWindowFactory() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getDateTieredIncomingWindowMin() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getDateTieredMaxStoreFileAgeMillis() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getDaughterOneRI() - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
getDaughterTwoRI() - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
getDeadline(RPCProtos.RequestHeader, Message) - Method in interface org.apache.hadoop.hbase.ipc.PriorityFunction
Returns the deadline of the specified request.
getDeadline() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Return the deadline of this call.
getDeadline() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getDeadline(RPCProtos.RequestHeader, Message) - Method in class org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction
Based on the request content, returns the deadline of the request.
getDeadline(RPCProtos.RequestHeader, Message) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getDeadRegionServers() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getDeadServers(long) - Method in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
Get the servers which died since a given timestamp.
getDeadServers() - Method in class org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource.ClusterMetricsResource
 
getDeadServers() - Method in class org.apache.hadoop.hbase.master.ServerManager
 
getDeadServers() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getDeadServers__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getDecoder(InputStream) - Method in class org.apache.hadoop.hbase.codec.MessageCodec
 
getDecoder(ByteBuff) - Method in class org.apache.hadoop.hbase.codec.MessageCodec
 
getDecoder(InputStream) - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec
 
getDecoder(InputStream) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
 
getDecoder(ByteBuff) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
 
getDeepCopy() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker.DeleteVersionsNode
 
getDefaultLoadBalancerClass() - Static method in class org.apache.hadoop.hbase.master.balancer.LoadBalancerFactory
The default LoadBalancer class.
getDefaultSlop() - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
getDelegatesForTesting() - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
Exposed for TESTING!
getDeletableFiles(Iterable<FileStatus>) - Method in class org.apache.hadoop.hbase.master.cleaner.BaseFileCleanerDelegate
 
getDeletableFiles(Iterable<FileStatus>) - Method in interface org.apache.hadoop.hbase.master.cleaner.FileCleanerDelegate
Determines which of the given files are safe to delete
getDeletableFiles(Iterable<FileStatus>) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
 
getDeletableFiles(Iterable<FileStatus>) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationHFileCleaner
 
getDeletableFiles(Iterable<FileStatus>) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
 
getDeleteBloomFilterMetadata() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
Retrieves delete family Bloom filter metadata as appropriate for each HFile version.
getDeleteBloomFilterMetadata() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getDeleteFamilyBloomHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getDeleteFamilyBloomHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getDeleteFamilyBloomMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getDeleteFamilyBloomMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getDeleteFamilyCnt() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.footer_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.hbck_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.header_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.master_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.operationDetails_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.procedures_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.processMaster_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.quotas_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.redirect_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.rits_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.rsgroup_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.snapshot_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.snapshotsStats_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.startupProgress_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.table_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.tablesDetailed_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.userSnapshots_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.master.zk_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.regionserver.footer_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.regionserver.header_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.regionserver.processRS_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.regionserver.region_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.regionserver.regionserver_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.regionserver.rsOperationDetails_jsp
 
getDependants() - Method in class org.apache.hadoop.hbase.generated.regionserver.storeFile_jsp
 
getDeployedOn() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getDescription() - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
getDescription() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil.NonceProcedureRunnable
 
getDescription() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
getDeserializer() - Method in interface org.apache.hadoop.hbase.io.hfile.Cacheable
Returns CacheableDeserializer instance which reconstructs original object from ByteBuffer.
getDeserializer(int) - Static method in class org.apache.hadoop.hbase.io.hfile.CacheableDeserializerIdManager
Get the cacheable deserializer registered at the given identifier Id.
getDeserializer() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
getDeserializerIdentifier() - Method in interface org.apache.hadoop.hbase.io.hfile.CacheableDeserializer
Get the identifier of this deserializer.
getDeserializerIdentifier() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock.BlockDeserializer
 
getDestination() - Method in class org.apache.hadoop.hbase.master.RegionPlan
Get the destination server for the plan for this region.
getDestinationServer() - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.RegionCloseOperation
 
getDetails() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
Deprecated.
Returns the configuration that was provided previously
getDetails() - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
getDeterministicRandomSeed(Collection<HStoreFile>) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
Creates a deterministic hash code for store file collection.
getDeviation() - Method in class org.apache.hadoop.hbase.util.RollingStatCalculator
Returns deviation of the data values that are in the current list of data values
getDFSHedgedReadMetrics(Configuration) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Returns The DFSClient DFSHedgedReadMetrics instance or null if can't be found or not on hdfs.
getDictionary(Enum) - Method in class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
getDirectMemorySize() - Static method in class org.apache.hadoop.hbase.util.DirectMemoryUtils
Returns the direct memory limit of the current progress
getDirectMemoryUsage() - Static method in class org.apache.hadoop.hbase.util.DirectMemoryUtils
Returns the current amount of direct memory used.
getDisabledTableRegions() - Method in class org.apache.hadoop.hbase.master.hbck.HbckReport
 
getDispersionInformation() - Method in class org.apache.hadoop.hbase.master.AssignmentVerificationReport
Return a list which contains 3 elements: average dispersion score, max dispersion score and min dispersion score as first, second and third elements, respectively.
getDouble(String, double) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getDrainingRegionServers() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getDrainingServersList() - Method in class org.apache.hadoop.hbase.master.ServerManager
Returns A copy of the internal list of draining servers.
getDumpServlet() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getDumpServlet() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getEarliestFlushTimeForAllStores() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getEarliestFlushTimeForAllStores() - Method in interface org.apache.hadoop.hbase.regionserver.Region
 
getEarliestMemStoreSeqNum(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
getEarliestMemStoreSeqNum(byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
getEarliestMemStoreSeqNum(byte[]) - Method in interface org.apache.hadoop.hbase.wal.WAL
Deprecated.
Since version 1.2.0. Removing because not used and exposes subtle internal workings. Use WAL.getEarliestMemStoreSeqNum(byte[], byte[])
getEarliestMemStoreSeqNum(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.wal.WAL
Gets the earliest unflushed sequence id in the memstore for the store.
getEdit() - Method in class org.apache.hadoop.hbase.wal.WAL.Entry
Gets the edit
getEditsFiltered() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Gets the number of edits not eligible for replication this source queue logs so far.
getEffectiveDataBlockEncoding() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
getEffectiveEncodingInCache(boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getEffectiveEncodingInCache(boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder
 
getEffectiveEncodingInCache(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
getEffectiveEncodingInCache(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getEffectiveEncodingInCache(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
getEffectiveUser() - Method in class org.apache.hadoop.hbase.util.ConnectionCache
Get the current thread local effective user
getElements() - Method in class org.apache.hadoop.hbase.util.LossyCounting
 
getEligibleRequestsCount() - Method in class org.apache.hadoop.hbase.io.hfile.BloomFilterMetrics
Returns Current value for requests which could have used bloom filters but wasn't defined or loaded.
getEmptyRegionInfo() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitorReport
 
getEnabled() - Method in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
getEnabled() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitor
 
getEnabled() - Method in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
getEncodedPath() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getEncodedPath() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Returns Encoded Path if this StoreFile was made with a Stream.
getEncodedRegionName() - Method in class org.apache.hadoop.hbase.wal.EntryBuffers.RegionEntryBuffer
 
getEncodedRegionName() - Method in interface org.apache.hadoop.hbase.wal.WALKey
Returns encoded region name
getEncodedRegionName() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Returns encoded region name
getEncoder(OutputStream) - Method in class org.apache.hadoop.hbase.codec.MessageCodec
 
getEncoder(OutputStream) - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec
 
getEncoder(OutputStream) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
 
getEncodingCountsForTest() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
getEncodingCountsForTest() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getEncryptionContext() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getEncryptionKey() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getEnd() - Method in exception org.apache.hadoop.hbase.errorhandling.TimeoutException
 
getEndKey() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getEndKey() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getEndKey() - Method in interface org.apache.hadoop.hbase.util.KeyRange
 
getEndpointObserver() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
 
getEndpointObserver() - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
getEndRow(int) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeInformationProvider
Gets the end row for a given stripe.
getEndRow(int) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getEntries() - Method in class org.apache.hadoop.hbase.io.HalfStoreFileReader
 
getEntries() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getEntries() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Returns number of KV entries in this HFile
getEntries() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getEntries() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext
 
getEntries() - Method in class org.apache.hadoop.hbase.wal.EntryBuffers.RegionEntryBuffer
 
getEntryBySubEntry(long) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
getEntryCount() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getEnum(String, T) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getEnvironment() - Method in interface org.apache.hadoop.hbase.coprocessor.ObserverContext
 
getEnvironment() - Method in class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
 
getErr() - Method in class org.apache.hadoop.hbase.regionserver.handler.ParallelSeekHandler
 
getErrorHandler() - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
getErrorHandler() - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
getErrorList() - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
getErrorMessages() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
getErrorMonitor() - Method in class org.apache.hadoop.hbase.procedure.Procedure
Get the ForeignExceptionDispatcher
getErrorRate(Configuration) - Static method in class org.apache.hadoop.hbase.util.BloomFilterFactory
Returns the Bloom filter error rate in the given configuration
getErrors() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
getEstimatedNumberOfKvsScanned() - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
Returns The estimated number of KVs seen by this scanner (includes some skipped KVs).
getEvent() - Method in class org.apache.hadoop.hbase.namequeues.impl.BalancerDecisionQueueService
 
getEvent() - Method in class org.apache.hadoop.hbase.namequeues.impl.BalancerRejectionQueueService
 
getEvent() - Method in class org.apache.hadoop.hbase.namequeues.impl.SlowLogQueueService
 
getEvent() - Method in interface org.apache.hadoop.hbase.namequeues.NamedQueueService
Retrieve event type for NamedQueueService implementation.
getEventByOrdinal(int) - Static method in enum org.apache.hadoop.hbase.namequeues.NamedQueuePayload.NamedQueueEvent
 
getEventLoopGroupConfig() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getEventType() - Method in class org.apache.hadoop.hbase.executor.EventHandler
Return the event type
getEventType() - Method in interface org.apache.hadoop.hbase.procedure2.RSProcedureCallable
Event type used to select thread pool.
getEventType() - Method in class org.apache.hadoop.hbase.regionserver.SplitWALCallable
 
getEventType() - Method in class org.apache.hadoop.hbase.replication.regionserver.ClaimReplicationQueueCallable
 
getEventType() - Method in class org.apache.hadoop.hbase.replication.regionserver.RefreshPeerCallable
 
getEventType() - Method in class org.apache.hadoop.hbase.replication.regionserver.SwitchRpcThrottleRemoteCallable
 
getEvictCount() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
getEvictedCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getEvictedCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getEvictedFileCount() - Method in class org.apache.hadoop.hbase.mob.MobFileCache
Gets the number of items evicted from the mob file cache.
getEvictionCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getEvictionCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getException() - Method in class org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
 
getException() - Method in interface org.apache.hadoop.hbase.errorhandling.ForeignExceptionSnare
Get the value of the captured exception.
getException() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionFailedOpen
 
getException() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
getExceptionIfFailed() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
getExceptionIfFailed() - Method in interface org.apache.hadoop.hbase.master.SnapshotSentinel
Get the exception that caused the snapshot to fail, if the snapshot has failed.
getExceptionMsg() - Method in class org.apache.hadoop.hbase.regionserver.OperationStatus
 
getExcludeDatanodeManager() - Method in class org.apache.hadoop.hbase.wal.WALFactory
 
getExcludedServersForSystemTable() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
For a given cluster with mixed versions of servers, get a list of servers with lower versions, where system table regions should not be assigned to.
getExecutorLazily(ExecutorService.ExecutorConfig) - Method in class org.apache.hadoop.hbase.executor.ExecutorService
Initialize the executor lazily, Note if an executor need to be initialized lazily, then all paths should use this method to get the executor, should not start executor by using ExecutorService.startExecutorService(ExecutorConfig)
getExecutorService() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's instance of ExecutorService
getExecutorService() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getExecutorService() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns hbase executor service
getExecutorThreadPool(ExecutorType) - Method in class org.apache.hadoop.hbase.executor.ExecutorService
 
getExistingAssignmentPlan() - Method in class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
Get the favored nodes plan
getExistingLabelsWithAuths() - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
getExpiration() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationKey
 
getExtendedAttribute(String) - Method in interface org.apache.hadoop.hbase.wal.WALKey
Return a named String value injected into the WALKey during processing, such as by a coprocessor
getExtendedAttribute(String) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
getExtendedAttributes() - Method in interface org.apache.hadoop.hbase.wal.WALKey
Returns a map of all extended attributes injected into this WAL key.
getExtendedAttributes() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
getFactoryId() - Method in class org.apache.hadoop.hbase.wal.WALFactory
 
getFailedBatches() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Get the count of the failed bathes
getFailedDeletions() - Method in class org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination.SplitLogManagerDetails
Deprecated.
Returns a set of failed deletions
getFailedFiles() - Method in exception org.apache.hadoop.hbase.backup.FailedArchiveException
 
getFailedInserts() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getFailedInserts() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getFailedOpen(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getFailedServersFromLogFolders() - Method in class org.apache.hadoop.hbase.master.MasterWalManager
Deprecated.
With proc-v2, we can record the crash server with procedure store, so do not need to scan the wal directory to find out the splitting wal directory any more. Leave it here only because RecoverMetaProcedure(which is also deprecated) uses it.
getFailureMobFiles() - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Returns the set of check failure mob file paths after checkTables is called.
getFailures() - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Returns the set of check failure file paths after checkTables is called.
getFamilies() - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns the set of families present on disk n
getFamilies() - Method in class org.apache.hadoop.hbase.wal.WALEdit
For use by FSWALEntry ONLY.
getFamily() - Method in class org.apache.hadoop.hbase.regionserver.ScanInfo
 
getFamily() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getFamily() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
getFamily() - Method in class org.apache.hadoop.hbase.tool.BulkLoadHFiles.LoadQueueItem
 
getFamilyDirs(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Given a particular region dir, return all the familydirs inside it
getFamilyName() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
getFamilyStoreDirectoryPath() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getFavoredNodeList(String) - Static method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
 
getFavoredNodes(List<ServerName>) - Static method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
Returns PB'ed bytes of HBaseProtos.FavoredNodes generated by the server list.
getFavoredNodes(RegionInfo) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer
 
getFavoredNodes(RegionInfo) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
getFavoredNodes(RegionInfo) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesPlan
Returns the list of favored region server for this region based on the plan
getFavoredNodes(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getFavoredNodes(RegionInfo) - Method in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
 
getFavoredNodes() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getFavoredNodesAsString(List<ServerName>) - Static method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
getFavoredNodesForRegion(String) - Method in interface org.apache.hadoop.hbase.regionserver.FavoredNodesForRegion
Get the favored nodes mapping for this region.
getFavoredNodesForRegion(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Return the favored nodes for a region given its encoded name.
getFavoredNodesList(byte[]) - Static method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
Convert PB bytes to ServerName.
getFavoredNodesManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getFavoredNodesManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Favored Nodes Manager
getFavoredNodesWithDNPort(RegionInfo) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
getFavoredServerPosition(List<ServerName>, ServerName) - Static method in class org.apache.hadoop.hbase.favored.FavoredNodesPlan
Return the position of the server in the favoredNodes list.
getFile(String, String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getFileCacheForTesting() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
Exposed for Testing!
getFileContext() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
Return the file context of the HFile this reader belongs to
getFileContext() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Writer
Return the file context for the HFile this writer belongs to
getFileContext() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getFileContext() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
getFileInfo() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getFileInfoHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getFileInfoHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getFileInfoMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getFileInfoMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getFileInfoOffset() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getFileList(Configuration, List<Path>, PathFilter) - Static method in class org.apache.hadoop.hbase.master.SplitLogManager
Deprecated.
Get a list of paths that need to be split given a set of server-specific directories and optionally a filter.
getFilename() - Method in interface org.apache.hadoop.hbase.io.hfile.CachedBlock
 
getFileName() - Method in class org.apache.hadoop.hbase.mob.MobFile
Gets the file name.
getFileName() - Method in class org.apache.hadoop.hbase.mob.MobFileName
Gets the file name.
getFilenum() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
getFileNumFromFileName(Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
A log file has a creation timestamp (in ms) in its file name (AbstractFSWAL.filenum.
getFilePath() - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContext
 
getFilePath() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
 
getFilePath() - Method in class org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
 
getFilePath() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
 
getFilePath() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
getFilePath() - Method in class org.apache.hadoop.hbase.tool.BulkLoadHFiles.LoadQueueItem
 
getFileRegion() - Method in class org.apache.hadoop.hbase.io.Reference
 
getFiles() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest
Returns unmodifiable collection of StoreFiles in compaction
getFiles() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
getFilesForScan(byte[], boolean, byte[], boolean) - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Gets the store files to scan for a Scan or Get request.
getFilesForScan(byte[], boolean, byte[], boolean) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getFileSize() - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContext
 
getFileSize() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus
 
getFileStatus(FileSystem) - Method in class org.apache.hadoop.hbase.io.FileLink
Get the FileStatus of the referenced file.
getFileStatus() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Returns The FileStatus of the file
getFileSystem() - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContext
 
getFileSystem() - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
 
getFileSystem() - Method in class org.apache.hadoop.hbase.master.MasterWalManager
 
getFilesystem() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Returns FileSystem being used by this region
getFileSystem() - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns the underlying FileSystem
getFileSystem() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getFileSystem() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getFileSystem() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getFilesystem() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
getFileSystem() - Method in class org.apache.hadoop.hbase.security.token.FsDelegationToken
 
getFileSystem() - Method in interface org.apache.hadoop.hbase.Server
Returns Return the FileSystem object used (can return null!).
getFilter() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
getFilter() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Returns the Filter
getFilter() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
getFilter() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
getFilter() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getFilter() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
getFilter__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
getFilter__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getFilter__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
getFilteredLogs(AdminProtos.SlowLogResponseRequest, List<TooSlowLog.SlowLogPayload>) - Static method in class org.apache.hadoop.hbase.namequeues.LogHandlerUtils
 
getFilteredReadRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getFilteredReadRequestCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getFilteredReadRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getFilteredReadRequestsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns filtered read requests count for this region
getFilterEntries() - Method in class org.apache.hadoop.hbase.io.HalfStoreFileReader
 
getFilterEntries() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
The number of Bloom filter entries in this store file, or an estimate thereof, if the Bloom filter is not loaded.
getFinalParameters() - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getFirstDataBlockOffset() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getFirstKey() - Method in class org.apache.hadoop.hbase.io.HalfStoreFileReader
 
getFirstKey() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getFirstKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getFirstKey() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getFirstKey() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Get the first key in this store file.
getFirstKey() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getFirstKeyCellInBlock(HFileBlock) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
getFirstKeyCellInBlock(HFileBlock) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
getFirstLevelCache() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getFirstRowKey() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getFirstRowKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
TODO left from HFile version 1: move this to StoreFile after Ryan's patch goes in to eliminate KeyValue here.
getFlattenAction() - Method in class org.apache.hadoop.hbase.regionserver.AdaptiveMemStoreCompactionStrategy
 
getFlattenAction() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
getFloat(String, float) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getFlushableSize() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
getFlushableSize() - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
getFlushableSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getFlushableSize() - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
Flush will first clear out the data in snapshot if any (It will take a second flush invocation to clear the current Cell set).
getFlushableSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getFlushDescriptor(Cell) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
 
getFlushedCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getFlushedCellsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The number of cells flushed to disk
getFlushedCellsSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getFlushedCellsSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The total size of data flushed to disk, in bytes
getFlushedOutputFileSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getFlushedOutputFileSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The total size of out output files on disk, in bytes
getFlushPolicyClass(TableDescriptor, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.FlushPolicyFactory
Get FlushPolicy class for the given table.
getFlushPressure() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getFlushPressure() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
 
getFlushPressure() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Deprecated.
getFlushQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
 
getFlushRequester() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns reference to FlushRequester
getFlushRequester() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
 
getFlushThroughputController() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getFlushThroughputController() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns the controller to avoid flush too fast
getFormat() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
getFormat() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getFormat() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
getFormat__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
getFormat__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getFormat__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
getFormatVersion(Configuration) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
 
getFormatVersion() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
getFrags() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getFrags__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getFreeBytes() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
getFreeSize() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Returns the free size of the block cache, in bytes.
getFreeSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
 
getFreeSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getFreeSize() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getFreeSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
getFreeSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getFreeSize() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
getFromCacheOrFetch() - Method in class org.apache.hadoop.hbase.master.CachedClusterId
Fetches the ClusterId from FS if it is not cached locally.
getFromRegion() - Method in class org.apache.hadoop.hbase.master.balancer.SwapRegionsAction
 
getFromServer() - Method in class org.apache.hadoop.hbase.master.balancer.SwapRegionsAction
 
getFs() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Get the handle on the local file system
getGeneralBloomFilterMetadata() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
Retrieves general Bloom filter metadata as appropriate for each HFile version.
getGeneralBloomFilterMetadata() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Returns a buffer with the Bloom filter metadata.
getGeneralBloomMetaHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getGeneralBloomMetaHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getGeneralBloomMetaMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getGeneralBloomMetaMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getGeneralQueueLength() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getGeneralQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MasterFifoRpcScheduler
 
getGeneralQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getGeneralQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves length of the general queue for metrics.
getGeneralQueueLength() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getGlobalLimiter() - Method in class org.apache.hadoop.hbase.quotas.QuotaState
Return the limiter associated with this quota.
getGlobalMemStoreDataSize() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
Returns the global Memstore data size in the RegionServer
getGlobalMemStoreHeapLowerMark(Configuration, boolean) - Static method in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
Retrieve configured size for global memstore lower water mark as fraction of global memstore size.
getGlobalMemStoreHeapPercent(Configuration, boolean) - Static method in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
Retrieve global memstore configured size as percentage of total heap.
getGlobalMemStoreHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
Returns the global memstore heap size in the RegionServer
getGlobalMemStoreOffHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
Returns the global memstore heap size in the RegionServer
getGlobalMemStoreSize(Configuration) - Static method in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
Returns Pair of global memstore size and memory type(ie.
getGlobalPermissions(Configuration) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
getGroupAuths(String[], boolean) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
getGroupAuths(String[]) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
 
getGroupAuths(String[], boolean) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
Retrieve the visibility labels for the groups.
getGroupAuthsAsOrdinals(String[]) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
Returns the list of ordinals of labels associated with the groups
getGroupNames() - Method in class org.apache.hadoop.hbase.security.access.AccessChecker.InputUser
 
getHandler(String, double, int, BlockingQueue<CallRunner>, AtomicInteger, AtomicInteger, Abortable) - Method in class org.apache.hadoop.hbase.ipc.FastPathBalancedQueueRpcExecutor
 
getHandler(String, double, int, BlockingQueue<CallRunner>, AtomicInteger, AtomicInteger, Abortable) - Method in class org.apache.hadoop.hbase.ipc.FastPathRWQueueRpcExecutor
 
getHandler(String, double, int, BlockingQueue<CallRunner>, AtomicInteger, AtomicInteger, Abortable) - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
Override if providing alternate Handler implementation.
getHashCount() - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
 
getHashType() - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
 
getHBaseServerWrapper() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServer
 
getHBaseVersion() - Method in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
Returns the HBase release
getHBaseVersion() - Method in class org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model.ClusterMetrics
 
getHbck() - Method in class org.apache.hadoop.hbase.SharedConnection
 
getHbck(ServerName) - Method in class org.apache.hadoop.hbase.SharedConnection
 
getHbckChore() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getHDFSBlockDistribution() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getHDFSBlockDistribution() - Method in class org.apache.hadoop.hbase.regionserver.InputStreamBlockDistribution
Get the HDFSBlocksDistribution derived from the StoreFile input stream, re-computing if cache is expired.
getHDFSBlockDistribution() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Returns the HDFS block distribution
getHDFSBlocksDistribution() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getHdfsEntry() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getHdfsHRI() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getHdfsRegionDir() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getHeader() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns The request header of this call.
getHeader() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getHeap() - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
Returns the current Heap
getHeapMemoryManager() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getHeapMemoryManager() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns heap memory manager instance
getHeapOccupancyPercent() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
Returns heap occupancy percentage, 0 <= n <= 1.
getHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Returns The heap size of this segment.
getHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSize
 
getHeapSize() - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
 
getHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
getHFileBlock() - Method in class org.apache.hadoop.hbase.io.hfile.BlockWithScanInfo
 
getHFileCleaner() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getHFileCleaners() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getHFileCleanerScanPool(Configuration) - Static method in class org.apache.hadoop.hbase.master.cleaner.DirScanPool
 
getHFileCleanerScanPool(String) - Static method in class org.apache.hadoop.hbase.master.cleaner.DirScanPool
 
getHFileContext() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
getHFileContext() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
getHFilecorruptionChecker() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
getHFileFromBackReference(Path, Path) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Get the full path of the HFile referenced by the back reference
getHFileFromBackReference(Configuration, Path) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Get the full path of the HFile referenced by the back reference
getHFileInfo() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getHFileInfo() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getHFileMinorVersion() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getHfileName() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
Returns The hfileName portion of this cache key
getHFileNames(Configuration, FileSystem, Path) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil
Returns the store file names in the snapshot.
getHFileReader() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getHFilesChecked() - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Returns number of hfiles checked in the last HfileCorruptionChecker run
getHFilesSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getHFilesSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The size of only the store files which are HFiles, in bytes.
getHFileVersion() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getHfs() - Method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
 
getHistogramReport(Histogram) - Static method in class org.apache.hadoop.hbase.util.YammerHistogramUtils
Returns a summary of hist.
getHitCachingCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getHitCachingCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getHitCachingRatio() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getHitCachingRatioPastNPeriods() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getHitRatio() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getHitRatio() - Method in class org.apache.hadoop.hbase.mob.MobFileCache
Gets the hit ratio to the mob file cache.
getHitRatioPastNPeriods() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getHoles() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitorReport
 
getHost() - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight
Returns the host name
getHostAndWeights() - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
Returns the hosts and their weights
getHotWindowAgeMillis() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getHotWindowStoragePolicy() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getHRegion() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getHris() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext
 
getId() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSnapshot
Returns snapshot's identifier.
getIdentifier(String, SecretManager<T>) - Static method in class org.apache.hadoop.hbase.security.HBaseSaslRpcServer
 
getIdentifier() - Method in class org.apache.hadoop.hbase.security.visibility.expression.LeafExpressionNode
 
getIfPresentOrNew() - Method in class org.apache.hadoop.hbase.regionserver.wal.SyncFutureCache
 
getImmutableSegments() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl
 
getImplData() - Method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl
 
getInconsistentRegions() - Method in class org.apache.hadoop.hbase.master.hbck.HbckReport
The inconsistent regions.
getIndexBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
getIndexBlockEncoding() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder
Returns the index block encoding
getIndexBlockEncoding() - Method in class org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoderImpl
 
getIndexBlockEncoding() - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder
 
getIndexType() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
getInflightWALCloseCount() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Returns number of WALs currently in the process of closing.
getInfoPort(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
 
getInformativeName() - Method in class org.apache.hadoop.hbase.executor.EventHandler
Event implementations should override thie class to provide an informative name about what event they are handling.
getInfoServer() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns the info server
getInitialCount() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
 
getInitializedEvent() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getInitializedEvent() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Tripped when Master has finished initialization.
getInitialState() - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.assignment.GCRegionProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
Deprecated.
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
getInitialState() - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
getInlineBlockType() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
getInlineBlockType() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
 
getInlineBlockType() - Method in interface org.apache.hadoop.hbase.io.hfile.InlineBlockWriter
The type of blocks this block writer produces.
getInputStreamWrapper() - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContext
 
getInstance() - Method in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
 
getInstance(Configuration) - Static method in class org.apache.hadoop.hbase.namequeues.NamedQueueRecorder
 
getInstance() - Static method in class org.apache.hadoop.hbase.quotas.FileArchiverNotifierFactoryImpl
 
getInstance() - Static method in class org.apache.hadoop.hbase.quotas.NoOpRegionSizeStore
 
getInstance() - Static method in class org.apache.hadoop.hbase.quotas.policies.MissingSnapshotViolationPolicyEnforcement
 
getInstance() - Static method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreFactory
 
getInstance() - Static method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory
 
getInstance() - Static method in class org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcementFactory
Returns an instance of this factory.
getInstance() - Static method in class org.apache.hadoop.hbase.regionserver.ChunkCreator
 
getInstance(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.compactions.OffPeakHours
 
getInstance(int, int) - Static method in class org.apache.hadoop.hbase.regionserver.compactions.OffPeakHours
 
getInstance() - Static method in class org.apache.hadoop.hbase.regionserver.NoLimitScannerContext
Returns the static, immutable instance of NoLimitScannerContext to be used whenever limits should not be enforced
getInstance(Configuration) - Static method in class org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProviders
Returns a singleton instance of SaslServerAuthenticationProviders.
getInstance() - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelServiceManager
 
getInstance(Configuration) - Static method in class org.apache.hadoop.hbase.wal.WALFactory
 
getInstances(String, Class<U>) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getInt(String, int) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getIntermediateIndexHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getIntermediateIndexHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getIntermediateIndexMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getIntermediateIndexMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getInts(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getIoEngine() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getIOHitsPerSecond() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCacheStats
 
getIOTimePerHit() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCacheStats
 
getIsActiveMaster() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getItemAllocationSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
getIterator(Cell) - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
 
GetJavaProperty - Class in org.apache.hadoop.hbase.util
A generic way for querying Java properties.
getKeepAliveTimeMillis() - Method in class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
 
getKeepDeletedCells() - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
getKeepDeletedCells() - Method in class org.apache.hadoop.hbase.regionserver.ScanInfo
 
getKeepDeletedCells() - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
getKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
getKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
getKey() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Gets the current key in the form of a cell.
getKey() - Method in class org.apache.hadoop.hbase.wal.WAL.Entry
Gets the key
getKeyCount() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
 
getKeyCount() - Method in interface org.apache.hadoop.hbase.util.BloomFilterBase
Returns The number of keys added to the bloom
getKeyCount() - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
 
getKeyForNextColumn(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
getKeyId() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationKey
 
getKeyString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
getKeyString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
getKeyString() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Deprecated.
Since hbase-2.0.0
getKeyValues(Configuration, String) - Static method in class org.apache.hadoop.hbase.util.ConfigurationUtil
Retrieve a list of key value pairs from configuration, stored under the provided key
getKeyValues(Configuration, String, char) - Static method in class org.apache.hadoop.hbase.util.ConfigurationUtil
Retrieve a list of key value pairs from configuration, stored under the provided key
getLabel(int) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelOrdinalProvider
Returns the string associated with the ordinal.
getLabel(int) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
 
getLabelOrdinal(String) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelOrdinalProvider
 
getLabelOrdinal(String) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
 
getLabels(User, Authorizations) - Method in class org.apache.hadoop.hbase.security.visibility.DefinedSetFilterScanLabelGenerator
 
getLabels(User, Authorizations) - Method in class org.apache.hadoop.hbase.security.visibility.EnforcingScanLabelGenerator
 
getLabels(User, Authorizations) - Method in class org.apache.hadoop.hbase.security.visibility.FeedUserAuthScanLabelGenerator
 
getLabels(User, Authorizations) - Method in interface org.apache.hadoop.hbase.security.visibility.ScanLabelGenerator
Helps to get a list of lables associated with an UGI
getLabels(User, Authorizations) - Method in class org.apache.hadoop.hbase.security.visibility.SimpleScanLabelGenerator
 
getLabelsCount() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
Returns The total number of visibility labels.
getLargeCompactionQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
getLargeCompactionThreadNum() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
getLargeLogResponses(RpcController, AdminProtos.SlowLogResponseRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getLargeQueueInitSize() - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
getLastCell() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
getLastCell() - Method in class org.apache.hadoop.hbase.util.BloomContext
 
getLastCompactSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getLastCompactSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns aggregate size of all HStores used in the last compaction
getLastDataBlockOffset() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getLastFlushedSequenceId(RpcController, RegionServerStatusProtos.GetLastFlushedSequenceIdRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getLastFlushedSequenceId(byte[]) - Method in class org.apache.hadoop.hbase.master.ServerManager
 
getLastHost() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
getLastIndexExclusive() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
getLastKey() - Method in class org.apache.hadoop.hbase.io.HalfStoreFileReader
 
getLastKey() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getLastKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getLastKey() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getLastKey() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Get the last key in this store file.
getLastKey() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getLastKeyCell() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
getLastMajorCompactionAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getLastMajorCompactionTimestamp(TableName) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getLastMajorCompactionTimestamp(RpcController, MasterProtos.MajorCompactionTimestampRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getLastMajorCompactionTimestamp(TableName) - Method in interface org.apache.hadoop.hbase.master.MasterServices
 
getLastMajorCompactionTimestampForRegion(byte[]) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getLastMajorCompactionTimestampForRegion(RpcController, MasterProtos.MajorCompactionTimestampForRegionRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getLastMajorCompactionTimestampForRegion(byte[]) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns the timestamp of the last successful major compaction for the passed region or 0 if no HFile resulting from a major compaction exists
getLastQuery() - Method in class org.apache.hadoop.hbase.quotas.QuotaState
 
getLastRegionServerUpdate() - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
Get the timestamp at which the last change occurred to the list of region servers to replicate to.
getLastReport() - Method in class org.apache.hadoop.hbase.master.hbck.HbckChore
Returns Returns last published Report that comes of last successful execution of this chore.
getLastReport() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitor
Returns Returns last published Report that comes of last successful scan of hbase:meta.
getLastRowKey() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getLastRowKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
TODO left from HFile version 1: move this to StoreFile after Ryan's patch goes in to eliminate KeyValue here.
getLastRowKey() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getLastSequenceId(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getLastSequenceId(byte[]) - Method in interface org.apache.hadoop.hbase.regionserver.LastSequenceId
 
getLastUpdate() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
getLastUpdate() - Method in class org.apache.hadoop.hbase.quotas.QuotaState
 
getLatch() - Method in class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
getLeafIndexHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getLeafIndexHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getLeafIndexMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getLeafIndexMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getLeaseManager() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getLeaseManager() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns The RegionServer's "Leases" service
getLeastFilledBuckets(Set<Integer>, int) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
Returns a set of indices of the buckets that are least filled excluding the offsets, we also the fully free buckets for the BucketSizes where everything is empty and they only have one completely free bucket as a reserved
getLength() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
getLength() - Method in interface org.apache.hadoop.hbase.wal.WALProvider.WriterBase
 
getLevel0Files() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeInformationProvider
Returns Level 0 files.
getLevel0Files() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getLevel0MinFiles() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
 
getLimit() - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
 
getLimit() - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl.ImplData
 
getLimit__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl.ImplData
 
getListenerAddress() - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
getListenerAddress() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler.Context
 
getListenerAddress() - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
getListenerAddress() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
Return the socket (ip+port) on which the RPC server is listening to.
getLiveMasters() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
getLiveRegionServers() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
getLiveRegionServers() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getLiveServers() - Method in class org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource.ClusterMetricsResource
 
getLiveServersFromWALDir() - Method in class org.apache.hadoop.hbase.master.MasterWalManager
Get Servernames that COULD BE 'alive'; excludes those that have a '-splitting' suffix as these are already being split -- they cannot be 'alive'.
getLoad(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
Returns ServerMetrics if serverName is known else null
getLoadBalancer(Configuration) - Static method in class org.apache.hadoop.hbase.master.balancer.LoadBalancerFactory
Create a loadbalancer from the given conf.
getLoadBalancer() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getLoadBalancer() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns load balancer
getLoadBalancerClassName() - Method in class org.apache.hadoop.hbase.master.HMaster
Fetch the configured LoadBalancer class name.
getLoadedCachedBlocksByFile(Configuration, BlockCache) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
Get a BlockCacheUtil.CachedBlocksByFile instance and load it up by iterating content in BlockCache.
getLoadedCoprocessors() - Static method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
getLoadedCoprocessors() - Static method in class org.apache.hadoop.hbase.master.HMaster
The set of loaded coprocessors is stored in a static set.
getLoadOnOpenBlocks() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
getLoadOnOpenDataOffset() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getLoadSequence() - Method in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
 
getLoadStatistics() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Returns statistics about the current load of the region
getLocalBytesRead() - Static method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
 
getLocalConfiguration() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
getLocalPath(String, String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getLocalTableDirs(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
getLocations() - Method in class org.apache.hadoop.hbase.io.FileLink
Returns the locations to look for the linked file.
getLocations(TableName) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getLock() - Method in class org.apache.hadoop.hbase.regionserver.HRegion.RowLockImpl
 
getLock(T) - Method in class org.apache.hadoop.hbase.util.IdReadWriteLock
Get the ReentrantReadWriteLock corresponding to the given id
getLockedRows() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getLockManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getLockManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns LockManager to lock namespaces/tables/regions.
getLockResource(LockedResourceType, String) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
 
getLocks() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getLocks(RpcController, MasterProtos.GetLocksRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getLocks() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Get locks
getLocks() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
 
getLogCleaner() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getLogCleanerScanPool(Configuration) - Static method in class org.apache.hadoop.hbase.master.cleaner.DirScanPool
 
getLogDir() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Get the directory where wals are stored by their RSs
getLogEntries(RpcController, HBaseProtos.LogRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getLogEntries(RpcController, HBaseProtos.LogRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getLogFileSize() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Returns the size of log files in use
getLogFileSize() - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
iff the given WALFactory is using the DefaultWALProvider for meta and/or non-meta, count the size of files (only rolled).
getLogFileSize(WAL) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
returns the size of rolled WAL files.
getLogFileSize() - Method in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
getLogFileSize() - Method in interface org.apache.hadoop.hbase.wal.WALProvider
Get size of the log files this provider is managing
getLogFileSizeIfBeingWritten(Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
if the given path is being written currently, then return its length.
getLogFileSizeIfBeingWritten(Path) - Method in interface org.apache.hadoop.hbase.replication.regionserver.WALFileLengthProvider
 
getLogsCount() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the number of available log files
getLogSeqNum() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
getLogsSize() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the total log size
getLong(String, long) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getLongBytes(String, long) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getLowest(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
getLowestTimestamp(Collection<HStoreFile>) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
Gets lowest timestamp from candidate StoreFiles
getLruCacheStats() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getMajorCompactedCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getMajorCompactedCellsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The number of cells processed during major compactions
getMajorCompactedCellsSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getMajorCompactedCellsSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The total amount of data processed during major compactions, in bytes
getMajorCompactionJitter() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getMajorCompactionPeriod() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getMajorCompactionRequest(RegionInfo) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
getMajorCompactionRequest(RegionInfo) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactorTTL
 
getMajorVersion() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
Returns the major version of this HFile format
getMajorVersion() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
getMajorVersion() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getMajorVersion() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
getMaster() - Method in class org.apache.hadoop.hbase.client.ServerConnectionUtils.ShortCircuitingClusterConnection
 
getMaster() - Method in class org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination.SplitLogManagerDetails
Deprecated.
Returns the master value
getMaster(int) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Returns the HMaster thread
getMaster() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil.NonceProcedureRunnable
 
getMaster() - Method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl.ImplData
 
getMaster() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getMaster() - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl.ImplData
 
getMaster() - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl.ImplData
 
getMaster() - Method in class org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
Returns the master
getMasterActiveTime() - Method in class org.apache.hadoop.hbase.master.HMaster
Returns timestamp in millis when HMaster became the active master.
getMasterAddressTracker() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns Master address tracker instance.
getMasterConfiguration() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
getMasterCoprocessorHost() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMasterCoprocessorHost() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's instance of MasterCoprocessorHost
getMasterCoprocessorHost() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
getMasterCoprocessors() - Method in class org.apache.hadoop.hbase.master.HMaster
Returns array of coprocessor SimpleNames.
getMasterFileSystem() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMasterFileSystem() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's filesystem MasterFileSystem utility class.
getMasterFileSystem() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
getMasterFinishedInitializationTime() - Method in class org.apache.hadoop.hbase.master.HMaster
Returns timestamp in millis when HMaster finished becoming the active master
getMasterInitializationTime() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getMasterMetrics() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMasterMetrics() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's instance of MetricsMaster
getMasterName() - Method in class org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model.ClusterMetrics
 
getMasterObserver() - Method in interface org.apache.hadoop.hbase.coprocessor.MasterCoprocessor
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.quotas.MasterQuotasObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.security.access.CoprocessorWhitelistMasterObserver
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
getMasterObserver() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
getMasterProcedureExecutor() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMasterProcedureExecutor() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's instance of ProcedureExecutor
getMasterProcedureManagerHost() - Method in class org.apache.hadoop.hbase.master.HMaster
Returns the underlying MasterProcedureManagerHost
getMasterProcedureManagerHost() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns the underlying MasterProcedureManagerHost
getMasterQuotaManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMasterQuotaManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's instance of MasterQuotaManager
getMasterQuotaManager(MasterProcedureEnv) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait
 
getMasterRegion() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMasterRpcServices() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMasters() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Returns Read-only list of master threads.
getMasters(RpcController, RegistryProtos.GetMastersRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getMasterServices() - Method in interface org.apache.hadoop.hbase.coprocessor.HasMasterServices
Deprecated.
Returns An instance of RegionServerServices, an object NOT for Coprocessor consumption.
getMasterServices() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
getMasterStartTime() - Method in class org.apache.hadoop.hbase.master.HMaster
Returns timestamp in millis when HMaster was started.
getMasterSystemTime() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerServices.PostOpenDeployContext
 
getMasterSystemTime() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext
 
getMasterWalManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMasterWalManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's WALs MasterWalManager utility class.
getMax() - Method in class org.apache.hadoop.hbase.io.hfile.AgeSnapshot
 
getMax() - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
Returns the maximumTimestamp
getMax() - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.NonSyncTimeRangeTracker
 
getMax() - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.SyncTimeRangeTracker
 
getMaxAllowedOperationTime() - Method in exception org.apache.hadoop.hbase.errorhandling.TimeoutException
 
getMaxCachedBlocksByFile(Configuration) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
 
getMaxChunkSize(Configuration) - Static method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex
 
getMaxCompactedStoreFileRefCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Returns get maximum ref count of storeFile among all compacted HStore Files for the HStore
getMaxCompactedStoreFileRefCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getMaxCompactionQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getMaxCompactSize() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
Returns upper bound on file size to be included in minor compactions
getMaxCompactSize(boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getMaxFilesToCompact() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
Returns upper bound on number of files to be included in minor compactions
getMaxFlushedSeqId() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getMaxFlushedSeqId() - Method in interface org.apache.hadoop.hbase.regionserver.Region
 
getMaxFlushQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getMaxFold(Configuration) - Static method in class org.apache.hadoop.hbase.util.BloomFilterFactory
Returns the value for Bloom filter max fold in the given configuration
getMaximumTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getMaximumTimestamp() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Get the max timestamp of all the cells in the store file.
getMaxKeys() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
 
getMaxKeys() - Method in interface org.apache.hadoop.hbase.util.BloomFilterBase
Returns The max number of keys that can be inserted to maintain the desired error rate
getMaxKeys() - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
 
getMaxKeys(Configuration) - Static method in class org.apache.hadoop.hbase.util.BloomFilterFactory
Returns max key for the Bloom filter from the configuration
getMaxMasterTimeout(Configuration, SnapshotProtos.SnapshotDescription.Type, long) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
 
getMaxMemStoreTS() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getMaxMemStoreTS() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getMaxMemStoreTS() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The maximum memstoreTS in all store files.
getMaxMemStoreTS() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Get max of the MemstoreTS in the KV's in this store file.
getMaxMemStoreTSInList(Collection<HStoreFile>) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
Return the largest memstoreTS found across all storefiles in the given list.
getMaxMerge() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
getMaxOverlapsToSideline() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
getMaxRegions(NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
getMaxRegionSequenceId(Configuration, RegionInfo, ConcurrentMapUtils.IOExceptionSupplier<FileSystem>, ConcurrentMapUtils.IOExceptionSupplier<FileSystem>) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
Deprecated.
Only for compatibility, will be removed in 4.0.0.
getMaxRegionSequenceId(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
Get the max sequence id which is stored in the region directory.
getMaxResultSize() - Method in interface org.apache.hadoop.hbase.regionserver.RegionScanner
 
getMaxSequenceId() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getMaxSequenceId() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getMaxSequenceId() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The maximum sequence id in all store files.
getMaxSequenceId() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Returns This files maximum edit sequence id.
getMaxSequenceIdInList(Collection<HStoreFile>) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
Return the highest sequence ID found across all storefiles in the given list.
getMaxSize() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Returns the Max size of the block cache, in bytes.
getMaxSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getMaxSize() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getMaxSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Get the maximum size of this cache.
getMaxSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get the maximum size of this cache.
getMaxSize() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
getMaxSplitImbalance() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
 
getMaxStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getMaxStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getMaxStoreFileAge(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getMaxStoreFileAge() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns Max age of store files in this store
getMaxStoreFiles(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getMaxStoreSeqId() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getMaxStoreSeqId() - Method in interface org.apache.hadoop.hbase.regionserver.Region
 
getMaxTables(NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
getMaxThroughput() - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
getMaxTime() - Method in class org.apache.hadoop.hbase.errorhandling.TimeoutExceptionInjector
 
getMaxTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getMaxVersions() - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
getMaxVersions() - Method in class org.apache.hadoop.hbase.regionserver.ScanInfo
 
getMaxVersions() - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
getMean() - Method in class org.apache.hadoop.hbase.io.hfile.AgeSnapshot
 
getMean() - Method in class org.apache.hadoop.hbase.util.RollingStatCalculator
Returns mean of the data values that are in the current list of data values
getMemberName() - Method in interface org.apache.hadoop.hbase.procedure.ProcedureMemberRpcs
Each subprocedure is being executed on a member.
getMemberName() - Method in class org.apache.hadoop.hbase.procedure.Subprocedure
 
getMemberName() - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
 
getMemStoreDataSize() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getMemStoreDataSize() - Method in interface org.apache.hadoop.hbase.regionserver.Region
 
getMemStoreFlusher() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getMemStoreFlushSize() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getMemStoreFlushSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getMemStoreFlushSize() - Method in class org.apache.hadoop.hbase.regionserver.RegionServicesForStores
 
getMemStoreFlushSize() - Method in interface org.apache.hadoop.hbase.regionserver.StoreConfigInformation
Returns Gets the Memstore flush size for the region that this store works with.
getMemStoreHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getMemStoreHeapSize() - Method in interface org.apache.hadoop.hbase.regionserver.Region
 
getMemStoreOffHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getMemStoreOffHeapSize() - Method in interface org.apache.hadoop.hbase.regionserver.Region
 
getMemstoreOnlyRowReadsCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getMemstoreOnlyRowReadsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getMemstoreOnlyRowReadsCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getMemstoreOnlyRowReadsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns the number of read requests purely from the memstore.
getMemStoreSize() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerResult
 
getMemStoreSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getMemStoreSize() - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
 
getMemStoreSize() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSnapshot
 
getMemStoreSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getMemStoreSize(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getMemStoreSize() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
getMemStoreSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The size of this store's memstore.
getMergedRegions() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitorReport
 
getMergePlanCount() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getMergePlanCount() - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
Return the number of times a MergeNormalizationPlan has been submitted.
getMergeProcMetrics() - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
Returns Set of common metrics for merge procedure
getMergeRegionInfo() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getMergingAction() - Method in class org.apache.hadoop.hbase.regionserver.AdaptiveMemStoreCompactionStrategy
 
getMergingAction() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
getMessage() - Method in exception org.apache.hadoop.hbase.backup.FailedArchiveException
 
getMessage() - Method in exception org.apache.hadoop.hbase.master.procedure.ServerCrashException
 
getMessage() - Method in exception org.apache.hadoop.hbase.quotas.SpaceLimitingException
 
getMessage() - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation
 
getMetaBlock(String, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getMetaBlock(String, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getMetaBlockIndexReader() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getMetaBlockIndexReader() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
getMetaBlockIndexReader() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getMetaData(ByteBuffer) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
For use by bucketcache.
getMetadataValue(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getMetaEntry() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getMetaHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getMetaHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getMetaIndexCount() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getMetaLocation() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getMetaLocation__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getMetaLocationSyncer() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getMetaLocationSyncer() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Get the meta location syncer.
getMetaMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getMetaMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getMetaOperationType() - Method in interface org.apache.hadoop.hbase.master.procedure.MetaProcedureInterface
Deprecated.
 
getMetaPriorityQueueLength() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getMetaPriorityQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getMetaPriorityQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves length of the meta priority queue for metrics.
getMetaPriorityQueueLength() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getMetaProvider() - Method in class org.apache.hadoop.hbase.wal.WALFactory
Called when we lazily create a hbase:meta WAL OR from ReplicationSourceManager ahead of creating the first hbase:meta WAL so we can register a listener.
getMetaRegionFromName(byte[]) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getMetaRegionLocationCache() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getMetaRegionLocations() - Method in class org.apache.hadoop.hbase.client.RegionServerRegistry
 
getMetaRegionLocations() - Method in class org.apache.hadoop.hbase.MetaRegionLocationCache
Returns Optional list of HRegionLocations for meta replica(s), null if the cache is empty.
getMetaRegionLocations(RpcController, RegistryProtos.GetMetaRegionLocationsRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getMetaRegionSet() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getMetaWALProvider() - Method in class org.apache.hadoop.hbase.wal.WALFactory
 
getMetaWriter() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
getMetaWriter() - Method in interface org.apache.hadoop.hbase.util.BloomFilterWriter
Get a writable interface into bloom filter meta data.
getMethod() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns The service method.
getMethod() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getMetricRegistryForMaster() - Method in interface org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment
Returns a MetricRegistry that can be used to track metrics at the master level.
getMetricRegistryForRegionServer() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment
Returns a MetricRegistry that can be used to track metrics at the region server level.
getMetricRegistryForRegionServer() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment
Returns a MetricRegistry that can be used to track metrics at the region server level.
getMetricRegistryForRegionServer() - Method in interface org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment
Returns a MetricRegistry that can be used to track metrics at the region server level.
getMetrics() - Method in class org.apache.hadoop.hbase.ipc.RpcServer
Returns the metrics instance for reporting RPC call statistics
getMetrics() - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
Returns the metrics instance for reporting RPC call statistics
getMetrics() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getMetrics() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getMetrics() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns the metrics tracker for the region server
getMetrics() - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext
Get the metrics instance.
getMetrics() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceLogQueue
 
getMetrics() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
getMetricsContext() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
getMetricsDescription() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
getMetricsJmxContext() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
getMetricsName() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
getMetricsProcSource() - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
getMetricsProcSource() - Method in class org.apache.hadoop.hbase.master.MetricsMaster
 
getMetricsQuotaSource() - Method in class org.apache.hadoop.hbase.master.MetricsMaster
 
getMetricsSource() - Method in class org.apache.hadoop.hbase.io.MetricsIO
 
getMetricsSource() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServer
 
getMetricsSource() - Method in class org.apache.hadoop.hbase.master.MetricsMaster
 
getMetricsSource() - Method in class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
 
getMetricsSource() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
getMetricsSource() - Method in class org.apache.hadoop.hbase.util.JvmPauseMonitor
 
getMetricsUserAggregate() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
getMetricsUserAggregate(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateFactory
 
getMidKeyMetadata() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
getMidpoint(CellComparator, Cell, Cell) - Static method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Try to return a Cell that falls between left and right but that is shorter; i.e.
getMin() - Method in class org.apache.hadoop.hbase.io.hfile.AgeSnapshot
 
getMin() - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
Returns the minimumTimestamp
getMin() - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.NonSyncTimeRangeTracker
 
getMin() - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.SyncTimeRangeTracker
 
getMinCompactSize() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
Returns lower bound below which compaction is selected without ratio test
getMinFilesToCompact() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
Returns upper bound on number of files to be included in minor compactions
getMinimumTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getMinimumTimestamp() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Get the min timestamp of all the cells in the store file.
getMinIndexNumEntries(Configuration) - Static method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex
 
getMinLocalityToForceCompact() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getMinorVersion() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
Returns the minor version of this HFile format
getMinorVersion() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
getMinSequenceId() - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
getMinSequenceId() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
getMinSequenceId() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
getMinStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getMinStoreFileAge() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getMinStoreFileAge(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getMinStoreFileAge() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns Min age of store files in this store
getMinVersions() - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
getMinVersions() - Method in class org.apache.hadoop.hbase.regionserver.ScanInfo
 
getMinVersions() - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
getMissCachingCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getMissCachingCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getMissCachingRatio() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getMissCount() - Method in class org.apache.hadoop.hbase.mob.MobFileCache
Gets the count of misses to the mob file cache.
getMissedMobFiles() - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
 
getMissing() - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
 
getMissingLogsCount() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the number of missing log files
getMissingStoreFilesCount() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the number of missing store files
getMissRatio() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getMixedRowReadsCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getMixedRowReadsCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getMixedRowReadsCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getMixedRowReadsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns the number of read requests from the files under this store.
getMobColumnFamilies(TableDescriptor) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Get list of Mob column families (if any exists)
getMobCompactionState(TableName) - Method in class org.apache.hadoop.hbase.master.HMaster
Gets the mob file compaction state for a specific table.
getMobFamilyPath(Configuration, TableName, String) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the family dir of the mob files.
getMobFamilyPath(Path, String) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the family dir of the mob files.
getMobFileCache() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getMobFileCache() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
May be null if this is a master which not carry table.
getMobFileCache() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns The cache for mob files.
getMobFileName(Cell) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the mob file name from the mob ref cell.
getMobFilesChecked() - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Returns number of mob files checked in the last HfileCorruptionChecker run
getMobFlushCount() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getMobFlushedCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getMobFlushedCellsSize() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getMobHome(Configuration) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the root dir of the mob files.
getMobHome(Path) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the root dir of the mob files under the qualified HBase root dir.
getMobPath() - Method in class org.apache.hadoop.hbase.io.HFileLink
Returns the path of the mob hfiles.
getMobRegionInfo(TableName) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the RegionInfo of the mob files.
getMobRegionPath(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the region dir of the mob files.
getMobRegionPath(Path, TableName) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the region dir of the mob files under the specified root dir.
getMobScanCellsCount() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getMobScanCellsSize() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getMobStoreFilePercentage() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the percentage of the mob store files
getMobStoreFilesCount() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the number of available store files in the mob dir
getMobStoreFilesSize() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the total size of the store files in the mob store
getMobTableDir(Path, TableName) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the table dir of the mob files under the qualified HBase root dir.
getMobValueLength(Cell) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the mob value length from the mob ref cell.
getModificationTime() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Returns Get the modification time of the file.
getModificationTimeStamp() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getModificationTimestamp() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getModificationTimeStamp() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Deprecated.
Since 2.0.0. Will be removed in 3.0.0.
getModificationTimestamp() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Get the modification time of this store file.
getModTime() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getMonitor() - Method in class org.apache.hadoop.hbase.backup.example.TableHFileArchiveTracker
Returns the tracker for which tables should be archived.
getMovedRegion(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getMoveProcMetrics() - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
Returns Set of common metrics for move procedure
getMServerWrap() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl.ImplData
 
getMTime() - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Last modification logical time
getMutationsFromWALEntry(AdminProtos.WALEntry, CellScanner, Pair<WALKey, WALEdit>, Durability) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
This function is used to construct mutations from a WALEntry.
getMVCC() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getMvcc() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
getMvccFromOperationContext(long, long) - Method in class org.apache.hadoop.hbase.regionserver.ServerNonceManager
Return the write point of the previous succeed operation.
getMvccReadPoint() - Method in interface org.apache.hadoop.hbase.regionserver.RegionScanner
Returns The Scanner's MVCC readPt see MultiVersionConcurrencyControl
getMWrap() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl.ImplData
 
getMyEphemeralNodeFileName() - Static method in class org.apache.hadoop.hbase.ZNodeClearer
Get the name of the file used to store the znode contents
getName() - Method in class org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
 
getName() - Method in class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
Returns the executor name inferred from the type and the servername on which this is running.
getName() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
Returns this reader's "name".
getName() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getName() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getName() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
getName() - Method in class org.apache.hadoop.hbase.procedure.Procedure
 
getName() - Method in class org.apache.hadoop.hbase.procedure.Subprocedure
 
getName() - Method in class org.apache.hadoop.hbase.regionserver.AdaptiveMemStoreCompactionStrategy
 
getName() - Method in class org.apache.hadoop.hbase.regionserver.BaseRowProcessor
 
getName() - Method in class org.apache.hadoop.hbase.regionserver.BasicMemStoreCompactionStrategy
 
getName() - Method in class org.apache.hadoop.hbase.regionserver.EagerMemStoreCompactionStrategy
 
getName() - Method in exception org.apache.hadoop.hbase.regionserver.LeaseManager.LeaseStillHeldException
Returns name of lease
getName() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
getName() - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
Human readable name of the processor
getName() - Method in class org.apache.hadoop.hbase.security.access.AccessChecker.InputUser
 
getName() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
 
getName() - Method in class org.apache.hadoop.hbase.util.HbckTableInfo
 
getNamedQueueEvent() - Method in class org.apache.hadoop.hbase.namequeues.NamedQueuePayload
 
getNamedQueueEvent() - Method in class org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
 
getNamedQueueEvent() - Method in class org.apache.hadoop.hbase.namequeues.response.NamedQueueGetResponse
 
getNamedQueueRecorder() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
get NamedQueue Provider to add different logs to ringbuffer
getNamedQueueRecords(NamedQueueGetRequest) - Method in class org.apache.hadoop.hbase.namequeues.impl.BalancerDecisionQueueService
 
getNamedQueueRecords(NamedQueueGetRequest) - Method in class org.apache.hadoop.hbase.namequeues.impl.BalancerRejectionQueueService
 
getNamedQueueRecords(NamedQueueGetRequest) - Method in class org.apache.hadoop.hbase.namequeues.impl.SlowLogQueueService
 
getNamedQueueRecords(NamedQueueGetRequest) - Method in class org.apache.hadoop.hbase.namequeues.NamedQueueRecorder
Retrieve in memory queue records from ringbuffer
getNamedQueueRecords(NamedQueueGetRequest) - Method in interface org.apache.hadoop.hbase.namequeues.NamedQueueService
Retrieve in memory queue records from ringbuffer
getNameForThrottling(HStore, String) - Static method in class org.apache.hadoop.hbase.regionserver.throttle.ThroughputControlUtil
Generate a name for throttling, to prevent name conflict when multiple IO operation running parallel on the same store.
getNamespace(String) - Method in interface org.apache.hadoop.hbase.master.ClusterSchema
Get a Namespace
getNamespace() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getNamespaceDescriptor(RpcController, MasterProtos.GetNamespaceDescriptorRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getNamespaceLimiter(String) - Method in class org.apache.hadoop.hbase.quotas.QuotaCache
Returns the limiter associated to the specified namespace.
getNamespaceName() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
getNamespaceName() - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
getNamespaceName() - Method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
getNamespaceName() - Method in class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
getNamespacePermissions(Configuration, String) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
getNamespaceQuotaManager() - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
getNamespaceQuotaSnapshots() - Method in class org.apache.hadoop.hbase.quotas.QuotaObserverChore
Returns an unmodifiable view over the current SpaceQuotaSnapshot objects for each HBase namespace with a quota defined.
getNamespaces() - Method in interface org.apache.hadoop.hbase.master.ClusterSchema
Get all Namespaces
getNamespaceSpaceUtilization() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getNamespaceTableCfWALEntryFilter() - Method in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
Returns a WALEntryFilter for checking replication per table and CF.
getNegativeResultsCount() - Method in class org.apache.hadoop.hbase.io.hfile.BloomFilterMetrics
Returns Current value for bloom negative results count
getNegotiatedQop() - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcServer
 
getNettyDirectMemoryUsage() - Static method in class org.apache.hadoop.hbase.util.DirectMemoryUtils
Returns the current amount of direct memory used by netty module.
getNettyDmUsage() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getNewAssignmentPlan() - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
 
getNewExternalChunk(ChunkCreator.ChunkType) - Method in class org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
 
getNewExternalChunk(int) - Method in class org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
 
getNewExternalChunk(ChunkCreator.ChunkType) - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
getNewExternalChunk(int) - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
getNewExternalChunk(ChunkCreator.ChunkType) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
 
getNewExternalChunk(int) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
 
getNewPeerConfig() - Method in class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
getNewPeerConfig() - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
getNewPeerConfig() - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
getNextIndexedKey() - Method in class org.apache.hadoop.hbase.io.hfile.BlockWithScanInfo
 
getNextIndexedKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
getNextIndexedKey() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Returns the next key in the index (the key to seek to the next block)
getNextIndexedKey() - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
 
getNextIndexedKey() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
 
getNextIndexedKey() - Method in class org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
 
getNextIndexedKey() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
 
getNextIndexedKey() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
getNextIndexedKey() - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
getNextKeyHint(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
getNextKeyHint(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
getNextKeyHint(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
getNextMajorCompactTime(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
Returns When to run next major compaction
getNextQueue(CallRunner) - Method in interface org.apache.hadoop.hbase.ipc.QueueBalancer
Returns the index of the next queue to which a request should be inserted
getNextQueue(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.RandomQueueBalancer
 
getNextRefillTime() - Method in class org.apache.hadoop.hbase.quotas.AverageIntervalRateLimiter
 
getNextRefillTime() - Method in class org.apache.hadoop.hbase.quotas.FixedIntervalRateLimiter
 
getNextRefillTime() - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
 
getNextRow(Cell, NavigableSet<Cell>) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
getNextRowOrNextColumn(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.ColumnTracker
Retrieve the MatchCode for the next row or column
getNextRowOrNextColumn(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
 
getNextRowOrNextColumn(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
getNextRowOrNextColumn(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTracker
 
getNextSequenceId(WAL) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Method to safely get the next sequence number.
getNextSleepInterval(int) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationThrottler
Get how long the caller should sleep according to the current size and current cycle's total push size and start tick, return the sleep interval for throttling control.
getNoChecksumFs() - Method in class org.apache.hadoop.hbase.fs.HFileSystem
Returns the filesystem that is specially setup for doing reads from storage.
getNonce() - Method in interface org.apache.hadoop.hbase.wal.WALKey
Returns The nonce
getNonce() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Returns The nonce
getNonceGroup() - Method in interface org.apache.hadoop.hbase.wal.WALKey
Returns The nonce group
getNonceGroup() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Returns The nonce group
getNonceKey() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil.NonceProcedureRunnable
 
getNonceManager() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getNonceManager() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Only required for "old" log replay; if it's removed, remove this.
getNoneCompressor() - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
 
getNoneUncompressor() - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
 
getNonRootIndexedKey(ByteBuff, int) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
The indexed key at the ith position in the nonRootIndex.
getNonRootSize() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
getNonSharedArchivedStoreFilesSize() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
 
getNoopLatch() - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch
Returns the singleton latch which does nothing.
getNumberOfOnlineRegions() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getNumberOfRecoveredRegions() - Method in class org.apache.hadoop.hbase.wal.BoundedRecoveredHFilesOutputSink
 
getNumberOfRecoveredRegions() - Method in class org.apache.hadoop.hbase.wal.OutputSink
Returns number of regions we've recovered
getNumBytesCompacted() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getNumChunks() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
 
getNumCompactionsCompleted() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getNumCompactionsFailed() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getNumCompactionsQueued() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getNumDataIndexLevels() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getNumDeadRegionServers() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getNumDrainingRegionServers() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getNumEntries() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
getNumFilesCompacted() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getNumFlushesQueued() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getNumGeneralCallsDropped() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getNumGeneralCallsDropped() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getNumGeneralCallsDropped() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getNumGeneralCallsDropped() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
If CoDel-based RPC executors are used, retrieves the number of Calls that were dropped from general queue because RPC executor is under high load; returns 0 otherwise.
getNumGeneralCallsDropped() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getNumHFiles() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getNumHFiles() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns Number of HFiles in this store
getNumLevels() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
Returns the number of levels in this block index.
getNumLifoModeSwitches() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getNumLifoModeSwitches() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getNumLifoModeSwitches() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getNumLifoModeSwitches() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
If CoDel-based RPC executors are used, retrieves the number of Calls that were picked from the tail of the queue (indicating adaptive LIFO mode, when in the period of overloade we serve last requests first); returns 0 otherwise.
getNumLifoModeSwitches() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getNumLogFiles() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Returns the number of log files in use
getNumLogFiles() - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
iff the given WALFactory is using the DefaultWALProvider for meta and/or non-meta, count the number of files (rolled and active).
getNumLogFiles() - Method in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
getNumLogFiles() - Method in interface org.apache.hadoop.hbase.wal.WALProvider
Get number of the log files this provider is managing
getNumMutationsWithoutWAL() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getNumMutationsWithoutWAL() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns the number of mutations processed bypassing the WAL
getNumOfAppends() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
getNumOfCells() - Method in class org.apache.hadoop.hbase.regionserver.VersionedSegmentsList
 
getNumOfDeletedLargeFiles() - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
getNumOfDeletedSmallFiles() - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
getNumOfDeletes() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
getNumOfIncrements() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
getNumOfPuts() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
getNumOfSegments() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
getNumOfSegments() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableSegment
 
getNumOfSegments() - Method in class org.apache.hadoop.hbase.regionserver.VersionedSegmentsList
 
getNumOpenConnections() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getNumOpenConnections() - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
getNumOpenConnections() - Method in class org.apache.hadoop.hbase.ipc.RpcServer
The number of open RPC conections
getNumOpenConnections() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
The number of open RPC conections
getNumOpenWriters() - Method in class org.apache.hadoop.hbase.wal.BoundedRecoveredHFilesOutputSink
 
getNumOpenWriters() - Method in class org.apache.hadoop.hbase.wal.OutputSink
Returns the number of currently opened writers
getNumPositivesForTesting(int) - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
 
getNumQueriesForTesting(int) - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
 
getNumQueues() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceLogQueue
Returns number of queues.
getNumReferenceFiles() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getNumReferenceFiles() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getNumReferenceFiles(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getNumReferenceFiles() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns Number of reference files in this store
getNumRegions(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getNumRegions() - Method in class org.apache.hadoop.hbase.util.HbckTableInfo
 
getNumRegionServers() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getNumRegionsOpened() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getNumRegisteredProviders() - Method in class org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProviders
Returns the number of registered providers.
getNumRolledLogFiles() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Returns the number of rolled log files
getNumRolledLogFiles(WAL) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
returns the number of rolled WAL files.
getNumRootEntries() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
Returns how many block index entries there are in the root level
getNumSinks() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkManager
 
getNumStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getNumStoreFiles(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getNumStores() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getNumStores(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getNumStores() - Method in class org.apache.hadoop.hbase.regionserver.RegionServicesForStores
 
getNumThreads() - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
getNumUniqueKeys() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
getNumUniqueKeys() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableSegment
 
getNumWALFiles() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getNumWALFiles() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getOffHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSize
 
getOffHeapSize() - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
 
getOffHeapSize() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
getOffPeakHours() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getOffPeakMaxCompactSize() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getOffset() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
 
getOffset() - Method in interface org.apache.hadoop.hbase.io.hfile.CachedBlock
 
getOldestHfileTs(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getOldestHfileTs(boolean) - Method in interface org.apache.hadoop.hbase.regionserver.Region
This can be used to determine the last time all files of this region were major compacted.
getOldestRITTime() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
getOldestSeqIdOfStore(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getOldestWalAge() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
getOldLogDir() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Get the directory where wals are archived
getOldPeerConfig() - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
getOldPeerConfig() - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
getOldSources() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Get a list of all the recovered sources of this rs
getOnDiskDataSize(int) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
getOnDiskSizeWithHeader() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
Returns the on-disk size of header + data part + checksum.
getOneRandomServer(String, Set<ServerName>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
Gets a random server from the specified rack and skips anything specified.
getOnHeapCacheSize(Configuration) - Static method in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
 
getOnheapGlobalMemStoreSize(Configuration) - Static method in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
Returns the onheap global memstore limit based on the config 'hbase.regionserver.global.memstore.size'.
getOnlineEntries() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getOnlineRegion(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getOnlineRegion(RpcController, AdminProtos.GetOnlineRegionRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getOnlineRegions() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment
Returns Interface to Map of regions online on this RegionServer RegionCoprocessorEnvironment.getServerName()}.
getOnlineRegions() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment
Returns Interface to Map of regions online on this RegionServer RegionServerCoprocessorEnvironment.getServerName()}.
getOnlineRegions() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getOnlineRegions() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl.ImplData
 
getOnlineRegionsLocalContext() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
For tests, web ui and metrics.
getOnlineServers() - Method in class org.apache.hadoop.hbase.master.ServerManager
Returns Read-only map of servers to serverinfo
getOnlineServersList() - Method in class org.apache.hadoop.hbase.master.ServerManager
Returns A copy of the internal list of online servers.
getOnlineServersListWithPredicator(List<ServerName>, Predicate<ServerMetrics>) - Method in class org.apache.hadoop.hbase.master.ServerManager
 
getOnlineTables() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Gets the online tables in this RS.
getOpenProcId() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerServices.PostOpenDeployContext
 
getOpenProcMetrics() - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
Returns Set of common metrics for OpenRegionProcedure
getOpenSeqNum() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
getOpenSeqNum() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Returns the latest sequence number that was read from storage when this region was opened
getOpenSeqNum() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext
 
getOperation(int) - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
Returns The operation(Mutation) at the specified position.
getOperationId() - Method in interface org.apache.hadoop.hbase.regionserver.RegionScanner
 
getOperationsFromCoprocessors(int) - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
getOperationStatus(int) - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
Returns Gets the status code for the operation(Mutation) at the specified position.
getOperationStatusCode() - Method in class org.apache.hadoop.hbase.regionserver.OperationStatus
 
getOperator() - Method in class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
getOpsShipped() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Gets the number of OPs shipped by this source queue to target cluster.
getOrCreateRegionStateNode(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getOrCreateServer(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Be judicious calling this method.
getOriginatingClusterId() - Method in interface org.apache.hadoop.hbase.wal.WALKey
 
getOriginatingClusterId() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
getOriginPath() - Method in class org.apache.hadoop.hbase.io.HFileLink
Returns the origin path of the hfile.
getOrigLogSeqNum() - Method in interface org.apache.hadoop.hbase.wal.WALKey
Return a positive long if current WALKeyImpl is created from a replay edit; a replay edit is an edit that came in when replaying WALs of a crashed server.
getOrigLogSeqNum() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Return a positive long if current WALKeyImpl is created from a replay edit; a replay edit is an edit that came in when replaying WALs of a crashed server.
getOrphanRegionsOnFS() - Method in class org.apache.hadoop.hbase.master.hbck.HbckReport
The regions have directory on FileSystem, but no region info in meta.
getOrphanRegionsOnRS() - Method in class org.apache.hadoop.hbase.master.hbck.HbckReport
The regions only opened on RegionServers, but no region info in meta.
getOutput() - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
getOutputCounts() - Method in class org.apache.hadoop.hbase.wal.BoundedRecoveredHFilesOutputSink
 
getOutputCounts() - Method in class org.apache.hadoop.hbase.wal.OutputSink
Returns a map from encoded region ID to the number of edits written out for that region.
getOutputStreamForCellEncoder() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
getOutputStreamForCellEncoder() - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
getOutputStreamForCellEncoder() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
getOverlaps() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitorReport
 
getParam() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns The call parameter message.
getParam() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getParam() - Method in class org.apache.hadoop.hbase.namequeues.RpcLogDetails
 
getParams() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
getParent() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
getParent__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
getParentToChildrenPairMap() - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
Returns the map of parent-children_pair.
getPassword(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getPath() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getPath() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Writer
Returns the path to this HFile
getPath() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getPath() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Returns Path or null if we were passed a stream rather than a Path.
getPath() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Gets the mob file path.
getPath() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getPath() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Returns Path or null if this StoreFile was made with a Stream.
getPath() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Returns The Path of the file
getPath() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
 
getPathsToWatch() - Method in class org.apache.hadoop.hbase.master.zksyncer.ClientZKSyncer
Returns the zk path(s) to watch
getPathsToWatch() - Method in class org.apache.hadoop.hbase.master.zksyncer.MasterAddressSyncer
 
getPathsToWatch() - Method in class org.apache.hadoop.hbase.master.zksyncer.MetaLocationSyncer
 
getPattern(String, Pattern) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getPeerConfig(String) - Method in class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager
 
getPeerConfig() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
getPeerId() - Method in interface org.apache.hadoop.hbase.master.procedure.PeerProcedureInterface
 
getPeerId() - Method in class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
getPeerId() - Method in class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
getPeerID() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Get the slave peer ID
getPeerId() - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource
 
getPeerId() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getPeerId() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Get the id that the source is replicating to.
getPeerId() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus
 
getPeerId() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
getPeerOperationType() - Method in interface org.apache.hadoop.hbase.master.procedure.PeerProcedureInterface
 
getPeerOperationType() - Method in class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
getPeerOperationType() - Method in class org.apache.hadoop.hbase.master.replication.DisablePeerProcedure
 
getPeerOperationType() - Method in class org.apache.hadoop.hbase.master.replication.EnablePeerProcedure
 
getPeerOperationType() - Method in class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
getPeerOperationType() - Method in class org.apache.hadoop.hbase.master.replication.RemovePeerProcedure
 
getPeerOperationType() - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
getPeerProcedureHandler() - Method in interface org.apache.hadoop.hbase.regionserver.ReplicationSourceService
Returns a Handler to handle peer procedures.
getPeerProcedureHandler() - Method in class org.apache.hadoop.hbase.replication.regionserver.Replication
 
getPeerUUID() - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
 
getPeerUUID() - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Returns a UUID of the provided peer id.
getPeerUUID() - Method in class org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
 
getPeerUUID() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
getPerServerFailuresCount() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
getPerTableFailuresCount() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
getPipelineSize() - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
getPlanSizeMb() - Method in interface org.apache.hadoop.hbase.master.normalizer.NormalizationPlan
 
getPolicies() - Method in class org.apache.hadoop.hbase.quotas.ActivePolicyEnforcement
Returns an unmodifiable version of the active SpaceViolationPolicyEnforcements.
getPolicyEnforcement(Region) - Method in class org.apache.hadoop.hbase.quotas.ActivePolicyEnforcement
Returns the proper SpaceViolationPolicyEnforcement implementation for the given table.
getPolicyEnforcement(TableName) - Method in class org.apache.hadoop.hbase.quotas.ActivePolicyEnforcement
Returns the proper SpaceViolationPolicyEnforcement implementation for the given table.
getPolicyName() - Method in class org.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcement
 
getPolicyName() - Method in class org.apache.hadoop.hbase.quotas.policies.DisableTableViolationPolicyEnforcement
 
getPolicyName() - Method in class org.apache.hadoop.hbase.quotas.policies.MissingSnapshotViolationPolicyEnforcement
 
getPolicyName() - Method in class org.apache.hadoop.hbase.quotas.policies.NoInsertsViolationPolicyEnforcement
 
getPolicyName() - Method in class org.apache.hadoop.hbase.quotas.policies.NoWritesCompactionsViolationPolicyEnforcement
 
getPolicyName() - Method in class org.apache.hadoop.hbase.quotas.policies.NoWritesViolationPolicyEnforcement
 
getPolicyName() - Method in interface org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
Returns a logical name for the SpaceViolationPolicy that this enforcement is for.
getPos() - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
getPos() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
getPos() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
 
getPosition() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
getPosition() - Method in interface org.apache.hadoop.hbase.wal.WAL.Reader
 
getPreadScanner(boolean, long, long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
Get a scanner which uses pread.
getPreallocatedEventCount() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
getPrefixLength() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getPrettyHistogramReport(Histogram) - Static method in class org.apache.hadoop.hbase.util.YammerHistogramUtils
Returns pretty summary of hist.
getPrevCell() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
getPrevCell() - Method in interface org.apache.hadoop.hbase.util.BloomFilterWriter
Returns the previous cell written by this writer
getPrimaryEvictedCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getPrimaryEvictedCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getPrimaryHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getPrimaryHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getPrimaryHRIForDeployedReplica() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getPrimaryMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getPrimaryMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getPrimaryToRegionInfoMap() - Method in class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
 
getPrincipalWithoutRealm(String) - Static method in class org.apache.hadoop.hbase.security.SecurityUtil
Get the user name from a principal
getPriority() - Method in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
 
getPriority() - Method in class org.apache.hadoop.hbase.executor.EventHandler
Get the priority level for this handler instance.
getPriority() - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
 
getPriority(RPCProtos.RequestHeader, Message, User) - Method in interface org.apache.hadoop.hbase.ipc.PriorityFunction
Returns the 'priority type' of the specified request.
getPriority() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns The Priority of this call.
getPriority() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getPriority(RPCProtos.RequestHeader, Message, User) - Method in class org.apache.hadoop.hbase.master.MasterAnnotationReadingPriorityFunction
 
getPriority(RPCProtos.RequestHeader, Message, User) - Method in class org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction
Returns a 'priority' based on the request type.
getPriority() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest
Returns priority of compaction request
getPriority() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
Gets the priority for the request
getPriority() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getPriority(RPCProtos.RequestHeader, Message, User) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getPriorityQueueLength() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getPriorityQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getPriorityQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves length of the priority queue for metrics.
getPriorityQueueLength() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getProcedure() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
getProcedure(String) - Method in class org.apache.hadoop.hbase.procedure.ProcedureCoordinator
Returns the procedure.
getProcedureEvent() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
getProcedureExecutor() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil.NonceProcedureRunnable
 
getProcedureManager(String) - Method in class org.apache.hadoop.hbase.procedure.MasterProcedureManagerHost
 
getProcedureManagers() - Method in class org.apache.hadoop.hbase.procedure.ProcedureManagerHost
 
getProcedureMetrics(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
getProcedureMetrics(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.CloseRegionProcedure
 
getProcedureMetrics(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
getProcedureMetrics(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.OpenRegionProcedure
 
getProcedureMetrics(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
getProcedureMetrics(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
getProcedureMetrics(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
getProcedureMetrics(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
getProcedureNames() - Method in class org.apache.hadoop.hbase.procedure.ProcedureCoordinator
Returns Return set of all procedure names.
getProcedureResult(RpcController, MasterProtos.GetProcedureResultRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getProcedures() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getProcedures(RpcController, MasterProtos.GetProceduresRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getProcedures() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Get procedures
getProcedureScheduler() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
getProcedureSignature() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
 
getProcedureSignature() - Method in class org.apache.hadoop.hbase.procedure.flush.MasterFlushTableProcedureManager
 
getProcedureSignature() - Method in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
 
getProcedureSignature() - Method in class org.apache.hadoop.hbase.procedure.ProcedureManager
Return the unique signature of the procedure.
getProcedureSignature() - Method in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
 
getProcedureStore() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getProcessName() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getProcessName() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getProcId() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil.NonceProcedureRunnable
 
getProcIds() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext
 
getProcName() - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
getProcName() - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
getProcName() - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
getProcName() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
getProcName() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
getProgress() - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
Return the aggregate progress for all currently active compactions.
getProgressPct() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
getter for calculated percent complete
getPropertySources(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getProviderClass(String, String) - Method in class org.apache.hadoop.hbase.wal.WALFactory
 
getQualifiedMobRootDir(Configuration) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the qualified root dir of the mob files.
getQualifiedPath() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getQualifiedPath() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Returns Returns the qualified path of this StoreFile
getQualifier() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
getQuarantined() - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Returns the set of successfully quarantined paths after checkTables is called.
getQuarantinedMobFiles() - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Returns the set of successfully quarantined paths after checkTables is called.
getQueue(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceLogQueue
Return queue for the given walGroupId Please don't add or remove elements from the returned queue.
getQueueId() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getQueueId() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Get the queue id that the source is replicating to
getQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
Returns the length of the pending queue
getQueues() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
Returns the list of request queues
getQueues() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getQueues() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceLogQueue
 
getQueueSize(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceLogQueue
Get the queue size for the given walGroupId.
getQueueSize() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus
 
getQueueStorage() - Method in class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager
 
getQuota(UserGroupInformation, TableName) - Method in class org.apache.hadoop.hbase.quotas.RegionServerRpcQuotaManager
Returns the quota for an operation.
getQuotaObserverChore() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getQuotaSettings() - Method in class org.apache.hadoop.hbase.quotas.GlobalQuotaSettings
Computes a list of QuotaSettings that present the complete quota state of the combination of this user, table, and/or namespace.
getQuotaSettings() - Method in class org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
 
getQuotaSnapshot() - Method in class org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
 
getQuotaSnapshot() - Method in interface org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
Returns the SpaceQuotaSnapshot this was initialized with.
getQuotaStates(RpcController, QuotaProtos.GetQuotaStatesRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getQuotaType() - Method in class org.apache.hadoop.hbase.quotas.GlobalQuotaSettings
 
getRack(ServerName) - Method in class org.apache.hadoop.hbase.master.RackManager
Get the name of the rack containing a server, according to the DNS to switch mapping.
getRack(List<ServerName>) - Method in class org.apache.hadoop.hbase.master.RackManager
Same as RackManager.getRack(ServerName) except that a list is passed
getRackManager() - Method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
getRandomGenerator() - Method in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
Returns any candidate generator in random
getRandomGenerator() - Method in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
Select the candidate generator to use based on the cost of cost functions.
getRange(String, String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getRaw(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getReachedBarrierNode(String) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
getReachedBarrierNode(ZKProcedureUtil, String) - Static method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
Get the full znode path for the node used by the coordinator to trigger a global barrier execution and release on each subprocedure.
getReadAvailable() - Method in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
getReadAvailable() - Method in interface org.apache.hadoop.hbase.quotas.OperationQuota
Returns the number of bytes available to read to avoid exceeding the quota
getReadAvailable() - Method in interface org.apache.hadoop.hbase.quotas.QuotaLimiter
Returns the number of bytes available to read to avoid exceeding the quota
getReadAvailable() - Method in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
getReader() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
getReader() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Returns Reader that underlies this Scanner instance.
getReader() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getReader(FileStatus, boolean, CancelableProgressable) - Method in class org.apache.hadoop.hbase.wal.WALSplitter
Create a new WAL.Reader for reading logs to split.
getReaderContext() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getReaderPath() - Method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
 
getReaderType() - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContext
 
getReadFailureCount() - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
getReadFailureCount() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
getReadFailures() - Method in interface org.apache.hadoop.hbase.tool.Canary
 
getReadFailures() - Method in class org.apache.hadoop.hbase.tool.CanaryTool
 
getReadFailures() - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
getReadFailures() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
getReadLatency() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
getReadLatencyMap() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
getReadLockCount() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getReadOnlyConfiguration() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getReadOnlyConfiguration() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getReadOnlyConfiguration() - Method in interface org.apache.hadoop.hbase.regionserver.Region
 
getReadOnlyConfiguration() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getReadPoint() - Method in interface org.apache.hadoop.hbase.regionserver.ChangedReadersObserver
Returns the read point of the current scan
getReadPoint(IsolationLevel) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Returns readpoint considering given IsolationLevel.
getReadPoint() - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
 
getReadPoint() - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
getReadQueueLength() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getReadQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getReadQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getReadQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves length of the read queue for metrics when use RWQueueRpcExecutor.
getReadQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
getReadQueueLength() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getReadRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getReadRequestCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getReadRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getReadRequestsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns read requests count for this region
getReadShare(Configuration) - Method in class org.apache.hadoop.hbase.ipc.MetaRWQueueRpcExecutor
 
getReadShare(Configuration) - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
getReadSuccessCount() - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
getReadSuccessCount() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
getReadyToWriteCount() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
getRealCacheSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getReason() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
getReceiveTime() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns The timestamp when the call is constructed.
getReceiveTime() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getRecoveredHFiles(FileSystem, Path, String) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
 
getRefCellTags() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
getRefCount() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
getReference() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
getReferenceAndLinkFilePaths(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
getReferenceCount() - Method in class org.apache.hadoop.hbase.mob.CachedMobFile
Gets the reference of the current mob file.
getReferencedFileStatus(FileSystem) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Get the FileStatus of the file referenced by this StoreFileInfo
getReferencedHFileName(String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Get the HFile name of the referenced link
getReferencedRegionName(String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Get the Region name of the referenced link
getReferencedTableName(String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
Get the Table name of the referenced link
getReferenceFilePaths(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
getReferenceType() - Method in class org.apache.hadoop.hbase.util.IdReadWriteLock
 
getReferredToFile(Path) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
getRegion() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment
Returns the region associated with this coprocessor
getRegion() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
Returns The RegionInfo of the region we are operating on.
getRegion(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegion(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Protected Utility method for safely obtaining an HRegion handle.
getRegion(String) - Method in interface org.apache.hadoop.hbase.regionserver.OnlineRegions
Return Region instance.
getRegion() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerServices.PostOpenDeployContext
 
getRegion(HBaseProtos.RegionSpecifier) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Find the HRegion based on a region specifier
getRegion() - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
getRegionArchiveDir(Path, TableName, Path) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
Get the archive directory for a given region under the specified table
getRegionArchiveDir(Path, TableName, String) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
Get the archive directory for a given region under the specified table
getRegionAssignments() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionAssignmentSnapshot() - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
Returns the new RegionAssignmentSnapshot n
getRegionByEncodedName(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegionByStateOfTable(TableName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionCount() - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
getRegionCountOfTable(TableName) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
Get region count for table
getRegionCountOfTable(TableName) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
Returns cached region count, or -1 if quota manager is disabled or table status not found
getRegionDegreeLocalityMappingFromFS(Configuration) - Static method in class org.apache.hadoop.hbase.util.FSUtils
This function is to scan the root path of the file system to get the degree of locality for each region on each of the servers having at least one block of that region.
getRegionDegreeLocalityMappingFromFS(Configuration, String, int) - Static method in class org.apache.hadoop.hbase.util.FSUtils
This function is to scan the root path of the file system to get the degree of locality for each region on each of the servers having at least one block of that region.
getRegionDir(RegionInfo) - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
Returns the directory for a give region.
getRegionDir(Path, String) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Deprecated.
For tests only; to be removed.
getRegionDir() - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns Path to the region directory.
getRegionDirFromRootDir(Path, RegionInfo) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
getRegionDirFromTableDir(Path, RegionInfo) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
getRegionDirFromTableDir(Path, String) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
getRegionDirRecoveredEditsDir(Path) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
 
getRegionDirs(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Given a particular table dir, return all the regiondirs inside it, excluding files such as .tableinfo
getRegionEventDescriptor(Cell) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
 
getRegionFailedOpen() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionFileSystem() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Returns the HRegionFileSystem used by this region
getRegionFileSystem() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getRegionFileSystem() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getRegionHashCode() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getRegionInfo() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment
Returns region information for the region this coprocessor is running on
getRegionInfo(byte[]) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Resolve a cached RegionInfo from the region name as a byte[].
getRegionInfo(String) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Resolve a cached RegionInfo from the encoded region name as a String.
getRegionInfo() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionFailedOpen
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getRegionInfo(RpcController, AdminProtos.GetRegionInfoRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
This method implements Admin getRegionInfo.
getRegionInfo() - Method in class org.apache.hadoop.hbase.master.RegionPlan
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler
Deprecated.
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns the RegionInfo that describe this on-disk region view
getRegionInfo() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getRegionInfo() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns region information for this region
getRegionInfo() - Method in interface org.apache.hadoop.hbase.regionserver.RegionScanner
Returns The RegionInfo for this scanner.
getRegionInfo() - Method in class org.apache.hadoop.hbase.regionserver.RegionServicesForStores
 
getRegionInfo(RpcController, AdminProtos.GetRegionInfoRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getRegionInfo() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns the parent region info hosting this store
getRegionInfo() - Method in interface org.apache.hadoop.hbase.regionserver.StoreConfigInformation
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getRegionInfo() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
getRegionInfoForFS() - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
 
getRegionInfoForFs(RegionInfo) - Static method in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Returns the regionInfo object to use for interacting with the file system.
getRegionInfoList() - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
getRegionInfoMap() - Method in class org.apache.hadoop.hbase.master.hbck.HbckReport
This map contains the state of all hbck items.
getRegionLoad(RpcController, AdminProtos.GetRegionLoadRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getRegionLocation() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
getRegionLocator(TableName) - Method in class org.apache.hadoop.hbase.SharedConnection
 
getRegionLocator(byte[]) - Method in class org.apache.hadoop.hbase.util.ConnectionCache
Retrieve a regionLocator for the table.
getRegionManifests() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
Get all the Region Manifest from the snapshot
getRegionManifestsMap() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
Get all the Region Manifest from the snapshot.
getRegionMap() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
getRegionMetrics() - Method in class org.apache.hadoop.hbase.master.http.RegionVisualizer.RegionDetails
 
getRegionName() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getRegionName() - Method in class org.apache.hadoop.hbase.master.RegionPlan
Get the encoded region name for the region this plan is for.
getRegionName() - Method in class org.apache.hadoop.hbase.mob.MobFileName
Gets region name
getRegionName() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getRegionName() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getRegionNameAsString() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
getRegionNameAsString() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getRegionNameToRegionInfoMap() - Method in class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
Get the regioninfo for a region
getRegionNormalizerChore() - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
 
getRegionNormalizerManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getRegionNormalizerManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's instance of RegionNormalizerManager
getRegionObserver() - Method in class org.apache.hadoop.hbase.constraint.ConstraintProcessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.coprocessor.MetaTableMetrics
 
getRegionObserver() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationObserver
 
getRegionObserver() - Method in class org.apache.hadoop.hbase.security.access.AccessController
Observer/Service Getters
getRegionObserver() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
Observer/Service Getters
getRegionObserver() - Method in class org.apache.hadoop.hbase.tool.WriteSinkCoprocessor
 
getRegionOverThreshold() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
getRegionReferenceAndLinkFileCount(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
getRegionReferenceFileCount(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
getRegionReplicaStoreFileRefreshMultiplier(Configuration) - Static method in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
 
getRegions(TableName) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Gets the online regions of the specified table.
getRegions() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegions(TableName) - Method in interface org.apache.hadoop.hbase.regionserver.OnlineRegions
Get all online regions of a table in this RS.
getRegions() - Method in interface org.apache.hadoop.hbase.regionserver.OnlineRegions
Get all online regions in this RS.
getRegionScanner(Scan) - Method in class org.apache.hadoop.hbase.master.region.MasterRegion
 
getRegionServer(int) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Returns region server
getRegionServer() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkManager.SinkPeer
 
getRegionServer() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl.ImplData
 
getRegionServer() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl.ImplData
 
getRegionServer() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
getRegionServer() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo.MetaEntry
 
getRegionServer() - Method in class org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
Returns the region server
getRegionServerAccounting() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegionServerAccounting() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns the RegionServerAccounting for this Region Server
getRegionServerCoprocessorHost() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegionServerCoprocessors() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegionServerFatalLogBuffer() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getRegionServerInfoPort(ServerName) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getRegionServerObserver() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessor
 
getRegionServerObserver() - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
getRegionServerObserver() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplication
 
getRegionServerOfRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionServerQuotaLimiter(String) - Method in class org.apache.hadoop.hbase.quotas.QuotaCache
Returns the limiter associated to the specified region server.
getRegionServerRpcQuotaManager() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegionServerRpcQuotaManager() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns RegionServer's instance of RegionServerRpcQuotaManager
getRegionServers() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Returns Read-only list of region server threads.
getRegionServers() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getRegionServers() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getRegionServers() - Method in class org.apache.hadoop.hbase.master.RegionServerTracker
 
getRegionServers() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegionServers() - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
Get a list of all the addresses of all the available region servers for this peer cluster, or an empty list if no region servers available at peer cluster.
getRegionServerServices() - Method in interface org.apache.hadoop.hbase.coprocessor.HasRegionServerServices
Deprecated.
Returns An instance of RegionServerServices, an object NOT for Coprocessor consumption.
getRegionServerServices() - Method in class org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
 
getRegionServerSpaceQuotaManager() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegionServerSpaceQuotaManager() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns RegionServer's instance of RegionServerSpaceQuotaManager
getRegionServerToRegionMap() - Method in class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
Get regionserver to region map
getRegionServerVersion(ServerName) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getRegionServerVersion(ServerName) - Method in interface org.apache.hadoop.hbase.master.MasterServices
 
getRegionServerWrapper() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
getRegionServicesForStores() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Returns store services for this region, to access services required by store level needs
getRegionsFromMeta(TreeMap<String, HbckRegionInfo>) - Method in class org.apache.hadoop.hbase.util.HbckTableInfo
 
getRegionsInTransition() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getRegionsInTransition() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionsInTransitionCount() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Get the number of regions in transition.
getRegionsInTransitionInRS() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRegionsInTransitionInRS() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Get the regions that are currently being opened or closed in the RS
getRegionsInTransitionOrderedByTimestamp() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionSize(RegionInfo) - Method in class org.apache.hadoop.hbase.quotas.NoOpRegionSizeStore
 
getRegionSize(RegionInfo) - Method in interface org.apache.hadoop.hbase.quotas.RegionSizeStore
Returns the size for the give region if one exists.
getRegionSize(RegionInfo) - Method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
 
getRegionSizeStore() - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
Returns the RegionSizeStore tracking filesystem utilization by each region.
getRegionsMovement(FavoredNodesPlan) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
Return how many regions will move per table since their primary RS will change
getRegionsOfFavoredNode(ServerName) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
getRegionsOfTable(TableName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Returns Return online regions of table; does not include OFFLINE or SPLITTING regions.
getRegionsOfTableForDeleting(TableName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Get the regions for deleting a table.
getRegionsOfTableForEnabling(TableName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Get the regions for enabling a table.
getRegionsOfTableForReopen(TableName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Get the regions to be reopened when modifying a table.
getRegionsOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Returns the regions hosted by the specified server.
getRegionSplitLimit() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
Returns the regionSplitLimit
getRegionsStateInTransition() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionState(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionState(String) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionState(Result, RegionInfo) - Static method in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
Pull the region state from a catalog table Result.
getRegionState(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
getRegionState() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getRegionStateNode(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionStateNode() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionFailedOpen
 
getRegionStateNodeFromEncodedRegionName(String) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionStateNodeFromName(byte[]) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionStateNodes() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Returns A view of region state nodes for all the regions.
getRegionStates() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getRegionStates() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Returns A snapshot of region state nodes for all the regions.
getRegionStatesCount(TableName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Provide regions state count for given table.
getRegionStateStore() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getRegionsToAdd() - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
Returns the list of new regions added during the on-disk restore.
getRegionsToRemove() - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
Returns the list of regions removed during the on-disk restore.
getRegionsToRestore() - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
Returns the list of 'restored regions' during the on-disk restore.
getRegionToRegionServerMap() - Method in class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
Get region to region server map
getRegionTransitionState(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getRegionWrapper() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
getRemoteAddress() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
Returns Address of remote client in this call
getRemoteAddress() - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
Returns Address of remote client if a request is ongoing, else null
getRemoteAddress() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getRemoteDispatcher() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
getRemoteIp() - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
Returns the remote side ip address when invoked inside an RPC Returns null incase of an error.
getRemotePort() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns Port of remote address in this call
getRemotePort() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getRenewer() - Method in class org.apache.hadoop.hbase.security.token.FsDelegationToken
Returns the account name that is allowed to renew the token.
getReopenProcMetrics() - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
Returns Set of common metrics for reopen procedure
getReopenStatus(TableName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Used by the client (via master) to identify if all regions have the schema updates
getReplBarrierFamilyDescForMeta() - Static method in class org.apache.hadoop.hbase.util.FSTableDescriptors
 
getReplicableEdits() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Gets the number of edits eligible for replication read from this source queue logs so far.
getReplicaId() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getReplicaId() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
Get the replica id of this region.
getReplicaId() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getReplicaLoad(List<ServerName>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
getReplicationDelay() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
getReplicationDelay() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus
 
getReplicationEndpoint() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getReplicationEndpoint() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Returns the replication endpoint used by this replication source
getReplicationLoad(ServerName[]) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getReplicationLoadSink() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationLoad
 
getReplicationLoadSourceEntries() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationLoad
 
getReplicationManager() - Method in interface org.apache.hadoop.hbase.regionserver.ReplicationSourceService
Returns the replication manager
getReplicationManager() - Method in class org.apache.hadoop.hbase.replication.regionserver.Replication
Get the replication sources manager
getReplicationPeer() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
getReplicationPeerConfig(String) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getReplicationPeerConfig(RpcController, ReplicationProtos.GetReplicationPeerConfigRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getReplicationPeerConfig(String) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns the configured ReplicationPeerConfig for the specified peer
getReplicationPeerManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getReplicationPeerManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
getReplicationPeerManager() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
getReplicationPeers() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Get the ReplicationPeers used by this ReplicationSourceManager
getReplicationQueueInfo() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getReplicationQueueLength() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getReplicationQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getReplicationQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves length of the replication queue for metrics.
getReplicationQueueLength() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getReplicationQueueStorage() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getReplicationQueueStorage() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Returns The instance of queueStorage used by this ReplicationSource.
getReplicationScope() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getReplicationScopes() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
getReplicationSink() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkManager
Get a randomly-chosen replication sink to replicate to.
getReplicationSourceService() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns Return the object that implements the replication source executorService.
getRequest() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionContext
 
getRequest() - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeCompactionRequest
 
getRequest() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
getRequestCachingCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getRequestCachingCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getRequestCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getRequestCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getRequestData() - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
This method should return any additional data that is needed on the server side to construct the RowProcessor.
getRequestsCount() - Method in class org.apache.hadoop.hbase.io.hfile.BloomFilterMetrics
Returns Current value for bloom requests count
getRequestUser() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
Returns the user credentials associated with the current RPC request or not present if no credentials were provided.
getRequestUser() - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
Returns the user credentials associated with the current RPC request or not present if no credentials were provided.
getRequestUser() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getRequestUser() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
getRequestUserName() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
Returns Current request's user name or not present if none ongoing.
getRequestUserName() - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
Returns the username for any user associated with the current RPC request or not present if no user is set.
getResource(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getResponse() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getResponseBlockSize() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
 
getResponseBlockSize() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getResponseCellSize() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
The size of response cells that have been accumulated so far.
getResponseCellSize() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getResponseExceptionSize() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
 
getResponseExceptionSize() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getResponseSize() - Method in class org.apache.hadoop.hbase.namequeues.RpcLogDetails
 
getRestoreAcl() - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
Exposed for Testing: HBASE-26462
getRestoreAcl() - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
Exposed for Testing: HBASE-26462
getRestrictedSplitPoint(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitRestriction
 
getRestrictedSplitPoint(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitRestriction
 
getRestrictedSplitPoint(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.NoRegionSplitRestriction
 
getRestrictedSplitPoint(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
Returns a restricted split point.
getResult() - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult
 
getResult() - Method in interface org.apache.hadoop.hbase.regionserver.HRegion.FlushResult
Returns the detailed result code
getResult() - Method in class org.apache.hadoop.hbase.regionserver.HRegion.FlushResultImpl
 
getResult() - Method in class org.apache.hadoop.hbase.regionserver.OperationStatus
 
getResult() - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
Obtain the processing result.
getResults() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
getRetainedRegionRWRequestsCnt() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
Returns the retained metrics of region's read and write requests count
getRetCode() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
getRetries() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionFailedOpen
 
getRetryPauseTime() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
getRITThreshold() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
getRootBlockCount() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder.EncodedSeeker
 
getRootBlockCount() - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
getRootBlockKey(int) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder.EncodedSeeker
 
getRootBlockKey(int) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
getRootDir() - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
Returns HBase root dir.
getRootIndexHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getRootIndexHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getRootIndexMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getRootIndexMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getRootKeyZNode() - Method in class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
getRootSize() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
getRow() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getRowForRegion(RegionInfo) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
 
getRowLock(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Get an exclusive ( write lock ) lock on a given row.
getRowLock(byte[], boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getRowLock(byte[], boolean) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Get a row lock for the specified row.
getRowLockInternal(byte[], boolean, Region.RowLock) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getRowProcessorPB(RowProcessor<S, T>) - Static method in class org.apache.hadoop.hbase.client.coprocessor.RowProcessorClient
 
getRowsToLock() - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
Rows to lock while operation.
getRPC() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
getRPC(boolean) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
getRPC() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Produces a string representation of the method currently being serviced by this Handler.
getRPC(boolean) - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Produces a string representation of the method currently being serviced by this Handler.
getRpcCall() - Method in class org.apache.hadoop.hbase.ipc.CallRunner
 
getRpcCall() - Method in class org.apache.hadoop.hbase.namequeues.RpcLogDetails
 
getRPCPacketLength() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
getRPCPacketLength() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Produces a string representation of the method currently being serviced by this Handler.
getRPCQueueTime() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
getRPCQueueTime() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Accesses the queue time for the currently running RPC on the monitored Handler.
getRpcRefCount(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getRpcRefCount(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getRpcScheduler() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getRpcSchedulerFactoryClass() - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getRpcSchedulerFactoryClass() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getRpcServer() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRpcServer() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns a reference to the region server's RPC server
getRPCStartTime() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
getRPCStartTime() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Accesses the start time for the currently running RPC on the monitored Handler.
getRsAdmin(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
 
getRSMobFileCleanerChore() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getRSReports() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Returns a snapshot of rsReports
getRSRpcServices() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getScan() - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
getScan() - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
Returns a copy of the Scan object.
getScanDetailsWithId(long) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getScanDetailsWithRequest(ClientProtos.ScanRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getScanInfo() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getScanLabelGenerators(Configuration) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
 
getScanLimit() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
getScanner(boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.HalfStoreFileReader
 
getScanner(Configuration, boolean, boolean, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getScanner(Configuration, boolean, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getScanner(Configuration, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Create a Scanner on this file.
getScanner(Configuration, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Create a Scanner on this file.
getScanner(Scan) - Method in class org.apache.hadoop.hbase.master.region.MasterRegion
 
getScanner() - Method in class org.apache.hadoop.hbase.mob.MobFile
Internal use only.
getScanner(long) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Creates the scanner for the given read point
getScanner(Scan) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getScanner(Scan, List<KeyValueScanner>) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getScanner(Scan, NavigableSet<byte[]>, long) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Return a scanner for both the memstore and the HStore files.
getScanner(Scan) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Return an iterator that scans over the HRegion, returning the indicated columns and rows specified by the Scan.
getScanner(Scan, List<KeyValueScanner>) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Return an iterator that scans over the HRegion, returning the indicated columns and rows specified by the Scan.
getScanner(long) - Method in class org.apache.hadoop.hbase.regionserver.Segment
Creates the scanner for the given read point
getScanner(boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
Deprecated.
since 2.0.0 and will be removed in 3.0.0. Do not write further code which depends on this call. Instead use getStoreFileScanner() which uses the StoreFileScanner class/interface which is the preferred way to scan a store with higher level concepts.
getScanner(boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
Deprecated.
since 2.0.0 and will be removed in 3.0.0. Do not write further code which depends on this call. Instead use getStoreFileScanner() which uses the StoreFileScanner class/interface which is the preferred way to scan a store with higher level concepts. should we cache the blocks? use pread (for concurrent small readers) is scanner being used for compaction?
getScannerOrder() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Get the order of this KeyValueScanner.
getScannerOrder() - Method in class org.apache.hadoop.hbase.regionserver.SnapshotSegmentScanner
 
getScannerOrder() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
getScanners(long) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
This method is protected under HStore read lock.
getScanners(long) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
getScanners(long) - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
getScanners(boolean, boolean, boolean, boolean, ScanQueryMatcher, byte[], byte[], long) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Get all scanners with no filtering based on TTL (that happens further down the line).
getScanners(boolean, boolean, boolean, ScanQueryMatcher, byte[], boolean, byte[], boolean, long) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Get all scanners with no filtering based on TTL (that happens further down the line).
getScanners(List<HStoreFile>, boolean, boolean, boolean, boolean, ScanQueryMatcher, byte[], byte[], long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Create scanners on the given files and if needed on the memstore with no filtering based on TTL (that happens further down the line).
getScanners(List<HStoreFile>, boolean, boolean, boolean, ScanQueryMatcher, byte[], boolean, byte[], boolean, long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Create scanners on the given files and if needed on the memstore with no filtering based on TTL (that happens further down the line).
getScanners(long) - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
 
getScanners() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSnapshot
Create new SnapshotSegmentScanners for iterating over the snapshot.
getScanners(long) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
getScannersCount() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getScannersForCompaction(Collection<HStoreFile>, boolean, long) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
Get scanners for compaction.
getScannersForStoreFiles(Collection<HStoreFile>, boolean, boolean, boolean, boolean, long) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
Return an array of scanners corresponding to the given set of store files.
getScannersForStoreFiles(Collection<HStoreFile>, boolean, boolean, boolean, boolean, ScanQueryMatcher, long) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
Return an array of scanners corresponding to the given set of store files, And set the ScanQueryMatcher for each store file scanner for further optimization
getScanQueueLength() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getScanQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getScanQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getScanQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves length of the scan queue for metrics when use RWQueueRpcExecutor.
getScanQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
getScanQueueLength() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getScanRegionState() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
getScanShare(Configuration) - Method in class org.apache.hadoop.hbase.ipc.MetaRWQueueRpcExecutor
 
getScanShare(Configuration) - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
getScanStart() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
getScanTable() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
getScanType(CompactionRequestImpl) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.Compactor.InternalScannerFactory
 
getScheduler() - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
getScheduler() - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
getSchemaAlterStatus(RpcController, MasterProtos.GetSchemaAlterStatusRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Get the number of regions of the table that have been updated by the alter.
getScopeWALEntryFilter() - Method in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
Returns a WALEntryFilter for checking the scope.
getScopeWALEntryFilter() - Method in class org.apache.hadoop.hbase.replication.regionserver.RegionReplicaReplicationEndpoint
 
getSecondaryAndTertiary(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
getSecondaryIndexOffsetMarks() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockIndexChunk
 
getSecondaryToRegionInfoMap() - Method in class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
 
getSecondLevelCache() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getSecretManager() - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
getSecureBulkLoadManager() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getSecureBulkLoadManager() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns RegionServer's instance of SecureBulkLoadManager
getSecurityCapabilities(RpcController, MasterProtos.SecurityCapabilitiesRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Returns the security capabilities in effect on the cluster
getSegments() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
Returns an ordered list of segments from most recent to oldest in memstore
getSegments() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
getSegments() - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
getSegments() - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
getSelectionTime() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest
Returns compaction request creation time in milliseconds
getSelectionTime() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
getSeqid() - Method in class org.apache.hadoop.hbase.executor.EventHandler
Returns This events' sequence id.
getSeqNum() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getSequenceId() - Method in interface org.apache.hadoop.hbase.regionserver.SequenceId
 
getSequenceID() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getSequenceId() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
SequenceId is only available post WAL-assign.
getSequenceOnRingBuffer() - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
getSerializedLength() - Method in interface org.apache.hadoop.hbase.io.hfile.Cacheable
Returns the length of the ByteBuffer required to serialized the object.
getSerializedLength() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
getSerialPeerIdsBelongsTo(TableName) - Method in class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager
 
getServer() - Method in class org.apache.hadoop.hbase.security.provider.AttemptingUserProvidingSaslServer
 
getServerCrashProcMetrics() - Method in class org.apache.hadoop.hbase.master.MetricsMaster
Returns Set of metrics for assign procedure
getServerInfo(RpcController, AdminProtos.GetServerInfoRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Get some information of the region server.
getServerManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getServerManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's ServerManager instance.
getServerManager() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getServerManager() - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl.ImplData
 
getServerManager__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getServerName() - Method in class org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination.SplitLogManagerDetails
Deprecated.
Returns server name
getServerName() - Method in interface org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment
Returns Hosting Server's ServerName
getServerName() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment
Returns Hosting Server's ServerName
getServerName() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment
Returns Hosting Server's ServerName
getServerName() - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
getServerName() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getServerName() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getServerName() - Method in class org.apache.hadoop.hbase.master.http.RegionVisualizer.RegionDetails
 
getServerName() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getServerName() - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.ExecuteProceduresRemoteCall
 
getServerName() - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
getServerName() - Method in interface org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface
Returns Name of this server instance.
getServerName() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
getServerName() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
getServerName() - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
getServerName() - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
getServerName() - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
getServerName() - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
getServerName() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getServerName() - Method in interface org.apache.hadoop.hbase.Server
Returns The unique server name for this server.
getServerName() - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
getServerName() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
getServerNameAsString() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
getServerNameFromWALDirectoryName(Configuration, String) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
Pulls a ServerName out of a Path generated according to our layout rules.
getServerNameFromWALDirectoryName(Path) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
This function returns region server name from a log file name which is in one of the following formats: hdfs://<name node>/hbase/.logs/<server name>-splitting/... hdfs://<name node>/hbase/.logs/<server name>/...
getServerNamesFromWALDirPath(PathFilter) - Method in class org.apache.hadoop.hbase.master.MasterWalManager
Returns listing of ServerNames found by parsing WAL directory paths in FS.
getServerNode(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Returns Pertinent ServerStateNode or NULL if none found (Do not make modifications).
getServerOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
getServerOperationType() - Method in interface org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface
Given an operation type we can take decisions about what to do with pending operations.
getServerOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
getServerOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
getServerOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
getServerOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
getServerOperationType() - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
getServerOperationType() - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
getServerPriority(ServerProcedureInterface) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil
Return the priority for the given procedure.
getServers() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getServers() - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl.ImplData
 
getServers__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
getServers__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl.ImplData
 
getServerWALsBelongTo() - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource
 
getServerWALsBelongTo() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getServerWALsBelongTo() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
The queue of WALs only belong to one region server.
getService() - Method in interface org.apache.hadoop.hbase.coprocessor.CoprocessorService
Deprecated.
 
getService() - Method in interface org.apache.hadoop.hbase.coprocessor.SingletonCoprocessorService
Deprecated.
 
getService() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns The service of this call.
getService(List<RpcServer.BlockingServiceAndInterface>, String) - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
 
getService() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getServiceAndInterface(List<RpcServer.BlockingServiceAndInterface>, String) - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
 
getServiceInterface() - Method in class org.apache.hadoop.hbase.ipc.RpcServer.BlockingServiceAndInterface
 
getServiceInterface(List<RpcServer.BlockingServiceAndInterface>, String) - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.BaseRowProcessorEndpoint
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity.MasterCoprocessorService
Deprecated.
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity.RegionCoprocessorService
Deprecated.
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService
Deprecated.
 
getServices() - Method in class org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint
 
getServices() - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Returns list of blocking services and their security info classes that this server supports
getServices() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
By default, put up an Admin and a Client Service.
getServices() - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
getServices() - Method in class org.apache.hadoop.hbase.security.HBasePolicyProvider
 
getServices() - Method in class org.apache.hadoop.hbase.security.token.TokenProvider
 
getServices() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
getSeverity() - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation
 
getSharedData() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessorEnvironment
Returns shared data between all instances of this coprocessor
getSharedStoreFilePercentage() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the percentage of the shared store files
getSharedStoreFilesSize() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the total size of the store files shared
getShortCircuitBytesRead() - Static method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
 
getShortHistogramReport(Histogram) - Static method in class org.apache.hadoop.hbase.util.YammerHistogramUtils
Returns an abbreviated summary of hist.
getShortName() - Method in class org.apache.hadoop.hbase.security.access.AccessChecker.InputUser
 
getSimpleProvider() - Method in class org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProviders
Extracts the SIMPLE authentication provider.
getSingleSourceSourceByTable() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
getSink() - Method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl.ImplData
 
getSinkMetrics() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSink
Get replication Sink Metrics
getSinksForTesting() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkManager
 
getSize() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.CachedBlocksByFile
Returns size of blocks in the cache
getSize() - Method in interface org.apache.hadoop.hbase.io.hfile.CachedBlock
 
getSize() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Used to calculate the request call queue size.
getSize() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getSize() - Method in class org.apache.hadoop.hbase.master.cleaner.DirScanPool
 
getSize() - Method in interface org.apache.hadoop.hbase.quotas.RegionSize
Returns the size of the region.
getSize() - Method in class org.apache.hadoop.hbase.quotas.RegionSizeImpl
 
getSize() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest
Returns total size of all StoreFiles in compaction
getSize() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
Gets the total size of all StoreFiles in compaction
getSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns aggregate size of HStore
getSize() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Size of the Hfile
getSize() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext
 
getSizeOfLogQueue() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Get the sizeOfLogQueue
getSizeToCheck(int) - Method in class org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy
 
getSizeToCheck(int) - Method in class org.apache.hadoop.hbase.regionserver.SteppingSplitPolicy
 
getSkippedCount(NormalizationPlan.PlanType) - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
Retrieve a count of the number of times plans of type type were submitted but skipped.
getSlowLogPayloads() - Method in class org.apache.hadoop.hbase.namequeues.response.NamedQueueGetResponse
 
getSlowLogResponseRequest() - Method in class org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
 
getSlowLogResponses(RpcController, AdminProtos.SlowLogResponseRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getSmallCompactionQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
getSmallCompactionThreadNum() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
getSmallestReadPoint() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
getSmallestReadPoint() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getSmallestReadPoint() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getSmallestReadPoint() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getSmallQueueInitSize() - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
getSnapshot() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
getSnapshot() - Method in interface org.apache.hadoop.hbase.master.SnapshotSentinel
Returns the description of the snapshot being run
getSnapshotDescription() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the snapshot descriptor
getSnapshotDescription() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
Get the SnapshotDescription
getSnapshotDir() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
Get the current snapshot working dir
getSnapshotList(Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
Returns the list of available snapshots in the specified location
getSnapshotManager() - Method in class org.apache.hadoop.hbase.master.HMaster
Returns the underlying snapshot manager
getSnapshotManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns the underlying snapshot manager
getSnapShotOfAssignment(Collection<RegionInfo>) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getSnapShotOfAssignment(Collection<RegionInfo>) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
getSnapshotQuotaObserverChore() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getSnapshotRootDir(Path) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Get the snapshot root directory.
getSnapshotsDir(Path) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
 
getSnapshotSegments() - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
getSnapshotsFilesMap(Configuration, AtomicLong, AtomicLong, AtomicLong) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
Returns the map of store files based on path for all snapshots
getSnapshotSize() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
getSnapshotSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getSnapshotSize() - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
Return the size of the snapshot(s) if any
getSnapshotSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns size of the memstore snapshot
getSnapshotStats(Configuration, SnapshotDescription) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
Returns the snapshot stats
getSnapshotStats(Configuration, SnapshotProtos.SnapshotDescription, Map<Path, Integer>) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
Returns the snapshot stats
getSocketAddr(String, String, String, int) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getSocketAddr(String, String, int) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getSocketAddress() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getSource() - Method in exception org.apache.hadoop.hbase.errorhandling.ForeignException
 
getSource() - Method in class org.apache.hadoop.hbase.master.RegionPlan
Get the source server for the plan for this region.
getSource() - Method in interface org.apache.hadoop.hbase.regionserver.MetricsUserAggregate
Returns return a singleton instance of MetricsUserAggregateSource or null in case of NoOp
getSource() - Method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
getSource(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Get the normal source for a given peer
getSourceInitializing() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Get the source initializing counts
getSourceManager() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getSourceManager() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Returns the replication source manager
getSourceMetrics() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getSourceMetrics() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Returns metrics of this replication source
getSourceName() - Method in exception org.apache.hadoop.hbase.errorhandling.TimeoutException
 
getSources() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Get a list of all the normal sources of this rs
getSpaceProto() - Method in class org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
 
getSpaceQuota(String) - Method in class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore
 
getSpaceQuota(T) - Method in interface org.apache.hadoop.hbase.quotas.QuotaSnapshotStore
Fetch the Quota for the given subject.
getSpaceQuota(TableName) - Method in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore
 
getSpaceQuotaRegionSizes(RpcController, QuotaProtos.GetSpaceQuotaRegionSizesRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getSpaceQuotaSnapshotNotifier() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getSpaceQuotaSnapshots(RpcController, QuotaProtos.GetSpaceQuotaSnapshotsRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getSplitCount() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
 
getSplitEditFilesSorted(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
Returns sorted set of edit files made by splitter, excluding files with '.temp' suffix.
getSplitKey() - Method in class org.apache.hadoop.hbase.io.Reference
 
getSplitLogManagerCoordination() - Method in interface org.apache.hadoop.hbase.CoordinatedStateManager
Method to retrieve coordination for split log manager
getSplitLogManagerCoordination() - Method in class org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager
Deprecated.
 
getSplitLogWorkerCoordination() - Method in interface org.apache.hadoop.hbase.CoordinatedStateManager
Method to retrieve coordination for split log worker
getSplitLogWorkerCoordination() - Method in class org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager
Deprecated.
 
getSplitOrMergeTracker() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getSplitParentRegions() - Method in class org.apache.hadoop.hbase.master.hbck.HbckReport
 
getSplitPartSize() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
 
getSplitPlanCount() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getSplitPlanCount() - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
Return the number of times a SplitNormalizationPlan has been submitted.
getSplitPoint() - Method in class org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitPolicy
Deprecated.
 
getSplitPoint() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Determines if Store should be split.
getSplitPoint() - Method in class org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitPolicy
Deprecated.
 
getSplitPoint() - Method in class org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
 
getSplitPoint() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Gets the split point for the split of this set of store files (approx.
getSplitPoint() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
Override of getSplitPoint that determines the split point as the boundary between two stripes, unless it causes significant imbalance between split sides' sizes.
getSplitPolicyClass(TableDescriptor, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
 
getSplitProcMetrics() - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
Returns Set of common metrics for split procedure
getSplitQueueSize() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
getSplitRegionInfo() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getSplits() - Method in class org.apache.hadoop.hbase.util.RegionSplitCalculator
 
getSplitsDir(RegionInfo) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
 
getSplitSize() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
 
getSplitThreadNum() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
getSplittingServersFromWALDir() - Method in class org.apache.hadoop.hbase.master.MasterWalManager
Get Servernames which are currently splitting; paths have a '-splitting' suffix.
getSplitWALManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getSplitWALManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns return null if current is zk-based WAL splitting
getStart() - Method in exception org.apache.hadoop.hbase.errorhandling.TimeoutException
 
getStartcode() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns time stamp in millis of when this region server was started
getStartKey() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getStartKey() - Method in class org.apache.hadoop.hbase.mob.MobFileName
Gets the hex string of the md5 for a start key.
getStartKey() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Returns the start key
getStartKey() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getStartKey() - Method in interface org.apache.hadoop.hbase.util.KeyRange
 
getStartKeyFromName(String) - Static method in class org.apache.hadoop.hbase.mob.MobFileName
get startKey from MobFileName.
getStartPosition() - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSourceShipper
 
getStartRow(int) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeInformationProvider
Gets the start row for a given stripe.
getStartRow(int) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getStarts() - Method in class org.apache.hadoop.hbase.util.RegionSplitCalculator
 
getStartTime() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns The time when the call starts to be executed.
getStartTime() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getStartTime() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getStartTime() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
getStartTimestamp() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Gets the time stamp from when the Sink was initialized.
getStartupProgress() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getState(int) - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
getState(int) - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.assignment.GCRegionProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
getState() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
getState() - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
getState(int) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
Deprecated.
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
getState(int) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
getState() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
getState(String) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
 
getState(int) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
getStateColumn(int) - Static method in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
 
getStateId(MasterProcedureProtos.GCMergedRegionsState) - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
getStateId(MasterProcedureProtos.GCMergedRegionsState) - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
getStateId(MasterProcedureProtos.GCRegionState) - Method in class org.apache.hadoop.hbase.master.assignment.GCRegionProcedure
 
getStateId(MasterProcedureProtos.MergeTableRegionsState) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
getStateId(MasterProcedureProtos.MoveRegionState) - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
getStateId(MasterProcedureProtos.SplitTableRegionState) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
getStateId(MasterProcedureProtos.RegionStateTransitionState) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
getStateId(MasterProcedureProtos.CloneSnapshotState) - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
getStateId(MasterProcedureProtos.CreateNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
getStateId(MasterProcedureProtos.CreateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
getStateId(MasterProcedureProtos.DeleteNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
getStateId(MasterProcedureProtos.DeleteTableState) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
getStateId(MasterProcedureProtos.DisableTableState) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
getStateId(MasterProcedureProtos.EnableTableState) - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
getStateId(MasterProcedureProtos.InitMetaState) - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
getStateId(MasterProcedureProtos.ModifyNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
getStateId(MasterProcedureProtos.ModifyTableDescriptorState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
getStateId(MasterProcedureProtos.ModifyTableState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
getStateId(MasterProcedureProtos.RecoverMetaState) - Method in class org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
Deprecated.
 
getStateId(MasterProcedureProtos.ReopenTableRegionsState) - Method in class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
getStateId(MasterProcedureProtos.RestoreSnapshotState) - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
getStateId(MasterProcedureProtos.ServerCrashState) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
getStateId(MasterProcedureProtos.SplitWALState) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
getStateId(MasterProcedureProtos.SwitchRpcThrottleState) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
getStateId(MasterProcedureProtos.TruncateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
getStateId(MasterProcedureProtos.PeerModificationState) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
getStateId(MasterProcedureProtos.ModifyStoreFileTrackerState) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
getStateTime() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
getStaticBloomSize(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getStaticIndexSize(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getStats() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Get the statistics for this block cache.
getStats() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
getStats() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
getStats() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Get counter statistics for this cache.
getStats() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Get counter statistics for this cache.
getStats() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
getStats() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSink
Get a string representation of this sink's metrics
getStats() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getStats() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Get a string representation of the current statistics for this source
getStats() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Get a string representation of all the sources' metrics
getStatus() - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
 
getStatus() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Gets the status of this handler; if it is currently servicing an RPC, this status will include the RPC information.
getStatus() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
getStatus() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask.StatusJournalEntry
 
getStatus() - Method in class org.apache.hadoop.hbase.procedure.Procedure
Returns String of the procedure members both trying to enter the barrier and already in barrier
getStatusJournal() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
If journal is enabled, we will store all statuses that have been set along with the time stamps when they were set.
getStatusTime() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
getStealFromQueue() - Method in class org.apache.hadoop.hbase.util.StealJobQueue
Get a queue whose job might be stolen by the consumer of this original queue
getStoragePolicyName(Path) - Method in class org.apache.hadoop.hbase.fs.HFileSystem
Get the storage policy of the source path (directory/file).
getStoragePolicyName(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Get the storage policy of the directory of CF.
getStore() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
getStore(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getStore(byte[]) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Return the Store for the given family
getStoreArchivePath(Configuration, TableName, String, String) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
Get the directory to archive a store directory
getStoreArchivePath(Configuration, RegionInfo, Path, byte[]) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
Get the directory to archive a store directory
getStoreArchivePath(Configuration, RegionInfo, byte[]) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
Gets the directory to archive a store directory.
getStoreArchivePathForArchivePath(Path, RegionInfo, byte[]) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
 
getStoreArchivePathForRootDir(Path, RegionInfo, byte[]) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
Gets the archive directory under specified root dir.
getStoreCompactionPriority() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Returns The store compaction priority.
getStoreCompactionPriority() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getStoreDir(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns the directory path of the specified family
getStoreEngine() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Returns the StoreEngine that is backing this concrete implementation of Store.
getStoreFile(RpcController, AdminProtos.GetStoreFileRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getStoreFileComparator() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
 
getStoreFileComparator() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getStorefileCount() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Returns the number of files currently in use.
getStorefileCount() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getStorefileFieldSize(HStoreFile, ToLongFunction<StoreFileReader>) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
 
getStoreFileInfo(Configuration, FileSystem, RegionInfo, RegionInfo, String, Path) - Static method in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Returns a StoreFileInfo from the given FileStatus.
getStoreFileList(byte[][]) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getStoreFileList(byte[][]) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns list of store file names for the given families
getStoreFileManager() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Returns Store file manager to use.
getStoreFiles(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Returns all HFiles belonging to the given region directory.
getStorefiles() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeInformationProvider
 
getStoreFiles(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns the store files available for the family.
getStoreFiles(String, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns the store files available for the family.
getStorefiles() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Returns All store files.
getStorefiles() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getStorefiles() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Gets the snapshot of the store files currently in use.
getStorefiles() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getStoreFilesBeingWritten() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Return the storefiles which are currently being written to.
getStoreFileScanner(boolean, boolean, boolean, long, long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
Get a scanner to scan over this StoreFile.
getStorefilesCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getStorefilesCount() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns Count of store files
getStoreFilesCount() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the number of available store files
getStoreFileSize() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getStoreFileSize(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getStoreFilesLocatedStatus(HRegionFileSystem, String, boolean) - Static method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns the store files' LocatedFileStatus which available for the family.
getStorefilesRootLevelIndexSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getStorefilesRootLevelIndexSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The size of the store file root-level indexes, in bytes.
getStorefilesSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getStorefilesSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The size of the store files, in bytes.
getStorefilesSize(Collection<HStoreFile>, Predicate<HStoreFile>) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
 
getStoreFilesSize() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns the total size of the store files referenced by the snapshot
getStoreFileTrackerName(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory
 
getStoreFileTrackerName(Class<? extends StoreFileTracker>) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory
 
getStoreFileTtl() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getStoreFileTtl() - Method in interface org.apache.hadoop.hbase.regionserver.StoreConfigInformation
Returns Gets the cf-specific time-to-live for store files.
getStoreFlusher() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Returns Store flusher to use.
getStoreHomedir(Path, RegionInfo, byte[]) - Static method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
 
getStoreHomedir(Path, String, byte[]) - Static method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
 
getStoreInfo() - Method in class org.apache.hadoop.hbase.mob.DefaultMobStoreCompactor
 
getStoreRefCount() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getStoreRefCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getStores() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getStores() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Return the list of Stores managed by this region
getStoreSegments() - Method in class org.apache.hadoop.hbase.regionserver.VersionedSegmentsList
 
getStoreSizeUncompressed() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getStoreSizeUncompressed() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns The size of the store files, in bytes, uncompressed.
getStoresRequiringCompaction(MajorCompactionRequest) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
getStoresRequiringCompaction(MajorCompactionRequest) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactorTTL
 
getStream(boolean) - Method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
Get the stream to use.
getStream() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
getStreamScanner(boolean, boolean, boolean, long, long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
Get a scanner which uses streaming read.
getStringCollection(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getStrings(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getStrings(String, String...) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getStripeBoundaries() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeInformationProvider
Returns All stripe boundaries; including the open ones on both ends.
getStripeBoundaries() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getStripeCompactMaxFiles() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
 
getStripeCompactMinFiles() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
 
getStripeCount() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeInformationProvider
Returns Stripe count.
getStripeCount() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getStripes() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeInformationProvider
Returns The stripes.
getStripes() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getSumHitCachingCountsPastNPeriods() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getSumHitCachingCountsPastNPeriods() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getSumHitCountsPastNPeriods() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getSumHitCountsPastNPeriods() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getSumRequestCachingCountsPastNPeriods() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getSumRequestCachingCountsPastNPeriods() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getSumRequestCountsPastNPeriods() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getSumRequestCountsPastNPeriods() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getSupportedCompressionAlgorithms() - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Get names of supported compression algorithms.
getSweepFuture() - Method in class org.apache.hadoop.hbase.util.LossyCounting
 
getSyncedLength() - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
getSyncedLength() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
getSyncedLength() - Method in interface org.apache.hadoop.hbase.wal.WALProvider.WriterBase
NOTE: We add this method for WALFileLengthProvider used for replication, considering the case if we use AsyncFSWAL,we write to 3 DNs concurrently, according to the visibility guarantee of HDFS, the data will be available immediately when arriving at DN since all the DNs will be considered as the last one in pipeline.
getSyncFuture(long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
getSystemRegionInfoList() - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
getTable() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
getTable(String) - Method in class org.apache.hadoop.hbase.util.ConnectionCache
Caller closes the table afterwards.
getTableArchivePath(Path, TableName) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
Get the path to the table archive directory based on the configured archive directory.
getTableArchivePath(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
Get the path to the table archive directory based on the configured archive directory.
getTableBuilder(TableName, ExecutorService) - Method in class org.apache.hadoop.hbase.SharedConnection
 
getTableCFsNode(String) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader
 
getTableDescriptor() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getTableDescriptor() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns table descriptor for this region
getTableDescriptor() - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
 
getTableDescriptor() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
Get the table descriptor from the Snapshot
getTableDescriptorFromFs(FileSystem, Path, TableName) - Static method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Returns the latest table descriptor for the given table directly from the file system if it exists, bypassing the local cache.
getTableDescriptorFromFs(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Returns the latest table descriptor for the table located at the given directory directly from the file system if it exists.
getTableDescriptors(RpcController, MasterProtos.GetTableDescriptorsRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Get list of TableDescriptors for requested tables.
getTableDescriptors() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Return table descriptors implementation.
getTableDescriptors() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns Return table descriptors implementation.
getTableDescriptors() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns Return table descriptors implementation.
getTableDescriptors() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.Context
 
getTableDir() - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns Path to the region's root directory.
getTableDirs(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
getTableFamilyDescForMeta(Configuration) - Static method in class org.apache.hadoop.hbase.util.FSTableDescriptors
 
getTableFragmentation(HMaster) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Runs through the HBase rootdir and checks how many stores for each table have more than one file in them.
getTableFragmentation(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Runs through the HBase rootdir and checks how many stores for each table have more than one file in them.
getTableInfo() - Method in interface org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
 
getTableInfo() - Method in class org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
getTableLimiter(TableName) - Method in class org.apache.hadoop.hbase.quotas.QuotaCache
Returns the limiter associated to the specified table.
getTableLimiter(TableName) - Method in class org.apache.hadoop.hbase.quotas.UserQuotaState
Return the limiter for the specified table associated with this quota.
getTableName() - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
getTableName() - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
getTableName() - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
getTableName() - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
getTableName() - Method in class org.apache.hadoop.hbase.master.http.RegionVisualizer.RegionDetails
 
getTableName() - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
getTableName() - Method in interface org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
Returns the name of the table the procedure is operating on
getTableName() - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
getTableName(Cell) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Get the table name from when this cell was written into a mob hfile as a TableName.
getTableName() - Method in class org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
 
getTableName() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getTableName() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getTableName() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
getTableName() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
getTableName() - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
getTableName() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
getTableName() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
getTableName() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
getTableName(Path) - Static method in class org.apache.hadoop.hbase.util.HFileArchiveUtil
 
getTableName() - Method in class org.apache.hadoop.hbase.wal.EntryBuffers.RegionEntryBuffer
 
getTableName() - Method in interface org.apache.hadoop.hbase.wal.WALKey
Returns table name
getTableName() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Returns table name
getTableNameAsString() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
getTableNames(RpcController, MasterProtos.GetTableNamesRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Get list of userspace table names
getTableNamespaceManager() - Method in interface org.apache.hadoop.hbase.master.ClusterSchema
For internals use only.
getTableNameString(Cell) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets the table name from when this cell was written into a mob hfile as a string.
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.CloseRegionProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.GCRegionProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.OpenRegionProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
getTableOperationType() - Method in interface org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
Given an operation type we can take decisions about what to do with pending operations.
getTableOperationType() - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
getTableOperationType() - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
getTablePermissions(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
getTablePriority(TableName) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil
Return the priority for the given table.
getTableQuotaSnapshots() - Method in class org.apache.hadoop.hbase.quotas.QuotaObserverChore
Returns an unmodifiable view over the current SpaceQuotaSnapshot objects for each HBase table with a quota defined.
getTableRegions(TableName, boolean) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getTableRegionsAndLocations(TableName, boolean) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
getTableSet() - Method in class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
Get the table set
getTableSize(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getTableSourceAgg() - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
getTableSpaceUtilization() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getTableState(RpcController, MasterProtos.GetTableStateRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getTableState(TableName) - Method in class org.apache.hadoop.hbase.master.TableStateManager
 
getTableStateManager() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getTableStateManager() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns Master's instance of TableStateManager
getTableStoreFilePathMap(Map<String, Path>, FileSystem, Path, TableName) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Runs through the HBase rootdir/tablename and creates a reverse lookup map for table StoreFile names to the full Path.
getTableStoreFilePathMap(Map<String, Path>, FileSystem, Path, TableName, PathFilter, ExecutorService, HbckErrorReporter) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Deprecated.
Since 2.3.0. For removal in hbase4. Use ProgressReporter override instead.
getTableStoreFilePathMap(Map<String, Path>, FileSystem, Path, TableName, PathFilter, ExecutorService, FSUtils.ProgressReporter) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Runs through the HBase rootdir/tablename and creates a reverse lookup map for table StoreFile names to the full Path.
getTableStoreFilePathMap(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Runs through the HBase rootdir and creates a reverse lookup map for table StoreFile names to the full Path.
getTableStoreFilePathMap(FileSystem, Path, PathFilter, ExecutorService, HbckErrorReporter) - Static method in class org.apache.hadoop.hbase.util.FSUtils
getTableStoreFilePathMap(FileSystem, Path, PathFilter, ExecutorService, FSUtils.ProgressReporter) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Runs through the HBase rootdir and creates a reverse lookup map for table StoreFile names to the full Path.
getTableToRegionMap() - Method in class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
Get regions for tables
getTableWrapperAgg() - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
getTail() - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
getTailKbParam(HttpServletRequest) - Method in class org.apache.hadoop.hbase.monitoring.StateDumpServlet
 
getTailSize() - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
getTakingSnapshotLock() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
 
getTargetServerName() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
getTargetState(String, QuotaProtos.SpaceQuota) - Method in class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore
 
getTargetState(T, QuotaProtos.SpaceQuota) - Method in interface org.apache.hadoop.hbase.quotas.QuotaSnapshotStore
Computes the target SpaceQuotaSnapshot for the given subject and spaceQuota.
getTargetState(TableName, QuotaProtos.SpaceQuota) - Method in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore
 
getTaskMonitor() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
getTaskMonitor__IsNotDefault() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
getTaskNode() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination.ZkSplitTaskDetails
 
getTaskReadySeq() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
Deprecated.
Used by unit tests to check how many tasks were processed
getTaskReadySeq() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
getTaskReadySeq() - Method in class org.apache.hadoop.hbase.regionserver.SplitLogWorker
Deprecated.
Returns the number of tasks processed by coordination.
getTasks() - Method in class org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination.SplitLogManagerDetails
Deprecated.
Returns map of tasks
getTasks() - Method in class org.apache.hadoop.hbase.monitoring.TaskGroup
 
getTasks() - Method in class org.apache.hadoop.hbase.monitoring.TaskMonitor
Produces a list containing copies of the current state of all non-expired MonitoredTasks handled by this TaskMonitor.
getTasks(String) - Method in class org.apache.hadoop.hbase.monitoring.TaskMonitor
Produces a list containing copies of the current state of all non-expired MonitoredTasks handled by this TaskMonitor.
getTempDir() - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
Returns HBase temp dir.
getTempDir() - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns Path to the region's temp directory, used for file creations
getTertiaryToRegionInfoMap() - Method in class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
 
getThreadInfo(Thread) - Static method in class org.apache.hadoop.hbase.monitoring.ThreadMonitoring
 
getThrottlePoint() - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
getThrottlePoint() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
Returns ThrottlePoint used for classifying small and large compactions
getThrottleProto() - Method in class org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
 
getThroughputControllerClass(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.throttle.CompactionThroughputControllerFactory
 
getThroughputControllerClass(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.throttle.FlushThroughputControllerFactory
 
getThrowable() - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation
 
getTimeDuration(String, long, TimeUnit) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getTimeOfDeath(ServerName) - Method in class org.apache.hadoop.hbase.master.DeadServer
Get the time when a server died
getTimeout() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns The timeout of this call.
getTimeout() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
getTimeout() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext
 
getTimeRangeTracker() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
getTimeRangeTracker() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSnapshot
Returns TimeRangeTracker for all the Cells in the snapshot.
getTimeRangeTracker() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
getTimestamp() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
getTimeStamp() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask.StatusJournalEntry
 
getTimestamp(String) - Static method in interface org.apache.hadoop.hbase.wal.WAL
Split a WAL filename to get a start time.
getTimeStampNextToReplicate() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
TimeStamp of next edit to be replicated.
getTimeStampOfLastAppliedOp() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Deprecated.
Since 2.0.0. Will be removed in 3.0.0.
getTimestampOfLastAppliedOp() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Get the TimestampOfLastAppliedOp.
getTimeStampOfLastShippedOp() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Deprecated.
Since 2.0.0. Removed in 3.0.0.
getTimestampOfLastShippedOp() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Get the timestampsOfLastShippedOp, if there are multiple groups, return the latest one
getTimeToPurgeDeletes() - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
getTimeToPurgeDeletes() - Method in class org.apache.hadoop.hbase.regionserver.ScanInfo
 
getTimeToPurgeDeletes() - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
getTimeUnitInMillis() - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
 
getTmpDir(Configuration) - Static method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Returns Return the tmp dir this tool writes too.
getTopHosts() - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
Return the sorted list of hosts in terms of their weights
getTopHostsWithWeights() - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
Return the sorted list of hosts in terms of their weights
getToRegion() - Method in class org.apache.hadoop.hbase.master.balancer.SwapRegionsAction
 
getToServer() - Method in class org.apache.hadoop.hbase.master.balancer.SwapRegionsAction
 
getTotalBloomSize() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getTotalBufferLimit() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Returns the maximum size in bytes of edits held in memory which are pending replication across all sources inside this RegionServer.
getTotalBufferUsed() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
 
getTotalBytesRead() - Static method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
 
getTotalCompactedSize() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
Returns the total data size processed by the currently running compaction, in bytes
getTotalCompactingKVs() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
Returns the total compacting key values in currently running compaction
getTotalExpectedRegions() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
getTotalFileSize(Collection<HStoreFile>) - Static method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
getTotalQueueSize() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getTotalRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getTotalRequestsCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getTotalRITs() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
getTotalRITsOverThreshold() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
getTotalSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
 
getTotalStaticBloomSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getTotalStaticBloomSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns the total byte size of all Bloom filter bit arrays.
getTotalStaticIndexSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
getTotalStaticIndexSize() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns the total size of all index blocks in the data block indexes, including the root level, intermediate levels, and the leaf level for multi-level indexes, or just the root level for single-level indexes.
getTotalTableFragmentation(HMaster) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Returns the total overall fragmentation percentage.
getTotalUncompressedBytes() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getTotalUncompressedBytes() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
getTotalUncompressedBytes(List<HStoreFile>) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
 
getTotalUncompressedSize() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
The total uncompressed size of the root index block, intermediate-level index blocks, and leaf-level index blocks.
getTracker() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
getTrackerClass(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory
 
getTrackerClass(String) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory
 
getTrackers(RegionCoprocessorHost, NavigableSet<byte[]>, ScanInfo, long, Scan) - Static method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
getTrailer() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getTrailer() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
getTrailer() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
getTrailerHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getTrailerHitCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getTrailerMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
getTrailerMissCount() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
getTrailerSize() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getTrimmed(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getTrimmed(String, String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getTrimmedStringCollection(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getTrimmedStrings(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getTrimmedStrings(String, String...) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getTS(Path) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider.WALStartTimeComparator
Split a path to get the start time For example: 10.20.20.171%3A60020.1277499063250 Could also be a meta WAL which adds a '.meta' suffix or a synchronous replication WAL which adds a '.syncrep' suffix.
getTTL() - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
getTtl() - Method in class org.apache.hadoop.hbase.regionserver.ScanInfo
 
getTTL() - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
getTtlMs(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleaner
 
getTtlMs(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner
 
getTtlMs(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
 
getTtlMs(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreHFileCleaner
 
getTtlMs(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreWALCleaner
 
getTtlMs(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner
Deprecated.
 
getType() - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
getType() - Method in interface org.apache.hadoop.hbase.master.normalizer.NormalizationPlan
Returns the type of this plan
getType() - Method in class org.apache.hadoop.hbase.wal.WALSplitUtil.MutationReplay
 
getUnassignProcMetrics() - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
Returns Set of common metrics for unassign procedure
getUnblockedFlushCount() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
getUncachedBlockReader() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
getUncachedBlockReader() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
For testing
getUncaughtExceptionHandler() - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
 
getUncleanlyClosedWALs() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Get the value of uncleanlyClosedWAL counter
getUncompressedDataIndexSize() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
getUnderlyingFileLinkInputStream(FSDataInputStream) - Static method in class org.apache.hadoop.hbase.io.FileLink
If the passed FSDataInputStream is backed by a FileLink, returns the underlying InputStream for the resolved link target.
getUniqueBlocksTotalWeight() - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
Returns the sum of all unique blocks' weight
getUnknownServers() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitorReport
 
getUnneededFiles(long, List<HStoreFile>) - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
 
getUnneededFiles(long, List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
getUnreferencedFiles(List<FileStatus>, SnapshotManager) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache
Check to see if any of the passed file names is contained in any of the snapshots.
getUpdatesBlockedMsHighWater() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
 
getUsage() - Method in class org.apache.hadoop.hbase.master.HMasterCommandLine
 
getUsage() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServerCommandLine
 
getUsage() - Method in class org.apache.hadoop.hbase.util.ServerCommandLine
Implementing subclasses should return a usage string to print out.
getUsedBytes() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
getUsedSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
 
getUser() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
getUser() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
getUserAuths(byte[], boolean) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
getUserAuths(String) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
 
getUserAuths(byte[], boolean) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
Retrieve the visibility labels for the user.
getUserAuthsAsOrdinals(String) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
Returns the list of ordinals of labels associated with the user
getUserAuthsDataToWriteToZooKeeper(Map<String, List<Integer>>) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
Creates the user auth data to be written to zookeeper.
getUserFromPrincipal(String) - Static method in class org.apache.hadoop.hbase.security.SecurityUtil
Get the user name from a principal
getUserGroups(String) - Static method in class org.apache.hadoop.hbase.security.access.AccessChecker
Retrieve the groups of the given user.
getUserLimiter(UserGroupInformation, TableName) - Method in class org.apache.hadoop.hbase.quotas.QuotaCache
Returns the limiter associated to the specified user/table.
getUserNamespacePermissions(Configuration, String, String, boolean) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
Returns the currently granted permissions for a given namespace as the specified user plus associated permissions.
getUserPermissions(RpcController, AccessControlProtos.GetUserPermissionsRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
getUserPermissions(RpcController, AccessControlProtos.GetUserPermissionsRequest, RpcCallback<AccessControlProtos.GetUserPermissionsResponse>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use Admin.getUserPermissions(GetUserPermissionsRequest) instead.
getUserPermissions(Configuration, byte[], byte[], byte[], String, boolean) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
Returns the currently granted permissions for a given table/namespace with associated permissions based on the specified column family, column qualifier and user name.
getUserProvider() - Method in class org.apache.hadoop.hbase.security.token.FsDelegationToken
 
getUserQuotaState(UserGroupInformation) - Method in class org.apache.hadoop.hbase.quotas.QuotaCache
Returns the QuotaState associated to the specified user.
getUserTablePermissions(Configuration, TableName, byte[], byte[], String, boolean) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
Returns the currently granted permissions for a given table as the specified user plus associated permissions.
getUserTables(HMaster, List<TableDescriptor>) - Static method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmplImpl
 
getUserToken() - Method in class org.apache.hadoop.hbase.security.token.FsDelegationToken
Returns the delegation token acquired, or null in case it was not acquired
getUseThisHostnameInstead(Configuration) - Method in class org.apache.hadoop.hbase.master.HMaster
 
getUseThisHostnameInstead(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getValByRegex(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
getValue() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
getValue() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
getValue() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Gets a buffer view to the current value.
getValue() - Method in enum org.apache.hadoop.hbase.namequeues.NamedQueuePayload.NamedQueueEvent
 
getValueCompressionAlgorithm(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
getValueCompressionAlgorithm() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
getValueCompressionAlgorithm() - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Returns Value compression algorithm for this log.
getValueCompressor() - Method in class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
getValueString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
getValueString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
getValueString() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Deprecated.
Since hbase-2.0.0
getVersion() - Method in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
Returns the coprocessor environment version
getVersion(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
May return "0.0.0" when server is not online
getVersion() - Method in class org.apache.hadoop.hbase.regionserver.VersionedSegmentsList
 
getVersion(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Verifies current version of file system
getVersion() - Static method in class org.apache.hadoop.hbase.util.JvmVersion
Return the current JVM version information.
getVersionedList() - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
getVersionedTail() - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
getVersionNumber(HBaseProtos.VersionInfo) - Static method in class org.apache.hadoop.hbase.client.VersionInfoUtil
Pack the full number version in a int.
getVersionNumber(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
May return 0 when server is not online.
getViolationPolicy() - Method in exception org.apache.hadoop.hbase.quotas.SpaceLimitingException
Returns the violation policy in effect.
getVisibilityExpEvaluator(Authorizations) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
getVisibilityExpEvaluator(Authorizations) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
Creates VisibilityExpEvaluator corresponding to given Authorizations.
getVisibilityLabelService(Configuration) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelServiceManager
 
getVisibilityLabelService() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelServiceManager
 
getWaitInterval(long, long, long) - Method in class org.apache.hadoop.hbase.quotas.AverageIntervalRateLimiter
 
getWaitInterval(long, long, long) - Method in class org.apache.hadoop.hbase.quotas.FixedIntervalRateLimiter
 
getWAL() - Method in interface org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment
Returns reference to the region server's WAL
getWAL() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
getWAL() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
getWAL() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Returns WAL in use for this region
getWAL(RegionInfo) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getWAL(RegionInfo) - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns the WAL for a particular region.
getWAL() - Method in class org.apache.hadoop.hbase.regionserver.RegionServicesForStores
 
getWAL(RegionInfo) - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
getWAL(RegionInfo) - Method in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
getWAL(RegionInfo) - Method in class org.apache.hadoop.hbase.wal.WALFactory
 
getWAL(RegionInfo) - Method in interface org.apache.hadoop.hbase.wal.WALProvider
 
getWALArchiveDirectoryName(Configuration, String) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
Construct the directory name for all old WALs on a given server.
getWALArchivePath(Path, Path) - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
getWALBlockSize(Configuration, FileSystem, Path) - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALUtil
Blocksize returned here is 2x the default HDFS blocksize unless explicitly set in Configuration.
getWALBlockSize(Configuration, FileSystem, Path, boolean) - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALUtil
Public because of FSHLog.
getWALCellCodecClass(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
 
getWALDirectoryName(String) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
Construct the directory name for all WALs on a given server.
getWALDirPaths(PathFilter) - Method in class org.apache.hadoop.hbase.master.MasterWalManager
Returns List of all RegionServer WAL dirs; i.e.
getWalEdit(int) - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
Returns Gets the walEdit for the operation(Mutation) at the specified position.
getWALEntryfilter() - Method in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
Returns a default set of filters
getWALEntryfilter() - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Returns a WALEntryFilter to use for filtering out WALEntries from the log.
getWALEntryfilter() - Method in class org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
 
getWALEntryfilter() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
getWALFile() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination.SplitTaskDetails
Deprecated.
Returns full file path in HDFS for the WAL file to be split.
getWALFile() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination.ZkSplitTaskDetails
 
getWALFileLengthProvider() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getWALFileLengthProvider() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Returns the wal file length provider
getWALFileLengthProvider() - Method in interface org.apache.hadoop.hbase.wal.WALProvider
 
getWALFileSystem() - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
 
getWALFileSystem() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns Return the walFs.
getWalGroup() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus
 
getWalGroupId() - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext
 
getWalGroupsReplicationStatus() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getWalGroupsReplicationStatus() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getWalGroupStatus() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
getWalGroupStatus() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
get the stat of replication for each wal group.
getWALObserver() - Method in interface org.apache.hadoop.hbase.coprocessor.WALCoprocessor
 
getWalPath() - Method in class org.apache.hadoop.hbase.regionserver.SplitWALCallable
 
getWALPrefixFromWALName(String) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
Get prefix of the log from its name, assuming WAL name in format of log_prefix.filenumber.log_suffix
getWALProvider() - Method in class org.apache.hadoop.hbase.wal.WALFactory
 
getWALReaderEditsBufferUsage() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Returns the amount of memory in bytes used in this RegionServer by edits pending replication.
getWALRegionDir(MasterProcedureEnv, RegionInfo) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
getWALRegionDir() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getWalRoller() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getWALRootDir() - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
Returns HBase root log dir.
getWALRootDir() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns Return the walRootDir.
getWALs() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getWALs() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns the List of WALs that are used by this server Doesn't include the meta WAL
getWALs() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Get a copy of the wals of the normal sources on this rs
getWALs() - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
getWALs() - Method in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
getWALs() - Method in class org.apache.hadoop.hbase.wal.WALFactory
 
getWALs() - Method in interface org.apache.hadoop.hbase.wal.WALProvider
Returns the List of WALs that are used by this server
getWALsToSplit(ServerName, boolean) - Method in class org.apache.hadoop.hbase.master.SplitWALManager
 
getWarmWindowAgeMillis() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getWarmWindowStoragePolicy() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
getWarnTime() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
getWatcher() - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
getWeight(String) - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
return the weight for a specific host, that will be the total bytes of all blocks on the host
getWeight() - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight
Returns the weight
getWeightForSsd() - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight
Returns the weight for ssd
getWorker() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
getWorkingSnapshotDir(Path, Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Get the general working directory for snapshots - where they are built, where they are temporarily copied on export, etc.
getWorkingSnapshotDir(SnapshotProtos.SnapshotDescription, Path, Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Get the directory to build a snapshot, before it is finalized
getWorkingSnapshotDir(String, Path, Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Get the directory to build a snapshot, before it is finalized
getWrapper() - Method in class org.apache.hadoop.hbase.io.MetricsIO
 
getWritableSize() - Method in interface org.apache.hadoop.hbase.io.WritableWithSize
Provide a size hint to the caller.
getWriteAvailable() - Method in interface org.apache.hadoop.hbase.quotas.QuotaLimiter
Returns the number of bytes available to write to avoid exceeding the quota
getWriteAvailable() - Method in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
getWriteEntry() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Use it to complete mvcc transaction.
getWriteFailureCount() - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
getWriteFailureCount() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
getWriteFailures() - Method in interface org.apache.hadoop.hbase.tool.Canary
 
getWriteFailures() - Method in class org.apache.hadoop.hbase.tool.CanaryTool
 
getWriteFailures() - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
getWriteFailures() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
getWriteLatency() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
getWriteLatency() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
getWriteNumber() - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry
 
getWritePoint() - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
 
getWriteQueueLength() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
getWriteQueueLength() - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerWrapperImpl
 
getWriteQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
getWriteQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Retrieves length of the write queue for metrics when use RWQueueRpcExecutor.
getWriteQueueLength() - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
getWriteQueueLength() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
getWriterClassName() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
getWriterClassName() - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
getWriterClassName() - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureAsyncProtobufLogWriter
 
getWriterClsNames() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
getWriterClsNames() - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogReader
 
getWriterCreationTracker() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
getWriteRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
getWriteRequestCount(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
getWriteRequestsCount() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
getWriteRequestsCount() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns write request count for this region
getWriterFactory(Configuration, CacheConfig) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Returns the factory to be used to create HFile writers
getWriterFactoryNoCache(Configuration) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Returns the factory to be used to create HFile writers.
getWriteSuccessCount() - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
getWriteSuccessCount() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
getWriteTime() - Method in interface org.apache.hadoop.hbase.wal.WALKey
Returns the write time
getWriteTime() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Returns the write time
getZeroCopyBytesRead() - Static method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
 
getZkController() - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
 
getZKPermissionWatcher() - Method in interface org.apache.hadoop.hbase.master.MasterServices
getZKPermissionWatcher() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getZKPermissionWatcher() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
getZkPermissionWatcher() - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
getZkw() - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
Get the ZK connection to this peer
getZooKeeper() - Method in class org.apache.hadoop.hbase.master.HMaster
 
getZooKeeper() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
getZooKeeper() - Method in interface org.apache.hadoop.hbase.Server
Gets the ZooKeeper instance for this server.
getZookeeperQuorum() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
getZooKeeperWatcher() - Method in class org.apache.hadoop.hbase.backup.example.TableHFileArchiveTracker
 
globalLimiter - Variable in class org.apache.hadoop.hbase.quotas.QuotaState
 
GlobalQuotaSettings - Class in org.apache.hadoop.hbase.quotas
An object which captures all quotas types (throttle or space) for a subject (user, table, or namespace).
GlobalQuotaSettings(String, TableName, String, String) - Constructor for class org.apache.hadoop.hbase.quotas.GlobalQuotaSettings
 
GlobalQuotaSettingsImpl - Class in org.apache.hadoop.hbase.quotas
Implementation of GlobalQuotaSettings to hide the Protobuf messages we use internally.
GlobalQuotaSettingsImpl(String, TableName, String, String, QuotaProtos.Quotas) - Constructor for class org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
 
GlobalQuotaSettingsImpl(String, TableName, String, String, QuotaProtos.Throttle, Boolean, QuotaProtos.SpaceQuota) - Constructor for class org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
 
grabQuota(long, long, long, long, long, long) - Method in interface org.apache.hadoop.hbase.quotas.QuotaLimiter
Removes the specified write and read amount from the quota.
grabQuota(long, long, long, long, long, long) - Method in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
grant(RpcController, AccessControlProtos.GrantRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
grant(RpcController, AccessControlProtos.GrantRequest, RpcCallback<AccessControlProtos.GrantResponse>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use Admin.grant(UserPermission, boolean) instead.
grantAcl(UserPermission, Set<String>, Set<TableName>) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
Set acl when grant user permission
group() - Method in class org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig
 
group(byte[], byte[]) - Method in class org.apache.hadoop.hbase.wal.BoundedGroupingStrategy
 
group(byte[], byte[]) - Method in class org.apache.hadoop.hbase.wal.NamespaceGroupingStrategy
 
group(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.wal.RegionGroupingProvider.RegionGroupingStrategy
Given an identifier and a namespace, pick a group.
GROUP_NAME_DELIMITER - Static variable in interface org.apache.hadoop.hbase.wal.RegionGroupingProvider.RegionGroupingStrategy
 
groupOrSplit(Multimap<ByteBuffer, LoadIncrementalHFiles.LoadQueueItem>, LoadIncrementalHFiles.LoadQueueItem, Table, Pair<byte[][], byte[][]>) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Attempt to assign the given load queue item into its target region group.
GSON - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
GsonFactory - Class in org.apache.hadoop.hbase.master.http.gson
Provides a singleton Gson instance configured just the way we like it.
GsonSerializationFeature - Class in org.apache.hadoop.hbase.master.http.gson
Used to register with (shaded) Jersey the presence of Entity serialization using (shaded) Gson.
GsonSerializationFeature() - Constructor for class org.apache.hadoop.hbase.master.http.gson.GsonSerializationFeature
 
GssSaslServerAuthenticationProvider - Class in org.apache.hadoop.hbase.security.provider
 
GssSaslServerAuthenticationProvider() - Constructor for class org.apache.hadoop.hbase.security.provider.GssSaslServerAuthenticationProvider
 

H

HalfStoreFileReader - Class in org.apache.hadoop.hbase.io
A facade for a HFile.Reader that serves up either the top or bottom half of a HFile where 'bottom' is the first half of the file containing the keys that sort lowest and 'top' is the second half of the file with keys that sort greater than those of the bottom half.
HalfStoreFileReader(ReaderContext, HFileInfo, CacheConfig, Reference, AtomicInteger, Configuration) - Constructor for class org.apache.hadoop.hbase.io.HalfStoreFileReader
Creates a half file reader for a hfile referred to by an hfilelink.
handleCoprocessorThrowable(E, Throwable) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
This is used by coprocessor hooks which are declared to throw IOException (or its subtypes).
handleDegenerateRegion(HbckRegionInfo) - Method in interface org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Callback for handling a region that has the same start and end key.
handleDegenerateRegion(HbckRegionInfo) - Method in class org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
Callback for handling a region that has the same start and end key.
handleDuplicateStartKeys(HbckRegionInfo, HbckRegionInfo) - Method in interface org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Callback for handling two regions that have the same start key.
handleDuplicateStartKeys(HbckRegionInfo, HbckRegionInfo) - Method in class org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
Callback for handling two regions that have the same start key.
handleException(Throwable) - Method in class org.apache.hadoop.hbase.executor.EventHandler
Event exception handler, may be overridden
handleException(Throwable) - Method in class org.apache.hadoop.hbase.regionserver.handler.AssignRegionHandler
 
handleException(Throwable) - Method in class org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler
 
handleException(Throwable) - Method in class org.apache.hadoop.hbase.regionserver.handler.RegionReplicaFlushHandler
 
handleException(Throwable) - Method in class org.apache.hadoop.hbase.regionserver.handler.UnassignRegionHandler
 
handleHoleInRegionChain(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Callback for handling a region hole between two keys.
handleHoleInRegionChain(byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
Callback for handling a region hole between two keys.
handleOverlapGroup(Collection<HbckRegionInfo>) - Method in interface org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Callback for handling an group of regions that overlap.
handleOverlapGroup(Collection<HbckRegionInfo>) - Method in class org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
Callback for handling an group of regions that overlap.
handleOverlapInRegionChain(HbckRegionInfo, HbckRegionInfo) - Method in interface org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Callback for handling two reigons that overlap in some arbitrary way.
handleOverlapInRegionChain(HbckRegionInfo, HbckRegionInfo) - Method in class org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
Callback for handling two reigons that overlap in some arbitrary way.
handlerCount - Variable in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
handleRegionEndKeyNotEmpty(byte[]) - Method in interface org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Callback for handling case where a Table has a last region that does not have an empty end key.
handleRegionEndKeyNotEmpty(byte[]) - Method in class org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
Callback for handling case where a Table has a last region that does not have an empty end key.
handleRegionStartKeyNotEmpty(HbckRegionInfo) - Method in interface org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Callback for handling case where a Table has a first region that does not have an empty start key.
handleRegionStartKeyNotEmpty(HbckRegionInfo) - Method in class org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
Callback for handling case where a Table has a first region that does not have an empty start key.
handleReportForDutyResponse(RegionServerStatusProtos.RegionServerStartupResponse) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
handleSplit(HbckRegionInfo, HbckRegionInfo) - Method in interface org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Callback for handling two regions that have the same regionID a specific case of a split
has(HTableDescriptor, Class<? extends Constraint>) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Check to see if the Constraint is currently set.
hasBypassGlobals() - Method in class org.apache.hadoop.hbase.quotas.UserQuotaState
 
hasCompression - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
hasCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
hasCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Returns Whether compression is enabled for this log.
hasCustomPostScannerFilterRow() - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
hasError() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
hasException() - Method in class org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
 
hasException() - Method in interface org.apache.hadoop.hbase.errorhandling.ForeignExceptionSnare
hasException() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
hasExpiredStripes(StripeCompactionPolicy.StripeInformationProvider) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
hasFamilyStamp - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
hasFilterRow() - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
hasFreeSpace() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
hasGeneralBloom() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
 
hash - Variable in class org.apache.hadoop.hbase.util.BloomFilterChunk
Hash Function
HASH_NONCE_GRACE_PERIOD_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.ServerNonceManager
 
hashCode() - Method in class org.apache.hadoop.hbase.favored.FavoredNodesPlan
 
hashCode() - Method in class org.apache.hadoop.hbase.io.FileLink
 
hashCode() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
 
hashCode() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
hashCode() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
hashCode() - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
 
hashCode() - Method in class org.apache.hadoop.hbase.io.Reference
 
hashCode() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
hashCode() - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
hashCode() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
hashCode() - Method in class org.apache.hadoop.hbase.master.http.RegionVisualizer.RegionDetails
 
hashCode() - Method in class org.apache.hadoop.hbase.master.RegionPlan
 
hashCode() - Method in class org.apache.hadoop.hbase.mob.CachedMobFile
 
hashCode() - Method in class org.apache.hadoop.hbase.mob.MobFileName
 
hashCode() - Method in class org.apache.hadoop.hbase.procedure.ProcedureManager
 
hashCode() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
hashCode() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
hashCode() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSize
 
hashCode() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
hashCode() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationKey
 
hashCode() - Method in class org.apache.hadoop.hbase.security.visibility.expression.LeafExpressionNode
 
hashCode() - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
hashCode() - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethod
 
hashCode() - Method in class org.apache.hadoop.hbase.util.HashedBytes
 
hashCode() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo.MetaEntry
 
hashCode() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
hashCode() - Method in class org.apache.hadoop.hbase.wal.WALSplitUtil.MutationReplay
 
hashCount - Variable in class org.apache.hadoop.hbase.util.BloomFilterChunk
Number of hash functions
HashedBytes - Class in org.apache.hadoop.hbase.util
This class encapsulates a byte array and overrides hashCode and equals so that it's identity is based on the data rather than the array instance.
HashedBytes(byte[]) - Constructor for class org.apache.hadoop.hbase.util.HashedBytes
 
hashType - Variable in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
Hash function type to use, as defined in Hash
hashType - Variable in class org.apache.hadoop.hbase.util.BloomFilterChunk
Hash type
hasImmutableSegments() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
HasMasterServices - Interface in org.apache.hadoop.hbase.coprocessor
Deprecated.
Since 2.0.0 to be removed in 3.0.0. The hope is that by 3.0.0 we will not need this facility as CoreCoprocessors are integated into core.
hasMetaTableRegion() - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
hasMetaTableRegion() - Method in interface org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface
Returns True if this server has an hbase:meta table region.
hasMetaTableRegion() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
hasMetaTableRegion() - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
hasMetaTableRegion() - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
hasMetaTableRegion() - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
hasMetaTableRegion() - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
hasMetaTableRegion() - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
hasMethod(String, String...) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethods
 
hasMethod(String, Class<?>...) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethods
 
hasMethod(Method) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethods
 
hasMinimumVersion(HBaseProtos.VersionInfo, int, int) - Static method in class org.apache.hadoop.hbase.client.VersionInfoUtil
 
hasMobColumns(TableDescriptor) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Checks whether this table has mob-enabled columns.
hasMobReferenceTag(List<Tag>) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Whether the tag list has a mob reference tag.
hasMoreResults() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser.Results
 
hasMoreValues() - Method in enum org.apache.hadoop.hbase.regionserver.ScannerContext.NextState
 
hasMoreValues(ScannerContext.NextState) - Static method in enum org.apache.hadoop.hbase.regionserver.ScannerContext.NextState
 
hasMVCCInfo() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
hasMVCCInfo() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
hasNext() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactorSegmentsIterator
 
hasNext() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreMergerSegmentsIterator
 
hasNullColumn - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
hasNullColumnInQuery() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
hasNullColumnInQuery() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Returns whether there is an null column in the query
hasNullColumnInQuery() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
hasPermission(RpcController, AccessControlProtos.HasPermissionRequest, RpcCallback<AccessControlProtos.HasPermissionResponse>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use Admin.hasUserPermissions(String, List) instead.
hasRecoveredEdits(Configuration, RegionInfo) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
Check whether there is recovered.edits in the region dir
hasReferences() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Returns True if this region has references.
hasReferences(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Returns true if the specified family has reference files
hasReferences(TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Check whether region has Reference file
hasReferences() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
hasReferences() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns true if the store has any underlying reference files to older HFiles
hasReferences(Collection<HStoreFile>) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
Determines whether any files in the collection are references.
HasRegionServerServices - Interface in org.apache.hadoop.hbase.coprocessor
Deprecated.
Since 2.0.0 to be removed in 3.0.0. The hope is that by 3.0.0 we will not need this facility as CoreCoprocessors are integated into core.
hasRegionsInTransition() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
hasRegionsInTransition() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
hasRegionsOverThreshold() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
hasRegionsToAdd() - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
Returns true if there're new regions
hasRegionsToRemove() - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
Returns true if there're regions to remove
hasRegionsToRestore() - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
Returns true if there're regions to restore
hasRegionsTwiceOverThreshold() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
hasRunnables() - Method in class org.apache.hadoop.hbase.master.procedure.FairQueue
 
hasSelection() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionContext
 
hasTableRegionStates(TableName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
hasTagCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
hasTagCompression - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
hasTagCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
hasTagCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Returns Whether tag compression is enabled for this log.
hasTooManyStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
hasTooManyStoreFiles() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns Whether this store has too many store files.
hasUnDeletedQueues() - Method in class org.apache.hadoop.hbase.util.hbck.ReplicationChecker
 
hasUserPermission(User, String, Permission) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Authorizes that if the current user has the given permissions.
hasUserPermission(User, String, Permission) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
hasUserPermissions(RpcController, AccessControlProtos.HasUserPermissionsRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
hasValidMobRefCellValue(Cell) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Indicates whether the current mob ref cell has a valid value.
hasValueCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
hasValueCompression - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
hasValueCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
hasValueCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Returns Whether value compression is enabled for this log.
havingSystemAuth(User) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
havingSystemAuth(User) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
System checks for user auth during admin operations.
HBASE_CANARY_FAIL_ON_ERROR - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CANARY_INFO_BINDADDRESS - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CANARY_INFO_PORT - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CANARY_REGION_READ_TABLE_TIMEOUT - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CANARY_REGION_WRITE_SNIFFING - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CANARY_REGION_WRITE_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CANARY_REGION_WRITE_TABLE_TIMEOUT - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CANARY_REGIONSERVER_ALL_REGIONS - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CANARY_TIMEOUT - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CANARY_USE_REGEX - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CANARY_ZOOKEEPER_PERMITTED_FAILURES - Static variable in class org.apache.hadoop.hbase.tool.CanaryTool
 
HBASE_CELLS_SCANNED_PER_HEARTBEAT_CHECK - Static variable in class org.apache.hadoop.hbase.regionserver.StoreScanner
The number of cells scanned in between timeout checks.
HBASE_DIR_PERMS - Static variable in class org.apache.hadoop.hbase.master.MasterFileSystem
Parameter name for HBase instance root directory permission
HBASE_FLUSH_POLICY_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.FlushPolicyFactory
 
HBASE_FLUSH_THROUGHPUT_CONTROLLER_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.FlushThroughputControllerFactory
 
HBASE_HFILE_COMPACTION_DISCHARGER_THREAD_COUNT - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_HSTORE_COMPACTION_MAX_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_HSTORE_COMPACTION_MAX_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_HSTORE_COMPACTION_MAX_SIZE_OFFPEAK_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_HSTORE_COMPACTION_MAX_THROUGHPUT_HIGHER_BOUND - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareCompactionThroughputController
 
HBASE_HSTORE_COMPACTION_MAX_THROUGHPUT_LOWER_BOUND - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareCompactionThroughputController
 
HBASE_HSTORE_COMPACTION_MAX_THROUGHPUT_OFFPEAK - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareCompactionThroughputController
 
HBASE_HSTORE_COMPACTION_MIN_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_HSTORE_COMPACTION_MIN_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_HSTORE_COMPACTION_RATIO_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_HSTORE_COMPACTION_RATIO_OFFPEAK_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_HSTORE_COMPACTION_THROUGHPUT_TUNE_PERIOD - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareCompactionThroughputController
 
HBASE_HSTORE_FLUSH_MAX_THROUGHPUT_LOWER_BOUND - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareFlushThroughputController
 
HBASE_HSTORE_FLUSH_MAX_THROUGHPUT_UPPER_BOUND - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareFlushThroughputController
 
HBASE_HSTORE_FLUSH_THROUGHPUT_CONTROL_CHECK_INTERVAL - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareFlushThroughputController
 
HBASE_HSTORE_FLUSH_THROUGHPUT_TUNE_PERIOD - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareFlushThroughputController
 
HBASE_HSTORE_MIN_LOCALITY_TO_SKIP_MAJOR_COMPACT - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_HSTORE_OFFPEAK_END_HOUR - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_HSTORE_OFFPEAK_START_HOUR - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
HBASE_MASTER_CLEANER_INTERVAL - Static variable in class org.apache.hadoop.hbase.master.HMaster
 
HBASE_MASTER_CLUSTER_SCHEMA_OPERATION_TIMEOUT_KEY - Static variable in interface org.apache.hadoop.hbase.master.ClusterSchema
Timeout for cluster operations in milliseconds.
HBASE_MASTER_WAIT_ON_SERVICE_IN_SECONDS - Static variable in class org.apache.hadoop.hbase.master.HMaster
 
HBASE_MAX_CELL_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
HBASE_NETTY_ALLOCATOR_KEY - Static variable in class org.apache.hadoop.hbase.ipc.NettyRpcServer
Name of property to change the byte buf allocator for the netty channels.
HBASE_REGION_SERVER_ENABLE_COMPACTION - Static variable in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
HBASE_REGIONSERVER_MINIBATCH_SIZE - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
HBASE_RS_HEAP_MEMORY_TUNER_CLASS - Static variable in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
HBASE_RS_HEAP_MEMORY_TUNER_DEFAULT_PERIOD - Static variable in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
HBASE_RS_HEAP_MEMORY_TUNER_PERIOD - Static variable in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
HBASE_SNAPSHOT_ENABLED - Static variable in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Enable or disable snapshot support
HBASE_SNAPSHOT_SENTINELS_CLEANUP_TIMEOUT_MILLIS - Static variable in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Wait time before removing a finished sentinel from the in-progress map NOTE: This is used as a safety auto cleanup.
HBASE_THROUGHPUT_CONTROLLER_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.CompactionThroughputControllerFactory
 
HBASE_WAL_DIR_PERMS - Static variable in class org.apache.hadoop.hbase.master.MasterFileSystem
Parameter name for HBase WAL directory permission
HBaseConfTool - Class in org.apache.hadoop.hbase.util
Tool that prints out a configuration.
HBaseConfTool() - Constructor for class org.apache.hadoop.hbase.util.HBaseConfTool
 
HBaseFsck - Class in org.apache.hadoop.hbase.util
Deprecated.
For removal in hbase-4.0.0. Use HBCK2 instead.
HBaseFsck(Configuration) - Constructor for class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Constructor
HBaseFsck(Configuration, ExecutorService) - Constructor for class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Constructor Configuration object if the master is not running if unable to connect to ZooKeeper
HBaseFsckRepair - Class in org.apache.hadoop.hbase.util
This class contains helper methods that repair parts of hbase's filesystem contents.
HBaseFsckRepair() - Constructor for class org.apache.hadoop.hbase.util.HBaseFsckRepair
 
HBaseInterClusterReplicationEndpoint - Class in org.apache.hadoop.hbase.replication.regionserver
A ReplicationEndpoint implementation for replicating to another HBase cluster.
HBaseInterClusterReplicationEndpoint() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
 
HBasePolicyProvider - Class in org.apache.hadoop.hbase.security
Implementation of secure Hadoop policy provider for mapping protocol interfaces to hbase-policy.xml entries.
HBasePolicyProvider() - Constructor for class org.apache.hadoop.hbase.security.HBasePolicyProvider
 
HBaseReplicationEndpoint - Class in org.apache.hadoop.hbase.replication
A BaseReplicationEndpoint for replication endpoints whose target cluster is an HBase cluster.
HBaseReplicationEndpoint() - Constructor for class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
 
HBaseReplicationEndpoint.PeerRegionServerListener - Class in org.apache.hadoop.hbase.replication
Tracks changes to the list of region servers in a peer's cluster.
HBaseRPCErrorHandler - Interface in org.apache.hadoop.hbase.ipc
An interface for calling out of RPC for error conditions.
HBaseSaslRpcServer - Class in org.apache.hadoop.hbase.security
A utility class that encapsulates SASL logic for RPC server.
HBaseSaslRpcServer(SaslServerAuthenticationProvider, Map<String, String>, SecretManager<TokenIdentifier>) - Constructor for class org.apache.hadoop.hbase.security.HBaseSaslRpcServer
 
hbck_jsp - Class in org.apache.hadoop.hbase.generated.master
 
hbck_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.hbck_jsp
 
HBCK_LOCK_FILE - Static variable in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Here is where hbase-1.x used to default the lock for hbck1.
HbckChore - Class in org.apache.hadoop.hbase.master.hbck
Used to do the hbck checking job at master side.
HbckChore(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.hbck.HbckChore
 
HbckErrorReporter - Interface in org.apache.hadoop.hbase.util
Deprecated.
Since 2.3.0. To be removed in hbase4. Use HBCK2 instead. Remove when HBaseFsck is removed.
HbckErrorReporter.ERROR_CODE - Enum in org.apache.hadoop.hbase.util
Deprecated.
 
HbckRegionInfo - Class in org.apache.hadoop.hbase.util
Maintain information about a particular region.
HbckRegionInfo(HbckRegionInfo.MetaEntry) - Constructor for class org.apache.hadoop.hbase.util.HbckRegionInfo
 
HbckRegionInfo.HdfsEntry - Class in org.apache.hadoop.hbase.util
Stores the regioninfo entries from HDFS
HbckRegionInfo.MetaEntry - Class in org.apache.hadoop.hbase.util
Stores the regioninfo entries scanned from META
HbckReport - Class in org.apache.hadoop.hbase.master.hbck
The result of an HbckChore execution.
HbckReport() - Constructor for class org.apache.hadoop.hbase.master.hbck.HbckReport
 
HBCKServerCrashProcedure - Class in org.apache.hadoop.hbase.master.procedure
Acts like the super class in all cases except when no Regions found in the current Master in-memory context.
HBCKServerCrashProcedure(MasterProcedureEnv, ServerName, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.master.procedure.HBCKServerCrashProcedure
 
HBCKServerCrashProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.HBCKServerCrashProcedure
Used when deserializing from a procedure store; we'll construct one of these then call #deserializeStateData(InputStream).
HbckTableInfo - Class in org.apache.hadoop.hbase.util
Maintain information about a particular table.
HDFSBlocksDistribution - Class in org.apache.hadoop.hbase
Data structure to describe the distribution of HDFS blocks among hosts.
HDFSBlocksDistribution() - Constructor for class org.apache.hadoop.hbase.HDFSBlocksDistribution
 
HDFSBlocksDistribution.HostAndWeight - Class in org.apache.hadoop.hbase
Stores the hostname and weight for that hostname.
HDFSBlocksDistribution.HostAndWeight.WeightComparator - Class in org.apache.hadoop.hbase
Comparator used to sort hosts based on weight
HDFSBlocksDistribution.Visitor - Interface in org.apache.hadoop.hbase
Implementations 'visit' hostAndWeight.
HdfsEntry(Path) - Constructor for class org.apache.hadoop.hbase.util.HbckRegionInfo.HdfsEntry
 
header - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
header_jsp - Class in org.apache.hadoop.hbase.generated.master
 
header_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.header_jsp
 
header_jsp - Class in org.apache.hadoop.hbase.generated.regionserver
 
header_jsp() - Constructor for class org.apache.hadoop.hbase.generated.regionserver.header_jsp
 
headerSize() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
Returns the size of this block header.
headerSize(boolean) - Static method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
Maps a minor version to the size of the header.
headMap(byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
headMap(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
headMap(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
headSet(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
headSet(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
headSet(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
headSet(Cell) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
HealthCheckChore - Class in org.apache.hadoop.hbase
The Class HealthCheckChore for running health checker regularly.
HealthCheckChore(int, Stoppable, Configuration) - Constructor for class org.apache.hadoop.hbase.HealthCheckChore
 
heap - Variable in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
 
heap - Variable in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
HEAP_OCCUPANCY_ERROR_VALUE - Static variable in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
HeapByteBufAllocator - Class in org.apache.hadoop.hbase.ipc
A pooled ByteBufAllocator that does not prefer direct buffers regardless of platform settings.
HeapByteBufAllocator() - Constructor for class org.apache.hadoop.hbase.ipc.HeapByteBufAllocator
 
HeapMemoryManager - Class in org.apache.hadoop.hbase.regionserver
Manages tuning of Heap memory using HeapMemoryTuner.
HeapMemoryManager.HeapMemoryTuneObserver - Interface in org.apache.hadoop.hbase.regionserver
Every class that wants to observe heap memory tune actions must implement this interface.
HeapMemoryManager.TunerContext - Class in org.apache.hadoop.hbase.regionserver
POJO to pass all the relevant information required to do the heap memory tuning.
HeapMemoryManager.TunerResult - Class in org.apache.hadoop.hbase.regionserver
POJO which holds the result of memory tuning done by HeapMemoryTuner implementation.
HeapMemoryTuner - Interface in org.apache.hadoop.hbase.regionserver
Makes the decision regarding proper sizing of the heap memory.
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
Strings have two bytes per character due to default Java Unicode encoding (hence length times 2).
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
 
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlockQueue
Total size of all elements in this queue.
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
heapSize() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
heapSize() - Method in class org.apache.hadoop.hbase.quotas.NoOpRegionSizeStore
 
heapSize() - Method in class org.apache.hadoop.hbase.quotas.RegionSizeImpl
 
heapSize() - Method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
 
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
heapSize() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
heapSize() - Method in class org.apache.hadoop.hbase.wal.EntryBuffers.RegionEntryBuffer
 
heapSize() - Method in class org.apache.hadoop.hbase.wal.WALEdit
 
heapSizeChange(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
heartbeat(long, int, ServerName) - Method in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
HEARTBEAT_TIME_BUFFER - Static variable in class org.apache.hadoop.hbase.client.locking.EntityLock
 
heartbeatNoDetails(long) - Method in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
HeterogeneousRegionCountCostFunction - Class in org.apache.hadoop.hbase.master.balancer
This is an optional Cost function designed to allow region count skew across RegionServers.
HexStringSplit() - Constructor for class org.apache.hadoop.hbase.util.RegionSplitter.HexStringSplit
 
HFile - Class in org.apache.hadoop.hbase.io.hfile
File format for hbase.
HFile.CachingBlockReader - Interface in org.apache.hadoop.hbase.io.hfile
An abstraction used by the block index.
HFile.Reader - Interface in org.apache.hadoop.hbase.io.hfile
An interface used by clients to open and iterate an HFile.
HFile.Writer - Interface in org.apache.hadoop.hbase.io.hfile
API required to write an HFile
HFile.WriterFactory - Class in org.apache.hadoop.hbase.io.hfile
This variety of ways to construct writers is used throughout the code, and we want to be able to swap writer implementations.
HFILE_ARCHIVE_ZNODE_PARENT - Static variable in class org.apache.hadoop.hbase.backup.example.TableHFileArchiveTracker
 
HFILE_CACHE_REFRESH_PERIOD_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
Conf key for the frequency to attempt to refresh the cache of hfiles currently used in snapshots (ms)
HFILE_CLEANER_CUSTOM_PATHS - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
The custom paths for hfile cleaner, subdirectories of archive, e.g.
HFILE_CLEANER_CUSTOM_PATHS_PLUGINS - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
Configure hfile cleaner classes for the custom paths
HFILE_DELETE_THREAD_CHECK_INTERVAL_MSEC - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
HFILE_DELETE_THREAD_TIMEOUT_MSEC - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
HFILE_DELETE_THROTTLE_THRESHOLD - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
HFILE_NAME_REGEX - Static variable in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
A non-capture group, for hfiles, so that this can be embedded.
HFileArchiver - Class in org.apache.hadoop.hbase.backup
Utility class to handle the removal of HFiles (or the respective StoreFiles) for a HRegion from the FileSystem.
HFileArchiveTableMonitor - Class in org.apache.hadoop.hbase.backup.example
Monitor the actual tables for which HFiles are archived for long-term retention (always kept unless ZK state changes).
HFileArchiveTableMonitor() - Constructor for class org.apache.hadoop.hbase.backup.example.HFileArchiveTableMonitor
 
HFileArchiveUtil - Class in org.apache.hadoop.hbase.util
Helper class for all utilities related to archival/retrieval of HFiles
HFileBlock - Class in org.apache.hadoop.hbase.io.hfile
Cacheable Blocks of an HFile version 2 file.
HFileBlock(BlockType, int, int, long, ByteBuff, boolean, long, int, int, HFileContext, ByteBuffAllocator) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileBlock
Creates a new HFile block from the given fields.
HFileBlock.BlockDeserializer - Class in org.apache.hadoop.hbase.io.hfile
 
HFileBlockBuilder - Class in org.apache.hadoop.hbase.io.hfile
 
HFileBlockBuilder() - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
HFileBlockIndex - Class in org.apache.hadoop.hbase.io.hfile
Provides functionality to write (HFileBlockIndex.BlockIndexWriter) and read BlockIndexReader single-level and multi-level block indexes.
HFileBlockIndex() - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex
 
HFileBlockIndex.BlockIndexWriter - Class in org.apache.hadoop.hbase.io.hfile
Writes the block index into the output stream.
HFileCleaner - Class in org.apache.hadoop.hbase.master.cleaner
This Chore, every time it runs, will clear the HFiles in the hfile archive folder that are deletable for each HFile cleaner in the chain.
HFileCleaner(int, Stoppable, Configuration, FileSystem, Path, DirScanPool) - Constructor for class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
HFileCleaner(int, Stoppable, Configuration, FileSystem, Path, DirScanPool, Map<String, Object>) - Constructor for class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
HFileCleaner(int, Stoppable, Configuration, FileSystem, Path, DirScanPool, Map<String, Object>, List<Path>) - Constructor for class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
HFileCleaner(String, int, Stoppable, Configuration, FileSystem, Path, String, DirScanPool, Map<String, Object>, List<Path>) - Constructor for class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
For creating customized HFileCleaner.
HFileContentValidator - Class in org.apache.hadoop.hbase.tool
 
HFileContentValidator() - Constructor for class org.apache.hadoop.hbase.tool.HFileContentValidator
 
hfileContext - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
hFileContext - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
HFileCorruptionChecker - Class in org.apache.hadoop.hbase.util.hbck
This class marches through all of the region's hfiles and verifies that they are all valid files.
HFileCorruptionChecker(Configuration, ExecutorService, boolean) - Constructor for class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
 
HFileDataBlockEncoder - Interface in org.apache.hadoop.hbase.io.hfile
Controls what kind of data block encoding is used.
HFileDataBlockEncoderImpl - Class in org.apache.hadoop.hbase.io.hfile
Do different kinds of data block encoding according to column family options.
HFileDataBlockEncoderImpl(DataBlockEncoding) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
Do data block encoding with specified options.
HFileFilter(FileSystem) - Constructor for class org.apache.hadoop.hbase.util.FSUtils.HFileFilter
 
HFileIndexBlockEncoder - Interface in org.apache.hadoop.hbase.io.hfile
Controls what kind of index block encoding is used.
HFileIndexBlockEncoder.EncodedSeeker - Interface in org.apache.hadoop.hbase.io.hfile
 
HFileIndexBlockEncoderImpl - Class in org.apache.hadoop.hbase.io.hfile
Do different kinds of index block encoding according to column family options.
HFileIndexBlockEncoderImpl(IndexBlockEncoding) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoderImpl
Do index block encoding with specified options.
HFileInfo - Class in org.apache.hadoop.hbase.io.hfile
Metadata Map of attributes for HFile written out as HFile Trailer.
HFileInfo() - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
HFileInfo(ReaderContext, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
HFileLink - Class in org.apache.hadoop.hbase.io
HFileLink describes a link to an hfile.
HFileLink(Path, Path, Path, Path) - Constructor for class org.apache.hadoop.hbase.io.HFileLink
Dead simple hfile link constructor
HFileLinkCleaner - Class in org.apache.hadoop.hbase.master.cleaner
HFileLink cleaner that determines if a hfile should be deleted.
HFileLinkCleaner() - Constructor for class org.apache.hadoop.hbase.master.cleaner.HFileLinkCleaner
 
HFileLinkFilter() - Constructor for class org.apache.hadoop.hbase.util.FSUtils.HFileLinkFilter
 
HFilePreadReader - Class in org.apache.hadoop.hbase.io.hfile
Implementation of HFile.Reader to deal with pread.
HFilePreadReader(ReaderContext, HFileInfo, CacheConfig, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFilePreadReader
 
HFilePrettyPrinter - Class in org.apache.hadoop.hbase.io.hfile
Implements pretty-printing functionality for HFiles.
HFilePrettyPrinter() - Constructor for class org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter
 
HFilePrettyPrinter(Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter
 
HFileProcedurePrettyPrinter - Class in org.apache.hadoop.hbase.procedure2.store.region
A tool to dump the procedures in the HFiles.
HFileProcedurePrettyPrinter() - Constructor for class org.apache.hadoop.hbase.procedure2.store.region.HFileProcedurePrettyPrinter
 
HFileProcedurePrettyPrinter(PrintStream) - Constructor for class org.apache.hadoop.hbase.procedure2.store.region.HFileProcedurePrettyPrinter
 
HFileReaderImpl - Class in org.apache.hadoop.hbase.io.hfile
Implementation that can handle all hfile versions of HFile.Reader.
HFileReaderImpl(ReaderContext, HFileInfo, CacheConfig, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Opens a HFile.
HFileReaderImpl.BlockIndexNotLoadedException - Exception in org.apache.hadoop.hbase.io.hfile
 
HFileReaderImpl.EncodedScanner - Class in org.apache.hadoop.hbase.io.hfile
Scanner that operates on encoded data blocks.
HFileReaderImpl.HFileScannerImpl - Class in org.apache.hadoop.hbase.io.hfile
 
HFileReaderImpl.NotSeekedException - Exception in org.apache.hadoop.hbase.io.hfile
An exception thrown when an operation requiring a scanner to be seeked is invoked on a scanner that is not seeked.
HFileReplicator - Class in org.apache.hadoop.hbase.replication.regionserver
It is used for replicating HFile entries.
HFileReplicator(Configuration, String, String, Map<String, List<Pair<byte[], List<String>>>>, Configuration, Connection, List<String>) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.HFileReplicator
 
HFileScanner - Interface in org.apache.hadoop.hbase.io.hfile
A scanner allows you to position yourself within a HFile and scan through it.
HFileScannerImpl(HFile.Reader, boolean, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
HFileStreamReader - Class in org.apache.hadoop.hbase.io.hfile
Implementation of HFile.Reader to deal with stream read do not perform any prefetch operations (HFilePreadReader will do this).
HFileStreamReader(ReaderContext, HFileInfo, CacheConfig, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileStreamReader
 
HFileSystem - Class in org.apache.hadoop.hbase.fs
An encapsulation for the FileSystem object that hbase uses to access data.
HFileSystem(Configuration, boolean) - Constructor for class org.apache.hadoop.hbase.fs.HFileSystem
Create a FileSystem object for HBase regionservers.
HFileSystem(FileSystem) - Constructor for class org.apache.hadoop.hbase.fs.HFileSystem
Wrap a FileSystem object within a HFileSystem.
HFileWriterImpl - Class in org.apache.hadoop.hbase.io.hfile
Common functionality needed by all versions of HFile writers.
HFileWriterImpl(Configuration, CacheConfig, Path, FSDataOutputStream, HFileContext) - Constructor for class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
higher(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
higherEntry(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
higherKey(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
highestSyncedTxid - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Updated to the transaction id of the last successful sync call.
highestUnsyncedTxid - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
The highest known outstanding unsync'd WALEdit transaction id.
hit(boolean, boolean, BlockType) - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
HMaster - Class in org.apache.hadoop.hbase.master
HMaster is the "master server" for HBase.
HMaster(Configuration) - Constructor for class org.apache.hadoop.hbase.master.HMaster
Initializes the HMaster.
HMaster.TableDescriptorGetter - Interface in org.apache.hadoop.hbase.master
Implement to return TableDescriptor after pre-checks
HMasterCommandLine - Class in org.apache.hadoop.hbase.master
 
HMasterCommandLine(Class<? extends HMaster>) - Constructor for class org.apache.hadoop.hbase.master.HMasterCommandLine
 
HMasterCommandLine.LocalHMaster - Class in org.apache.hadoop.hbase.master
 
HMobStore - Class in org.apache.hadoop.hbase.regionserver
The store implementation to save MOBs (medium objects), it extends the HStore.
HMobStore(HRegion, ColumnFamilyDescriptor, Configuration, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.HMobStore
 
holdLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
holdLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
holdLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
holdLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
holdLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
holdLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
holdLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
holdLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
holdLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
holdLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
HostAndWeight(String, long, long) - Constructor for class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight
Constructor
hostingServer - Variable in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
HRegion - Class in org.apache.hadoop.hbase.regionserver
Regions store data for a certain region of a table.
HRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.HRegion
Deprecated.
Use other constructors.
HRegion(HRegionFileSystem, WAL, Configuration, TableDescriptor, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.HRegion
HRegion constructor.
HRegion.BulkLoadListener - Interface in org.apache.hadoop.hbase.regionserver
Listener class to enable callers of bulkLoadHFile() to perform any necessary pre/post processing of a given bulkload call
HRegion.FlushResult - Interface in org.apache.hadoop.hbase.regionserver
 
HRegion.FlushResult.Result - Enum in org.apache.hadoop.hbase.regionserver
 
HRegion.FlushResultImpl - Class in org.apache.hadoop.hbase.regionserver
Objects from this class are created when flushing to describe all the different states that that method ends up in.
HRegion.RowLockImpl - Class in org.apache.hadoop.hbase.regionserver
Class used to represent a lock on a row.
HREGION_COLUMNFAMILY_FLUSH_SIZE_LOWER_BOUND - Static variable in class org.apache.hadoop.hbase.regionserver.FlushLargeStoresPolicy
 
HREGION_COLUMNFAMILY_FLUSH_SIZE_LOWER_BOUND_MIN - Static variable in class org.apache.hadoop.hbase.regionserver.FlushLargeStoresPolicy
 
HRegionFileSystem - Class in org.apache.hadoop.hbase.regionserver
View to an on-disk Region.
HRegionMetricsWrapperRunnable() - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl.HRegionMetricsWrapperRunnable
 
HRegionServer - Class in org.apache.hadoop.hbase.regionserver
HRegionServer makes a set of HRegions available to clients.
HRegionServer(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.HRegionServer
Starts a HRegionServer at the default location.
HRegionServerCommandLine - Class in org.apache.hadoop.hbase.regionserver
Class responsible for parsing the command line and starting the RegionServer.
HRegionServerCommandLine(Class<? extends HRegionServer>) - Constructor for class org.apache.hadoop.hbase.regionserver.HRegionServerCommandLine
 
HRegionWALFileSystem - Class in org.apache.hadoop.hbase.regionserver
A Wrapper for the region FileSystem operations adding WAL specific operations
HStore - Class in org.apache.hadoop.hbase.regionserver
A Store holds a column family in a Region.
HStore(HRegion, ColumnFamilyDescriptor, Configuration, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.HStore
Constructor
HStoreFile - Class in org.apache.hadoop.hbase.regionserver
A Store data file.
HStoreFile(FileSystem, Path, Configuration, CacheConfig, BloomType, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.HStoreFile
Constructor, loads a reader and it's indices, etc.
HStoreFile(StoreFileInfo, BloomType, CacheConfig) - Constructor for class org.apache.hadoop.hbase.regionserver.HStoreFile
Constructor, loads a reader and it's indices, etc.
HStoreFile(StoreFileInfo, BloomType, CacheConfig, BloomFilterMetrics) - Constructor for class org.apache.hadoop.hbase.regionserver.HStoreFile
Constructor, loads a reader and it's indices, etc.
htd - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 

I

id - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
idealMaxKeys(long, double) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
The maximum number of keys we can put into a Bloom filter of a certain size to maintain the given error rate, assuming the number of hash functions is chosen optimally and does not even have to be an integer (hence the "ideal" in the function name).
idleRegionServerExist(BalancerClusterState) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
IdReadWriteLock<T> - Class in org.apache.hadoop.hbase.util
Allows multiple concurrent clients to lock on a numeric id with ReentrantReadWriteLock.
IdReadWriteLock() - Constructor for class org.apache.hadoop.hbase.util.IdReadWriteLock
 
IdReadWriteLock(IdReadWriteLock.ReferenceType) - Constructor for class org.apache.hadoop.hbase.util.IdReadWriteLock
Constructor of IdReadWriteLock
IdReadWriteLock.ReferenceType - Enum in org.apache.hadoop.hbase.util
 
IGNORE_UNMATCHED_CF_CONF_KEY - Static variable in interface org.apache.hadoop.hbase.tool.BulkLoadHFiles
 
IGNORE_UNMATCHED_CF_CONF_KEY - Static variable in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
ignoreZKDeleteForTesting - Variable in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
ImmutableMemStoreLAB - Class in org.apache.hadoop.hbase.regionserver
A MemStoreLAB implementation which wraps N MemStoreLABs.
ImmutableMemStoreLAB(List<MemStoreLAB>) - Constructor for class org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
 
ImmutableSegment - Class in org.apache.hadoop.hbase.regionserver
ImmutableSegment is an abstract class that extends the API supported by a Segment, and is not needed for a MutableSegment.
ImmutableSegment(CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.ImmutableSegment
------------------------------------------------------------------------ Empty C-tor to be used only for CompositeImmutableSegment
ImmutableSegment(CellComparator, List<ImmutableSegment>) - Constructor for class org.apache.hadoop.hbase.regionserver.ImmutableSegment
 
ImmutableSegment(CellSet, CellComparator, MemStoreLAB) - Constructor for class org.apache.hadoop.hbase.regionserver.ImmutableSegment
------------------------------------------------------------------------ C-tor to be used to build the derived classes
ImmutableSegment(Segment) - Constructor for class org.apache.hadoop.hbase.regionserver.ImmutableSegment
------------------------------------------------------------------------ Copy C-tor to be used when new CSLMImmutableSegment (derived) is being built from a Mutable one.
impl - Variable in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
The coprocessor
implClassName - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
The class name of the runtime implementation, used as prefix for logging/tracing.
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl.ImplData
 
ImplData() - Constructor for class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl.ImplData
 
IN_MEMORY_CONPACTION_POOL_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
IN_MEMORY_CONPACTION_POOL_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
IN_MEMORY_FLUSH_THRESHOLD_FACTOR_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
incarnation - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
incCounters(String, long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incGauge(String, long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incGlobalMemStoreSize(long, long, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
 
IncludeAllCompactionQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
A compaction query matcher that always return INCLUDE and drops nothing.
IncludeAllCompactionQueryMatcher(ScanInfo, DeleteTracker, ColumnTracker, long, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.IncludeAllCompactionQueryMatcher
 
includeMVCCReadpoint() - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
includeMVCCReadpoint(boolean) - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
Whether to include MVCC or not
includesTag() - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
includesTag(boolean) - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
Whether to includesTag or not
includesTimeRange(TimeRange) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
Check if the range has ANY overlap with TimeRange
includeTable(TableName) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
includeTimestamp(Cell) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
Update the current TimestampRange to include the timestamp from cell.
InclusiveCombinedBlockCache - Class in org.apache.hadoop.hbase.io.hfile
 
InclusiveCombinedBlockCache(FirstLevelBlockCache, BlockCache) - Constructor for class org.apache.hadoop.hbase.io.hfile.InclusiveCombinedBlockCache
 
incMemStoreSize(long, long, long, int) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Updates the heap size counter of the segment by the given delta
incMemStoreSize(long, long, long, int) - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
Returns The new dataSize ONLY as a convenience
incMemStoreSize(MemStoreSize) - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreSizing
 
incMemStoreSize(long, long, long, int) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
incrBytesSkippedInUncleanlyClosedWALs(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incrCompletedRecoveryQueue() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incrCompletedWAL() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incReadFailureCount() - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
incReadFailureCount() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
incReadSuccessCount() - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
incReadSuccessCount() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
increaseAboveHeapOccupancyLowWatermarkCounter() - Method in class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
Increase the counter for heap occupancy percent above low watermark
increaseTunerDoNothingCounter() - Method in class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
Increase the counter for tuner neither expanding memstore global size limit nor expanding blockcache max size.
IncreasingToUpperBoundRegionSplitPolicy - Class in org.apache.hadoop.hbase.regionserver
Split size is the number of regions that are on this server that all are of the same table, cubed, times 2x the region flush size OR the maximum region split size, whichever is smaller.
IncreasingToUpperBoundRegionSplitPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy
 
increment(Increment) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
increment(Increment, long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
increment(Increment) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Perform one or more increment operations on a row.
incrementAndGetRetries() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionFailedOpen
 
incrementCompactionsQueuedCount() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
incrementEligible() - Method in class org.apache.hadoop.hbase.io.hfile.BloomFilterMetrics
Increment for cases where bloom filter could have been used but wasn't defined or loaded.
incrementFailedBatches() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Convenience method to update metrics when batch of operations has failed.
incrementFailedBatches() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Convenience method to update metrics when batch of operations has failed.
incrementFlushesQueuedCount() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
incrementNumOfAppends() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
incrementNumOfDeletes() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
incrementNumOfIncrements() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
incrementNumOfPuts() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
incrementNumRegionSizeReportsSent(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
incrementOperationCounter() - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
incrementQuotaObserverTime(long) - Method in class org.apache.hadoop.hbase.master.MetricsMaster
Sets the execution time of a period of the QuotaObserverChore.
incrementRegionSize(RegionInfo, long) - Method in class org.apache.hadoop.hbase.quotas.NoOpRegionSizeStore
 
incrementRegionSize(RegionInfo, long) - Method in interface org.apache.hadoop.hbase.quotas.RegionSizeStore
Atomically alter the size of a region.
incrementRegionSize(RegionInfo, long) - Method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
 
incrementRegionSizeReportingChoreTime(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
incrementRequests(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.BloomFilterMetrics
Increment bloom request count, and negative result count if !passed
incrementRequests(long) - Method in class org.apache.hadoop.hbase.master.MetricsMaster
 
incrementResponseBlockSize(long) - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
 
incrementResponseBlockSize(long) - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
incrementResponseCellSize(long) - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
Add on the given amount to the retained cell size.
incrementResponseCellSize(long) - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
incrementResponseExceptionSize(long) - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
 
incrementResponseExceptionSize(long) - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
incrementSize(long) - Method in interface org.apache.hadoop.hbase.quotas.RegionSize
Atomically adds the provided delta to the region size.
incrementSize(long) - Method in class org.apache.hadoop.hbase.quotas.RegionSizeImpl
 
incrementSnapshotFetchTime(long) - Method in class org.apache.hadoop.hbase.master.MetricsMaster
Sets the execution time to fetch the mapping of snapshots to originating table.
incrementSnapshotObserverTime(long) - Method in class org.apache.hadoop.hbase.master.MetricsMaster
Sets the execution time of a period of the SnapshotQuotaObserverChore.
incrementSnapshotSizeComputationTime(long) - Method in class org.apache.hadoop.hbase.master.MetricsMaster
Sets the execution time to compute the size of a single snapshot.
incrFailedRecoveryQueue() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incrLogEditsFiltered(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Add on the number of log edits filtered
incrLogEditsFiltered() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
The number of log edits filtered out.
incrLogEditsRead() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Increment the number of log edits read by one.
incrLogReadInBytes(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
increase the byte number read by source from log file
incrMiscInvocations() - Method in class org.apache.hadoop.hbase.master.balancer.MetricsBalancer
 
incrMiscInvocations() - Method in class org.apache.hadoop.hbase.master.balancer.MetricsStochasticBalancer
 
incrRepeatedFileBytes(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incrRestartedWALReading() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incrScannerLeaseExpired() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
incrSizeOfHFileRefsQueue(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incrSizeOfLogQueue() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Increment size of the log queue.
incrSourceInitializing() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Increment the count for initializing sources
incrSplitRequest() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
incrSplitRequest(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
incrSplitSuccess() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
incrSplitSuccess(String) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
incrUncleanlyClosedWALs() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incrUnknownFileLengthForClosedWAL() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
incScannerCount() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
incScannerCount() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
 
incScannerCount() - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
Called when opening a scanner on the data of this MemStoreLAB
incScannerCount() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
Called when opening a scanner on the data of this MemStoreLAB
incScannerCount() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
incValue(long) - Method in class org.apache.hadoop.hbase.util.ManualEnvironmentEdge
 
incWriteFailureCount() - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
incWriteFailureCount() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
incWriteSuccessCount() - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
incWriteSuccessCount() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
INDEX_BLOCK_ENCODING - Static variable in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder
Type of encoding used for index blocks in HFile.
INDEX_CHUNK_SIZE_PERCENTAGE_DEFAULT - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
INDEX_CHUNK_SIZE_PERCENTAGE_KEY - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
INDEX_CHUNK_UNUSED_SPACE_PRECENTAGE - Static variable in class org.apache.hadoop.hbase.regionserver.CellChunkImmutableSegment
 
indexBlockEncoder - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
indexEntryOffHeapSize(boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellChunkImmutableSegment
 
indexEntryOffHeapSize(boolean) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
indexEntryOnHeapSize(boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellChunkImmutableSegment
 
indexEntryOnHeapSize(boolean) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
indexEntrySize() - Method in class org.apache.hadoop.hbase.regionserver.CellArrayImmutableSegment
 
indexEntrySize() - Method in class org.apache.hadoop.hbase.regionserver.CellChunkImmutableSegment
 
indexEntrySize() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
indexEntrySize() - Method in class org.apache.hadoop.hbase.regionserver.CSLMImmutableSegment
 
indexEntrySize() - Method in class org.apache.hadoop.hbase.regionserver.MutableSegment
 
indexEntrySize() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
indexOf(Object) - Method in class org.apache.hadoop.hbase.util.SortedList
 
IndexOnlyLruBlockCache - Class in org.apache.hadoop.hbase.io.hfile
An on heap block cache implementation extended LruBlockCache and only cache index block.
IndexOnlyLruBlockCache(long, long, boolean, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.IndexOnlyLruBlockCache
 
indexSize() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
indexSize() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
indexSize() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
inferBoundaries(SortedMap<byte[], Integer>) - Static method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Infers region boundaries for a new table.
inflightWALClosures - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Tracks the logs in the process of being closed.
INFO_THRESHOLD_KEY - Static variable in class org.apache.hadoop.hbase.util.JvmPauseMonitor
 
infoServer - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
init() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
Deprecated.
Support method to init constants such as timeout.
init(RegionServerServices, Configuration, SplitLogWorker.TaskExecutor, SplitLogWorker) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
Deprecated.
Initialize internal values.
init() - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
init(RegionServerServices, Configuration, SplitLogWorker.TaskExecutor, SplitLogWorker) - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
Override setter from SplitLogWorkerCoordination
init(RpcScheduler.Context) - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
init(RpcScheduler.Context) - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Does some quick initialization.
init(RpcScheduler.Context) - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
init(Map<String, Object>) - Method in class org.apache.hadoop.hbase.master.cleaner.BaseFileCleanerDelegate
 
init(Map<String, Object>) - Method in interface org.apache.hadoop.hbase.master.cleaner.FileCleanerDelegate
this method is used to pass some instance into subclass
init() - Method in class org.apache.hadoop.hbase.master.slowlog.SlowLogMasterService
 
init(Map<String, Object>) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
 
init(byte[], HRegionServer) - Method in class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
 
init(byte[], HRegionServer) - Method in interface org.apache.hadoop.hbase.procedure2.RSProcedureCallable
Initialize the callable
init(StoreScanner, AbstractMultiFileWriter.WriterFactory) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
Initializes multi-writer before usage.
init() - Method in class org.apache.hadoop.hbase.regionserver.Chunk
Actually claim the memory for this chunk.
init(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
init() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Used to initialize the WAL.
init(FileSystem, Path, Configuration, boolean, long, StreamSlowMonitor) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
init(FileSystem, Path, Configuration, FSDataInputStream) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
init(FileSystem, Path, Configuration, FSDataInputStream) - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
 
init(ReplicationEndpoint.Context) - Method in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
 
init(Map<String, Object>) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
 
init(ReplicationEndpoint.Context) - Method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
 
init() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
init(Configuration, FileSystem, ReplicationSourceManager, ReplicationQueueStorage, ReplicationPeer, Server, String, UUID, WALFileLengthProvider, MetricsSource) - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource
 
init(ReplicationEndpoint.Context) - Method in class org.apache.hadoop.hbase.replication.regionserver.RegionReplicaReplicationEndpoint
 
init(Configuration, FileSystem, ReplicationSourceManager, ReplicationQueueStorage, ReplicationPeer, Server, String, UUID, WALFileLengthProvider, MetricsSource) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
Instantiation method used by region servers
init(Configuration, FileSystem, ReplicationSourceManager, ReplicationQueueStorage, ReplicationPeer, Server, String, UUID, WALFileLengthProvider, MetricsSource) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Initializer for the source
init(Connection) - Method in interface org.apache.hadoop.hbase.replication.regionserver.WALEntrySinkFilter
Called after Construction.
init(ReplicationEndpoint.Context) - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Initialize the replication endpoint with the given context.
init(Map<String, Object>) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclCleaner
 
init(Configuration, ServiceAuthorizationManager) - Static method in class org.apache.hadoop.hbase.security.HBasePolicyProvider
 
init(Configuration) - Method in interface org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProvider
Allows implementations to initialize themselves, prior to creating a server.
init(RegionCoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
init(RegionCoprocessorEnvironment) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
System calls this after opening of regions.
init(ReplicationEndpoint.Context) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
init(WALFactory, Configuration, String, Abortable) - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
init(FileSystem, Path, Configuration, FSDataInputStream) - Method in interface org.apache.hadoop.hbase.wal.AbstractFSWALProvider.Reader
 
init(FileSystem, Path, Configuration, boolean, long, StreamSlowMonitor) - Method in interface org.apache.hadoop.hbase.wal.AsyncFSWALProvider.AsyncWriter
 
init(Configuration, String) - Method in class org.apache.hadoop.hbase.wal.BoundedGroupingStrategy
 
init(FileSystem, Path, Configuration, boolean, long, StreamSlowMonitor) - Method in interface org.apache.hadoop.hbase.wal.FSHLogProvider.Writer
 
init(Configuration, String) - Method in class org.apache.hadoop.hbase.wal.NamespaceGroupingStrategy
 
init(WALFactory, Configuration, String, Abortable) - Method in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
init(Configuration, String) - Method in interface org.apache.hadoop.hbase.wal.RegionGroupingProvider.RegionGroupingStrategy
 
init(byte[], TableName, long, long, List<UUID>, long, long, MultiVersionConcurrencyControl, NavigableMap<byte[], Integer>, Map<String, byte[]>) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
init(WALFactory, Configuration, String, Abortable) - Method in interface org.apache.hadoop.hbase.wal.WALProvider
Set up the provider to create wals.
initAdmin() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
initAfterCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
initAfterCompression(String) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
initAfterCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Initializes the compression after the shared stuff has been initialized.
initAfterCompression(String) - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Initializes the compression after the shared stuff has been initialized.
initAfterCompression(String) - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogReader
 
initAfterHeader(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
initAfterHeader(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureAsyncProtobufLogWriter
 
initAfterHeader(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogWriter
 
initCellFilters() - Method in class org.apache.hadoop.hbase.replication.ChainWALEntryFilter
 
initClusterSchemaService() - Method in class org.apache.hadoop.hbase.master.HMaster
 
initHFileInfo(ReaderContext) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
INITIAL_STRIPE_COUNT_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
The initial stripe count to create.
initialChore() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitor
 
initialize() - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
initialize() - Method in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer
 
initialize(SnapshotOfRegionAssignmentFromMeta) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
initialize() - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
initialize() - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
initialize() - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
Initialize the load balancer.
initialize(MasterServices, MetricsMaster) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
 
initialize() - Method in class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
Initialize the region assignment snapshot by scanning the hbase:meta table
initialize(MasterServices, MetricsMaster) - Method in class org.apache.hadoop.hbase.procedure.flush.MasterFlushTableProcedureManager
 
initialize(RegionServerServices) - Method in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
Initialize this region server flush procedure manager Uses a zookeeper based member controller.
initialize(MasterServices, MetricsMaster) - Method in class org.apache.hadoop.hbase.procedure.MasterProcedureManager
Initialize a globally barriered procedure for master.
initialize(MasterServices, MetricsMaster) - Method in class org.apache.hadoop.hbase.procedure.MasterProcedureManagerHost
 
initialize(RegionServerServices) - Method in class org.apache.hadoop.hbase.procedure.RegionServerProcedureManager
Initialize a globally barriered procedure for region servers.
initialize(RegionServerServices) - Method in class org.apache.hadoop.hbase.procedure.RegionServerProcedureManagerHost
 
initialize(RegionServerServices, TableName, SpaceQuotaSnapshot) - Method in class org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
 
initialize(Connection) - Method in interface org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifier
Initializes the notifier.
initialize(RegionServerServices, TableName, SpaceQuotaSnapshot) - Method in interface org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
Initializes this policy instance.
initialize(Connection) - Method in class org.apache.hadoop.hbase.quotas.TableSpaceQuotaSnapshotNotifier
 
initialize(int, boolean, long, float, float, HeapMemoryManager, float) - Static method in class org.apache.hadoop.hbase.regionserver.ChunkCreator
Initializes the instance of ChunkCreator
initialize(TableDescriptor, Configuration) - Method in class org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitRestriction
 
initialize() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Deprecated.
use HRegion.createHRegion() or HRegion.openHRegion()
initialize(TableDescriptor, Configuration) - Method in class org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitRestriction
 
initialize(TableDescriptor, Configuration) - Method in class org.apache.hadoop.hbase.regionserver.NoRegionSplitRestriction
 
initialize(TableDescriptor, Configuration) - Method in class org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
Initialize the RegionSplitRestriction instance
initialize(Server, FileSystem, Path, Path, WALFactory) - Method in interface org.apache.hadoop.hbase.regionserver.ReplicationService
Initializes the replication service object.
initialize(S) - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
This method should initialize any field(s) of the RowProcessor with a parsing of the passed message bytes (used on the server side).
initialize(RegionServerServices) - Method in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
Create a default snapshot handler - uses a zookeeper based member controller.
initialize(boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
initialize(Server, FileSystem, Path, Path, WALFactory) - Method in class org.apache.hadoop.hbase.replication.regionserver.Replication
 
initialize(Server, FileSystem, Path, Path, WALFactory) - Method in class org.apache.hadoop.hbase.replication.ReplicationSinkServiceImpl
 
initialize() - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
initializeAndGetReadLatencyForTable(String) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
initialized - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
initialized - Variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
initializeMemStoreChunkCreator() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
initializeQueues(int) - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
InitializeStoreFileTrackerProcedure - Class in org.apache.hadoop.hbase.regionserver.storefiletracker
Procedure for setting StoreFileTracker information to table descriptor.
InitializeStoreFileTrackerProcedure() - Constructor for class org.apache.hadoop.hbase.regionserver.storefiletracker.InitializeStoreFileTrackerProcedure
 
InitializeStoreFileTrackerProcedure(MasterProcedureEnv, TableName) - Constructor for class org.apache.hadoop.hbase.regionserver.storefiletracker.InitializeStoreFileTrackerProcedure
 
initializeWriteLatency() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
initialSize - Variable in class org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy
 
initMetaAndIndex(HFile.Reader) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
should be called after initTrailerAndContext
InitMetaProcedure - Class in org.apache.hadoop.hbase.master.procedure
This procedure is used to initialize meta table for a new hbase deploy.
InitMetaProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
initMultiWriter(AbstractMultiFileWriter, InternalScanner, Compactor.FileDetails, boolean, boolean, Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.AbstractMultiOutputCompactor
 
initOutput(FileSystem, Path, boolean, int, short, long, StreamSlowMonitor) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
initOutput(FileSystem, Path, boolean, int, short, long, StreamSlowMonitor) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
initOutput(FileSystem, Path, boolean, int, short, long, StreamSlowMonitor) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
initParameter(byte[]) - Method in class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
 
initParameter(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.SplitWALCallable
 
initParameter(byte[]) - Method in class org.apache.hadoop.hbase.replication.regionserver.ClaimReplicationQueueCallable
 
initParameter(byte[]) - Method in class org.apache.hadoop.hbase.replication.regionserver.RefreshPeerCallable
 
initParameter(byte[]) - Method in class org.apache.hadoop.hbase.replication.regionserver.SwitchRpcThrottleRemoteCallable
 
initReader() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
Initialize the reader used for pread.
initReader(FSDataInputStream) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
initReader(FSDataInputStream) - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Initializes the log reader with a particular stream (may be null).
initReconfigurable(Configuration) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
initRootIndex(HFileBlock, int, CellComparator, int) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder.EncodedSeeker
 
initRootIndex(HFileBlock, int, CellComparator, int) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
initSource() - Method in class org.apache.hadoop.hbase.master.balancer.MetricsBalancer
A function to instantiate the metrics source.
initSource() - Method in class org.apache.hadoop.hbase.master.balancer.MetricsStochasticBalancer
This function overrides the initSource in the MetricsBalancer, use MetricsStochasticBalancerSource instead of the MetricsBalancerSource.
initTrailerAndContext(ReaderContext, Configuration) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
InlineBlockWriter - Interface in org.apache.hadoop.hbase.io.hfile
A way to write "inline" blocks into an HFile.
inputStream - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
InputStreamBlockDistribution - Class in org.apache.hadoop.hbase.regionserver
Computes the HDFSBlockDistribution for a file based on the underlying located blocks for an HdfsDataInputStream reading that file.
InputStreamBlockDistribution(FSDataInputStream, StoreFileInfo) - Constructor for class org.apache.hadoop.hbase.regionserver.InputStreamBlockDistribution
This should only be called for the first FSDataInputStream of a StoreFile, in HStoreFile.open().
InputUser(String, String[]) - Constructor for class org.apache.hadoop.hbase.security.access.AccessChecker.InputUser
 
insert(Procedure<?>, Procedure<?>[]) - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
insert(Procedure<?>[]) - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
insertDataValue(long) - Method in class org.apache.hadoop.hbase.util.RollingStatCalculator
Inserts given data value to array of data values to be considered for statistics calculation
insertIntoNSTable(MasterProcedureEnv, NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
Insert the row into ns table
insertIntoNSTable(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
insertNewFiles(Collection<HStoreFile>) - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Adds new files, either for from MemStore flush or bulk insert, into the structure.
insertNewFiles(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
insideBarrier() - Method in class org.apache.hadoop.hbase.procedure.flush.FlushTableSubprocedure
 
insideBarrier() - Method in class org.apache.hadoop.hbase.procedure.Subprocedure
The implementation of this method should act with the assumption that the barrier condition has been satisfied.
insideBarrier() - Method in class org.apache.hadoop.hbase.procedure.Subprocedure.SubprocedureImpl
 
insideBarrier() - Method in class org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure
do a flush snapshot of every region on this rs from the target table.
install(Configuration, FileSystem, Stoppable, Thread) - Static method in class org.apache.hadoop.hbase.regionserver.ShutdownHook
Install a shutdown hook that calls stop on the passed Stoppable and then thread joins against the passed threadToJoin.
installed - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.TaskBatch
Deprecated.
 
INSTANCE - Static variable in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
INSTANCE - Static variable in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder
 
instance() - Static method in class org.apache.hadoop.hbase.regionserver.SegmentFactory
 
INSTANCE - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.NoLimitThroughputController
 
instantiateHStore(ColumnFamilyDescriptor, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
instantiateRegionScanner(Scan, List<KeyValueScanner>, long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
internalAdd(Cell, boolean, MemStoreSizing, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
internalAdd(Cell, boolean, MemStoreSizing, boolean) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
internalFlushcache(WAL, long, Collection<HStore>, MonitoredTask, boolean, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Flush the memstore.
internalPrepareFlushCache(WAL, long, Collection<HStore>, MonitoredTask, boolean, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
InternalScan - Class in org.apache.hadoop.hbase.regionserver
Special scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.
InternalScan(Get) - Constructor for class org.apache.hadoop.hbase.regionserver.InternalScan
 
InternalScan(Scan) - Constructor for class org.apache.hadoop.hbase.regionserver.InternalScan
 
InternalScanner - Interface in org.apache.hadoop.hbase.regionserver
Internal scanners differ from client-side scanners in that they operate on HStoreKeys and byte[] instead of RowResults.
InvalidHFileException - Exception in org.apache.hadoop.hbase.io.hfile
Thrown when an invalid HFile format is detected
InvalidHFileException() - Constructor for exception org.apache.hadoop.hbase.io.hfile.InvalidHFileException
constructor
InvalidHFileException(String) - Constructor for exception org.apache.hadoop.hbase.io.hfile.InvalidHFileException
Constructor
invert(float[][]) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer.RandomizedMatrix
Copy a given matrix into a new matrix, transforming each row index and each column index according to the inverse of the randomization scheme that was created at construction time.
invertIndices(int[]) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer.RandomizedMatrix
Given an array where each element indices[i] represents the randomized column index corresponding to randomized row index i, create a new array with the corresponding inverted indices.
IO_STOREFILE_BLOOM_BLOCK_SIZE - Static variable in class org.apache.hadoop.hbase.util.BloomFilterFactory
Target Bloom block size.
IO_STOREFILE_BLOOM_ENABLED - Static variable in class org.apache.hadoop.hbase.util.BloomFilterFactory
Master switch to enable Bloom filters
IO_STOREFILE_BLOOM_ERROR_RATE - Static variable in class org.apache.hadoop.hbase.util.BloomFilterFactory
Specifies the target error rate to use when selecting the number of keys per Bloom filter.
IO_STOREFILE_BLOOM_MAX_FOLD - Static variable in class org.apache.hadoop.hbase.util.BloomFilterFactory
Maximum folding factor allowed.
IO_STOREFILE_BLOOM_MAX_KEYS - Static variable in class org.apache.hadoop.hbase.util.BloomFilterFactory
For default (single-block) Bloom filters this specifies the maximum number of keys.
IO_STOREFILE_DELETEFAMILY_BLOOM_ENABLED - Static variable in class org.apache.hadoop.hbase.util.BloomFilterFactory
Master switch to enable Delete Family Bloom filters
IOEngine - Interface in org.apache.hadoop.hbase.io.hfile.bucket
A class implementing IOEngine interface supports data services for BucketCache.
ioHit(long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCacheStats
 
ioOptimizedMode - Variable in class org.apache.hadoop.hbase.mob.DefaultMobStoreCompactor
 
IPC_SERVER_MAX_CALLQUEUE_LENGTH - Static variable in class org.apache.hadoop.hbase.ipc.RpcScheduler
 
IPC_SERVER_PRIORITY_MAX_CALLQUEUE_LENGTH - Static variable in class org.apache.hadoop.hbase.ipc.RpcScheduler
 
IPC_SERVER_REPLICATION_MAX_CALLQUEUE_LENGTH - Static variable in class org.apache.hadoop.hbase.ipc.RpcScheduler
 
IpcServerSpanBuilder - Class in org.apache.hadoop.hbase.server.trace
Construct Span instances originating from the server side of an IPC.
IpcServerSpanBuilder(RpcCall) - Constructor for class org.apache.hadoop.hbase.server.trace.IpcServerSpanBuilder
 
isAborted() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
isAborted() - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
 
isAborted() - Method in class org.apache.hadoop.hbase.SharedConnection
 
isAbortPathNode(String) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
Is this in the procedure barrier abort znode path
isAboveHighWaterMark() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
Return the FlushType if we are above the memstore high water mark
isAboveLowWaterMark() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
Return the FlushType if we're above the low watermark
isAclSyncToHdfsEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
isActive() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
isActiveMaster() - Method in class org.apache.hadoop.hbase.master.HMaster
Report whether this master is currently the active master or not.
isActiveMaster() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns true if master is the active one
isAfterSplit() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
isAllFiles() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest
Returns true if major compaction or all files are compacted
isAllFiles() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
isAllowed() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
isArchivedLogFile(Path) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
isAuthorizationSupported(Configuration) - Static method in class org.apache.hadoop.hbase.security.access.AccessChecker
 
isAvailable() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
isAvailable() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns true if region is available (not closed and not closing)
isBackReferencesDir(Path) - Static method in class org.apache.hadoop.hbase.io.FileLink
Checks if the specified directory path is a back reference links folder.
isBadJvmVersion() - Static method in class org.apache.hadoop.hbase.util.JvmVersion
Return true if the current JVM version is known to be unstable with HBase.
isBalancerEnabled(RpcController, MasterProtos.IsBalancerEnabledRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
isBalancerOn() - Method in class org.apache.hadoop.hbase.master.HMaster
Queries the state of the LoadBalancerTracker.
isBulkLoaded() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
isBulkLoadResult() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
isBulkLoadResult() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Check if this storefile was created by bulk load.
isBypass() - Method in interface org.apache.hadoop.hbase.quotas.QuotaLimiter
Returns true if the limiter is a noop
isBypass() - Method in class org.apache.hadoop.hbase.quotas.QuotaState
Returns true if there is no quota information associated to this object
isBypass() - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
 
isBypass() - Method in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
isBypass() - Method in class org.apache.hadoop.hbase.quotas.UserQuotaState
Returns true if there is no quota information associated to this object
isBypassable() - Method in class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
 
isByTable - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
isCacheMobBlocks(Scan) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Indicates whether the scan contains the information of caching blocks.
isCarryingMeta(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
isCatalogJanitorEnabled() - Method in class org.apache.hadoop.hbase.master.HMaster
 
isCatalogJanitorEnabled(RpcController, MasterProtos.IsCatalogJanitorEnabledRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
isCellAuthorizationSupported(Configuration) - Static method in class org.apache.hadoop.hbase.security.access.AccessController
 
isCellAuthorizationSupported(Configuration) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
isCheckOnlyMemStore() - Method in class org.apache.hadoop.hbase.regionserver.InternalScan
Returns true if only the MemStore should be checked.
isCheckOnlyStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.InternalScan
Returns true if only StoreFiles should be checked.
isCleanerChoreEnabled(RpcController, MasterProtos.IsCleanerChoreEnabledRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
isClientCellBlockSupported() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
If the client connected and specified a codec to use, then we will use this codec making cellblocks to return.
isClientCellBlockSupported() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
isClosed() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
isClosed() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns true if region is closed
isClosed() - Method in class org.apache.hadoop.hbase.SharedConnection
 
isClosing() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
isClosing() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns True if closing process has started
isClusterShutdown() - Method in class org.apache.hadoop.hbase.master.ServerManager
 
isClusterUp() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns True if cluster is up; false if cluster is not up (we are shutting down).
isClusterUp() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns True if the cluster is up.
isClusterUp() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Returns True if cluster is up; false if cluster is not up (we are shutting down).
isCodelQueueType(String) - Static method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
isCombinedBlockCache() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
isCompactedAway() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
isCompacting() - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
isCompaction - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
isCompaction() - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
isCompaction(boolean) - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
Whether we are creating a new file in a compaction
isCompactionMarker(Cell) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
Returns true if the given cell is a serialized WALProtos.CompactionDescriptor
isCompactionNeeded() - Method in interface org.apache.hadoop.hbase.regionserver.HRegion.FlushResult
Returns True if the flush requested a compaction, else false
isCompactionNeeded() - Method in class org.apache.hadoop.hbase.regionserver.HRegion.FlushResultImpl
Convenience method, the equivalent of checking if result is FLUSHED_COMPACTION_NEEDED.
isCompactionsEnabled() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
isComplete() - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcServer
 
isCompleted(Path) - Static method in class org.apache.hadoop.hbase.io.hfile.PrefetchExecutor
 
isCompleted() - Method in class org.apache.hadoop.hbase.procedure.Procedure
Check if the entire procedure has globally completed, or has been aborted.
isCompletelyFree() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
isDateTieredStoragePolicyEnable() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
isDead - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.TaskBatch
Deprecated.
 
isDeadlineQueueType(String) - Static method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
isDeadServer(ServerName) - Method in class org.apache.hadoop.hbase.master.DeadServer
 
isDecodeMemstoreTS() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
isDeleted(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker
Check if the specified cell buffer has been deleted by a previously seen delete.
isDeleted(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
This method is not idempotent, we will save some info to judge VERSION_MASKED.
isDeleted(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
Check if the specified Cell buffer has been deleted by a previously seen delete.
isDeleted(Cell) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityNewVersionBehaivorTracker
 
isDeleted(Cell) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityScanDeleteTracker
 
isDeleteFamilyBloomEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.util.BloomFilterFactory
Returns true if Delete Family Bloom filters are enabled in the given configuration
isDirectBufferPooled() - Method in class org.apache.hadoop.hbase.ipc.HeapByteBufAllocator
 
isDirectory(FileSystem, Boolean, Path) - Method in class org.apache.hadoop.hbase.util.AbstractFileStatusFilter
 
isDisabled() - Method in class org.apache.hadoop.hbase.master.hbck.HbckChore
 
isDistributedFileSystem(FileSystem) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Returns True is fs is instance of DistributedFileSystem n
isDone(long) - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.ColumnTracker
Give the tracker a chance to declare it's done based on only the timestamp to allow an early out.
isDone(long) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
 
isDone(long) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
isDone(long) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTracker
 
isDone(ServerName) - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
isDone() - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
isDone() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
isEmpty() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder.EncodedSeeker
 
isEmpty() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
isEmpty() - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
isEmpty() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
isEmpty() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitorReport
Returns True if an 'empty' lastReport -- no problems found.
isEmpty() - Method in class org.apache.hadoop.hbase.quotas.NoOpRegionSizeStore
 
isEmpty() - Method in interface org.apache.hadoop.hbase.quotas.RegionSizeStore
Returns if the store is empty.
isEmpty() - Method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
 
isEmpty() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
isEmpty() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
isEmpty() - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
isEmpty() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Returns whether the segment has any cells
isEmpty() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSize
 
isEmpty() - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker
Returns true if there are no current delete, false otherwise
isEmpty() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
isEmpty() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
isEmpty() - Method in class org.apache.hadoop.hbase.regionserver.Segment
Returns whether the segment has any cells
isEmpty() - Method in class org.apache.hadoop.hbase.util.SortedList
 
isEmpty() - Method in class org.apache.hadoop.hbase.wal.WALEdit
 
isEmptyDirDeletable(Path) - Method in interface org.apache.hadoop.hbase.master.cleaner.FileCleanerDelegate
Check if a empty directory with no subdirs or subfiles can be deleted
isEmptyDirDeletable(Path) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclCleaner
 
isEnable() - Method in class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
isEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.InputStreamBlockDistribution
True if we should derive StoreFile HDFSBlockDistribution from the underlying input stream
isEnabled(Configuration) - Static method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
isEnabled() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationThrottler
If throttling is enabled
isErr(ServerName) - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
isErr() - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
isError - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
isExceedSize(long) - Method in class org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
Returns true if region size exceed the sizeToCheck
isExceedThrottleQuotaEnabled() - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
isExceedThrottleQuotaEnabled() - Method in class org.apache.hadoop.hbase.quotas.QuotaCache
 
isExceedThrottleQuotaEnabled(Connection) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
isExclusive() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Only one instance of hbck can modify HBase at a time.
isExpiredSnapshot(long, long, long) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Method to check whether TTL has expired for specified snapshot creation time and snapshot ttl.
isFamilyEssential(byte[]) - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
isFavoredNodeApplicable(RegionInfo) - Static method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
isFifoQueueType(String) - Static method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
isFile(FileSystem, Boolean, Path) - Method in class org.apache.hadoop.hbase.util.AbstractFileStatusFilter
 
isFileDeletable(FileStatus) - Method in class org.apache.hadoop.hbase.backup.example.LongTermArchivingHFileCleaner
 
isFileDeletable(FileStatus) - Method in class org.apache.hadoop.hbase.master.cleaner.BaseFileCleanerDelegate
Should the master delete the file or keep it?
isFileDeletable(FileStatus) - Method in class org.apache.hadoop.hbase.master.cleaner.BaseLogCleanerDelegate
 
isFileDeletable(FileStatus) - Method in class org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleaner
 
isFileDeletable(FileStatus) - Method in class org.apache.hadoop.hbase.master.cleaner.HFileLinkCleaner
 
isFileDeletable(FileStatus) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
 
isFileDeletable(FileStatus) - Method in class org.apache.hadoop.hbase.mob.ManualMobMaintHFileCleaner
 
isFileDeletable(FileStatus) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationHFileCleaner
 
isFileDeletable(FileStatus) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclCleaner
 
isFileInfoLoaded() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
isFileScanner() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Returns true if this is a file scanner.
isFileScanner() - Method in class org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
 
isFileScanner() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Returns true if this is a file scanner.
isFileScanner() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
isFilterDone() - Method in interface org.apache.hadoop.hbase.regionserver.RegionScanner
 
isFinished() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
isFinished() - Method in interface org.apache.hadoop.hbase.master.SnapshotSentinel
Check to see if the snapshot is finished, where finished may be success or failure.
isFinished() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
isFlushSucceeded() - Method in interface org.apache.hadoop.hbase.regionserver.HRegion.FlushResult
Returns true if the memstores were flushed, else false
isFlushSucceeded() - Method in class org.apache.hadoop.hbase.regionserver.HRegion.FlushResultImpl
Convenience method, the equivalent of checking if result is FLUSHED_NO_COMPACTION_NEEDED or FLUSHED_NO_COMPACTION_NEEDED.
isFull() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.CachedBlocksByFile
 
isGeneralBloomEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.util.BloomFilterFactory
Returns true if general Bloom (Row or RowCol) filters are enabled in the given configuration
isGet() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NormalUserScanQueryMatcher
 
isGet() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.RawScanQueryMatcher
 
isGet() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
isGlobalEntry(byte[]) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
isHdfsRegioninfoPresent() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
isHFile() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
isHFile() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Returns True if this is HFile.
isHFile(Path) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
isHFile(String) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
isHFileFormat(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Returns true if the specified file has a valid HFile Trailer.
isHFileFormat(FileSystem, FileStatus) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
Returns true if the specified file has a valid HFile Trailer.
isHFileLink(Path) - Static method in class org.apache.hadoop.hbase.io.HFileLink
 
isHFileLink(String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
 
isInitialized() - Method in class org.apache.hadoop.hbase.master.HMaster
Report whether this master has completed with its initialization and is ready.
isInitialized() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Returns true if master is initialized
isInitialized() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
isInitialized() - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
Checks if namespace auditor is initialized.
isInMaintenanceMode() - Method in class org.apache.hadoop.hbase.master.HMaster
Report whether this master is in maintenance mode.
isInMaintenanceMode() - Method in interface org.apache.hadoop.hbase.master.MasterServices
 
isInMemory() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Returns true if blocks in this file should be flagged as in-memory
isInRecoverMetaState() - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
isInRpcCallContext() - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
 
isInState(RegionState.State...) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
Notice that, we will return true if expected is empty.
isInState(ServerState...) - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
isInTransition() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
isLargeLog() - Method in class org.apache.hadoop.hbase.namequeues.RpcLogDetails
 
isLink() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Returns True if the store file is a link
isLoadingCfsOnDemandDefault() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
isLocal(Configuration) - Static method in class org.apache.hadoop.hbase.LocalHBaseCluster
 
isLocked() - Method in class org.apache.hadoop.hbase.client.locking.EntityLock
 
isLocked() - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
isLogRollRequested() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
isMajor() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest
Returns true if major compaction
isMajor() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
isMajorCompactionResult() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
isMajorCompactionResult() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Returns True if this file was made by a major compaction.
isMaster() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
 
isMasterCanHostUserRegions(Configuration) - Static method in interface org.apache.hadoop.hbase.master.LoadBalancer
Deprecated.
since 2.4.0, will be removed in 3.0.0.
isMasterInMaintenanceMode(RpcController, MasterProtos.IsInMaintenanceModeRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
isMasterRunning(RpcController, MasterProtos.IsMasterRunningRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
isMatchingRegionLocation(RegionStateNode) - Method in class org.apache.hadoop.hbase.master.procedure.HBCKServerCrashProcedure
The RegionStateNode will not have a location if a confirm of an OPEN fails.
isMatchingRegionLocation(RegionStateNode) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
Moved out here so can be overridden by the HBCK fix-up SCP to be less strict about what it will tolerate as a 'match'.
isMatchingTail(Path, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Compare path component of the Path URI; e.g.
isMergeable() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
isMergeable() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns true if region is mergeable
isMerged() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
isMeta() - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
isMetaAssigned() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Notice that, this only means the meta region is available on a RS, but the AM may still be loading the region states from meta, so usually you need to check AssignmentManager.isMetaLoaded() first before checking this method, unless you can make sure that your piece of code can only be executed after AM builds the region states.
isMetaBlock(BlockType) - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Check if block type is meta or index block
isMetaEdit() - Method in class org.apache.hadoop.hbase.wal.WALEdit
 
isMetaEditFamily(byte[]) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
Deprecated.
Since 2.3.0. Do not expose. Make protected.
isMetaEditFamily(Cell) - Static method in class org.apache.hadoop.hbase.wal.WALEdit
Replaying WALs can read Cell-at-a-time so need this method in those cases.
isMetaFile(Path) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
isMetaFile(String) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
Returns True if String ends in AbstractFSWALProvider.META_WAL_PROVIDER_ID
isMetaLoaded() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Return whether AM finishes the meta loading, i.e, the region states rebuilding.
isMetaRegion(byte[]) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
isMetaRegionInTransition() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
isMetaRegionReplicaReplicationEnabled(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Returns True if hbase:meta Region Read Replica is enabled.
isMigration(Class<?>) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory
 
isMobFile(Path) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Checks if the file is a MOB file
isMobFileExpired(ColumnFamilyDescriptor, long, String) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Checks if the mob file is expired.
isMobReferenceCell(Cell) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Whether the current cell is a mob reference cell.
isMobRefFile(Path) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Checks if the file is a MOB reference file, created by snapshot
isMobRegionInfo(RegionInfo) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets whether the current RegionInfo is a mob one.
isMobRegionName(TableName, byte[]) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Gets whether the current region name follows the pattern of a mob region name.
isNamespaceEntry(String) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
isNamespaceEntry(byte[]) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
isNewKey(Cell) - Method in class org.apache.hadoop.hbase.util.BloomContext
Returns true if the cell is a new key as per the bloom type
isNewKey(Cell) - Method in class org.apache.hadoop.hbase.util.RowBloomContext
 
isNewKey(Cell) - Method in class org.apache.hadoop.hbase.util.RowColBloomContext
 
isNewVersionBehavior() - Method in class org.apache.hadoop.hbase.regionserver.ScanInfo
 
isNormalizerEnabled(RpcController, MasterProtos.IsNormalizerEnabledRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
isNormalizerOn() - Method in class org.apache.hadoop.hbase.master.HMaster
Queries the state of the RegionNormalizerTracker.
isNormalizerOn() - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
Return true if region normalizer is on, false otherwise
isNoSuchColumnFamilyException(Throwable) - Static method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
Check if there's an NoSuchColumnFamilyException in the caused by stacktrace.
isOffHeap() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
 
isOffHeap() - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
isOffHeap() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
 
isOffheapMemStore() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
isOffPeak() - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequest
Returns true if compaction is Off-peak
isOffPeak() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
isOffPeakHour(int) - Method in class org.apache.hadoop.hbase.regionserver.compactions.OffPeakHours
Returns whether targetHour is off-peak hour
isOffPeakHour() - Method in class org.apache.hadoop.hbase.regionserver.compactions.OffPeakHours
Returns whether it is off-peak hour
isOldMobFileName(String) - Static method in class org.apache.hadoop.hbase.mob.MobFileName
 
isOnHeap() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableMemStoreLAB
 
isOnHeap() - Method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
isOnHeap() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
 
isOnline() - Method in class org.apache.hadoop.hbase.master.HMaster
Report whether this master is started This method is used for testing.
isOnline() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Report the status of the server.
isOperationRunning() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
isOperationRunning() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Indicates to the client whether this task is monitoring a currently active RPC call to a database command.
isOrphan() - Method in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
isOwned(ServerName) - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
isOwned() - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
isPeerEnabled() - Method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
 
isPeerEnabled() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
check whether the peer is enabled or not
isPeerEnabled() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Returns peer enabled or not
isPersistent() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
Memory IO engine is always unable to support persistent storage for the cache
isPersistent() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileIOEngine
File IO engine is always able to support persistent storage for the cache
isPersistent() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
File IO engine is always able to support persistent storage for the cache
isPersistent() - Method in interface org.apache.hadoop.hbase.io.hfile.bucket.IOEngine
Returns true if persistent storage is supported for the cache when shutdown
isPluggableQueueType(String) - Static method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
isPluggableQueueWithFastPath(String, Configuration) - Static method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
isPreadAllBytes() - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContext
 
isPrimary() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
 
isPrimaryReplicaReader() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
isPrimaryReplicaReader() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
isPrimaryReplicaReader() - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContext
 
isPrimaryReplicaReader() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
isPrimaryReplicaStore() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
isPrimaryReplicaStore() - Method in interface org.apache.hadoop.hbase.regionserver.Store
 
isPrimaryReplicaStore() - Method in class org.apache.hadoop.hbase.regionserver.StoreContext
 
isProcedureDone(RpcController, MasterProtos.IsProcedureDoneRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Checks if the specified procedure is done.
isProcedureDone(HBaseProtos.ProcedureDescription) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
 
isProcedureDone(HBaseProtos.ProcedureDescription) - Method in class org.apache.hadoop.hbase.procedure.flush.MasterFlushTableProcedureManager
 
isProcedureDone(HBaseProtos.ProcedureDescription) - Method in class org.apache.hadoop.hbase.procedure.MasterProcedureManager
Check if the procedure is finished successfully
isQuotaEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
Returns true if the support for quota is enabled
isQuotaInitialized() - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
isRawMobScan(Scan) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Indicates whether it's a raw scan.
isReadEmptyValueOnMobCellMiss(Scan) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Indicates whether return null value when the mob file is missing or corrupt.
isReadFromSystemAuthUser() - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
isReadOnly() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
isReadOnly() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns True if region is read only
isReadOnly(HRegion) - Static method in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Returns whether this region replica can accept writes.
isReadSuccess() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
isReady() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
Deprecated.
Check whether the log splitter is ready to supply tasks
isReady() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
isRecovered() - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource
 
isRecovered() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Returns whether this is a replication source for recovery.
isReference() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
isReference() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Returns True if this is a StoreFile Reference.
isReference() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Returns True if the store file is a Reference
isReference(Path) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
isReference(String) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
isReferencedInReads() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
Returns true if the file is still used in reads
isRefOnlyScan(Scan) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Indicates whether it's a reference only scan.
isRegionCloseMarker() - Method in class org.apache.hadoop.hbase.wal.WALEdit
Public so can be accessed from regionserver.wal package.
isRegionInRegionStates(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
isRegionInServerManagerStates(RegionInfo) - Method in class org.apache.hadoop.hbase.master.ServerManager
 
isRegionInState(RegionInfo, RegionState.State...) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
isRegionInTransition(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
isRegionOffline(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Returns True if region is offline (In OFFLINE or CLOSED state).
isRegionOnline(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
isRegionOverThreshold(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
isRegionReplicaReplicationEnabled(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
 
isRegionReplicaStoreFileRefreshEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Returns True if we are to refresh user-space hfiles in Region Read Replicas.
isRegionReplicaWaitForPrimaryFlushEnabled(Configuration) - Static method in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Returns True if wait for primary to flush is enabled for user-space tables.
isRegionStale(String, long) - Method in class org.apache.hadoop.hbase.regionserver.StorefileRefresherChore
 
isRegionTwiceOverThreshold(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
isRemote() - Method in exception org.apache.hadoop.hbase.errorhandling.ForeignException
The cause of a ForeignException can be an exception that was generated on a local in process thread, or a thread from a 'remote' separate process.
isReplay() - Method in class org.apache.hadoop.hbase.wal.WALEdit
 
isReservedFileInfoKey(byte[]) - Static method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
Return true if the given file info key is reserved for internal use.
isResigned(ServerName) - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
isResigned() - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
isRetryImmediatelySupported() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
 
isRetryImmediatelySupported() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
isRollbackSupported(MasterProcedureProtos.RegionTransitionState) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
isRollbackSupported(MasterProcedureProtos.MergeTableRegionsState) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
isRollbackSupported(MasterProcedureProtos.RegionTransitionState) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
isRollbackSupported(MasterProcedureProtos.SplitTableRegionState) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
isRollbackSupported(MasterProcedureProtos.RegionTransitionState) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
isRollbackSupported(MasterProcedureProtos.CloneSnapshotState) - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
isRollbackSupported(MasterProcedureProtos.CreateNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
isRollbackSupported(MasterProcedureProtos.CreateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
isRollbackSupported(MasterProcedureProtos.DeleteNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
isRollbackSupported(MasterProcedureProtos.DeleteTableState) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
isRollbackSupported(MasterProcedureProtos.DisableTableState) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
isRollbackSupported(MasterProcedureProtos.EnableTableState) - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
isRollbackSupported(MasterProcedureProtos.ModifyNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
isRollbackSupported(MasterProcedureProtos.ModifyTableDescriptorState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
isRollbackSupported(MasterProcedureProtos.ModifyTableState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
isRollbackSupported(MasterProcedureProtos.RestoreSnapshotState) - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
isRollbackSupported(MasterProcedureProtos.TruncateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
isRollbackSupported(MasterProcedureProtos.ModifyStoreFileTrackerState) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
isRollRequested() - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller.RollController
 
isRPCRunning() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
isRPCRunning() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Indicates to the client whether this task is monitoring a currently active RPC call.
isRpcThrottleEnabled(RpcController, MasterProtos.IsRpcThrottleEnabledRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
isRpcThrottleEnabled(MasterProtos.IsRpcThrottleEnabledRequest) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
isRpcThrottleEnabled() - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
isRpcThrottleEnabled() - Method in class org.apache.hadoop.hbase.quotas.RegionServerRpcQuotaManager
 
isRpcThrottleEnabled() - Method in class org.apache.hadoop.hbase.quotas.RpcThrottleStorage
 
isRunning() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
isRunning() - Method in class org.apache.hadoop.hbase.master.hbck.HbckChore
When running, the HBCK report may be changed later.
isRunning() - Method in class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
isRunning() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
isRunning() - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Returns true if this service is RUNNING.
isRunning() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
isSameHdfs(Configuration, FileSystem, FileSystem) - Static method in class org.apache.hadoop.hbase.util.FSUtils
 
isSecurityAvailable(Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
 
isSecurityEnabled - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
isSeeked() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
isSeeked() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
isSeeked() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
 
isSequenceIdFile(Path) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
Is the given file a region open sequence id file.
isServerDead(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
Check if a server is known to be dead.
isServerKnownAndOnline(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
Returns whether the server is online, dead, or unknown.
isServerOnline(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
 
isServerUnknown(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
Check if a server is unknown.
isSharedMem() - Method in class org.apache.hadoop.hbase.io.hfile.ExclusiveMemHFileBlock
 
isSharedMem() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
isSharedMem() - Method in class org.apache.hadoop.hbase.io.hfile.SharedMemHFileBlock
 
isShowQueueDump(Configuration) - Method in class org.apache.hadoop.hbase.monitoring.StateDumpServlet
 
isShutDown() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
isSingleNode() - Method in interface org.apache.hadoop.hbase.security.visibility.expression.ExpressionNode
 
isSingleNode() - Method in class org.apache.hadoop.hbase.security.visibility.expression.LeafExpressionNode
 
isSingleNode() - Method in class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
isSizeLimit(Store, long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CloseChecker
Check periodically to see if a system stop is requested every written bytes reach size limit.
isSkipChecks() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
isSloppy() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
isSloppy() - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
isSloppy() - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
 
isSloppyMemStore() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
isSloppyMemStore() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Returns true if the memstore may need some extra memory space
isSlowLog() - Method in class org.apache.hadoop.hbase.namequeues.RpcLogDetails
 
isSnapshotCleanupEnabled(RpcController, MasterProtos.IsSnapshotCleanupEnabledRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
isSnapshotCorrupted() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo.SnapshotStats
Returns true if the snapshot is corrupted
isSnapshotDone(RpcController, MasterProtos.IsSnapshotDoneRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Checks if the specified snapshot is done.
isSnapshotDone(SnapshotProtos.SnapshotDescription) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Check if the specified snapshot is done
isSnapshotOwner(SnapshotDescription, User) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Check if the user is this table snapshot's owner
isSourceActive() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
isSourceActive() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Returns active or not
isSplit() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
Return whether the region has been split and not online.
isSplitOrMergeEnabled(MasterSwitchType) - Method in class org.apache.hadoop.hbase.master.HMaster
Queries the state of the SplitOrMergeTracker.
isSplitOrMergeEnabled(RpcController, MasterProtos.IsSplitOrMergeEnabledRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
isSplitOrMergeEnabled(MasterSwitchType) - Method in interface org.apache.hadoop.hbase.master.MasterServices
 
isSplitOrMergeEnabled(MasterSwitchType) - Method in class org.apache.hadoop.hbase.master.SplitOrMergeTracker
 
isSplittable() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
isSplittable() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Returns true if region is splittable
isSplitWALFinished(String) - Method in class org.apache.hadoop.hbase.master.SplitWALManager
 
isStarted() - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
isStarted() - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
isStarted() - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
Returns if the Chore has been started.
isStarting() - Method in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
 
isStarting() - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Returns Return true is this service is STARTING (but not yet RUNNING).
isStarting() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
isStop() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
Deprecated.
Returns the current value of exitWorker
isStop() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
isStopped() - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
isStopped() - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
isStopped() - Method in class org.apache.hadoop.hbase.master.cleaner.BaseHFileCleanerDelegate
 
isStopped() - Method in class org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleaner
 
isStopped() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache
 
isStopped() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
 
isStopped() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
 
isStopped() - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
isStopped() - Method in class org.apache.hadoop.hbase.procedure.flush.MasterFlushTableProcedureManager
 
isStopped() - Method in class org.apache.hadoop.hbase.quotas.QuotaCache
 
isStopped() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Returns true if a stop has been requested.
isStopped() - Method in class org.apache.hadoop.hbase.regionserver.throttle.NoLimitThroughputController
 
isStopped() - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
isStopped() - Method in class org.apache.hadoop.hbase.replication.master.ReplicationHFileCleaner
 
isStopped() - Method in class org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
 
isStopping() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
isStopping() - Method in interface org.apache.hadoop.hbase.Server
Returns True is the server is Stopping
isStuck() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
isSubDirectoryOf(Path, Path) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Determines if the given workingDir is a subdirectory of the given "root directory"
isSystemTable() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
isSystemTablesOnlyOnMaster(Configuration) - Static method in interface org.apache.hadoop.hbase.master.LoadBalancer
Deprecated.
since 2.4.0, will be removed in 3.0.0.
isTableAvailableAndInitialized() - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
This method checks if the namespace table is assigned and then tries to create its Table reference.
isTableDir(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Check whether we have a valid TableDescriptor.
isTableEnabled(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
isTableEntry(byte[]) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
isTableNotFoundException(Throwable) - Static method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
Check if there's an TableNotFoundException in the caused by stacktrace.
isTablePresent(TableName) - Method in class org.apache.hadoop.hbase.master.TableStateManager
 
isTablesOnMaster(Configuration) - Static method in interface org.apache.hadoop.hbase.master.LoadBalancer
Deprecated.
since 2.4.0, will be removed in 3.0.0.
isTableState(TableName, TableState.State...) - Method in class org.apache.hadoop.hbase.master.TableStateManager
 
isTagsPresent() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
isTagsPresent() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSnapshot
Returns true if tags are present in this snapshot
isTagsPresent() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
isTakingAnySnapshot() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
The snapshot operation processing as following:
1.
isTakingSnapshot(TableName) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Check to see if the specified table has a snapshot in progress.
isTimeLimit(Store, long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CloseChecker
Check periodically to see if a system stop is requested every time.
isTop() - Method in class org.apache.hadoop.hbase.io.HalfStoreFileReader
 
isTopFileRegion(Reference.Range) - Static method in class org.apache.hadoop.hbase.io.Reference
 
isTopReference() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Returns True if the store file is a top Reference
isTrackingMetrics() - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext
 
isUnassigned() - Method in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
isUnassigned(ServerName) - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
isUnassigned() - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
isUnderCompaction(HStore) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
Check if this store is under compaction
isUninstantiated() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
isUnpacked() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
Return true when this block's buffer has been unpacked, false otherwise.
isUsecache() - Method in class org.apache.hadoop.hbase.util.FSTableDescriptors
 
isUserScan() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
isUserScan() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
isUserScan() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
isUsingL0Flush() - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
 
isValid(FileStatus) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Return if the specified file is a valid store file or not.
isValidName(String) - Method in class org.apache.hadoop.hbase.util.FSUtils.BlackListDirFilter
 
isValidName(String) - Method in class org.apache.hadoop.hbase.util.FSUtils.UserTableDirFilter
 
isValidState(ScannerContext.NextState) - Static method in enum org.apache.hadoop.hbase.regionserver.ScannerContext.NextState
 
isVisibilityTagsPresent(Cell) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
 
isWithinDefaultWorkingDir(Path, Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Determines if the given workingDir is a subdirectory of the default working snapshot directory
isWorkerRunning() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
isWriteRequest(RPCProtos.RequestHeader, Message) - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
isWriteSuccess() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
iter - Variable in class org.apache.hadoop.hbase.regionserver.SegmentScanner
 
iterator() - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
iterator() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Returns Iterator over the blocks in the cache.
iterator() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
iterator() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
iterator() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
iterator() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
iterator() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
iterator() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
iterator() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser.Results
 
iterator() - Method in class org.apache.hadoop.hbase.quotas.NoOpRegionSizeStore
 
iterator() - Method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
 
iterator() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
iterator() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
iterator() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
iterator() - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
iterator() - Method in class org.apache.hadoop.hbase.util.SortedList
 

J

JMXListener - Class in org.apache.hadoop.hbase
Pluggable JMX Agent for HBase(to fix the 2 random TCP ports issue of the out-of-the-box JMX Agent): 1)connector port can share with the registry port if SSL is OFF 2)support password authentication 3)support subset of SSL (with default configuration)
JMXListener() - Constructor for class org.apache.hadoop.hbase.JMXListener
 
join() - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
join() - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
join() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
Wait for the server to be stopped.
join() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Wait for Mini HBase Cluster to shut down.
join() - Method in class org.apache.hadoop.hbase.replication.regionserver.Replication
Join with the replication threads
join() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Terminate the replication on this region server
joinCluster() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
JVMClusterUtil - Class in org.apache.hadoop.hbase.util
Utility used running a cluster all in the one JVM.
JVMClusterUtil() - Constructor for class org.apache.hadoop.hbase.util.JVMClusterUtil
 
JVMClusterUtil.MasterThread - Class in org.apache.hadoop.hbase.util
Datastructure to hold Master Thread and Master instance
JVMClusterUtil.RegionServerThread - Class in org.apache.hadoop.hbase.util
Datastructure to hold RegionServer Thread and RegionServer instance
JvmPauseMonitor - Class in org.apache.hadoop.hbase.util
Class which sets up a simple thread which runs in a loop sleeping for a short interval of time.
JvmPauseMonitor(Configuration) - Constructor for class org.apache.hadoop.hbase.util.JvmPauseMonitor
 
JvmPauseMonitor(Configuration, JvmPauseMonitorSource) - Constructor for class org.apache.hadoop.hbase.util.JvmPauseMonitor
 
JvmVersion - Class in org.apache.hadoop.hbase.util
Utility class to get and check the current JVM version.
JvmVersion() - Constructor for class org.apache.hadoop.hbase.util.JvmVersion
 

K

KEEP_ALIVE_TIME_MILLIS_DEFAULT - Static variable in class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
 
KEEP_REGION_LOADS - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
keepDeletedCells - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
whether to return deleted rows
keepHFiles(String) - Method in class org.apache.hadoop.hbase.backup.example.TableHFileArchiveTracker
Determine if the given table should or should not allow its hfiles to be deleted
keepRegionEvent(WAL.Entry) - Method in class org.apache.hadoop.hbase.wal.BoundedRecoveredHFilesOutputSink
 
keepRegionEvent(WAL.Entry) - Method in class org.apache.hadoop.hbase.wal.OutputSink
Some WALEdit's contain only KV's for account on what happened to a region.
keepSeqIdPeriod - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
specify how many days to keep MVCC values during major compaction
KEY_MAX_REGIONS - Static variable in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
KEY_MAX_TABLES - Static variable in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
KEY_VALUE_LEN_SIZE - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
The size of a (key length, value length) tuple that prefixes each entry in a data block.
KEY_VALUE_VER_WITH_MEMSTORE - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Version for KeyValue which includes memstore timestamp
KEY_VALUE_VERSION - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
KeyValue version in FileInfo
KEY_WORD_TRUNCATED - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
keyCount - Variable in class org.apache.hadoop.hbase.util.BloomFilterChunk
Keys currently in the bloom
keyOnly(byte[]) - Static method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
KeyPrefixRegionSplitPolicy - Class in org.apache.hadoop.hbase.regionserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionSplitRestriction, instead.
KeyPrefixRegionSplitPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitPolicy
Deprecated.
 
KeyPrefixRegionSplitRestriction - Class in org.apache.hadoop.hbase.regionserver
A RegionSplitRestriction implementation that groups rows by a prefix of the row-key.
KeyPrefixRegionSplitRestriction() - Constructor for class org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitRestriction
 
KeyRange - Interface in org.apache.hadoop.hbase.util
A key range use in split coverage.
keySet() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
keySet() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
keySize() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
Returns The total size of cells in this memstore.
keySize() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
keySize() - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
KeyValueHeap - Class in org.apache.hadoop.hbase.regionserver
Implements a heap merge across any number of KeyValueScanners.
KeyValueHeap(List<? extends KeyValueScanner>, CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.KeyValueHeap
Constructor.
KeyValueHeap.KVScannerComparator - Class in org.apache.hadoop.hbase.regionserver
 
KeyValueScanner - Interface in org.apache.hadoop.hbase.regionserver
Scanner that returns the next KeyValue.
kill() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
kvComparator - Variable in class org.apache.hadoop.hbase.regionserver.KeyValueHeap.KVScannerComparator
 
KVP_DELIMITER - Static variable in class org.apache.hadoop.hbase.util.ConfigurationUtil
 
KVScannerComparator(CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.KeyValueHeap.KVScannerComparator
Constructor

L

l1Cache - Variable in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
l2Cache - Variable in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
LARGE_COMPACTION_THREADS - Static variable in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
LARGE_COMPACTION_THREADS_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
LARGE_HFILE_DELETE_THREAD_NUMBER - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
LARGE_HFILE_QUEUE_INIT_SIZE - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
last() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
last() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
last() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
LAST_BLOOM_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Last Bloom filter key in FileInfo
last_update - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
last_version - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
lastCell - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
The Cell previously appended.
lastDataBlockOffset - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
The offset of the last data block or 0 if the file is empty.
lastEntry() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
lastFlushedSequenceIds - Variable in class org.apache.hadoop.hbase.wal.WALSplitter
 
lastIndexOf(Object) - Method in class org.apache.hadoop.hbase.util.SortedList
 
lastKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
lastKey() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
lastQuery - Variable in class org.apache.hadoop.hbase.quotas.QuotaState
 
lastReplayedCompactionSeqId - Variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
lastReplayedOpenRegionSeqId - Variable in class org.apache.hadoop.hbase.regionserver.HRegion
The sequence id of the last replayed open region event from the primary region.
lastRow() - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
lastRow() - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
In HBase, the last row is represented by an empty byte array.
lastRow() - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
lastRowInCurrentWriter - Variable in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.SizeMultiWriter
 
LastSequenceId - Interface in org.apache.hadoop.hbase.regionserver
Last flushed sequence Ids for the regions and their stores on region server
lastUpdate - Variable in class org.apache.hadoop.hbase.quotas.QuotaState
 
latch - Variable in class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
latestPutTs - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
Latest put timestamp
LeafExpressionNode - Class in org.apache.hadoop.hbase.security.visibility.expression
 
LeafExpressionNode(String) - Constructor for class org.apache.hadoop.hbase.security.visibility.expression.LeafExpressionNode
 
leaseExpired() - Method in interface org.apache.hadoop.hbase.regionserver.LeaseListener
When a lease expires, this method is called.
LeaseListener - Interface in org.apache.hadoop.hbase.regionserver
LeaseListener is an interface meant to be implemented by users of the Leases class.
LeaseManager - Class in org.apache.hadoop.hbase.regionserver
Leases There are several server classes in HBase that need to track external clients that occasionally send heartbeats.
LeaseManager(int) - Constructor for class org.apache.hadoop.hbase.regionserver.LeaseManager
Creates a lease manager.
LeaseManager.LeaseStillHeldException - Exception in org.apache.hadoop.hbase.regionserver
Thrown if we are asked to create a lease but lease on passed name already exists.
LeaseNotRecoveredException - Exception in org.apache.hadoop.hbase.util
Thrown when the lease was expected to be recovered, but the file can't be opened.
LeaseNotRecoveredException() - Constructor for exception org.apache.hadoop.hbase.util.LeaseNotRecoveredException
 
LeaseNotRecoveredException(String) - Constructor for exception org.apache.hadoop.hbase.util.LeaseNotRecoveredException
 
LeaseNotRecoveredException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.util.LeaseNotRecoveredException
 
LeaseNotRecoveredException(Throwable) - Constructor for exception org.apache.hadoop.hbase.util.LeaseNotRecoveredException
 
LeaseStillHeldException(String) - Constructor for exception org.apache.hadoop.hbase.regionserver.LeaseManager.LeaseStillHeldException
 
length() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
length() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
length() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
length - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
limit - Variable in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
limiters - Variable in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
limitReached() - Method in enum org.apache.hadoop.hbase.regionserver.ScannerContext.NextState
Returns true when the state indicates that a limit has been reached and scan should stop
LINK_NAME_PATTERN - Static variable in class org.apache.hadoop.hbase.io.HFileLink
Define the HFile Link name parser in the form of: table=region-hfile
LINK_NAME_REGEX - Static variable in class org.apache.hadoop.hbase.io.HFileLink
A non-capture group, for HFileLink, so that this can be embedded.
list() - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
list() - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
 
listDecommissionedRegionServers() - Method in class org.apache.hadoop.hbase.master.HMaster
List region servers marked as decommissioned (previously called 'draining') to not get regions assigned to them.
listDecommissionedRegionServers(RpcController, MasterProtos.ListDecommissionedRegionServersRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
listeners - Variable in class org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
 
listeners - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Listeners that are called on WAL events.
listeners - Variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
listIterator() - Method in class org.apache.hadoop.hbase.util.SortedList
 
listIterator(int) - Method in class org.apache.hadoop.hbase.util.SortedList
 
listLabels(String) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
listLabels(RpcController, VisibilityLabelsProtos.ListLabelsRequest, RpcCallback<VisibilityLabelsProtos.ListLabelsResponse>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
listLabels(String) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
Retrieve the list of visibility labels defined in the system.
listNamespaceDescriptors(RpcController, MasterProtos.ListNamespaceDescriptorsRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
listNamespaces() - Method in class org.apache.hadoop.hbase.master.HMaster
List namespace names
listNamespaces(RpcController, MasterProtos.ListNamespacesRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
listPeers(Pattern) - Method in class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager
 
listReplicationPeers(String) - Method in class org.apache.hadoop.hbase.master.HMaster
 
listReplicationPeers(RpcController, ReplicationProtos.ListReplicationPeersRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
listReplicationPeers(String) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Return a list of replication peers.
listStatusWithStatusFilter(FileSystem, Path, FileStatusFilter) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Calls fs.listStatus() and treats FileNotFoundException as non-fatal This accommodates differences between hadoop versions, where hadoop 1 does not throw a FileNotFoundException, and return an empty FileStatus[] while Hadoop 2 will throw FileNotFoundException.
listTableDescriptors(String, String, List<TableName>, boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
Returns the list of table descriptors that match the specified request
listTableDescriptorsByNamespace(String) - Method in class org.apache.hadoop.hbase.master.HMaster
 
listTableDescriptorsByNamespace(RpcController, MasterProtos.ListTableDescriptorsByNamespaceRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
listTableDescriptorsByNamespace(String) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Get list of table descriptors by namespace
listTableNames(String, String, boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
Returns the list of table names that match the specified request
listTableNamesByNamespace(String) - Method in class org.apache.hadoop.hbase.master.HMaster
 
listTableNamesByNamespace(RpcController, MasterProtos.ListTableNamesByNamespaceRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
listTableNamesByNamespace(String) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Get list of table names by namespace
load(Path, String, int, Configuration) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Load a coprocessor implementation into the host
load(Path, String, int, Configuration, String[]) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Load a coprocessor implementation into the host
load(Class<? extends C>, int, Configuration) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
load(ProcedureStore.ProcedureLoader) - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
load() - Method in interface org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTracker
Load the store files list when opening a region.
load() - Method in class org.apache.hadoop.hbase.util.RegionMover
Loads the specified RegionMover.hostname with regions listed in the RegionMover.filename RegionMover Object has to be created using RegionMover(RegionMoverBuilder)
load() - Static method in class org.apache.hadoop.hbase.wal.AsyncFSWALProvider
Test whether we can load the helper classes for async dfs output.
LOAD_CFS_ON_DEMAND_CONFIG_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
LoadBalancer - Interface in org.apache.hadoop.hbase.master
Makes decisions about the placement and movement of Regions across RegionServers.
LoadBalancerFactory - Class in org.apache.hadoop.hbase.master.balancer
The class that creates a load balancer from a conf.
LoadBalancerFactory() - Constructor for class org.apache.hadoop.hbase.master.balancer.LoadBalancerFactory
 
loadBlockAndSeekToKey(HFileBlock, Cell, boolean, Cell, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
loadBlockAndSeekToKey(HFileBlock, Cell, boolean, Cell, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
loadBloomfilter() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
loadBloomfilter(BlockType, BloomFilterMetrics) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
loadConf(Configuration) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
loadConf(Configuration) - Method in class org.apache.hadoop.hbase.master.balancer.SimpleLoadBalancer
 
loadConf(Configuration) - Method in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
loadDataBlockWithScanInfo(Cell, HFileBlock, boolean, boolean, boolean, DataBlockEncoding, HFile.CachingBlockReader) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder.EncodedSeeker
 
loadDataBlockWithScanInfo(Cell, HFileBlock, boolean, boolean, boolean, DataBlockEncoding, HFile.CachingBlockReader) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
loadFileInfo() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
loadFiles(List<HStoreFile>) - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Loads the initial store files into empty StoreFileManager.
loadFiles(List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
loadHdfsRegionDirs() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Scan HDFS for all regions, recording their information into regionInfoMap
loadHdfsRegioninfo(Configuration) - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
Read the .regioninfo file from the file system.
loadHFileQueue(Table, Connection, Deque<LoadIncrementalHFiles.LoadQueueItem>, Pair<byte[][], byte[][]>) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Used by the replication sink to load the hfiles from the source cluster.
loadHFileQueue(Table, Connection, Deque<LoadIncrementalHFiles.LoadQueueItem>, Pair<byte[][], byte[][]>, boolean) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Used by the replication sink to load the hfiles from the source cluster.
LoadIncrementalHFiles - Class in org.apache.hadoop.hbase.mapreduce
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use LoadIncrementalHFiles instead.
LoadIncrementalHFiles(Configuration) - Constructor for class org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles
Deprecated.
 
LoadIncrementalHFiles - Class in org.apache.hadoop.hbase.tool
Deprecated.
since 2.2.0, will be removed in 3.0.0. Use BulkLoadHFiles instead. Please rewrite your code if you rely on methods other than the LoadIncrementalHFiles.run(Map, TableName) and LoadIncrementalHFiles.run(String, TableName), as all the methods other than them will be removed with no replacement.
LoadIncrementalHFiles(Configuration) - Constructor for class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
LoadIncrementalHFiles.LoadQueueItem - Class in org.apache.hadoop.hbase.mapreduce
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. Use LoadIncrementalHFiles.LoadQueueItem instead.
LoadIncrementalHFiles.LoadQueueItem - Class in org.apache.hadoop.hbase.tool
Deprecated.
since 2.2.0 and will be removed in 3.0.0. Use BulkLoadHFiles instead.
loadInstance(Class<?>) - Method in class org.apache.hadoop.hbase.procedure.ProcedureManagerHost
 
loadProcedures(Configuration) - Method in class org.apache.hadoop.hbase.procedure.MasterProcedureManagerHost
 
loadProcedures(Configuration) - Method in class org.apache.hadoop.hbase.procedure.ProcedureManagerHost
 
loadProcedures(Configuration) - Method in class org.apache.hadoop.hbase.procedure.RegionServerProcedureManagerHost
 
LoadQueueItem(byte[], Path) - Constructor for class org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem
Deprecated.
 
LoadQueueItem(byte[], Path) - Constructor for class org.apache.hadoop.hbase.tool.BulkLoadHFiles.LoadQueueItem
 
LoadQueueItem(byte[], Path) - Constructor for class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles.LoadQueueItem
Deprecated.
 
loadRegionInfoFileContent(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Create a RegionInfo from the serialized version on-disk.
loadSequence - Variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
loadSystemCoprocessors(Configuration, String) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
Load system coprocessors once only.
loadUserProcedures(Configuration, String) - Method in class org.apache.hadoop.hbase.procedure.ProcedureManagerHost
Load system procedures.
LOCAL - Static variable in class org.apache.hadoop.hbase.LocalHBaseCluster
local mode
LOCAL_COLON - Static variable in class org.apache.hadoop.hbase.LocalHBaseCluster
'local:'
LOCAL_MASTER_LOCKS_TIMEOUT_MS_CONF - Static variable in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
LocalHBaseCluster - Class in org.apache.hadoop.hbase
This class creates a single process HBase cluster.
LocalHBaseCluster(Configuration) - Constructor for class org.apache.hadoop.hbase.LocalHBaseCluster
Constructor.
LocalHBaseCluster(Configuration, int) - Constructor for class org.apache.hadoop.hbase.LocalHBaseCluster
Constructor.
LocalHBaseCluster(Configuration, int, int) - Constructor for class org.apache.hadoop.hbase.LocalHBaseCluster
Constructor.
LocalHBaseCluster(Configuration, int, int, Class<? extends HMaster>, Class<? extends HRegionServer>) - Constructor for class org.apache.hadoop.hbase.LocalHBaseCluster
 
LocalHBaseCluster(Configuration, int, int, int, Class<? extends HMaster>, Class<? extends HRegionServer>) - Constructor for class org.apache.hadoop.hbase.LocalHBaseCluster
Constructor.
LocalHMaster(Configuration) - Constructor for class org.apache.hadoop.hbase.master.HMasterCommandLine.LocalHMaster
 
locateRecoveredPaths(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource
 
lock() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
lockHeartbeat(long, boolean) - Method in class org.apache.hadoop.hbase.master.locking.LockManager.RemoteLocks
 
lockHeartbeat(RpcController, LockServiceProtos.LockHeartbeatRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
LockHeartbeatWorker(String) - Constructor for class org.apache.hadoop.hbase.client.locking.EntityLock.LockHeartbeatWorker
 
LockManager - Class in org.apache.hadoop.hbase.master.locking
Functions to acquire lock on table/namespace/regions.
LockManager(HMaster) - Constructor for class org.apache.hadoop.hbase.master.locking.LockManager
 
LockManager.MasterLock - Class in org.apache.hadoop.hbase.master.locking
Locks on namespace/table/regions.
LockManager.RemoteLocks - Class in org.apache.hadoop.hbase.master.locking
Locks on namespace/table/regions for remote operations.
LockProcedure - Class in org.apache.hadoop.hbase.master.locking
Procedure to allow blessed clients and external admin tools to take our internal Schema locks used by the procedure framework isolating procedures doing creates/deletes etc.
LockProcedure() - Constructor for class org.apache.hadoop.hbase.master.locking.LockProcedure
 
LockProcedure(Configuration, String, LockType, String, CountDownLatch) - Constructor for class org.apache.hadoop.hbase.master.locking.LockProcedure
Constructor for namespace lock.
LockProcedure(Configuration, TableName, LockType, String, CountDownLatch) - Constructor for class org.apache.hadoop.hbase.master.locking.LockProcedure
Constructor for table lock.
LockProcedure(Configuration, RegionInfo[], LockType, String, CountDownLatch) - Constructor for class org.apache.hadoop.hbase.master.locking.LockProcedure
Constructor for region lock(s).
LockServiceClient - Class in org.apache.hadoop.hbase.client.locking
Helper class to create "master locks" for namespaces, tables and regions.
LockServiceClient(Configuration, LockServiceProtos.LockService.BlockingInterface, NonceGenerator) - Constructor for class org.apache.hadoop.hbase.client.locking.LockServiceClient
 
LOG - Static variable in class org.apache.hadoop.hbase.fs.HFileSystem
 
LOG - Static variable in class org.apache.hadoop.hbase.io.hfile.ChecksumUtil
 
LOG - Static variable in class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
LOG - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
LOG - Static variable in class org.apache.hadoop.hbase.ipc.RpcServerFactory
 
LOG - Static variable in class org.apache.hadoop.hbase.master.CachedClusterId
 
LOG - Static variable in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
LOG - Static variable in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
LOG - Static variable in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
LOG2_SQUARED - Static variable in class org.apache.hadoop.hbase.util.BloomFilterUtil
Used in computing the optimal Bloom filter size.
LOG_CLEANER_CHORE_DIRECTORY_SORTING - Static variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
Enable the CleanerChore to sort the subdirectories by consumed space and start the cleaning with the largest subdirectory.
LOG_CLEANER_CHORE_SIZE - Static variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
Configures the threadpool used for scanning the Old logs directory for the LogCleaner Follows the same configuration mechanism as CHORE_POOL_SIZE, but has a default of 1 thread.
LogCleaner - Class in org.apache.hadoop.hbase.master.cleaner
This Chore, every time it runs, will attempt to delete the WALs and Procedure WALs in the old logs folder.
LogCleaner(int, Stoppable, Configuration, FileSystem, Path, DirScanPool, Map<String, Object>) - Constructor for class org.apache.hadoop.hbase.master.cleaner.LogCleaner
 
logCloseRequested() - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALActionsListener
The WAL is about to close.
logFileSystemState(Logger) - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
 
LogHandlerUtils - Class in org.apache.hadoop.hbase.namequeues
Event Handler utility class
LogHandlerUtils() - Constructor for class org.apache.hadoop.hbase.namequeues.LogHandlerUtils
 
login(UserProvider, String) - Method in class org.apache.hadoop.hbase.master.HMaster
For compatibility, if failed with regionserver credentials, try the master one
login(UserProvider, String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
logJVMInfo() - Static method in class org.apache.hadoop.hbase.util.ServerCommandLine
Log information about the currently running JVM.
logPeerId() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
Returns String to use as a log prefix that contains current peerId.
logPositionAndCleanOldLogs(WALEntryBatch) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Log the current position to storage.
logPositionAndCleanOldLogs(ReplicationSourceInterface, WALEntryBatch) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
This method will log the current position to storage.
logPrefix - Variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
logProcessInfo(Configuration) - Static method in class org.apache.hadoop.hbase.util.ServerCommandLine
Logs information about the currently running JVM process including the environment variables.
logQueue - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
logQueue - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
logResult(AuthResult) - Static method in class org.apache.hadoop.hbase.security.access.AccessChecker
 
logRollAndSetupWalProps(Path, Path, long) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
LogRoller - Class in org.apache.hadoop.hbase.regionserver
Runs periodically to determine if the WAL should be rolled.
LogRoller(RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.LogRoller
 
logRollRequested(WALActionsListener.RollRequestReason) - Method in class org.apache.hadoop.hbase.regionserver.wal.MetricsWAL
 
logRollRequested(WALActionsListener.RollRequestReason) - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALActionsListener
A request was made that the WAL be rolled.
logrollsize - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
logSplit(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Called after we've split all logs on a crashed Server.
logSplitting(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Call this when we start log splitting for a crashed Server.
logStats() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
logStats() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
logStats() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
logZKTree(String, String) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
Helper method to print the current state of the ZK tree.
LongTermArchivingHFileCleaner - Class in org.apache.hadoop.hbase.backup.example
BaseHFileCleanerDelegate that only cleans HFiles that don't belong to a table that is currently being archived.
LongTermArchivingHFileCleaner() - Constructor for class org.apache.hadoop.hbase.backup.example.LongTermArchivingHFileCleaner
 
LossyCounting<T> - Class in org.apache.hadoop.hbase.util
LossyCounting utility, bounded data structure that maintains approximate high frequency elements in data stream.
LossyCounting(String, double, LossyCounting.LossyCountingListener<T>) - Constructor for class org.apache.hadoop.hbase.util.LossyCounting
 
LossyCounting(String, Configuration, LossyCounting.LossyCountingListener<T>) - Constructor for class org.apache.hadoop.hbase.util.LossyCounting
 
LossyCounting.LossyCountingListener<T> - Interface in org.apache.hadoop.hbase.util
 
lower(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
lowerEntry(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
lowerKey(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
LruAdaptiveBlockCache - Class in org.apache.hadoop.hbase.io.hfile
This realisation improve performance of classical LRU cache up to 3 times via reduce GC job.
LruAdaptiveBlockCache(long, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Default constructor.
LruAdaptiveBlockCache(long, long, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Constructor used for testing.
LruAdaptiveBlockCache(long, long, boolean, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
LruAdaptiveBlockCache(long, long, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
LruAdaptiveBlockCache(long, long, boolean, int, float, int, float, float, float, float, float, float, boolean, long, int, long, float) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
Configurable constructor.
LruBlockCache - Class in org.apache.hadoop.hbase.io.hfile
A block cache implementation that is memory-aware using HeapSize, memory-bound using an LRU eviction algorithm, and concurrent: backed by a ConcurrentHashMap and with a non-blocking eviction thread giving constant-time LruBlockCache.cacheBlock(org.apache.hadoop.hbase.io.hfile.BlockCacheKey, org.apache.hadoop.hbase.io.hfile.Cacheable, boolean) and LruBlockCache.getBlock(org.apache.hadoop.hbase.io.hfile.BlockCacheKey, boolean, boolean, boolean) operations.
LruBlockCache(long, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Default constructor.
LruBlockCache(long, long, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Constructor used for testing.
LruBlockCache(long, long, boolean, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
LruBlockCache(long, long, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
LruBlockCache(long, long, boolean, int, float, int, float, float, float, float, float, float, boolean, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruBlockCache
Configurable constructor.
LruCachedBlock - Class in org.apache.hadoop.hbase.io.hfile
Represents an entry in the LruBlockCache.
LruCachedBlock(BlockCacheKey, Cacheable, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
 
LruCachedBlock(BlockCacheKey, Cacheable, long, boolean) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
 
LruCachedBlockQueue - Class in org.apache.hadoop.hbase.io.hfile
A memory-bound queue that will grow until an element brings total size >= maxSize.
LruCachedBlockQueue(long, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.LruCachedBlockQueue
 

M

main(String[]) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
 
main(String[]) - Static method in class org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter
 
main(String[]) - Static method in class org.apache.hadoop.hbase.LocalHBaseCluster
Test things basically work.
main(String[]) - Static method in class org.apache.hadoop.hbase.master.HMaster
 
main(String[]) - Static method in class org.apache.hadoop.hbase.master.http.RegionVisualizer
 
main(String[]) - Static method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitor
For testing against a cluster.
main(String[]) - Static method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
 
main(String[]) - Static method in class org.apache.hadoop.hbase.mob.ExpiredMobFileCleaner
 
main(String[]) - Static method in class org.apache.hadoop.hbase.procedure2.store.region.HFileProcedurePrettyPrinter
 
main(String[]) - Static method in class org.apache.hadoop.hbase.procedure2.store.region.WALProcedurePrettyPrinter
 
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
Code to help figure if our approximation of object heap sizes is close enough.
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.DumpRegionServerMetrics
 
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.ScannerIdGenerator
 
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.ShutdownHook
Main to test basic functionality.
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Pass one or more log file names and it will either dump out a text version on stdout or split the specified log files.
main(String[]) - Static method in class org.apache.hadoop.hbase.regionserver.wal.Compressor
Command line tool to compress and uncompress WALs.
main(String[]) - Static method in class org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader
 
main(String[]) - Static method in class org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues
Main
main(String[]) - Static method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSyncUp
Main program
main(String[]) - Static method in class org.apache.hadoop.hbase.snapshot.CreateSnapshot
 
main(String[]) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
 
main(String[]) - Static method in class org.apache.hadoop.hbase.tool.BulkLoadHFilesTool
 
main(String[]) - Static method in class org.apache.hadoop.hbase.tool.CanaryTool
 
main(String[]) - Static method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
main(String[]) - Static method in class org.apache.hadoop.hbase.tool.PreUpgradeValidator
 
main(String[]) - Static method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
main(String[]) - Static method in class org.apache.hadoop.hbase.util.compaction.MajorCompactorTTL
 
main(String[]) - Static method in class org.apache.hadoop.hbase.util.CompressionTest
 
main(String[]) - Static method in class org.apache.hadoop.hbase.util.GetJavaProperty
 
main(String[]) - Static method in class org.apache.hadoop.hbase.util.HBaseConfTool
 
main(String[]) - Static method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Main program
main(String[]) - Static method in class org.apache.hadoop.hbase.util.hbck.OfflineMetaRepair
Deprecated.
 
main(String[]) - Static method in class org.apache.hadoop.hbase.util.JvmPauseMonitor
Simple 'main' to facilitate manual testing of the pause monitor.
main(String[]) - Static method in class org.apache.hadoop.hbase.util.RegionMover
 
main(String[]) - Static method in class org.apache.hadoop.hbase.util.RegionSplitter
The main function for the RegionSplitter application.
main(String[]) - Static method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
 
MaintenanceLoadBalancer - Class in org.apache.hadoop.hbase.master.balancer
a balancer which is only used in maintenance mode.
MaintenanceLoadBalancer() - Constructor for class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
MAJOR_COMPACTION_DROP_CACHE - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
MAJOR_COMPACTION_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Major compaction flag in FileInfo
majorCompactionCompression - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
MajorCompactionScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
Query matcher for major compaction.
MajorCompactionScanQueryMatcher(ScanInfo, DeleteTracker, ColumnTracker, long, long, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.MajorCompactionScanQueryMatcher
 
MajorCompactionTTLRequest - Class in org.apache.hadoop.hbase.util.compaction
This request helps determine if a region has to be compacted based on table's TTL.
MajorCompactor - Class in org.apache.hadoop.hbase.util.compaction
 
MajorCompactor(Configuration, TableName, Set<String>, int, long, long) - Constructor for class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
MajorCompactorTTL - Class in org.apache.hadoop.hbase.util.compaction
This tool compacts a table's regions that are beyond it's TTL.
MajorCompactorTTL(Configuration, TableDescriptor, int, long) - Constructor for class org.apache.hadoop.hbase.util.compaction.MajorCompactorTTL
 
MajorCompactorTTL() - Constructor for class org.apache.hadoop.hbase.util.compaction.MajorCompactorTTL
 
majorRangeFromRow - Variable in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeCompactionRequest
 
majorRangeToRow - Variable in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeCompactionRequest
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl
 
makeImplData() - Method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl
 
makeRenderer() - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
makeRenderer(AssignmentManager) - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
makeRenderer(HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl
 
makeRenderer(HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
makeRenderer(HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
makeRenderer() - Method in class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl
 
makeRenderer(HMaster, ServerManager) - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl
 
makeRenderer(CacheConfig, Configuration, BlockCache) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl
 
makeRenderer(CacheConfig, Configuration, String, String, BlockCache) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl
 
makeRenderer(HRegionServer, List<RegionInfo>) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl
 
makeRenderer(HRegionServer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl
 
makeRenderer(HRegionServer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
makeRenderer(MetricsRegionServerWrapper, MetricsHBaseServerWrapper, ByteBuffAllocator) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl
 
makeRenderer(CanaryTool.RegionStdOutSink) - Method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl
 
manager - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
ManualEnvironmentEdge - Class in org.apache.hadoop.hbase.util
An environment edge that uses a manually set value.
ManualEnvironmentEdge() - Constructor for class org.apache.hadoop.hbase.util.ManualEnvironmentEdge
 
ManualMobMaintHFileCleaner - Class in org.apache.hadoop.hbase.mob
BaseHFileCleanerDelegate that prevents cleaning HFiles from a mob region keeps a map of table name strings to mob region name strings over the life of a JVM instance.
ManualMobMaintHFileCleaner() - Constructor for class org.apache.hadoop.hbase.mob.ManualMobMaintHFileCleaner
 
mark(int) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
markClosedAndClean(Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Mark this WAL file as closed and call cleanOldLogs to see if we can archive this file.
markCompactedAway() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
markComplete(String) - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
 
markComplete(String) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
markComplete(String) - Method in class org.apache.hadoop.hbase.monitoring.TaskGroup
 
markCorrupted(Path, String, FileSystem) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
Deprecated.
marks log file as corrupted
markCorrupted(Path, String, FileSystem) - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
markRegionAsMerged(RegionInfo, ServerName, RegionInfo[]) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
When called here, the merge has happened.
markRegionAsSplit(RegionInfo, ServerName, RegionInfo, RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
markSupported() - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
MASTER - Static variable in class org.apache.hadoop.hbase.master.HMaster
 
master - Variable in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
 
master - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
master - Variable in class org.apache.hadoop.hbase.master.TableStateManager
 
MASTER_CHECK_COMPRESSION - Static variable in class org.apache.hadoop.hbase.util.TableDescriptorChecker
 
MASTER_CHECK_ENCRYPTION - Static variable in class org.apache.hadoop.hbase.util.TableDescriptorChecker
 
MASTER_COPROCESSOR_CONF_KEY - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
MASTER_HFILE_CLEANER_PLUGINS - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
master_jsp - Class in org.apache.hadoop.hbase.generated.master
 
master_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.master_jsp
 
MASTER_PROCEDURE_CONF_KEY - Static variable in class org.apache.hadoop.hbase.procedure.ProcedureManagerHost
 
MASTER_PROCEDURE_THREADS - Static variable in class org.apache.hadoop.hbase.master.procedure.MasterProcedureConstants
Number of threads used by the procedure executor
MASTER_RPC_SCHEDULER_FACTORY_CLASS - Static variable in class org.apache.hadoop.hbase.regionserver.RSRpcServices
RPC scheduler to use for the master.
MASTER_SCP_RETAIN_ASSIGNMENT - Static variable in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
Configuration parameter to enable/disable the retain region assignment during ServerCrashProcedure.
MASTER_SERVER_REPORT_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.ipc.MasterFifoRpcScheduler
Set RSReport requests handlers count when masters use MasterFifoRpcScheduler.
MASTER_SNAPSHOT_TIMEOUT_MILLIS - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
 
MASTER_STORE_DIR - Static variable in class org.apache.hadoop.hbase.master.region.MasterRegionFactory
 
MasterAddressSyncer - Class in org.apache.hadoop.hbase.master.zksyncer
Tracks the active master address on server ZK cluster and synchronize them to client ZK cluster if changed
MasterAddressSyncer(ZKWatcher, ZKWatcher, Server) - Constructor for class org.apache.hadoop.hbase.master.zksyncer.MasterAddressSyncer
 
MasterAnnotationReadingPriorityFunction - Class in org.apache.hadoop.hbase.master
Priority function specifically for the master.
MasterAnnotationReadingPriorityFunction(RSRpcServices) - Constructor for class org.apache.hadoop.hbase.master.MasterAnnotationReadingPriorityFunction
 
MasterAnnotationReadingPriorityFunction(RSRpcServices, Class<? extends RSRpcServices>) - Constructor for class org.apache.hadoop.hbase.master.MasterAnnotationReadingPriorityFunction
 
MasterCoprocessor - Interface in org.apache.hadoop.hbase.coprocessor
 
MasterCoprocessorEnvironment - Interface in org.apache.hadoop.hbase.coprocessor
 
MasterCoprocessorHost - Class in org.apache.hadoop.hbase.master
Provides the coprocessor framework and environment for master oriented operations.
MasterCoprocessorHost(MasterServices, Configuration) - Constructor for class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
MasterCoprocessorService(CoprocessorService) - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity.MasterCoprocessorService
Deprecated.
 
MasterDDLOperationHelper - Class in org.apache.hadoop.hbase.master.procedure
Helper class for schema change procedures
MasterDumpServlet - Class in org.apache.hadoop.hbase.master.http
 
MasterDumpServlet() - Constructor for class org.apache.hadoop.hbase.master.http.MasterDumpServlet
 
MasterFeature - Class in org.apache.hadoop.hbase.master.http.jersey
Implements a Singleton binding to the provided instance of HMaster for both HMaster and MasterServices injections.
MasterFeature(HMaster) - Constructor for class org.apache.hadoop.hbase.master.http.jersey.MasterFeature
 
MasterFifoRpcScheduler - Class in org.apache.hadoop.hbase.ipc
A special RpcScheduler} only used for master.
MasterFifoRpcScheduler(Configuration, int, int) - Constructor for class org.apache.hadoop.hbase.ipc.MasterFifoRpcScheduler
 
MasterFifoRpcSchedulerFactory - Class in org.apache.hadoop.hbase.regionserver
Factory to use when you want to use the MasterFifoRpcScheduler
MasterFifoRpcSchedulerFactory() - Constructor for class org.apache.hadoop.hbase.regionserver.MasterFifoRpcSchedulerFactory
 
MasterFileSystem - Class in org.apache.hadoop.hbase.master
This class abstracts a bunch of operations the HMaster needs to interact with the underlying file system like creating the initial layout, checking file system status, etc.
MasterFileSystem(Configuration) - Constructor for class org.apache.hadoop.hbase.master.MasterFileSystem
 
MasterFlushTableProcedureManager - Class in org.apache.hadoop.hbase.procedure.flush
 
MasterFlushTableProcedureManager() - Constructor for class org.apache.hadoop.hbase.procedure.flush.MasterFlushTableProcedureManager
 
MasterLock(String, LockType, String) - Constructor for class org.apache.hadoop.hbase.master.locking.LockManager.MasterLock
 
MasterLock(TableName, LockType, String) - Constructor for class org.apache.hadoop.hbase.master.locking.LockManager.MasterLock
 
MasterLock(RegionInfo[], String) - Constructor for class org.apache.hadoop.hbase.master.locking.LockManager.MasterLock
 
MasterObserver - Interface in org.apache.hadoop.hbase.coprocessor
Defines coprocessor hooks for interacting with operations on the HMaster process.
MasterProcedureConstants - Class in org.apache.hadoop.hbase.master.procedure
 
MasterProcedureEnv - Class in org.apache.hadoop.hbase.master.procedure
 
MasterProcedureEnv(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
MasterProcedureEnv(MasterServices, RSProcedureDispatcher) - Constructor for class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
MasterProcedureEnv.FsUtilsLeaseRecovery - Class in org.apache.hadoop.hbase.master.procedure
 
MasterProcedureManager - Class in org.apache.hadoop.hbase.procedure
A life-cycle management interface for globally barriered procedures on master.
MasterProcedureManager() - Constructor for class org.apache.hadoop.hbase.procedure.MasterProcedureManager
 
MasterProcedureManagerHost - Class in org.apache.hadoop.hbase.procedure
Provides the globally barriered procedure framework and environment for master oriented operations.
MasterProcedureManagerHost() - Constructor for class org.apache.hadoop.hbase.procedure.MasterProcedureManagerHost
 
MasterProcedureScheduler - Class in org.apache.hadoop.hbase.master.procedure
ProcedureScheduler for the Master Procedures.
MasterProcedureScheduler(Function<Long, Procedure<?>>) - Constructor for class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
 
MasterProcedureUtil - Class in org.apache.hadoop.hbase.master.procedure
 
MasterProcedureUtil.NonceProcedureRunnable - Class in org.apache.hadoop.hbase.master.procedure
Helper Runnable used in conjunction with submitProcedure() to deal with submitting procs with nonce.
MasterQuotaManager - Class in org.apache.hadoop.hbase.quotas
Master Quota Manager.
MasterQuotaManager(MasterServices) - Constructor for class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
MasterQuotasObserver - Class in org.apache.hadoop.hbase.quotas
An observer to automatically delete quotas when a table/namespace is deleted.
MasterQuotasObserver() - Constructor for class org.apache.hadoop.hbase.quotas.MasterQuotasObserver
 
MasterRedirectServlet - Class in org.apache.hadoop.hbase.master.http
 
MasterRedirectServlet(InfoServer, String) - Constructor for class org.apache.hadoop.hbase.master.http.MasterRedirectServlet
 
MasterRegion - Class in org.apache.hadoop.hbase.master.region
A region that stores data in a separated directory, which can be used to store master local data.
MasterRegionFactory - Class in org.apache.hadoop.hbase.master.region
The factory class for creating a MasterRegion.
MasterRegionFactory() - Constructor for class org.apache.hadoop.hbase.master.region.MasterRegionFactory
 
MasterRegionParams - Class in org.apache.hadoop.hbase.master.region
The parameters for constructing MasterRegion.
MasterRegionParams() - Constructor for class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
MasterRegionServerList - Class in org.apache.hadoop.hbase.master
MasterRegionServerList(MasterRegion, Abortable) - Constructor for class org.apache.hadoop.hbase.master.MasterRegionServerList
 
MasterRegionWALRoller - Class in org.apache.hadoop.hbase.master.region
As long as there is no RegionServerServices for a master local region, we need implement log roller logic by our own.
MasterRpcServices - Class in org.apache.hadoop.hbase.master
Implements the master RPC services.
MasterRpcServices(HMaster) - Constructor for class org.apache.hadoop.hbase.master.MasterRpcServices
 
masterServerName - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
MasterServices - Interface in org.apache.hadoop.hbase.master
A curated subset of services provided by HMaster.
MasterSnapshotVerifier - Class in org.apache.hadoop.hbase.master.snapshot
General snapshot verification on the master.
MasterSnapshotVerifier(MasterServices, SnapshotProtos.SnapshotDescription, FileSystem) - Constructor for class org.apache.hadoop.hbase.master.snapshot.MasterSnapshotVerifier
 
MasterStatusServlet - Class in org.apache.hadoop.hbase.master.http
The servlet responsible for rendering the index page of the master.
MasterStatusServlet() - Constructor for class org.apache.hadoop.hbase.master.http.MasterStatusServlet
 
MasterStatusTmpl - Class in org.apache.hadoop.hbase.tmpl.master
 
MasterStatusTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
MasterStatusTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
MasterStatusTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
MasterStatusTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.master
 
MasterStatusTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.master
 
MasterStatusTmplImpl - Class in org.apache.hadoop.hbase.tmpl.master
 
MasterStatusTmplImpl(TemplateManager, MasterStatusTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmplImpl
 
MasterThread(HMaster, int) - Constructor for class org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread
 
MasterWalManager - Class in org.apache.hadoop.hbase.master
This class abstracts a bunch of operations the HMaster needs when splitting log files e.g.
MasterWalManager(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.MasterWalManager
 
MasterWalManager(Configuration, FileSystem, MasterServices) - Constructor for class org.apache.hadoop.hbase.master.MasterWalManager
 
match(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.IncludeAllCompactionQueryMatcher
 
match(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.MajorCompactionScanQueryMatcher
 
match(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.MinorCompactionScanQueryMatcher
 
match(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NormalUserScanQueryMatcher
 
match(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.RawScanQueryMatcher
 
match(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Determines if the caller should do one of several things: seek/skip to the next row (MatchCode.SEEK_NEXT_ROW) seek/skip to the next column (MatchCode.SEEK_NEXT_COL) include the current KeyValue (MatchCode.INCLUDE) ignore the current KeyValue (MatchCode.SKIP) got to the next row (MatchCode.DONE)
match(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.StripeCompactionScanQueryMatcher
 
matchColumn(Cell, long, byte) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
matchVisibility(List<Tag>, Byte, List<Tag>, Byte) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
matchVisibility(List<Tag>, Byte, List<Tag>, Byte) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
System uses this for deciding whether a Cell can be deleted by matching visibility expression in Delete mutation and the cell in consideration.
MAX_ALLOC_DEFAULT - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
MAX_ALLOC_KEY - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
MAX_ATTEMPTS_FN_GENERATION - Static variable in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
MAX_CHUNK_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex
The maximum size guideline for index blocks (both leaf, intermediate, and root).
MAX_FILES_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
The maximum number of files to compact within a stripe; same as for regular compaction.
MAX_FILES_PER_REGION_PER_FAMILY - Static variable in interface org.apache.hadoop.hbase.tool.BulkLoadHFiles
 
MAX_FILES_PER_REGION_PER_FAMILY - Static variable in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
MAX_FLUSH_PER_CHANGES - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
The following MAX_FLUSH_PER_CHANGES is large enough because each KeyValue has 20+ bytes overhead.
MAX_FORMAT_VERSION - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Maximum supported HFile format version
MAX_LOGS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
MAX_MEMSTORE_TS_KEY - Static variable in interface org.apache.hadoop.hbase.io.hfile.HFile.Writer
Max memstore (mvcc) timestamp in FileInfo
MAX_REGION_SPLIT_IMBALANCE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
When splitting region, the maximum size imbalance to allow in an attempt to split at a stripe boundary, so that no files go to both regions.
MAX_REQUEST_SIZE - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
MAX_RUNNING_TIME_KEY - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
MAX_SEQ_ID_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Max Sequence ID in FileInfo
MAX_SERVER_PER_MESSAGE - Static variable in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
We want to limit the size of the protobuf message sent, do fit into a single packet.
MAX_STEPS_KEY - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
MAX_TAGS_LEN - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
MAX_TASKS_KEY - Static variable in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
MAX_TIER_AGE_MILLIS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory
 
maxCellIdx - Variable in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
maxHeapUsage - Variable in class org.apache.hadoop.hbase.wal.EntryBuffers
 
MAXIMUM_KEY_LENGTH - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Maximum length of key in HFile.
maxKeyCount - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
Maximum key count after compaction (for blooms)
maxKeyCount() - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
maxKeyCount(long) - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
maxKeys - Variable in class org.apache.hadoop.hbase.util.BloomFilterChunk
Max Keys expected for the bloom
maxLogs - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
maxMemstoreTS - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
maxMVCCReadpoint - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
Latest memstore read point found in any of the involved files
maxQueueLength - Variable in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
maxQueueLength - Variable in class org.apache.hadoop.hbase.ipc.PluggableBlockingQueue
 
maxQueueSizeInBytes - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
Maximum size in bytes of the currently queued and running Calls.
maxReadPointToTrackVersions - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
readPoint over which the KVs are unconditionally included
maxRequestSize - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
maxRetriesMultiplier - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
maxSeqId - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
The last key in the files we're compacting.
maxTagsLength - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
Max tags length
maxthreads(int) - Method in class org.apache.hadoop.hbase.util.RegionMover.RegionMoverBuilder
Set the max number of threads that will be used to move regions
maxThroughputLowerBound - Variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
maxThroughputUpperBound - Variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
maxVersions - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
maxWals(int) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
maxWals() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
maybeCloneWithAllocator(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
If the segment has a memory allocator the cell is being cloned to this space, and returned; otherwise the given cell is returned
maybeCloneWithAllocator(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.Segment
If the segment has a memory allocator the cell is being cloned to this space, and returned; otherwise the given cell is returned When a cell's size is too big (bigger than maxAlloc), it is not allocated on MSLAB.
md - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
member - Variable in class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
 
MemoryBoundedLogMessageBuffer - Class in org.apache.hadoop.hbase.monitoring
A size-bounded repository of alerts, which are kept in a linked list.
MemoryBoundedLogMessageBuffer(long) - Constructor for class org.apache.hadoop.hbase.monitoring.MemoryBoundedLogMessageBuffer
 
MemorySizeUtil - Class in org.apache.hadoop.hbase.io.util
Util class to calculate memory size for memstore(on heap, off heap), block cache(L1, L2) of RS.
MemorySizeUtil() - Constructor for class org.apache.hadoop.hbase.io.util.MemorySizeUtil
 
memstore - Variable in class org.apache.hadoop.hbase.regionserver.HStore
 
MemStore - Interface in org.apache.hadoop.hbase.regionserver
The MemStore holds in-memory modifications to the Store.
MEMSTORE_CLASS_NAME - Static variable in class org.apache.hadoop.hbase.regionserver.HStore
 
MEMSTORE_FLUSH_PER_CHANGES - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
Conf key to force a flush if there are already enough changes for one region in memstore
MEMSTORE_PERIODIC_FLUSH_INTERVAL - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
Conf key for the periodic flush interval
MEMSTORE_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
 
MEMSTORE_SIZE_LOWER_LIMIT_KEY - Static variable in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
 
MEMSTORE_SIZE_LOWER_LIMIT_OLD_KEY - Static variable in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
 
MEMSTORE_SIZE_MAX_RANGE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
MEMSTORE_SIZE_MIN_RANGE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
MEMSTORE_SIZE_OLD_KEY - Static variable in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
 
MemStoreCompactionStrategy - Class in org.apache.hadoop.hbase.regionserver
MemStoreCompactionStrategy is the root of a class hierarchy which defines the strategy for choosing the next action to apply in an (in-memory) memstore compaction.
MemStoreCompactionStrategy(Configuration, String) - Constructor for class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
MemStoreCompactionStrategy.Action - Enum in org.apache.hadoop.hbase.regionserver
Types of actions to be done on the pipeline upon MemStoreCompaction invocation.
MemStoreCompactor - Class in org.apache.hadoop.hbase.regionserver
The ongoing MemStore Compaction manager, dispatches a solo running compaction and interrupts the compaction if requested.
MemStoreCompactor(CompactingMemStore, MemoryCompactionPolicy) - Constructor for class org.apache.hadoop.hbase.regionserver.MemStoreCompactor
 
MemStoreCompactorSegmentsIterator - Class in org.apache.hadoop.hbase.regionserver
The MemStoreCompactorSegmentsIterator extends MemStoreSegmentsIterator and performs the scan for compaction operation meaning it is based on SQM
MemStoreCompactorSegmentsIterator(List<ImmutableSegment>, CellComparator, int, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.MemStoreCompactorSegmentsIterator
 
MemStoreFlusher - Class in org.apache.hadoop.hbase.regionserver
Thread that flushes cache on request NOTE: This class extends Thread rather than Chore because the sleep time can be interrupted when there is something to do, rather than the Chore sleep time which is invariant.
MemStoreFlusher(Configuration, HRegionServer) - Constructor for class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
 
MemStoreLAB - Interface in org.apache.hadoop.hbase.regionserver
A memstore-local allocation buffer.
MemStoreLABImpl - Class in org.apache.hadoop.hbase.regionserver
A memstore-local allocation buffer.
MemStoreLABImpl() - Constructor for class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
 
MemStoreLABImpl(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.MemStoreLABImpl
 
MemStoreMergerSegmentsIterator - Class in org.apache.hadoop.hbase.regionserver
The MemStoreMergerSegmentsIterator extends MemStoreSegmentsIterator and performs the scan for simple merge operation meaning it is NOT based on SQM
MemStoreMergerSegmentsIterator(List<ImmutableSegment>, CellComparator, int) - Constructor for class org.apache.hadoop.hbase.regionserver.MemStoreMergerSegmentsIterator
 
MemStoreSegmentsIterator - Class in org.apache.hadoop.hbase.regionserver
The MemStoreSegmentsIterator is designed to perform one iteration over given list of segments For another iteration new instance of MemStoreSegmentsIterator needs to be created The iterator is not thread-safe and must have only one instance per MemStore in each period of time
MemStoreSegmentsIterator(int) - Constructor for class org.apache.hadoop.hbase.regionserver.MemStoreSegmentsIterator
 
MemStoreSize - Class in org.apache.hadoop.hbase.regionserver
Data structure of three longs.
MemStoreSizing - Interface in org.apache.hadoop.hbase.regionserver
Accounting of current heap and data sizes.
memStoreSizing - Variable in class org.apache.hadoop.hbase.regionserver.Segment
 
MemStoreSnapshot - Class in org.apache.hadoop.hbase.regionserver
MemStoreSnapshot is a Context Object to hold details of the snapshot taken on a MemStore.
MemStoreSnapshot(long, ImmutableSegment) - Constructor for class org.apache.hadoop.hbase.regionserver.MemStoreSnapshot
 
merge(QuotaSettings) - Method in class org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
 
mergeRegionDirs(Path, HbckRegionInfo) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Merge hdfs data by moving from contained HbckRegionInfo into targetRegionDir.
mergeRegions(RegionInfo, RegionInfo[], ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
 
mergeRegions(RegionInfo[], boolean, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
mergeRegions(RegionInfo[], boolean, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Merge regions in a table.
mergeStoreFile(RegionInfo, String, HStoreFile) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Write out a merge reference under the given merges directory.
mergeTableRegions(RpcController, MasterProtos.MergeTableRegionsRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
MergeTableRegionsProcedure - Class in org.apache.hadoop.hbase.master.assignment
The procedure to Merge regions in a table.
MergeTableRegionsProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
MergeTableRegionsProcedure(MasterProcedureEnv, RegionInfo[], boolean) - Constructor for class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
MessageCodec - Class in org.apache.hadoop.hbase.codec
Codec that just writes out Cell as a protobuf Cell Message.
MessageCodec() - Constructor for class org.apache.hadoop.hbase.codec.MessageCodec
 
META_CALL_QUEUE_READ_SHARE_CONF_KEY - Static variable in class org.apache.hadoop.hbase.ipc.MetaRWQueueRpcExecutor
 
META_CALL_QUEUE_SCAN_SHARE_CONF_KEY - Static variable in class org.apache.hadoop.hbase.ipc.MetaRWQueueRpcExecutor
 
META_REPLICA_ID_DELIMITER - Static variable in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
The delimiter for meta columns for replicaIds > 0
META_TRANSITION_QOS - Static variable in class org.apache.hadoop.hbase.master.MasterAnnotationReadingPriorityFunction
 
META_WAL_PROVIDER - Static variable in class org.apache.hadoop.hbase.wal.WALFactory
 
META_WAL_PROVIDER_ID - Static variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
The hbase:meta region's WAL filename extension
metaBlockIndexReader - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Meta block index reader -- always single level
MetaBrowser - Class in org.apache.hadoop.hbase.master.http
Support class for the "Meta Entries" section in resources/hbase-webapps/master/table.jsp.
MetaBrowser(AsyncConnection, HttpServletRequest) - Constructor for class org.apache.hadoop.hbase.master.http.MetaBrowser
 
MetaBrowser.Results - Class in org.apache.hadoop.hbase.master.http
Encapsulates the results produced by this MetaBrowser instance.
metaData - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Writables representing meta block data.
MetaEntry(RegionInfo, ServerName, long) - Constructor for class org.apache.hadoop.hbase.util.HbckRegionInfo.MetaEntry
 
MetaEntry(RegionInfo, ServerName, long, RegionInfo, RegionInfo) - Constructor for class org.apache.hadoop.hbase.util.HbckRegionInfo.MetaEntry
 
METAFAMILY - Static variable in class org.apache.hadoop.hbase.wal.WALEdit
 
MetaFixer - Class in org.apache.hadoop.hbase.master.janitor
Server-side fixing of bad or inconsistent state in hbase:meta.
MetaFixer(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.janitor.MetaFixer
 
metaLocation - Variable in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
MetaLocationSyncer - Class in org.apache.hadoop.hbase.master.zksyncer
Tracks the meta region locations on server ZK cluster and synchronize them to client ZK cluster if changed
MetaLocationSyncer(ZKWatcher, ZKWatcher, Server) - Constructor for class org.apache.hadoop.hbase.master.zksyncer.MetaLocationSyncer
 
metaLogSplit(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Called after we've split the meta logs on a crashed Server.
metaLogSplitting(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Call this when we start meta log splitting a crashed Server.
metaNames - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Meta block names.
MetaProcedureInterface - Interface in org.apache.hadoop.hbase.master.procedure
Deprecated.
only used for RecoverMetaProcedure. Should be removed along with RecoverMetaProcedure.
MetaProcedureInterface.MetaOperationType - Enum in org.apache.hadoop.hbase.master.procedure
Deprecated.
 
metaRegionExists(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Checks if meta region exists
MetaRegionLocationCache - Class in org.apache.hadoop.hbase
A cache of meta region location metadata.
MetaRegionLocationCache(ZKWatcher) - Constructor for class org.apache.hadoop.hbase.MetaRegionLocationCache
 
METAROW - Static variable in class org.apache.hadoop.hbase.wal.WALEdit
Deprecated.
Since 2.3.0. Not used.
MetaRWQueueRpcExecutor - Class in org.apache.hadoop.hbase.ipc
RPC Executor that uses different queues for reads and writes for meta.
MetaRWQueueRpcExecutor(String, int, int, PriorityFunction, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.MetaRWQueueRpcExecutor
 
metaStateDeleted(TableName) - Method in class org.apache.hadoop.hbase.master.MirroringTableStateManager
Deprecated.
 
metaStateDeleted(TableName) - Method in class org.apache.hadoop.hbase.master.TableStateManager
 
metaStateUpdated(TableName, TableState.State) - Method in class org.apache.hadoop.hbase.master.MirroringTableStateManager
Deprecated.
 
metaStateUpdated(TableName, TableState.State) - Method in class org.apache.hadoop.hbase.master.TableStateManager
 
MetaTableMetrics - Class in org.apache.hadoop.hbase.coprocessor
A coprocessor that collects metrics from meta table.
MetaTableMetrics() - Constructor for class org.apache.hadoop.hbase.coprocessor.MetaTableMetrics
 
METRIC_USER_ENABLED_CONF - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateFactory
 
metrics - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
METRICS_RIT_STUCK_WARNING_THRESHOLD - Static variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Region in Transition metrics threshold time
MetricsAssignmentManager - Class in org.apache.hadoop.hbase.master
 
MetricsAssignmentManager() - Constructor for class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
metricsBalancer - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
MetricsBalancer - Class in org.apache.hadoop.hbase.master.balancer
Faced for exposing metrics about the balancer.
MetricsBalancer() - Constructor for class org.apache.hadoop.hbase.master.balancer.MetricsBalancer
 
MetricsCoprocessor - Class in org.apache.hadoop.hbase.coprocessor
Utility class for tracking metrics for various types of coprocessors.
MetricsCoprocessor() - Constructor for class org.apache.hadoop.hbase.coprocessor.MetricsCoprocessor
 
MetricsHBaseServer - Class in org.apache.hadoop.hbase.ipc
 
MetricsHBaseServer(String, MetricsHBaseServerWrapper) - Constructor for class org.apache.hadoop.hbase.ipc.MetricsHBaseServer
 
MetricsHBaseServerWrapperImpl - Class in org.apache.hadoop.hbase.ipc
 
MetricsHeapMemoryManager - Class in org.apache.hadoop.hbase.regionserver
This class is for maintaining the various regionserver's heap memory manager statistics and publishing them through the metrics interfaces.
MetricsHeapMemoryManager() - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
 
MetricsHeapMemoryManager(MetricsHeapMemoryManagerSource) - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
 
MetricsIO - Class in org.apache.hadoop.hbase.io
 
MetricsIO(MetricsIOWrapper) - Constructor for class org.apache.hadoop.hbase.io.MetricsIO
 
MetricsIOWrapperImpl - Class in org.apache.hadoop.hbase.io
 
MetricsIOWrapperImpl() - Constructor for class org.apache.hadoop.hbase.io.MetricsIOWrapperImpl
 
MetricsMaster - Class in org.apache.hadoop.hbase.master
This class is for maintaining the various master statistics and publishing them through the metrics interfaces.
MetricsMaster(MetricsMasterWrapper) - Constructor for class org.apache.hadoop.hbase.master.MetricsMaster
 
MetricsMasterFileSystem - Class in org.apache.hadoop.hbase.master
 
MetricsMasterFileSystem() - Constructor for class org.apache.hadoop.hbase.master.MetricsMasterFileSystem
 
MetricsMasterWrapperImpl - Class in org.apache.hadoop.hbase.master
Impl for exposing HMaster Information through JMX
MetricsMasterWrapperImpl(HMaster) - Constructor for class org.apache.hadoop.hbase.master.MetricsMasterWrapperImpl
 
MetricsRegion - Class in org.apache.hadoop.hbase.regionserver
This is the glue between the HRegion and whatever hadoop shim layer is loaded (hbase-hadoop1-compat or hbase-hadoop2-compat).
MetricsRegion(MetricsRegionWrapper, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
MetricsRegionServer - Class in org.apache.hadoop.hbase.regionserver
Maintains regionserver statistics and publishes them through the metrics interfaces.
MetricsRegionServer(MetricsRegionServerWrapper, Configuration, MetricsTable) - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
MetricsRegionWrapperImpl - Class in org.apache.hadoop.hbase.regionserver
 
MetricsRegionWrapperImpl(HRegion) - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
MetricsRegionWrapperImpl.HRegionMetricsWrapperRunnable - Class in org.apache.hadoop.hbase.regionserver
 
MetricsSink - Class in org.apache.hadoop.hbase.replication.regionserver
This class is for maintaining the various replication statistics for a sink and publishing them through the metrics interfaces.
MetricsSink() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
 
MetricsSnapshot - Class in org.apache.hadoop.hbase.master
 
MetricsSnapshot() - Constructor for class org.apache.hadoop.hbase.master.MetricsSnapshot
 
metricsSnapshot - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
MetricsSource - Class in org.apache.hadoop.hbase.replication.regionserver
This class is for maintaining the various replication statistics for a source and publishing them through the metrics interfaces.
MetricsSource(String) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Constructor used to register the metrics
MetricsSource(String, MetricsReplicationSourceSource, MetricsReplicationGlobalSourceSource, Map<String, MetricsReplicationTableSource>) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Constructor for injecting custom (or test) MetricsReplicationSourceSources
MetricsStochasticBalancer - Class in org.apache.hadoop.hbase.master.balancer
This metrics balancer uses extended source for stochastic load balancer to report its related metrics to JMX.
MetricsStochasticBalancer() - Constructor for class org.apache.hadoop.hbase.master.balancer.MetricsStochasticBalancer
 
MetricsTable - Class in org.apache.hadoop.hbase.regionserver
 
MetricsTable(MetricsTableWrapperAggregate) - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsTable
 
MetricsTableWrapperAggregateImpl - Class in org.apache.hadoop.hbase.regionserver
 
MetricsTableWrapperAggregateImpl(HRegionServer) - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl
 
MetricsTableWrapperAggregateImpl.TableMetricsWrapperRunnable - Class in org.apache.hadoop.hbase.regionserver
 
MetricsUserAggregate - Interface in org.apache.hadoop.hbase.regionserver
 
MetricsUserAggregateFactory - Class in org.apache.hadoop.hbase.regionserver
 
MetricsUserAggregateImpl - Class in org.apache.hadoop.hbase.regionserver
 
MetricsUserAggregateImpl(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
MetricsWAL - Class in org.apache.hadoop.hbase.regionserver.wal
Class used to push numbers about the WAL into the metrics subsystem.
MetricsWAL() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.MetricsWAL
 
MID_KEY_METADATA_SIZE - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex
The size of a meta-data record used for finding the mid-key in a multi-level index.
midKey() - Method in class org.apache.hadoop.hbase.io.HalfStoreFileReader
 
midKey() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
midkey(HFile.CachingBlockReader) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder.EncodedSeeker
 
midKey() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
midkey(HFile.CachingBlockReader) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
midKey() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
midKeyEntry - Variable in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
midLeafBlockOffset - Variable in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
midLeafBlockOnDiskSize - Variable in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
migrate(Configuration, BiConsumer<String, String>) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
MIN_AGE_TO_ARCHIVE_KEY - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
Minimum MOB file age to archive, default (3600000 - 1h)
MIN_CLIENT_REQUEST_TIMEOUT - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
Minimum allowable timeout (in milliseconds) in rpc request's header.
MIN_COST_NEED_BALANCE_KEY - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
MIN_FILES_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
The minimum number of files to compact within a stripe; same as for regular compaction.
MIN_FILES_L0_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
The minimum number of files to compact when compacting L0; same as minFiles for regular compaction.
MIN_FORMAT_VERSION - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Minimum supported HFile format version
MIN_FORMAT_VERSION_WITH_TAGS - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
Minimum HFile format version with support for persisting cell tags
MIN_INDEX_NUM_ENTRIES_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex
Minimum number of entries in a single index block.
MIN_NUM_HFILE_PATH_LEVELS - Static variable in class org.apache.hadoop.hbase.io.hfile.HFile
We assume that HFile path ends with ROOT_DIR/TABLE_NAME/REGION_NAME/CF_NAME/HFILE, so it has at least this many levels of nesting.
MIN_SERVER_BALANCE - Static variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
minCellIdx - Variable in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
minClientRequestTimeout - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
MiniBatchOperationInProgress<T> - Class in org.apache.hadoop.hbase.regionserver
Wraps together the mutations which are applied as a batch to the region and their operation status and WALEdits.
MiniBatchOperationInProgress(T[], OperationStatus[], WALEdit[], int, int, int) - Constructor for class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
 
MINOR_COMPACTION_DROP_CACHE - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
MINOR_VERSION_NO_CHECKSUM - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
In HFile minor version that does not support checksums
MINOR_VERSION_WITH_CHECKSUM - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Minor versions in HFile starting with this number have hbase checksums
minorCompactionCompression - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
MinorCompactionScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
Query matcher for minor compaction.
MinorCompactionScanQueryMatcher(ScanInfo, DeleteTracker, ColumnTracker, long, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.MinorCompactionScanQueryMatcher
 
minSeqIdToKeep - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails
Min SeqId to keep during a major compaction
minSequenceId - Variable in class org.apache.hadoop.hbase.regionserver.Segment
 
MirroringTableStateManager - Class in org.apache.hadoop.hbase.master
Deprecated.
Since 2.0.0. To be removed in 3.0.0.
MirroringTableStateManager(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.MirroringTableStateManager
Deprecated.
 
miss(boolean, boolean, BlockType) - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
MissingSnapshotViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
A SpaceViolationPolicyEnforcement which can be treated as a singleton.
MOB_CACHE_BLOCKS - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_CACHE_EVICT_PERIOD - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_CACHE_EVICT_REMAIN_RATIO - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_CELLS_COUNT - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Key for the number of mob cells in metadata
MOB_CLEANER_BATCH_SIZE_UPPER_BOUND - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_CLEANER_PERIOD - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_COMPACTION_BATCH_SIZE - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
The max number of the mob files that is allowed in a batch of the mob compaction.
MOB_COMPACTION_CHORE_PERIOD - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
The period that MobCompactionChore runs.
MOB_COMPACTION_MAX_FILE_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
Maximum size of a MOB compaction selection
MOB_COMPACTION_MERGEABLE_THRESHOLD - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
If the size of a mob file is less than this value, it's regarded as a small file and needs to be merged in mob compaction.
MOB_COMPACTION_THREADS_MAX - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_COMPACTION_TYPE_KEY - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_COMPACTOR_CLASS_KEY - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_COMPACTOR_CLASS_KEY - Static variable in class org.apache.hadoop.hbase.mob.MobStoreEngine
 
MOB_DELFILE_MAX_COUNT - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
The max number of del files that is allowed in the mob file compaction.
MOB_DIR_NAME - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_FILE_CACHE_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_FILE_REFS - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Key for the list of MOB file references
MOB_MAJOR_COMPACTION_REGION_BATCH_SIZE - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
The max number of a MOB table regions that is allowed in a batch of the mob compaction.
MOB_REF_TAG - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_REGION_NAME - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_REGION_NAME_BYTES - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_SCAN_RAW - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_SCAN_REF_ONLY - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_TABLE_LOCK_SUFFIX - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
MOB_UNSAFE_DISCARD_MISS_KEY - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
Use this configuration option with caution, only during upgrade procedure to handle missing MOB cells during compaction.
MobCell - Class in org.apache.hadoop.hbase.mob
The MobCell will maintain a Cell and a StoreFileScanner inside.
MobCell(Cell) - Constructor for class org.apache.hadoop.hbase.mob.MobCell
 
MobCell(Cell, StoreFileScanner) - Constructor for class org.apache.hadoop.hbase.mob.MobCell
 
MobConstants - Class in org.apache.hadoop.hbase.mob
The constants used in mob.
MobFile - Class in org.apache.hadoop.hbase.mob
The mob file.
MobFile() - Constructor for class org.apache.hadoop.hbase.mob.MobFile
 
MobFile(HStoreFile) - Constructor for class org.apache.hadoop.hbase.mob.MobFile
 
MobFileCache - Class in org.apache.hadoop.hbase.mob
The cache for mob files.
MobFileCache(Configuration) - Constructor for class org.apache.hadoop.hbase.mob.MobFileCache
 
MobFileCleanerChore - Class in org.apache.hadoop.hbase.mob
The class MobFileCleanerChore for running cleaner regularly to remove the expired and obsolete (files which have no active references to) mob files.
MobFileCleanerChore(HMaster) - Constructor for class org.apache.hadoop.hbase.mob.MobFileCleanerChore
 
MobFileCleanerChore() - Constructor for class org.apache.hadoop.hbase.mob.MobFileCleanerChore
 
MobFileCompactionChore - Class in org.apache.hadoop.hbase.mob
Periodic MOB compaction chore.
MobFileCompactionChore(HMaster) - Constructor for class org.apache.hadoop.hbase.mob.MobFileCompactionChore
 
MobFileCompactionChore(Configuration, int) - Constructor for class org.apache.hadoop.hbase.mob.MobFileCompactionChore
 
MobFileName - Class in org.apache.hadoop.hbase.mob
The mob file name.
mobSizeThreshold - Variable in class org.apache.hadoop.hbase.mob.DefaultMobStoreCompactor
 
mobStore - Variable in class org.apache.hadoop.hbase.mob.DefaultMobStoreCompactor
 
MobStoreEngine - Class in org.apache.hadoop.hbase.mob
MobStoreEngine creates the mob specific compactor, and store flusher.
MobStoreEngine() - Constructor for class org.apache.hadoop.hbase.mob.MobStoreEngine
 
MobStoreScanner - Class in org.apache.hadoop.hbase.regionserver
Scanner scans both the memstore and the MOB Store.
MobStoreScanner(HStore, ScanInfo, Scan, NavigableSet<byte[]>, long) - Constructor for class org.apache.hadoop.hbase.regionserver.MobStoreScanner
 
MobUtils - Class in org.apache.hadoop.hbase.mob
The mob utilities
modify(MasterProcedureEnv, TableDescriptor) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
Sub class should implement this method to modify the table descriptor, such as storing the rs group information.
modify(MasterProcedureEnv, TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.InitializeStoreFileTrackerProcedure
 
modifyColumn(TableName, ColumnFamilyDescriptor, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
modifyColumn(RpcController, MasterProtos.ModifyColumnRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
modifyColumn(TableName, ColumnFamilyDescriptor, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Modify the column descriptor of an existing column in an existing table
ModifyColumnFamilyStoreFileTrackerProcedure - Class in org.apache.hadoop.hbase.regionserver.storefiletracker
 
ModifyColumnFamilyStoreFileTrackerProcedure() - Constructor for class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyColumnFamilyStoreFileTrackerProcedure
 
ModifyColumnFamilyStoreFileTrackerProcedure(MasterProcedureEnv, TableName, byte[], String) - Constructor for class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyColumnFamilyStoreFileTrackerProcedure
 
modifyColumnStoreFileTracker(TableName, byte[], String, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
modifyColumnStoreFileTracker(RpcController, MasterProtos.ModifyColumnStoreFileTrackerRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
modifyColumnStoreFileTracker(TableName, byte[], String, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Modify the store file tracker of an existing column in an existing table
modifyNamespace(NamespaceDescriptor, NonceKey, ProcedurePrepareLatch) - Method in interface org.apache.hadoop.hbase.master.ClusterSchema
Modify an existing Namespace.
modifyNamespace(RpcController, MasterProtos.ModifyNamespaceRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
ModifyNamespaceProcedure - Class in org.apache.hadoop.hbase.master.procedure
The procedure to add a namespace to an existing table.
ModifyNamespaceProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
ModifyNamespaceProcedure(MasterProcedureEnv, NamespaceDescriptor) - Constructor for class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
ModifyNamespaceProcedure(MasterProcedureEnv, NamespaceDescriptor, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
ModifyPeerProcedure - Class in org.apache.hadoop.hbase.master.replication
The base class for all replication peer related procedure except sync replication state transition.
ModifyPeerProcedure() - Constructor for class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
ModifyPeerProcedure(String) - Constructor for class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
ModifyRegionUtils - Class in org.apache.hadoop.hbase.util
Utility methods for interacting with the regions.
ModifyRegionUtils.RegionEditTask - Interface in org.apache.hadoop.hbase.util
 
ModifyRegionUtils.RegionFillTask - Interface in org.apache.hadoop.hbase.util
 
ModifyStoreFileTrackerProcedure - Class in org.apache.hadoop.hbase.regionserver.storefiletracker
This procedure is used to change the store file tracker implementation.
ModifyStoreFileTrackerProcedure() - Constructor for class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
ModifyStoreFileTrackerProcedure(MasterProcedureEnv, TableName, String) - Constructor for class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
modifyTable(TableName, TableDescriptor, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
modifyTable(RpcController, MasterProtos.ModifyTableRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
modifyTable(TableName, TableDescriptor, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Modify the descriptor of an existing table
ModifyTableDescriptorProcedure - Class in org.apache.hadoop.hbase.master.procedure
The procedure will only update the table descriptor without reopening all the regions.
ModifyTableDescriptorProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
ModifyTableDescriptorProcedure(MasterProcedureEnv, TableName) - Constructor for class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
ModifyTableProcedure - Class in org.apache.hadoop.hbase.master.procedure
 
ModifyTableProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
ModifyTableProcedure(MasterProcedureEnv, TableDescriptor) - Constructor for class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
ModifyTableProcedure(MasterProcedureEnv, TableDescriptor, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
ModifyTableProcedure(MasterProcedureEnv, TableDescriptor, ProcedurePrepareLatch, TableDescriptor, boolean) - Constructor for class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
modifyTableStoreFileTracker(TableName, String, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
modifyTableStoreFileTracker(RpcController, MasterProtos.ModifyTableStoreFileTrackerRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
modifyTableStoreFileTracker(TableName, String, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Modify the store file tracker of an existing table
ModifyTableStoreFileTrackerProcedure - Class in org.apache.hadoop.hbase.regionserver.storefiletracker
 
ModifyTableStoreFileTrackerProcedure() - Constructor for class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyTableStoreFileTrackerProcedure
 
ModifyTableStoreFileTrackerProcedure(MasterProcedureEnv, TableName, String) - Constructor for class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyTableStoreFileTrackerProcedure
 
monitor - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
monitor - Variable in class org.apache.hadoop.hbase.procedure.Subprocedure
monitor to check for errors
Monitor(Connection, String[], boolean, CanaryTool.Sink, ExecutorService, boolean, long) - Constructor for class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
MONITOR_INTERVAL_KEY - Static variable in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
MONITORED_RPC - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
Keeps MonitoredRPCHandler per handler thread.
MonitoredRPCHandler - Interface in org.apache.hadoop.hbase.monitoring
A MonitoredTask implementation optimized for use with RPC Handlers handling frequent, short duration tasks.
MonitoredRPCHandlerImpl - Class in org.apache.hadoop.hbase.monitoring
A MonitoredTask implementation designed for use with RPC Handlers handling frequent, short duration tasks.
MonitoredRPCHandlerImpl(String) - Constructor for class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
 
MonitoredTask - Interface in org.apache.hadoop.hbase.monitoring
 
MonitoredTask.State - Enum in org.apache.hadoop.hbase.monitoring
 
MonitoredTask.StatusJournalEntry - Interface in org.apache.hadoop.hbase.monitoring
 
moreRowsMayExistAfter(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
moreRowsMayExistAfter(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
moreRowsMayExistAfter(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
moreRowsMayExistsAfter(int) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
move(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
move(MasterProcedureEnv, RegionInfo, ServerName) - Static method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
move(byte[], byte[]) - Method in class org.apache.hadoop.hbase.master.HMaster
 
MOVE_RETRIES_MAX_KEY - Static variable in class org.apache.hadoop.hbase.util.RegionMover
 
MOVE_WAIT_MAX_KEY - Static variable in class org.apache.hadoop.hbase.util.RegionMover
 
moveAsideBadEditsFile(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
Move aside a bad edits file.
moveAsync(RegionPlan) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
movedRegionCacheExpiredTime() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
moveFromOnlineToDeadServers(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
Called when server has expired.
moveRegion(RpcController, MasterProtos.MoveRegionRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
MoveRegionProcedure - Class in org.apache.hadoop.hbase.master.assignment
Deprecated.
Do not use any more.
MoveRegionProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
moveWAL(FileSystem, Path, Path) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
Move WAL.
MSLAB_CLASS_NAME - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
multi(RpcController, ClientProtos.MultiRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Execute multiple actions on a table: get, mutate, and/or execCoprocessor
MULTI_BYTE_BUFFER_HEAP_SIZE - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
MulticastPublisher() - Constructor for class org.apache.hadoop.hbase.master.ClusterStatusPublisher.MulticastPublisher
 
MultiHConnection - Class in org.apache.hadoop.hbase.util
Provides ability to create multiple Connection instances and allows to process a batch of actions using CHTable.doBatchWithCallback()
MultiHConnection(Configuration, int) - Constructor for class org.apache.hadoop.hbase.util.MultiHConnection
Create multiple Connection instances and initialize a thread pool executor
MultiRowMutationEndpoint - Class in org.apache.hadoop.hbase.coprocessor
This class implements atomic multi row transactions using HRegion.mutateRowsWithLocks(Collection, Collection, long, long) and Coprocessor endpoints.
MultiRowMutationEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint
 
MultiVersionConcurrencyControl - Class in org.apache.hadoop.hbase.regionserver
Manages the read/write consistency.
MultiVersionConcurrencyControl() - Constructor for class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
 
MultiVersionConcurrencyControl(String) - Constructor for class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
 
MultiVersionConcurrencyControl(long) - Constructor for class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
Construct and set read point.
MultiVersionConcurrencyControl.WriteEntry - Class in org.apache.hadoop.hbase.regionserver
Write number and whether write has completed given out at start of a write transaction.
MunkresAssignment - Class in org.apache.hadoop.hbase.util
Computes the optimal (minimal cost) assignment of jobs to workers (or other analogous) concepts given a cost matrix of each pair of job and worker, using the algorithm by James Munkres in "Algorithms for the Assignment and Transportation Problems", with additional optimizations as described by Jin Kue Wong in "A New Implementation of an Algorithm for the Optimal Assignment Problem: An Improved Version of Munkres' Algorithm".
MunkresAssignment(float[][]) - Constructor for class org.apache.hadoop.hbase.util.MunkresAssignment
Construct a new problem instance with the specified cost matrix.
MutableOnlineRegions - Interface in org.apache.hadoop.hbase.regionserver
Interface to Map of online regions.
MutableSegment - Class in org.apache.hadoop.hbase.regionserver
A mutable segment in memstore, specifically the active segment.
MutableSegment(CellSet, CellComparator, MemStoreLAB, MemStoreSizing) - Constructor for class org.apache.hadoop.hbase.regionserver.MutableSegment
 
mutate(RpcController, ClientProtos.MutateRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Mutate data in a table.
mutateRow(RowMutations) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
mutateRow(RowMutations, long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
mutateRow(RowMutations) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Performs multiple mutations atomically on a single row.
mutateRows(RpcController, MultiRowMutationProtos.MutateRowsRequest, RpcCallback<MultiRowMutationProtos.MutateRowsResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint
 
mutateRowsWithLocks(Collection<Mutation>, Collection<byte[]>, long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Perform atomic (all or none) mutations within the region.
mutateRowsWithLocks(Collection<Mutation>, Collection<byte[]>, long, long) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Perform atomic mutations within the region.
mutation - Variable in class org.apache.hadoop.hbase.wal.WALSplitUtil.MutationReplay
 
MutationReplay(ClientProtos.MutationProto.MutationType, Mutation, long, long) - Constructor for class org.apache.hadoop.hbase.wal.WALSplitUtil.MutationReplay
 
mvcc - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker.DeleteVersionsNode
 

N

name - Variable in class org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
 
name - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
File name to be used for block names
name - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Name for this object used when logging or in toString.
NAME - Static variable in class org.apache.hadoop.hbase.tool.BulkLoadHFilesTool
 
NAME - Static variable in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
since 2.2.0, will be removed in 3.0.0, with no replacement. End user should not depend on this value.
NAME_PARAM - Static variable in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
NamedQueueGetRequest - Class in org.apache.hadoop.hbase.namequeues.request
Request object to be used by ring buffer use-cases.
NamedQueueGetRequest() - Constructor for class org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
 
NamedQueueGetResponse - Class in org.apache.hadoop.hbase.namequeues.response
Response object to be sent by namedQueue service back to caller
NamedQueueGetResponse() - Constructor for class org.apache.hadoop.hbase.namequeues.response.NamedQueueGetResponse
 
NamedQueuePayload - Class in org.apache.hadoop.hbase.namequeues
Base payload to be prepared by client to send various namedQueue events for in-memory ring buffer storage in either HMaster or RegionServer.
NamedQueuePayload(int) - Constructor for class org.apache.hadoop.hbase.namequeues.NamedQueuePayload
 
NamedQueuePayload.NamedQueueEvent - Enum in org.apache.hadoop.hbase.namequeues
 
NamedQueueRecorder - Class in org.apache.hadoop.hbase.namequeues
NamedQueue recorder that maintains various named queues.
NamedQueueService - Interface in org.apache.hadoop.hbase.namequeues
In-memory Queue service provider for multiple use-cases.
NAMESPACE_PREFIX - Static variable in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
NamespaceAuditor - Class in org.apache.hadoop.hbase.namespace
The Class NamespaceAuditor performs checks to ensure operations like table creation and region splitting preserve namespace quota.
NamespaceAuditor(MasterServices) - Constructor for class org.apache.hadoop.hbase.namespace.NamespaceAuditor
 
NamespaceGroupingStrategy - Class in org.apache.hadoop.hbase.wal
A WAL grouping strategy based on namespace.
NamespaceGroupingStrategy() - Constructor for class org.apache.hadoop.hbase.wal.NamespaceGroupingStrategy
 
namespaceLock(String, String, Abortable) - Method in class org.apache.hadoop.hbase.client.locking.LockServiceClient
LocCreate a new EntityLock object to acquire exclusive lock on a namespace.
NamespaceQuotaSnapshotStore - Class in org.apache.hadoop.hbase.quotas
QuotaSnapshotStore implementation for namespaces.
NamespaceQuotaSnapshotStore(Connection, QuotaObserverChore, Map<RegionInfo, Long>) - Constructor for class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore
 
NamespaceTableCfWALEntryFilter - Class in org.apache.hadoop.hbase.replication
Filter a WAL Entry by the peer config according to the table and family which it belongs to.
NamespaceTableCfWALEntryFilter(ReplicationPeer) - Constructor for class org.apache.hadoop.hbase.replication.NamespaceTableCfWALEntryFilter
 
NANOS_PER_SECOND - Static variable in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
 
navigableKeySet() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
NB_SEND - Static variable in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
If a server dies, we're sending the information multiple times in case a receiver misses the message.
needAuthorization() - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
needsCompaction(Collection<HStoreFile>, List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy
Heuristics for guessing whether we need minor compaction.
needsCompaction(Collection<HStoreFile>, List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.FIFOCompactionPolicy
 
needsCompaction(Collection<HStoreFile>, List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy
A heuristic method to decide whether to schedule a compaction request
needsCompaction(Collection<HStoreFile>, List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
needsCompaction(List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.DateTieredStoreEngine
 
needsCompaction(List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.DefaultStoreEngine
 
needsCompaction() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
needsCompaction() - Method in interface org.apache.hadoop.hbase.regionserver.Store
See if there's too much store files in this store
needsCompaction(List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
needsCompaction(List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreEngine
 
needsCompactions(StripeCompactionPolicy.StripeInformationProvider, List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
needsPeriodicRoll(long) - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller.RollController
 
needsRoll(long) - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller.RollController
 
needsSingleStripeCompaction(StripeCompactionPolicy.StripeInformationProvider) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
needsTuning() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerResult
 
NETTY_NATIVETRANSPORT_KEY - Static variable in class org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig
 
NETTY_WORKER_COUNT_KEY - Static variable in class org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig
 
NettyAsyncFSWALConfigHelper - Class in org.apache.hadoop.hbase.wal
Helper class for passing netty event loop config to AsyncFSWALProvider.
NettyEventLoopGroupConfig - Class in org.apache.hadoop.hbase.util
Event loop group related config.
NettyEventLoopGroupConfig(Configuration, String) - Constructor for class org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig
 
NettyRpcFrameDecoder - Class in org.apache.hadoop.hbase.ipc
Decoder for extracting frame
NettyRpcFrameDecoder(int) - Constructor for class org.apache.hadoop.hbase.ipc.NettyRpcFrameDecoder
 
NettyRpcServer - Class in org.apache.hadoop.hbase.ipc
An RPC server with Netty4 implementation.
NettyRpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler, boolean) - Constructor for class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
newBlock() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Ready a new block for writing.
newBuilder(ReaderContext) - Static method in class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
newBuilder() - Static method in class org.apache.hadoop.hbase.regionserver.ScannerContext
 
newBuilder(boolean) - Static method in class org.apache.hadoop.hbase.regionserver.ScannerContext
 
newBuilder() - Static method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus
 
newDataBlockDecodingContext(Configuration, HFileContext) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder
create a encoder specific decoding context for reading.
newDataBlockDecodingContext(Configuration, HFileContext) - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
newDataBlockDecodingContext(Configuration, HFileContext) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
newDataBlockEncodingContext(Configuration, byte[], HFileContext) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder
Create an encoder specific encoding context object for writing.
newDataBlockEncodingContext(Configuration, byte[], HFileContext) - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
newDataBlockEncodingContext(Configuration, byte[], HFileContext) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
newDirectBuffer(int, int) - Method in class org.apache.hadoop.hbase.ipc.HeapByteBufAllocator
 
newHeapBuffer(int, int) - Method in class org.apache.hadoop.hbase.ipc.HeapByteBufAllocator
 
newHistogram(Reservoir) - Static method in class org.apache.hadoop.hbase.util.YammerHistogramUtils
Create a new Histogram instance.
newHRegion(Path, WAL, FileSystem, Configuration, RegionInfo, TableDescriptor, RegionServerServices) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
A utility method to create new instances of HRegion based on the HConstants.REGION_IMPL configuration property.
newIncomingWindow(long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionWindowFactory
 
newIncomingWindow(long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory
 
newInstance(Configuration) - Static method in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
newKVHeap(List<? extends KeyValueScanner>, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
 
newKVHeap(List<? extends KeyValueScanner>, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
newParser() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
 
newRemoteOperation() - Method in class org.apache.hadoop.hbase.master.assignment.CloseRegionProcedure
 
newRemoteOperation() - Method in class org.apache.hadoop.hbase.master.assignment.OpenRegionProcedure
 
newRemoteOperation() - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
newSplitAlgoInstance(Configuration, String) - Static method in class org.apache.hadoop.hbase.util.RegionSplitter
 
newThread(Runnable) - Method in class org.apache.hadoop.hbase.DaemonThreadFactory
 
NewVersionBehaviorTracker - Class in org.apache.hadoop.hbase.regionserver.querymatcher
A tracker both implementing ColumnTracker and DeleteTracker, used for mvcc-sensitive scanning.
NewVersionBehaviorTracker(NavigableSet<byte[]>, CellComparator, int, int, int, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
Note maxVersion and minVersion must set according to cf's conf, not user's scan parameter.
NewVersionBehaviorTracker.DeleteVersionsNode - Class in org.apache.hadoop.hbase.regionserver.querymatcher
A data structure which contains infos we need that happens before this node's mvcc and after the previous node's mvcc.
next() - Method in class org.apache.hadoop.hbase.client.ClientSideRegionScanner
 
next() - Method in class org.apache.hadoop.hbase.client.TableSnapshotScanner
 
next() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
next() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
Go to the next key/value in the block section.
next() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Scans to the next entry in the file.
next(List<Cell>) - Method in interface org.apache.hadoop.hbase.regionserver.InternalScanner
Grab the next row's worth of values.
next(List<Cell>, ScannerContext) - Method in interface org.apache.hadoop.hbase.regionserver.InternalScanner
Grab the next row's worth of values.
next() - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
 
next(List<Cell>, ScannerContext) - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
Gets the next row of keys from the top-most scanner.
next() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Return the next Cell in this scanner, iterating the scanner
next() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactorSegmentsIterator
 
next() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreMergerSegmentsIterator
 
next(List<Cell>, ScannerContext) - Method in class org.apache.hadoop.hbase.regionserver.MobStoreScanner
Firstly reads the cells from the HBase.
next() - Method in class org.apache.hadoop.hbase.regionserver.ReversedKeyValueHeap
 
next(List<Cell>, ScannerContext) - Method in class org.apache.hadoop.hbase.regionserver.ReversedMobStoreScanner
Firstly reads the cells from the HBase.
next() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Return the next Cell in this scanner, iterating the scanner
next() - Method in class org.apache.hadoop.hbase.regionserver.SnapshotSegmentScanner
 
next() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
next() - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
next(List<Cell>, ScannerContext) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
Get the next row of values from this Store.
next() - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
 
next(WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
 
next() - Method in class org.apache.hadoop.hbase.util.CollectionBackedScanner
 
next() - Method in interface org.apache.hadoop.hbase.wal.WAL.Reader
 
next(WAL.Entry) - Method in interface org.apache.hadoop.hbase.wal.WAL.Reader
 
nextEarlierWindow() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionWindow
Move to the new window of the same tier or of the next tier, which represents an earlier time span.
nextFreeOffset - Variable in class org.apache.hadoop.hbase.regionserver.Chunk
Offset for the next allocation, or the sentinel value -1 which implies that the chunk is still uninitialized.
nextIndexedKey - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
The next indexed key is to keep track of the indexed key of the next data block.
nextRaw(List<Cell>) - Method in interface org.apache.hadoop.hbase.regionserver.RegionScanner
Grab the next row's worth of values.
nextRaw(List<Cell>, ScannerContext) - Method in interface org.apache.hadoop.hbase.regionserver.RegionScanner
Grab the next row's worth of values.
nextStateAfterRefresh() - Method in class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
nextStateAfterRefresh() - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
Implementation class can override this method.
nextStateAfterRefresh() - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
NIO_BUFFER_LIMIT - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
When the read or write buffer size is larger than this limit, i/o will be done in chunks of this size.
NO_NEXT_INDEXED_KEY - Static variable in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
The byte array represents for NO_NEXT_INDEXED_KEY; The actual value is irrelevant because this is always compared by reference.
NO_PRIORITY - Static variable in interface org.apache.hadoop.hbase.regionserver.Store
 
NO_QUOTA - Static variable in interface org.apache.hadoop.hbase.quotas.QuotaSnapshotStore
Singleton to represent a table without a quota defined.
NO_SEQUENCE_ID - Static variable in interface org.apache.hadoop.hbase.regionserver.SequenceId
Used to represent when a particular wal key doesn't know/care about the sequence ordering.
NO_SNAPSHOT_START_TIME_SPECIFIED - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Default value if no start time is specified
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.backup.example.TableHFileArchiveTracker
 
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
Override handler from ZKListener
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.master.ActiveMasterManager
 
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.master.DrainingServerTracker
 
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.master.RegionServerTracker
 
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.MetaRegionLocationCache
 
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.PeerRegionServerListener
 
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
 
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.security.visibility.ZKVisibilityLabelWatcher
 
nodeChildrenChanged(String) - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.backup.example.TableHFileArchiveTracker
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.master.ActiveMasterManager
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.master.zksyncer.ClientZKSyncer
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.MetaRegionLocationCache
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.security.visibility.ZKVisibilityLabelWatcher
 
nodeCreated(String) - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
 
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
Override handler from ZKListener
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.master.zksyncer.ClientZKSyncer
 
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.MetaRegionLocationCache
 
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
 
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.security.visibility.ZKVisibilityLabelWatcher
 
nodeDataChanged(String) - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.backup.example.TableHFileArchiveTracker
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.master.ActiveMasterManager
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.master.DrainingServerTracker
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.master.zksyncer.ClientZKSyncer
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.MetaRegionLocationCache
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.security.visibility.ZKVisibilityLabelWatcher
 
nodeDeleted(String) - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
 
NoInsertsViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
A SpaceViolationPolicyEnforcement which disallows any inserts to the table.
NoInsertsViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.NoInsertsViolationPolicyEnforcement
 
NoLimitScannerContext - Class in org.apache.hadoop.hbase.regionserver
This is a special ScannerContext subclass that is designed to be used globally when limits should not be enforced during invocations of InternalScanner.next(java.util.List) or InternalScanner.next(java.util.List).
NoLimitScannerContext() - Constructor for class org.apache.hadoop.hbase.regionserver.NoLimitScannerContext
 
NoLimitThroughputController - Class in org.apache.hadoop.hbase.regionserver.throttle
 
NoLimitThroughputController() - Constructor for class org.apache.hadoop.hbase.regionserver.throttle.NoLimitThroughputController
 
noMoreData() - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSourceShipper
 
noMoreData() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
NON_META_FILTER - Static variable in class org.apache.hadoop.hbase.master.MasterWalManager
Filter *out* WAL files that are for the hbase:meta Region; i.e.
nonce - Variable in class org.apache.hadoop.hbase.wal.WALSplitUtil.MutationReplay
 
nonceGroup - Variable in class org.apache.hadoop.hbase.wal.WALSplitUtil.MutationReplay
 
NonceProcedureRunnable(MasterServices, long, long) - Constructor for class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil.NonceProcedureRunnable
 
NONE - Static variable in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
Represents no value, or not set.
NonLazyKeyValueScanner - Class in org.apache.hadoop.hbase.regionserver
A "non-lazy" scanner which always does a real seek operation.
NonLazyKeyValueScanner() - Constructor for class org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
 
NonLeafExpressionNode - Class in org.apache.hadoop.hbase.security.visibility.expression
 
NonLeafExpressionNode() - Constructor for class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
NonLeafExpressionNode(Operator) - Constructor for class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
NonLeafExpressionNode(Operator, List<ExpressionNode>) - Constructor for class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
NonLeafExpressionNode(Operator, ExpressionNode...) - Constructor for class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
NonReversedNonLazyKeyValueScanner - Class in org.apache.hadoop.hbase.regionserver
A "non-reversed & non-lazy" scanner which does not support backward scanning and always does a real seek operation.
NonReversedNonLazyKeyValueScanner() - Constructor for class org.apache.hadoop.hbase.regionserver.NonReversedNonLazyKeyValueScanner
 
NoopAccessChecker - Class in org.apache.hadoop.hbase.security.access
NoopAccessChecker is returned when hbase.security.authorization is not enabled.
NoopAccessChecker(Configuration) - Constructor for class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
NoOpDataBlockEncoder - Class in org.apache.hadoop.hbase.io.hfile
Does not perform any kind of encoding/decoding.
NoOpEncodedSeeker() - Constructor for class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
NoOpIndexBlockEncoder - Class in org.apache.hadoop.hbase.io.hfile
Does not perform any kind of encoding/decoding.
NoOpIndexBlockEncoder.NoOpEncodedSeeker - Class in org.apache.hadoop.hbase.io.hfile
 
NoOpRegionSizeStore - Class in org.apache.hadoop.hbase.quotas
A RegionSizeStore implementation that stores nothing.
NoRegionSplitRestriction - Class in org.apache.hadoop.hbase.regionserver
A RegionSplitRestriction implementation that does nothing.
NoRegionSplitRestriction() - Constructor for class org.apache.hadoop.hbase.regionserver.NoRegionSplitRestriction
 
NormalizationPlan - Interface in org.apache.hadoop.hbase.master.normalizer
A NormalizationPlan describes some modification to region split points as identified by an instance of RegionNormalizer.
NormalizationPlan.PlanType - Enum in org.apache.hadoop.hbase.master.normalizer
 
normalize(RpcController, MasterProtos.NormalizeRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
normalizeRegions(NormalizeTableFilterParams, boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
 
normalizeRegions(NormalizeTableFilterParams, boolean) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Perform normalization of cluster.
normalizeRegions(List<TableName>, boolean) - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
Submit tables for normalization.
NormalUserScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
Query matcher for normal user scan.
NormalUserScanQueryMatcher(Scan, ScanInfo, ColumnTracker, boolean, DeleteTracker, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.NormalUserScanQueryMatcher
 
NoSuchProcedureException - Exception in org.apache.hadoop.hbase.master
 
NoSuchProcedureException() - Constructor for exception org.apache.hadoop.hbase.master.NoSuchProcedureException
 
NoSuchProcedureException(String) - Constructor for exception org.apache.hadoop.hbase.master.NoSuchProcedureException
 
NOT_RUN - Static variable in class org.apache.hadoop.hbase.regionserver.OperationStatus
Singleton for operations not yet run.
NoTagByteBufferChunkKeyValue - Class in org.apache.hadoop.hbase.regionserver
ByteBuffer based cell which has the chunkid at the 0th offset and with no tags
NoTagByteBufferChunkKeyValue(ByteBuffer, int, int) - Constructor for class org.apache.hadoop.hbase.regionserver.NoTagByteBufferChunkKeyValue
 
NoTagByteBufferChunkKeyValue(ByteBuffer, int, int, long) - Constructor for class org.apache.hadoop.hbase.regionserver.NoTagByteBufferChunkKeyValue
 
notExecuted(Store, String) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionLifeCycleTracker
Called if the compaction request is failed for some reason.
notExecuted(String) - Method in interface org.apache.hadoop.hbase.regionserver.FlushLifeCycleTracker
Called if the flush request fails for some reason.
NotSeekedException(Path) - Constructor for exception org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.NotSeekedException
 
now - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
NoWritesCompactionsViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
A SpaceViolationPolicyEnforcement implementation which disables all updates and compactions.
NoWritesCompactionsViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.NoWritesCompactionsViolationPolicyEnforcement
 
NoWritesViolationPolicyEnforcement - Class in org.apache.hadoop.hbase.quotas.policies
A SpaceViolationPolicyEnforcement implementation which disables all writes flowing into HBase.
NoWritesViolationPolicyEnforcement() - Constructor for class org.apache.hadoop.hbase.quotas.policies.NoWritesViolationPolicyEnforcement
 
NULL_VALUE - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Null data
numCallQueues - Variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
numChunks - Variable in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
At read time, the total number of chunks.
numEntries - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
numThreads - Variable in class org.apache.hadoop.hbase.wal.OutputSink
 

O

ObserverContext<E extends CoprocessorEnvironment> - Interface in org.apache.hadoop.hbase.coprocessor
Carries the execution state for a given invocation of an Observer coprocessor (RegionObserver, MasterObserver, or WALObserver) method.
ObserverContextImpl<E extends CoprocessorEnvironment> - Class in org.apache.hadoop.hbase.coprocessor
This is the only implementation of ObserverContext, which serves as the interface for third-party Coprocessor developers.
ObserverContextImpl(User) - Constructor for class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
 
ObserverContextImpl(User, boolean) - Constructor for class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
 
ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C, O>) - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithoutResult
 
ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C, O>, User) - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithoutResult
 
ObserverOperationWithoutResult(CoprocessorHost.ObserverGetter<C, O>, User, boolean) - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithoutResult
 
ObserverOperationWithResult(CoprocessorHost.ObserverGetter<C, O>, R) - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult
 
ObserverOperationWithResult(CoprocessorHost.ObserverGetter<C, O>, R, boolean) - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult
 
ObserverOperationWithResult(CoprocessorHost.ObserverGetter<C, O>, R, User) - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorHost.ObserverOperationWithResult
 
obtainAndCacheToken(Connection, User) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
obtainToken(Configuration) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
Deprecated.
Since 2.0.0.
obtainToken(Connection) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
Deprecated.
External users should not use this method. Please post on the HBase dev mailing list if you need this method. Internal HBase code should use ClientTokenUtil instead.
obtainToken(Connection, User) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
Deprecated.
External users should not use this method. Please post on the HBase dev mailing list if you need this method. Internal HBase code should use ClientTokenUtil instead.
obtainTokenForJob(Connection, User, Job) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
Obtain an authentication token on behalf of the given user and add it to the credentials for the given map reduce job.
obtainTokenForJob(Connection, JobConf, User) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
Obtain an authentication token on behalf of the given user and add it to the credentials for the given map reduce job.
offer(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
offer(CallRunner, long, TimeUnit) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
offer(SyncFuture) - Method in class org.apache.hadoop.hbase.regionserver.wal.SyncFutureCache
Offers the sync future back to the cache for reuse.
offer(E) - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
offer(E, long, TimeUnit) - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
offer(T) - Method in class org.apache.hadoop.hbase.util.StealJobQueue
 
OFFHEAP_MEMSTORE_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
 
OffheapChunk - Class in org.apache.hadoop.hbase.regionserver
An off heap chunk implementation.
offHeapSizeChange(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
offline() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
Put region into OFFLINE mode (set state and clear location).
offlineHdfsIntegrityRepair() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
This repair method analyzes hbase data in hdfs and repairs it to satisfy the table integrity rules.
OfflineMetaRepair - Class in org.apache.hadoop.hbase.util.hbck
Deprecated.
Since 2.0.0. Will be removed in 3.0.0. We've deprecated this tool in hbase-2+ because it destroyed the hbase2 meta table.
offlineRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
offlineRegion(RpcController, MasterProtos.OfflineRegionRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Offline specified region from master's in-memory state.
OffPeakHours - Class in org.apache.hadoop.hbase.regionserver.compactions
 
OffPeakHours() - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.OffPeakHours
 
offPeakHours - Variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
OLD_WALS_CLEANER_THREAD_SIZE - Static variable in class org.apache.hadoop.hbase.master.cleaner.LogCleaner
 
OLD_WALS_CLEANER_THREAD_TIMEOUT_MSEC - Static variable in class org.apache.hadoop.hbase.master.cleaner.LogCleaner
 
oldestUnexpiredTS - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
The oldest timestamp we are interested in, based on TTL
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.ipc.BalancedQueueRpcExecutor
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
Resize call queues;
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.master.balancer.SimpleLoadBalancer
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.DirScanPool
Checks if pool can be updated.
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.LogCleaner
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.master.HMaster
 
onConfigurationChange(Configuration) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.master.RegionsRecoveryConfigManager
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
onConfigurationChange(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
OnheapChunk - Class in org.apache.hadoop.hbase.regionserver
An on heap chunk implementation.
onHeapMemoryTune(long, long) - Method in interface org.apache.hadoop.hbase.regionserver.HeapMemoryManager.HeapMemoryTuneObserver
This method would be called by HeapMemoryManger when a heap memory tune action took place.
ONLINE_SNAPSHOT_CONTROLLER_DESCRIPTION - Static variable in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Name of the operation to use in the controller
onlineConsistencyRepair() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
This repair method requires the cluster to be online since it contacts region servers and the masters.
onlineHbck() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Contacts the master and prints out cluster-wide information
onlineRegion(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
OnlineRegions - Interface in org.apache.hadoop.hbase.regionserver
Provides read-only access to the Regions presently online on the current RegionServer
onlySystemTablesOnMaster - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Deprecated.
since 2.4.0, will be removed in 3.0.0.
onRegionMerged(RegionInfo) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
onRegionMerged(RegionInfo) - Method in interface org.apache.hadoop.hbase.RegionStateListener
Process region merge event.
onRegionSplit(RegionInfo) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
onRegionSplit(RegionInfo) - Method in interface org.apache.hadoop.hbase.RegionStateListener
Process region split event.
onRegionSplitReverted(RegionInfo) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
onRegionSplitReverted(RegionInfo) - Method in interface org.apache.hadoop.hbase.RegionStateListener
Process region split reverted event.
OOM - Static variable in class org.apache.hadoop.hbase.regionserver.Chunk
 
open(FileSystem) - Method in class org.apache.hadoop.hbase.io.FileLink
Open the FileLink for read.
open(FileSystem, int) - Method in class org.apache.hadoop.hbase.io.FileLink
Open the FileLink for read.
open() - Method in class org.apache.hadoop.hbase.mob.CachedMobFile
Opens the mob file if it's not opened yet and increases the reference.
open() - Method in class org.apache.hadoop.hbase.mob.MobFile
Opens the underlying reader.
open(Configuration, FileSystem, Path, SnapshotProtos.SnapshotDescription) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
Return a SnapshotManifest instance with the information already loaded in-memory.
OPEN_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
The key value used for range boundary, indicating that the boundary is open (i.e.
OPEN_PARAN_NODE - Static variable in class org.apache.hadoop.hbase.security.visibility.expression.LeafExpressionNode
 
openFile(FileSystem, Path, CacheConfig) - Method in class org.apache.hadoop.hbase.mob.MobFileCache
Opens a mob file.
openHRegion(RegionInfo, TableDescriptor, WAL, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Open a Region.
openHRegion(RegionInfo, TableDescriptor, WAL, Configuration, RegionServerServices, CancelableProgressable) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Open a Region.
openHRegion(Path, RegionInfo, TableDescriptor, WAL, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Open a Region.
openHRegion(Path, RegionInfo, TableDescriptor, WAL, Configuration, RegionServerServices, CancelableProgressable) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Open a Region.
openHRegion(Configuration, FileSystem, Path, RegionInfo, TableDescriptor, WAL) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Open a Region.
openHRegion(Configuration, FileSystem, Path, RegionInfo, TableDescriptor, WAL, RegionServerServices, CancelableProgressable) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Open a Region.
openHRegion(HRegion, CancelableProgressable) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Useful when reopening a closed region (normally for unit tests)
openHRegion(Region, CancelableProgressable) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
 
openHRegionFromTableDir(Configuration, FileSystem, Path, RegionInfo, TableDescriptor, WAL, RegionServerServices, CancelableProgressable) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Open a Region.
OpenMetaHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Handles opening of a meta region on a region server.
OpenMetaHandler(Server, RegionServerServices, RegionInfo, TableDescriptor, long) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.OpenMetaHandler
 
OpenPriorityRegionHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Handles opening of a high priority region on a region server.
OpenPriorityRegionHandler(Server, RegionServerServices, RegionInfo, TableDescriptor, long) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.OpenPriorityRegionHandler
 
openReader(Path, Configuration) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
Opens WAL reader with retries and additional exception handling
openReadOnlyFileSystemHRegion(Configuration, FileSystem, Path, RegionInfo, TableDescriptor) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Open a Region on a read-only file-system (like hdfs snapshots)
openRegion(RpcController, AdminProtos.OpenRegionRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Open asynchronously a region or a set of regions on the region server.
openRegionFromFileSystem(Configuration, FileSystem, Path, RegionInfo, boolean) - Static method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Open Region from file-system.
OpenRegionHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Deprecated.
Keep it here only for compatible
OpenRegionHandler(Server, RegionServerServices, RegionInfo, TableDescriptor, long) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler
Deprecated.
 
OpenRegionHandler(Server, RegionServerServices, RegionInfo, TableDescriptor, long, EventType) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler
Deprecated.
 
OpenRegionProcedure - Class in org.apache.hadoop.hbase.master.assignment
The remote procedure used to open a region.
OpenRegionProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.OpenRegionProcedure
 
OpenRegionProcedure(TransitRegionStateProcedure, RegionInfo, ServerName) - Constructor for class org.apache.hadoop.hbase.master.assignment.OpenRegionProcedure
 
operationDetails_jsp - Class in org.apache.hadoop.hbase.generated.master
 
operationDetails_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.operationDetails_jsp
 
OperationQuota - Interface in org.apache.hadoop.hbase.quotas
Interface that allows to check the quota available for an operation.
OperationQuota.OperationType - Enum in org.apache.hadoop.hbase.quotas
 
OperationStatus - Class in org.apache.hadoop.hbase.regionserver
This class stores the Operation status code and the exception message that occurs in case of failure of operations like put, delete, etc.
OperationStatus(HConstants.OperationStatusCode) - Constructor for class org.apache.hadoop.hbase.regionserver.OperationStatus
 
OperationStatus(HConstants.OperationStatusCode, Result) - Constructor for class org.apache.hadoop.hbase.regionserver.OperationStatus
 
OperationStatus(HConstants.OperationStatusCode, String) - Constructor for class org.apache.hadoop.hbase.regionserver.OperationStatus
 
OperationStatus(HConstants.OperationStatusCode, Exception) - Constructor for class org.apache.hadoop.hbase.regionserver.OperationStatus
 
Operator - Enum in org.apache.hadoop.hbase.security.visibility.expression
 
optimalFunctionCount(int, long) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
 
OPTIMIZED_MOB_COMPACTION_TYPE - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
Mob compaction type: "full", "optimized" "full" - run full major compaction (during migration) "optimized" - optimized version for use case with infrequent updates/deletes
org.apache.hadoop.hbase - package org.apache.hadoop.hbase
 
org.apache.hadoop.hbase.backup - package org.apache.hadoop.hbase.backup
 
org.apache.hadoop.hbase.backup.example - package org.apache.hadoop.hbase.backup.example
 
org.apache.hadoop.hbase.client - package org.apache.hadoop.hbase.client
 
org.apache.hadoop.hbase.client.coprocessor - package org.apache.hadoop.hbase.client.coprocessor
 
org.apache.hadoop.hbase.client.locking - package org.apache.hadoop.hbase.client.locking
 
org.apache.hadoop.hbase.codec - package org.apache.hadoop.hbase.codec
 
org.apache.hadoop.hbase.constraint - package org.apache.hadoop.hbase.constraint
Restrict the domain of a data attribute, often times to fulfill business rules/requirements.
org.apache.hadoop.hbase.coordination - package org.apache.hadoop.hbase.coordination
 
org.apache.hadoop.hbase.coprocessor - package org.apache.hadoop.hbase.coprocessor
Table of Contents
org.apache.hadoop.hbase.errorhandling - package org.apache.hadoop.hbase.errorhandling
 
org.apache.hadoop.hbase.executor - package org.apache.hadoop.hbase.executor
 
org.apache.hadoop.hbase.favored - package org.apache.hadoop.hbase.favored
 
org.apache.hadoop.hbase.filter - package org.apache.hadoop.hbase.filter
 
org.apache.hadoop.hbase.fs - package org.apache.hadoop.hbase.fs
 
org.apache.hadoop.hbase.generated.master - package org.apache.hadoop.hbase.generated.master
 
org.apache.hadoop.hbase.generated.regionserver - package org.apache.hadoop.hbase.generated.regionserver
 
org.apache.hadoop.hbase.io - package org.apache.hadoop.hbase.io
 
org.apache.hadoop.hbase.io.hfile - package org.apache.hadoop.hbase.io.hfile
Provides implementations of HFile and HFile BlockCache.
org.apache.hadoop.hbase.io.hfile.bucket - package org.apache.hadoop.hbase.io.hfile.bucket
Provides BucketCache, an implementation of BlockCache.
org.apache.hadoop.hbase.io.util - package org.apache.hadoop.hbase.io.util
 
org.apache.hadoop.hbase.ipc - package org.apache.hadoop.hbase.ipc
Tools to help define network clients and servers.
org.apache.hadoop.hbase.mapreduce - package org.apache.hadoop.hbase.mapreduce
 
org.apache.hadoop.hbase.master - package org.apache.hadoop.hbase.master
 
org.apache.hadoop.hbase.master.assignment - package org.apache.hadoop.hbase.master.assignment
 
org.apache.hadoop.hbase.master.balancer - package org.apache.hadoop.hbase.master.balancer
 
org.apache.hadoop.hbase.master.cleaner - package org.apache.hadoop.hbase.master.cleaner
 
org.apache.hadoop.hbase.master.hbck - package org.apache.hadoop.hbase.master.hbck
 
org.apache.hadoop.hbase.master.http - package org.apache.hadoop.hbase.master.http
 
org.apache.hadoop.hbase.master.http.api_v1 - package org.apache.hadoop.hbase.master.http.api_v1
 
org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics - package org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics
Exposes the ClusterMetrics object over HTTP as a REST resource hierarchy.
org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model - package org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.model
 
org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource - package org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource
 
org.apache.hadoop.hbase.master.http.gson - package org.apache.hadoop.hbase.master.http.gson
This package should be in the hbase-http module as a.a.h.h.http.gson.
org.apache.hadoop.hbase.master.http.jersey - package org.apache.hadoop.hbase.master.http.jersey
 
org.apache.hadoop.hbase.master.janitor - package org.apache.hadoop.hbase.master.janitor
 
org.apache.hadoop.hbase.master.locking - package org.apache.hadoop.hbase.master.locking
 
org.apache.hadoop.hbase.master.migrate - package org.apache.hadoop.hbase.master.migrate
 
org.apache.hadoop.hbase.master.normalizer - package org.apache.hadoop.hbase.master.normalizer
The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward a "normal" size, according to their storefile size.
org.apache.hadoop.hbase.master.procedure - package org.apache.hadoop.hbase.master.procedure
 
org.apache.hadoop.hbase.master.region - package org.apache.hadoop.hbase.master.region
 
org.apache.hadoop.hbase.master.replication - package org.apache.hadoop.hbase.master.replication
 
org.apache.hadoop.hbase.master.slowlog - package org.apache.hadoop.hbase.master.slowlog
 
org.apache.hadoop.hbase.master.snapshot - package org.apache.hadoop.hbase.master.snapshot
 
org.apache.hadoop.hbase.master.zksyncer - package org.apache.hadoop.hbase.master.zksyncer
 
org.apache.hadoop.hbase.mob - package org.apache.hadoop.hbase.mob
 
org.apache.hadoop.hbase.monitoring - package org.apache.hadoop.hbase.monitoring
 
org.apache.hadoop.hbase.namequeues - package org.apache.hadoop.hbase.namequeues
 
org.apache.hadoop.hbase.namequeues.impl - package org.apache.hadoop.hbase.namequeues.impl
 
org.apache.hadoop.hbase.namequeues.request - package org.apache.hadoop.hbase.namequeues.request
 
org.apache.hadoop.hbase.namequeues.response - package org.apache.hadoop.hbase.namequeues.response
 
org.apache.hadoop.hbase.namespace - package org.apache.hadoop.hbase.namespace
 
org.apache.hadoop.hbase.procedure - package org.apache.hadoop.hbase.procedure
 
org.apache.hadoop.hbase.procedure.flush - package org.apache.hadoop.hbase.procedure.flush
 
org.apache.hadoop.hbase.procedure2 - package org.apache.hadoop.hbase.procedure2
 
org.apache.hadoop.hbase.procedure2.store.region - package org.apache.hadoop.hbase.procedure2.store.region
 
org.apache.hadoop.hbase.protobuf - package org.apache.hadoop.hbase.protobuf
 
org.apache.hadoop.hbase.quotas - package org.apache.hadoop.hbase.quotas
 
org.apache.hadoop.hbase.quotas.policies - package org.apache.hadoop.hbase.quotas.policies
 
org.apache.hadoop.hbase.regionserver - package org.apache.hadoop.hbase.regionserver
 
org.apache.hadoop.hbase.regionserver.compactions - package org.apache.hadoop.hbase.regionserver.compactions
 
org.apache.hadoop.hbase.regionserver.handler - package org.apache.hadoop.hbase.regionserver.handler
 
org.apache.hadoop.hbase.regionserver.http - package org.apache.hadoop.hbase.regionserver.http
 
org.apache.hadoop.hbase.regionserver.querymatcher - package org.apache.hadoop.hbase.regionserver.querymatcher
 
org.apache.hadoop.hbase.regionserver.snapshot - package org.apache.hadoop.hbase.regionserver.snapshot
 
org.apache.hadoop.hbase.regionserver.storefiletracker - package org.apache.hadoop.hbase.regionserver.storefiletracker
 
org.apache.hadoop.hbase.regionserver.throttle - package org.apache.hadoop.hbase.regionserver.throttle
 
org.apache.hadoop.hbase.regionserver.wal - package org.apache.hadoop.hbase.regionserver.wal
 
org.apache.hadoop.hbase.replication - package org.apache.hadoop.hbase.replication
Multi Cluster Replication
org.apache.hadoop.hbase.replication.master - package org.apache.hadoop.hbase.replication.master
 
org.apache.hadoop.hbase.replication.regionserver - package org.apache.hadoop.hbase.replication.regionserver
 
org.apache.hadoop.hbase.security - package org.apache.hadoop.hbase.security
 
org.apache.hadoop.hbase.security.access - package org.apache.hadoop.hbase.security.access
 
org.apache.hadoop.hbase.security.provider - package org.apache.hadoop.hbase.security.provider
 
org.apache.hadoop.hbase.security.token - package org.apache.hadoop.hbase.security.token
 
org.apache.hadoop.hbase.security.visibility - package org.apache.hadoop.hbase.security.visibility
 
org.apache.hadoop.hbase.security.visibility.expression - package org.apache.hadoop.hbase.security.visibility.expression
 
org.apache.hadoop.hbase.server.trace - package org.apache.hadoop.hbase.server.trace
 
org.apache.hadoop.hbase.snapshot - package org.apache.hadoop.hbase.snapshot
 
org.apache.hadoop.hbase.tmpl.common - package org.apache.hadoop.hbase.tmpl.common
 
org.apache.hadoop.hbase.tmpl.master - package org.apache.hadoop.hbase.tmpl.master
 
org.apache.hadoop.hbase.tmpl.regionserver - package org.apache.hadoop.hbase.tmpl.regionserver
 
org.apache.hadoop.hbase.tmpl.tool - package org.apache.hadoop.hbase.tmpl.tool
 
org.apache.hadoop.hbase.tool - package org.apache.hadoop.hbase.tool
 
org.apache.hadoop.hbase.tool.coprocessor - package org.apache.hadoop.hbase.tool.coprocessor
 
org.apache.hadoop.hbase.util - package org.apache.hadoop.hbase.util
 
org.apache.hadoop.hbase.util.compaction - package org.apache.hadoop.hbase.util.compaction
 
org.apache.hadoop.hbase.util.hbck - package org.apache.hadoop.hbase.util.hbck
 
org.apache.hadoop.hbase.wal - package org.apache.hadoop.hbase.wal
 
ostream - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
ourFiles - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Matches just those wal files that belong to this wal instance.
output - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
OutputSink - Class in org.apache.hadoop.hbase.wal
The following class is an abstraction class to provide a common interface to support different ways of consuming recovered edits.
OutputSink(WALSplitter.PipelineController, EntryBuffers, int) - Constructor for class org.apache.hadoop.hbase.wal.OutputSink
 
OutputSink.WriterThread - Class in org.apache.hadoop.hbase.wal
 
outputStream - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
FileSystem stream to write into.
OVERALL_COST_FUNCTION_NAME - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
overallHRegionFiles - Variable in class org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
 
Owned(ServerName) - Constructor for class org.apache.hadoop.hbase.SplitLogTask.Owned
Deprecated.
 

P

PARALLEL_PREPARE_PUT_STORE_MULTIPLIER - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
PARALLEL_PUT_STORE_THREADS_LIMIT - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
PARALLEL_PUT_STORE_THREADS_LIMIT_MIN_COLUMN_COUNT - Static variable in class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
ParallelSeekHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Handler to seek storefiles in parallel.
ParallelSeekHandler(KeyValueScanner, Cell, long, CountDownLatch) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.ParallelSeekHandler
 
param - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
params - Variable in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
Params() - Constructor for class org.apache.hadoop.hbase.security.access.AuthResult.Params
 
parent - Variable in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
parse(String) - Method in class org.apache.hadoop.hbase.security.visibility.ExpressionParser
 
parseBackReferenceName(String) - Static method in class org.apache.hadoop.hbase.io.HFileLink
 
parseDate(String) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Parses the string to a date.
ParseException - Exception in org.apache.hadoop.hbase.security.visibility
 
ParseException() - Constructor for exception org.apache.hadoop.hbase.security.visibility.ParseException
 
ParseException(String) - Constructor for exception org.apache.hadoop.hbase.security.visibility.ParseException
 
ParseException(Throwable) - Constructor for exception org.apache.hadoop.hbase.security.visibility.ParseException
 
ParseException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.security.visibility.ParseException
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
parseFrom(byte[], TimeRangeTracker.Type) - Static method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
parseFrom(byte[]) - Static method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
parseMasterServerName(String) - Static method in class org.apache.hadoop.hbase.ZNodeClearer
See HBASE-14861.
parseOptions(String[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter
 
passesDeleteFamilyBloomFilter(byte[], int, int) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
passesGeneralRowColBloomFilter(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
A method for checking Bloom filters.
passesKeyRangeFilter(Scan) - Method in class org.apache.hadoop.hbase.io.HalfStoreFileReader
 
passesKeyRangeFilter(Scan) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
Checks whether the given scan rowkey range overlaps with the current storefile's
path - Variable in class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
 
path - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
path - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Path of file
path - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
May be null if we were passed a stream.
path - Variable in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
 
path - Static variable in class org.apache.hadoop.hbase.util.CompressionTest
 
pathPrefix - Variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
pause(String) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
PB_WAL_COMPLETE_MAGIC - Static variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
PB_WAL_MAGIC - Static variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
PBUF_TRAILER_MINOR_VERSION - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
HFile minor version that introduced pbuf filetrailer
peek() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
peek() - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
 
peek() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Look at the next Cell in this scanner, but do not iterate scanner.
peek() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Look at the next Cell in this scanner, but do not iterate the scanner
peek() - Method in class org.apache.hadoop.hbase.regionserver.SnapshotSegmentScanner
 
peek() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
peek() - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
peek() - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
peek() - Method in class org.apache.hadoop.hbase.util.CollectionBackedScanner
 
peerConfigUpdated(ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
 
peerConfigUpdated(ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
peerId - Variable in class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
PeerProcedureHandler - Interface in org.apache.hadoop.hbase.replication.regionserver
A handler for modifying replication peer in peer procedures.
PeerProcedureHandlerImpl - Class in org.apache.hadoop.hbase.replication.regionserver
 
PeerProcedureHandlerImpl(ReplicationSourceManager) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandlerImpl
 
PeerProcedureInterface - Interface in org.apache.hadoop.hbase.master.procedure
 
PeerProcedureInterface.PeerOperationType - Enum in org.apache.hadoop.hbase.master.procedure
 
PeerRegionServerListener(HBaseReplicationEndpoint) - Constructor for class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint.PeerRegionServerListener
 
PER_BLOCK_OVERHEAD - Static variable in class org.apache.hadoop.hbase.io.hfile.LruCachedBlock
 
performCompaction(Compactor.FileDetails, InternalScanner, CellSink, long, boolean, ThroughputController, CompactionRequestImpl, CompactionProgress) - Method in class org.apache.hadoop.hbase.mob.DefaultMobStoreCompactor
Performs compaction on a column family with the mob flag enabled.
performCompaction(Compactor.FileDetails, InternalScanner, CellSink, long, boolean, ThroughputController, CompactionRequestImpl, CompactionProgress) - Method in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
Performs the compaction.
performMajorCompactionInBatches(Admin, TableDescriptor, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.mob.MobFileCompactionChore
 
performMobFlush(MemStoreSnapshot, long, InternalScanner, StoreFileWriter, MonitoredTask, ThroughputController, Consumer<Path>) - Method in class org.apache.hadoop.hbase.mob.DefaultMobStoreFlusher
Flushes the cells in the mob store.
performOnSuperuser(String, User, String) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Check if caller is granting or revoking superusers's or supergroups's permissions.
performOnSuperuser(String, User, String) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
PERIOD - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
permissionGranted(String, User, Permission.Action, TableName, Map<byte[], ? extends Collection<?>>) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Check the current user for authorization to perform a specific action against the given set of row data.
permissionGranted(String, User, Permission.Action, TableName, Map<byte[], ? extends Collection<?>>) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
PermissionStorage - Class in org.apache.hadoop.hbase.security.access
Maintains lists of permission grants to users and groups to allow for authorization checks by AccessController.
persistAll() - Method in class org.apache.hadoop.hbase.namequeues.impl.BalancerDecisionQueueService
 
persistAll() - Method in class org.apache.hadoop.hbase.namequeues.impl.BalancerRejectionQueueService
 
persistAll() - Method in class org.apache.hadoop.hbase.namequeues.impl.SlowLogQueueService
Add all slowLog events to system table.
persistAll(NamedQueuePayload.NamedQueueEvent) - Method in class org.apache.hadoop.hbase.namequeues.NamedQueueRecorder
Add all in memory queue records to system table.
persistAll() - Method in interface org.apache.hadoop.hbase.namequeues.NamedQueueService
Add all in memory queue records to system table.
PersistentIOEngine - Class in org.apache.hadoop.hbase.io.hfile.bucket
A class implementing PersistentIOEngine interface supports file integrity verification for BucketCache which use persistent IOEngine
PersistentIOEngine(String...) - Constructor for class org.apache.hadoop.hbase.io.hfile.bucket.PersistentIOEngine
 
PipelineController() - Constructor for class org.apache.hadoop.hbase.wal.WALSplitter.PipelineController
 
pipelineThreshold - Variable in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
placePrimaryRSAsRoundRobin(Map<ServerName, List<RegionInfo>>, Map<RegionInfo, ServerName>, List<RegionInfo>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
placeSecondaryAndTertiaryRS(Map<RegionInfo, ServerName>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
 
placeSecondaryAndTertiaryWithRestrictions(Map<RegionInfo, ServerName>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
For regions that share the primary, avoid placing the secondary and tertiary on a same RS.
planSkipped(NormalizationPlan.PlanType) - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
Call-back for the case where plan couldn't be executed due to constraint violation, such as namespace quota.
PLUGGABLE_CALL_QUEUE_CLASS_NAME - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
PLUGGABLE_CALL_QUEUE_WITH_FAST_PATH_ENABLED - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
PluggableBlockingQueue - Class in org.apache.hadoop.hbase.ipc
Abstract class template for defining a pluggable blocking queue implementation to be used by the 'pluggable' call queue type in the RpcExecutor.
PluggableBlockingQueue(int, PriorityFunction, Configuration) - Constructor for class org.apache.hadoop.hbase.ipc.PluggableBlockingQueue
 
PluggableRpcQueueNotFound - Exception in org.apache.hadoop.hbase.ipc
Internal runtime error type to indicate the RpcExecutor failed to execute a `pluggable` call queue type.
PluggableRpcQueueNotFound(String) - Constructor for exception org.apache.hadoop.hbase.ipc.PluggableRpcQueueNotFound
 
poll() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.CachedEntryQueue
Returns The next element in this queue, or null if the queue is empty.
poll() - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlockQueue
Returns The next element in this queue, or null if the queue is empty.
poll() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
poll(long, TimeUnit) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
poll() - Method in class org.apache.hadoop.hbase.master.procedure.FairQueue
 
poll() - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
poll(long, TimeUnit) - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
poll(long, TimeUnit) - Method in class org.apache.hadoop.hbase.util.StealJobQueue
 
pollFirst() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
pollFirstEntry() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
pollLast() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.CachedEntryQueue
Returns The last element in this queue, or null if the queue is empty.
pollLast() - Method in class org.apache.hadoop.hbase.io.hfile.LruCachedBlockQueue
Returns The last element in this queue, or null if the queue is empty.
pollLast() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
pollLastEntry() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
pollRealKV() - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
Fetches the top sub-scanner from the priority queue, ensuring that a real seek has been done on it.
POOL_INITIAL_SIZE_DEFAULT - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
POOL_MAX_SIZE_DEFAULT - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
populateRegionStatesFromMeta(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Attempt to load regionInfo from META, adding any results to the AssignmentManager.regionStateStore Is NOT aware of replica regions.
populateRegionStatesFromMeta(String) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Attempt to load regionEncodedName from META, adding any results to the AssignmentManager.regionStateStore Is NOT aware of replica regions.
port - Variable in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
 
positiveJitterRate() - Method in class org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
 
postAbortProcedure(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a abortProcedure request has been processed.
postAbortProcedure() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postAbortProcedure(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postAddReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String, ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after add a replication peer
postAddReplicationPeer(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postAddRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a new region server group is added
postAddRSGroup(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postAppend(ObserverContext<RegionCoprocessorEnvironment>, Append, Result) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionObserver.postAppend(ObserverContext, Append, Result, WALEdit) instead.
postAppend(ObserverContext<RegionCoprocessorEnvironment>, Append, Result, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after Append
postAppend(Append, Result, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postAppend(long, long, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.wal.MetricsWAL
 
postAppend(long, long, WALKey, WALEdit) - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALActionsListener
For notification post append to the writer.
postAppendBeforeWAL(ObserverContext<RegionCoprocessorEnvironment>, Mutation, List<Pair<Cell, Cell>>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after a list of new cells has been created during an append operation, but before they are committed to the WAL or memstore.
postAppendBeforeWAL(Mutation, List<Pair<Cell, Cell>>) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postAppendBeforeWAL(ObserverContext<RegionCoprocessorEnvironment>, Mutation, List<Pair<Cell, Cell>>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postAppendBeforeWAL(ObserverContext<RegionCoprocessorEnvironment>, Mutation, List<Pair<Cell, Cell>>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
postAssign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the region assignment has been requested.
postAssign(RegionInfo) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postBalance(ObserverContext<MasterCoprocessorEnvironment>, BalanceRequest, List<RegionPlan>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the balancing plan has been submitted.
postBalance(BalanceRequest, List<RegionPlan>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postBalanceRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String, BalanceRequest, BalanceResponse) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a region server group is removed
postBalanceRSGroup(String, BalanceRequest, BalanceResponse) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postBalanceSwitch(ObserverContext<MasterCoprocessorEnvironment>, boolean, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the flag to enable/disable balancing has changed.
postBalanceSwitch(boolean, boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
This will be called after applying a batch of Mutations on a region.
postBatchMutate(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.BaseRowProcessor
 
postBatchMutate(MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postBatchMutate(HRegion) - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
The hook to be executed after the process() and applying the Mutations to region.
postBatchMutateIndispensably(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the completion of batch put/delete/increment/append and will be called even if the batch operation fails.
postBatchMutateIndispensably(MiniBatchOperationInProgress<Mutation>, boolean) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postBulkLoadHFile(ObserverContext<RegionCoprocessorEnvironment>, List<Pair<byte[], String>>, Map<byte[], List<Path>>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after bulkLoadHFile.
postBulkLoadHFile(List<Pair<byte[], String>>, Map<byte[], List<Path>>) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postCheckAndDelete(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Delete, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
postCheckAndDelete(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Delete, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
postCheckAndMutate(ObserverContext<RegionCoprocessorEnvironment>, CheckAndMutate, CheckAndMutateResult) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after checkAndMutate
postCheckAndMutate(CheckAndMutate, CheckAndMutateResult) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postCheckAndPut(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Put, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
postCheckAndPut(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Put, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
postClearCompactionQueues(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
This will be called after clearing compaction queues
postClearCompactionQueues() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
postClearDeadServers(ObserverContext<MasterCoprocessorEnvironment>, List<ServerName>, List<ServerName>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after clear dead region servers.
postClearDeadServers(List<ServerName>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a snapshot clone operation has been requested.
postCloneSnapshot(SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postClose(ObserverContext<RegionCoprocessorEnvironment>, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the region is reported as closed to the master.
postClose(boolean) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked after a region is closed
postCloseRegionOperation(ObserverContext<RegionCoprocessorEnvironment>, Region.Operation) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after releasing read lock in Region.closeRegionOperation().
postCloseRegionOperation(Region.Operation) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postCommitStoreFile(ObserverContext<RegionCoprocessorEnvironment>, byte[], Path, Path) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after moving bulk loaded hfile to region directory.
postCommitStoreFile(byte[], Path, Path) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, CompactionLifeCycleTracker, CompactionRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after compaction has completed and the new store file has been moved in to place.
postCompact(HStore, HStoreFile, CompactionLifeCycleTracker, CompactionRequest, User) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Called after the store compaction has completed.
postCompactSelection(ObserverContext<RegionCoprocessorEnvironment>, Store, List<? extends StoreFile>, CompactionLifeCycleTracker, CompactionRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the StoreFiles to compact have been selected from the available candidates.
postCompactSelection(HStore, List<HStoreFile>, CompactionLifeCycleTracker, CompactionRequest, User) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Called after the HStoreFiles to be compacted have been selected from the available candidates.
postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the createTable operation has been requested.
postCompletedCreateTableAction(TableDescriptor, RegionInfo[], User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postCompletedCreateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
postCompletedDeleteTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after HMaster deletes a table.
postCompletedDeleteTableAction(TableName, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postCompletedDeleteTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
postCompletedDisableTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the disableTable operation has been requested.
postCompletedDisableTableAction(TableName, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postCompletedEnableTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the enableTable operation has been requested.
postCompletedEnableTableAction(TableName, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postCompletedMergeRegionsAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[], RegionInfo) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
called after the regions merge.
postCompletedMergeRegionsAction(RegionInfo[], RegionInfo, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
Invoked after completing merge regions operation
postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Deprecated.
Since 2.1. Will be removed in 3.0.
postCompletedModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after to modifying a table's properties.
postCompletedModifyTableAction(TableName, TableDescriptor, TableDescriptor, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postCompletedSnapshotAction(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the snapshot operation has been completed.
postCompletedSnapshotAction(SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postCompletedSnapshotAction(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
postCompletedSplitRegionAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, RegionInfo) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the region is split.
postCompletedSplitRegionAction(RegionInfo, RegionInfo, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
Invoked just after a split
postCompletedTruncateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after HMaster truncates a table.
postCompletedTruncateTableAction(TableName, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postCompletedTruncateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
postCreateNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the createNamespace operation has been requested.
postCreateNamespace(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postCreateNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment>, ReplicationEndpoint) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
This will be called after the replication endpoint is instantiated.
postCreateReplicationEndPoint(ReplicationEndpoint) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment>, ReplicationEndpoint) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postCreateReplicationEndPoint(ObserverContext<RegionServerCoprocessorEnvironment>, ReplicationEndpoint) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplication
 
postCreateTable(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the createTable operation has been requested.
postCreateTable(TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postDecommissionRegionServers(ObserverContext<MasterCoprocessorEnvironment>, List<ServerName>, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after decommission region servers.
postDecommissionRegionServers(List<ServerName>, boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionObserver.postDelete(ObserverContext, Delete, WALEdit) instead.
postDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the client deletes a value.
postDelete(Delete, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postDeleteNamespace(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the deleteNamespace operation has been requested.
postDeleteNamespace(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postDeleteNamespace(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotasObserver
 
postDeleteNamespace(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postDeleteNamespace(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
postDeleteSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the delete snapshot operation has been requested.
postDeleteSnapshot(SnapshotDescription) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postDeleteTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the deleteTable operation has been requested.
postDeleteTable(TableName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postDeleteTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotasObserver
 
postDeleteTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postDisable(MasterProcedureEnv, MasterProcedureProtos.DisableTableState) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
Action after disabling table.
postDisableReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after disable a replication peer
postDisableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postDisableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the disableTable operation has been requested.
postDisableTable(TableName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postEnableReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after enable a replication peer
postEnableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postEnableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the enableTable operation has been requested.
postEnableTable(TableName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postEndpointInvocation(ObserverContext<RegionCoprocessorEnvironment>, Service, String, Message, Message.Builder) - Method in interface org.apache.hadoop.hbase.coprocessor.EndpointObserver
Called after an Endpoint service method is invoked.
postEndpointInvocation(Service, String, Message, Message.Builder) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postEndpointInvocation(ObserverContext<RegionCoprocessorEnvironment>, Service, String, Message, Message.Builder) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postExecuteProcedures(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
This will be called after executing procedures
postExecuteProcedures() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
postExists(ObserverContext<RegionCoprocessorEnvironment>, Get, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the client tests for existence using a Get.
postExists(Get, boolean) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postFinish() - Method in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSourceShipper
 
postFinish() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
postFlush(ObserverContext<RegionCoprocessorEnvironment>, FlushLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the memstore is flushed to disk.
postFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, StoreFile, FlushLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after a Store's memstore is flushed to disk.
postFlush(FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked after a memstore flush
postFlush(HStore, HStoreFile, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked after a memstore flush
postGet(Get, List<Cell>) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postGetClusterMetrics(ObserverContext<MasterCoprocessorEnvironment>, ClusterMetrics) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after get cluster status.
postGetClusterMetrics(ClusterMetrics) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postGetLocks(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a getLocks request has been processed.
postGetLocks(List<LockedResource>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a getNamespaceDescriptor request has been processed.
postGetNamespaceDescriptor(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the client performs a Get
postGetProcedures(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a getProcedures request has been processed.
postGetProcedures(List<Procedure<?>>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postGetReplicationPeerConfig(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after get the configured ReplicationPeerConfig for the specified peer
postGetReplicationPeerConfig(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postGetTableDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<TableName>, List<TableDescriptor>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a getTableDescriptors request has been processed.
postGetTableDescriptors(List<TableName>, List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postGetTableDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<TableName>, List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postGetTableNames(ObserverContext<MasterCoprocessorEnvironment>, List<TableDescriptor>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a getTableNames request has been processed.
postGetTableNames(List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postGetTableNames(ObserverContext<MasterCoprocessorEnvironment>, List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postGetUserPermissions(ObserverContext<MasterCoprocessorEnvironment>, String, String, TableName, byte[], byte[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after getting user permissions.
postGetUserPermissions(String, String, TableName, byte[], byte[]) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postGrant(ObserverContext<MasterCoprocessorEnvironment>, UserPermission, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after granting user permissions.
postGrant(UserPermission, boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postGrant(ObserverContext<MasterCoprocessorEnvironment>, UserPermission, boolean) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
postHasUserPermissions(ObserverContext<MasterCoprocessorEnvironment>, String, List<Permission>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after checking if user has permissions.
postHasUserPermissions(String, List<Permission>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment, Result) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionObserver.postIncrement(ObserverContext, Increment, Result, WALEdit) instead.
postIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment, Result, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after increment
postIncrement(Increment, Result, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postIncrementBeforeWAL(ObserverContext<RegionCoprocessorEnvironment>, Mutation, List<Pair<Cell, Cell>>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after a list of new cells has been created during an increment operation, but before they are committed to the WAL or memstore.
postIncrementBeforeWAL(Mutation, List<Pair<Cell, Cell>>) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postIncrementBeforeWAL(ObserverContext<RegionCoprocessorEnvironment>, Mutation, List<Pair<Cell, Cell>>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postIncrementBeforeWAL(ObserverContext<RegionCoprocessorEnvironment>, Mutation, List<Pair<Cell, Cell>>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
postInstantiateDeleteTracker(ObserverContext<RegionCoprocessorEnvironment>, DeleteTracker) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
Since 2.0 with out any replacement and will be removed in 3.0
postInstantiateDeleteTracker(DeleteTracker) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Deprecated.
Since 2.0 with out any replacement and will be removed in 3.0
postInstantiateDeleteTracker(ObserverContext<RegionCoprocessorEnvironment>, DeleteTracker) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
postIsRpcThrottleEnabled(ObserverContext<MasterCoprocessorEnvironment>, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after getting if is rpc throttle enabled.
postIsRpcThrottleEnabled(boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postListDecommissionedRegionServers(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after list decommissioned region servers.
postListDecommissionedRegionServers() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<NamespaceDescriptor>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a listNamespaceDescriptors request has been processed.
postListNamespaceDescriptors(List<NamespaceDescriptor>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<NamespaceDescriptor>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postListNamespaces(ObserverContext<MasterCoprocessorEnvironment>, List<String>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a listNamespaces request has been processed.
postListNamespaces(List<String>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postListNamespaces(ObserverContext<MasterCoprocessorEnvironment>, List<String>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postListReplicationPeers(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after list replication peers.
postListReplicationPeers(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postListSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after listSnapshots request has been processed.
postListSnapshot(SnapshotDescription) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postLockHeartbeat(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after heartbeat to a lock.
postLockHeartbeat(LockProcedure, boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postLogArchive(Path, Path) - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALActionsListener
The WAL has been archived.
postLogRoll(Path, Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.MetricsWAL
 
postLogRoll(Path, Path) - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALActionsListener
The WAL has been rolled.
postLogRoll(Path) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
 
postMasterStartupInitialize() - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
postMasterStartupInitialize() - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
postMasterStartupInitialize() - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
If balancer needs to do initialization after Master has started up, lets do that here.
postMasterStoreFlush(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the master local region memstore is flushed to disk.
postMasterStoreFlush() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postMemStoreCompaction(ObserverContext<RegionCoprocessorEnvironment>, Store) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the in memory compaction is finished.
postMemStoreCompaction(HStore) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked after in memory compaction.
postMergeRegions(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
called after merge regions request.
postMergeRegions(RegionInfo[]) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postMergeRegionsCommit(RegionInfo[], RegionInfo, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
Invoked after merge regions operation writes the new region to hbase:meta
postMergeRegionsCommitAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[], RegionInfo) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
This will be called after META step as part of regions merge transaction.
postModifyColumnFamilyStoreFileTracker(ObserverContext<MasterCoprocessorEnvironment>, TableName, byte[], String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after modifying a family store file tracker.
postModifyColumnFamilyStoreFileTracker(TableName, byte[], String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Deprecated.
Since 2.1. Will be removed in 3.0.
postModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor, NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the modifyNamespace operation has been requested.
postModifyNamespace(NamespaceDescriptor, NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Deprecated.
Since 2.1. Will be removed in 3.0.
postModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the modifyTable operation has been requested.
postModifyTable(TableName, TableDescriptor, TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor, TableDescriptor) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
postModifyTableStoreFileTracker(ObserverContext<MasterCoprocessorEnvironment>, TableName, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after modifying a table's store file tracker.
postModifyTableStoreFileTracker(TableName, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postMove(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, ServerName, ServerName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the region move has been requested.
postMove(RegionInfo, ServerName, ServerName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postMoveServers(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after servers are moved to target region server group
postMoveServers(Set<Address>, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postMoveServersAndTables(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, Set<TableName>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after servers are moved to target region server group
postMoveServersAndTables(Set<Address>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postMoveTables(ObserverContext<MasterCoprocessorEnvironment>, Set<TableName>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after servers are moved to target region server group
postMoveTables(Set<TableName>, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postMutationBeforeWAL(ObserverContext<RegionCoprocessorEnvironment>, RegionObserver.MutationType, Mutation, Cell, Cell) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
postOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the region is reported as open to the master.
postOpen() - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked after a region open
postOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
Region related hooks
PostOpenDeployContext(HRegion, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionServerServices.PostOpenDeployContext
 
postOpenDeployTasks(RegionServerServices.PostOpenDeployContext) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
postOpenDeployTasks(RegionServerServices.PostOpenDeployContext) - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Tasks to perform after region open to complete deploy of region on regionserver
postPeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
postPeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.DisablePeerProcedure
 
postPeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.EnablePeerProcedure
 
postPeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
Called before we finish the procedure.
postPeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.RemovePeerProcedure
 
postPeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
postProcess(HRegion, WALEdit, boolean) - Method in class org.apache.hadoop.hbase.regionserver.BaseRowProcessor
 
postProcess(HRegion, WALEdit, boolean) - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
The hook to be executed after process() and applying the Mutations to region.
postPut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionObserver.postPut(ObserverContext, Put, WALEdit) instead.
postPut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the client stores a value.
postPut(Put, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postPut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postRecommissionRegionServer(ObserverContext<MasterCoprocessorEnvironment>, ServerName, List<byte[]>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after recommission region server.
postRecommissionRegionServer(ServerName, List<byte[]>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postRegionOffline(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the region has been marked offline.
postRegionOffline(RegionInfo) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postRemoveReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after remove a replication peer
postRemoveReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postRemoveRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a region server group is removed
postRemoveRSGroup(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postRemoveServers(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after servers are removed from rsgroup
postRemoveServers(Set<Address>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postRenameRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after rename rsgroup.
postRenameRSGroup(String, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postReplayWALs(ObserverContext<? extends RegionCoprocessorEnvironment>, RegionInfo, Path) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after replaying WALs for this region.
postReplayWALs(RegionInfo, Path) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
Deprecated.
As of release 2.0.0 with out any replacement. This is maintained for internal usage by AccessController. Do not use these hooks in custom co-processors.
postReplicateLogEntries() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
postReplicationSinkBatchMutate(ObserverContext<RegionServerCoprocessorEnvironment>, AdminProtos.WALEntry, Mutation) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
This will be called after replication sink mutations are executed on the sink table as part of batch call.
postReplicationSinkBatchMutate(AdminProtos.WALEntry, Mutation) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
postRequestLock(ObserverContext<MasterCoprocessorEnvironment>, String, TableName, RegionInfo[], String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after new LockProcedure is queued.
postRequestLock(String, TableName, RegionInfo[], LockType, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after a snapshot restore operation has been requested.
postRestoreSnapshot(SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postRevoke(ObserverContext<MasterCoprocessorEnvironment>, UserPermission) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after revoking user permissions.
postRevoke(UserPermission) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postRevoke(ObserverContext<MasterCoprocessorEnvironment>, UserPermission) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
postRollBackMergeRegionsAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
This will be called after the roll back of the regions merge.
postRollBackMergeRegionsAction(RegionInfo[], User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
Invoked after rollback merge regions operation
postRollBackSplitRegionAction(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
This will be called after the roll back of the split region is completed
postRollBackSplitRegionAction(User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
Invoked just after the rollback of a failed split
postRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
This will be called after executing user request to roll a region server WAL.
postRollWALWriterRequest() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
postRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postScannerClose(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the client closes a scanner.
postScannerClose(InternalScanner) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postScannerClose(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postScannerClose(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
postScannerFilterRow(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, Cell, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
This will be called by the scan flow when the current scanned row is being filtered out by the filter.
postScannerFilterRow(InternalScanner, Cell) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
This will be called by the scan flow when the current scanned row is being filtered out by the filter.
postScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the client asks for the next row on a scanner.
postScannerNext(InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan, RegionScanner) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after the client opens a new scanner.
postScannerOpen(Scan, RegionScanner) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan, RegionScanner) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan, RegionScanner) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
postSetNamespaceQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the quota for the namespace is stored.
postSetNamespaceQuota(String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postSetRegionServerQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the quota for the region server is stored.
postSetRegionServerQuota(String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postSetSplitOrMergeEnabled(ObserverContext<MasterCoprocessorEnvironment>, boolean, MasterSwitchType) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after setting split / merge switch
postSetSplitOrMergeEnabled(boolean, MasterSwitchType) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postSetSplitOrMergeEnabled(ObserverContext<MasterCoprocessorEnvironment>, boolean, MasterSwitchType) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
postSetTableQuota(ObserverContext<MasterCoprocessorEnvironment>, TableName, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the quota for the table is stored.
postSetTableQuota(TableName, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the quota for the user is stored.
postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, TableName, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the quota for the user on the specified table is stored.
postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, String, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the quota for the user on the specified namespace is stored.
postSetUserQuota(String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postSetUserQuota(String, TableName, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postSetUserQuota(String, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postShipEdits(List<WAL.Entry>, int) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
postShipEdits(List<WAL.Entry>, int) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Call this after the shipper thread ship some entries to peer cluster.
postSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the snapshot operation has been requested.
postSnapshot(SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postSnapshotOperation() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Perform tasks needed after the completion of snapshot operation.
postStartMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called immediately after an active master instance has completed initialization.
postStartMaster() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postStartMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postStartMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
postStartMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
Master related hooks
postStartRegionOperation(ObserverContext<RegionCoprocessorEnvironment>, Region.Operation) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
This will be called for region operations where read lock is acquired in Region.startRegionOperation().
postStartRegionOperation(Region.Operation) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postStoreFileReaderOpen(ObserverContext<RegionCoprocessorEnvironment>, FileSystem, Path, FSDataInputStreamWrapper, long, CacheConfig, Reference, StoreFileReader) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
For Phoenix only, StoreFileReader is not a stable interface.
postStoreFileReaderOpen(FileSystem, Path, FSDataInputStreamWrapper, long, CacheConfig, Reference, StoreFileReader) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
postSwitchExceedThrottleQuota(ObserverContext<MasterCoprocessorEnvironment>, boolean, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after switching exceed throttle quota state.
postSwitchExceedThrottleQuota(boolean, boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postSwitchRpcThrottle(ObserverContext<MasterCoprocessorEnvironment>, boolean, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after switching rpc throttle enabled state.
postSwitchRpcThrottle(boolean, boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postSync(long, int) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
postSync(long, int) - Method in class org.apache.hadoop.hbase.regionserver.wal.MetricsWAL
 
postSync(long, int) - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALActionsListener
For notification post writer sync.
postTableFlush(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the table memstore is flushed to disk.
postTableFlush(TableName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postTruncateTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the truncateTable operation has been requested.
postTruncateTable(TableName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postTruncateTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
postUnassign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Deprecated.
in 2.4.0. replaced by postUnassign(ctx, regionInfo). removed in hbase 3. until then safe to either leave implementation here or move it to the new method. default impl of that method calls this one.
postUnassign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after the region unassignment has been requested.
postUnassign(RegionInfo) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postUpdate(MutableSegment) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
Issue any post update synchronization and tests
postUpdate(MutableSegment) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
postUpdate(MutableSegment) - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
postUpdateReplicationPeerConfig(ObserverContext<MasterCoprocessorEnvironment>, String, ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after update peerConfig for the specified peer
postUpdateReplicationPeerConfig(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postUpdateRSGroupConfig(ObserverContext<MasterCoprocessorEnvironment>, String, Map<String, String>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called after update rsgroup config.
postUpdateRSGroupConfig(String, Map<String, String>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
postWALRestore(ObserverContext<? extends RegionCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called after a WALEdit replayed for this region.
postWALRestore(RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Deprecated.
Since hbase-2.0.0. No replacement. To be removed in hbase-3.0.0 and replaced with something that doesn't expose IntefaceAudience.Private classes.
postWALRoll(ObserverContext<? extends WALCoprocessorEnvironment>, Path, Path) - Method in interface org.apache.hadoop.hbase.coprocessor.WALObserver
Called after rolling the current WAL
postWALRoll(Path, Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost
Called after rolling the current WAL
postWALWrite(ObserverContext<? extends WALCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.WALObserver
Deprecated.
Since hbase-2.0.0. To be replaced with an alternative that does not expose InterfaceAudience classes such as WALKey and WALEdit. Will be removed in hbase-3.0.0.
postWALWrite(RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost
 
preAbortProcedure(ObserverContext<MasterCoprocessorEnvironment>, long) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a abortProcedure request has been processed.
preAbortProcedure(ProcedureExecutor<MasterProcedureEnv>, long) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preAbortProcedure(ObserverContext<MasterCoprocessorEnvironment>, long) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
pread - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
preAddReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String, ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before add a replication peer
preAddReplicationPeer(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preAddReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preAddRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a new region server group is added
preAddRSGroup(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preAppend(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionObserver.preAppend(ObserverContext, Append, WALEdit) instead.
preAppend(ObserverContext<RegionCoprocessorEnvironment>, Append, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before Append.
preAppend(Append, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
preAppend(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preAppendAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, Append) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionObserver.preBatchMutate(ObserverContext, MiniBatchOperationInProgress) instead.
preAppendAfterRowLock(Append) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
preAssign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to assigning a specific region.
preAssign(RegionInfo) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preAssign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preBalance(ObserverContext<MasterCoprocessorEnvironment>, BalanceRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to requesting rebalancing of the cluster regions, though after the initial checks for regions in transition and the balance switch flag.
preBalance(BalanceRequest) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preBalance(ObserverContext<MasterCoprocessorEnvironment>, BalanceRequest) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preBalanceCluster(Map<TableName, Map<ServerName, List<RegionInfo>>>) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Called before actually executing balanceCluster.
preBalanceCluster(Map<TableName, Map<ServerName, List<RegionInfo>>>) - Method in class org.apache.hadoop.hbase.master.balancer.SimpleLoadBalancer
 
preBalanceRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String, BalanceRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a region server group is removed
preBalanceRSGroup(String, BalanceRequest) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preBalanceSwitch(ObserverContext<MasterCoprocessorEnvironment>, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to modifying the flag used to enable/disable region balancing.
preBalanceSwitch(boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preBalanceSwitch(ObserverContext<MasterCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
This will be called for every batch mutation operation happening at the server.
preBatchMutate(HRegion, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.BaseRowProcessor
 
preBatchMutate(MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
preBatchMutate(HRegion, WALEdit) - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
The hook to be executed after the process() but before applying the Mutations to region.
preBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
preBatchMutate(ObserverContext<RegionCoprocessorEnvironment>, MiniBatchOperationInProgress<Mutation>) - Method in class org.apache.hadoop.hbase.tool.WriteSinkCoprocessor
 
preBulkLoadHFile(ObserverContext<RegionCoprocessorEnvironment>, List<Pair<byte[], String>>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before bulkLoadHFile.
preBulkLoadHFile(String, long) - Method in class org.apache.hadoop.hbase.regionserver.HStore
This method should only be called from Region.
preBulkLoadHFile(List<Pair<byte[], String>>) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
preBulkLoadHFile(ObserverContext<RegionCoprocessorEnvironment>, List<Pair<byte[], String>>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
Verifies user has CREATE or ADMIN privileges on the Column Families involved in the bulkLoadHFile request.
preCheck(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Check before the delete logic.
preCheck(TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyColumnFamilyStoreFileTrackerProcedure
 
preCheck(TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
preCheck(TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyTableStoreFileTrackerProcedure
 
preCheckAndDelete(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Delete, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
preCheckAndDelete(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Delete, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
preCheckAndDelete(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Delete, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preCheckAndDeleteAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Delete, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
preCheckAndDeleteAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Delete, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
preCheckAndDeleteAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Delete, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preCheckAndMutate(ObserverContext<RegionCoprocessorEnvironment>, CheckAndMutate, CheckAndMutateResult) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before checkAndMutate
preCheckAndMutate(CheckAndMutate) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
preCheckAndMutateAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, CheckAndMutate, CheckAndMutateResult) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before checkAndDelete but after acquiring rowlock.
preCheckAndMutateAfterRowLock(CheckAndMutate) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
preCheckAndPut(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Put, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
preCheckAndPut(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Put, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
preCheckAndPut(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Put, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preCheckAndPutAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Put, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
preCheckAndPutAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Put, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
preCheckAndPutAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, byte[], byte[], byte[], CompareOperator, ByteArrayComparable, Put, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preClean() - Method in interface org.apache.hadoop.hbase.master.cleaner.FileCleanerDelegate
Used to do some initialize work before every period clean
preClean() - Method in class org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
 
preCleanupBulkLoad(ObserverContext<RegionCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.BulkLoadObserver
Called as part of SecureBulkLoadEndpoint.cleanupBulkLoad() RPC call.
preCleanupBulkLoad(User) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
preCleanupBulkLoad(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
Authorization security check for SecureBulkLoadProtocol.cleanupBulkLoad()
preClearCompactionQueues(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
This will be called before clearing compaction queues
preClearCompactionQueues() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
preClearCompactionQueues(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preClearDeadServers(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before clear dead region servers.
preClearDeadServers() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preClearDeadServers(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a snapshot is cloned.
preCloneSnapshot(SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preCloneSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preClose(ObserverContext<RegionCoprocessorEnvironment>, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before the region is reported as closed to the master.
preClose(boolean) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked before a region is closed
preClose(ObserverContext<RegionCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preCloseWriter(StoreFileWriter) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
Subclasses override this method to be called before we close the give writer.
preCloseWriter(StoreFileWriter) - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
 
preCommitStoreFile(ObserverContext<RegionCoprocessorEnvironment>, byte[], List<Pair<Path, Path>>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before moving bulk loaded hfile to region directory.
preCommitStoreFile(byte[], List<Pair<Path, Path>>) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
preCommitStoreFile(ObserverContext<RegionCoprocessorEnvironment>, byte[], List<Pair<Path, Path>>) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationObserver
 
preCommitWriters() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
Subclasses override this method to be called at the end of a successful sequence of append; all appends are processed before this method is called.
preCommitWriters() - Method in class org.apache.hadoop.hbase.regionserver.DateTieredMultiFileWriter
 
preCommitWriters() - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
 
preCommitWritersInternal() - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.BoundaryMultiWriter
 
preCommitWritersInternal() - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
 
preCommitWritersInternal() - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.SizeMultiWriter
 
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called prior to writing the StoreFiles selected for compaction into a new StoreFile.
preCompact(HStore, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest, User) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Called prior to rewriting the store files selected for compaction
preCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, ScanType, CompactionLifeCycleTracker, CompactionRequest) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preCompactScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Store, ScanType, ScanOptions, CompactionLifeCycleTracker, CompactionRequest) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before we open store scanner for compaction.
preCompactScannerOpen(HStore, ScanType, CompactionLifeCycleTracker, CompactionRequest, User) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Called prior to opening store scanner for compaction.
preCompactSelection(ObserverContext<RegionCoprocessorEnvironment>, Store, List<? extends StoreFile>, CompactionLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called prior to selecting the StoreFiles to compact from the list of available candidates.
preCompactSelection(HStore, List<HStoreFile>, CompactionLifeCycleTracker, User) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Called prior to selecting the HStoreFiles for compaction from the list of currently available candidates.
preCreateNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a new namespace is created by HMaster.
preCreateNamespace(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preCreateNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preCreateTable(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a new table is created by HMaster.
preCreateTable(TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preCreateTable(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.security.access.AccessController
Observer implementations
preCreateTable(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in class org.apache.hadoop.hbase.security.access.CoprocessorWhitelistMasterObserver
 
preCreateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor, RegionInfo[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a new table is created by HMaster.
preCreateTableAction(TableDescriptor, RegionInfo[], User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preCreateTableRegionsInfos(ObserverContext<MasterCoprocessorEnvironment>, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before we create the region infos for this table.
preCreateTableRegionsInfos(TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preDecommissionRegionServers(ObserverContext<MasterCoprocessorEnvironment>, List<ServerName>, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before decommission region servers.
preDecommissionRegionServers(List<ServerName>, boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preDecommissionRegionServers(ObserverContext<MasterCoprocessorEnvironment>, List<ServerName>, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionObserver.preDelete(ObserverContext, Delete, WALEdit) instead.
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before the client deletes a value.
preDelete(Delete, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
preDelete(ObserverContext<RegionCoprocessorEnvironment>, Delete, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preDeleteNamespace(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before HMaster deletes a namespace
preDeleteNamespace(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preDeleteNamespace(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preDeleteSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a snapshot is deleted.
preDeleteSnapshot(SnapshotDescription) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preDeleteSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preDeleteTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before HMaster deletes a table.
preDeleteTable(TableName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preDeleteTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preDeleteTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before HMaster deletes a table.
preDeleteTableAction(TableName, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preDisable(MasterProcedureEnv, MasterProcedureProtos.DisableTableState) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
Action before disabling table.
preDisableReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before disable a replication peer
preDisableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preDisableReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preDisableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to disabling a table.
preDisableTable(TableName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preDisableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preDisableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
preDisableTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to disabling a table.
preDisableTableAction(TableName, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preEnableReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before enable a replication peer
preEnableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preEnableReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preEnableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to enabling a table.
preEnableTable(TableName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preEnableTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preEnableTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to enabling a table.
preEnableTableAction(TableName, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preEndpointInvocation(ObserverContext<RegionCoprocessorEnvironment>, Service, String, Message) - Method in interface org.apache.hadoop.hbase.coprocessor.EndpointObserver
Called before an Endpoint service method is invoked.
preEndpointInvocation(Service, String, Message) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
preEndpointInvocation(ObserverContext<RegionCoprocessorEnvironment>, Service, String, Message) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preExecuteProcedures(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
This will be called before executing procedures
preExecuteProcedures() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
preExecuteProcedures(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preExists(ObserverContext<RegionCoprocessorEnvironment>, Get, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before the client tests for existence using a Get.
preExists(Get) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
preExists(ObserverContext<RegionCoprocessorEnvironment>, Get, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
PREFETCH_BLOCKS_ON_OPEN_KEY - Static variable in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Configuration key to prefetch all blocks of a given file into the block cache when the file is opened.
prefetchComplete() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
prefetchComplete() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
Returns false if block prefetching was requested for this file and has not completed, true otherwise
PrefetchExecutor - Class in org.apache.hadoop.hbase.io.hfile
 
PREFIX_LENGTH_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitPolicy
Deprecated.
 
PREFIX_LENGTH_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitRestriction
 
PREFIX_LENGTH_KEY - Static variable in class org.apache.hadoop.hbase.util.BloomFilterUtil
 
PREFIX_LENGTH_KEY_DEPRECATED - Static variable in class org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitPolicy
Deprecated.
prefixPathStr - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Prefix used when checking for wal membership.
preflightChecks(MasterProcedureEnv, Boolean) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
Check that cluster is up and master is running.
preflightChecks(MasterProcedureEnv, Boolean) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
preFlush(ObserverContext<RegionCoprocessorEnvironment>, FlushLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before the memstore is flushed to disk.
preFlush(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner, FlushLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before a Store's memstore is flushed to disk.
preFlush(HStore, InternalScanner, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked before a memstore flush
preFlush(FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked before a memstore flush
preFlush(ObserverContext<RegionCoprocessorEnvironment>, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preFlushScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Store, ScanOptions, FlushLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before we open store scanner for flush.
preFlushScannerOpen(HStore, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked before create StoreScanner for flush.
preFlushSeqIDEstimation() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
This method is called before the flush is executed.
preFlushSeqIDEstimation() - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
preFlushSeqIDEstimation() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
preFlushSeqIDEstimation() - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
This method is called before the flush is executed.
preGet(Get, List<Cell>) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
preGetClusterMetrics(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before get cluster status.
preGetClusterMetrics() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preGetLocks(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a getLocks request has been processed.
preGetLocks() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preGetLocks(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a getNamespaceDescriptor request has been processed.
preGetNamespaceDescriptor(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preGetNamespaceDescriptor(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before the client performs a Get
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preGetOp(ObserverContext<RegionCoprocessorEnvironment>, Get, List<Cell>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
preGetProcedures(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a getProcedures request has been processed.
preGetProcedures() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preGetProcedures(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preGetReplicationPeerConfig(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before get the configured ReplicationPeerConfig for the specified peer
preGetReplicationPeerConfig(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preGetReplicationPeerConfig(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preGetTableDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<TableName>, List<TableDescriptor>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a getTableDescriptors request has been processed.
preGetTableDescriptors(List<TableName>, List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preGetTableDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<TableName>, List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preGetTableNames(ObserverContext<MasterCoprocessorEnvironment>, List<TableDescriptor>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a getTableNames request has been processed.
preGetTableNames(List<TableDescriptor>, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preGetUserPermissions(ObserverContext<MasterCoprocessorEnvironment>, String, String, TableName, byte[], byte[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before getting user permissions.
preGetUserPermissions(String, String, TableName, byte[], byte[]) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preGetUserPermissions(ObserverContext<MasterCoprocessorEnvironment>, String, String, TableName, byte[], byte[]) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preGrant(ObserverContext<MasterCoprocessorEnvironment>, UserPermission, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before granting user permissions.
preGrant(UserPermission, boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preGrant(ObserverContext<MasterCoprocessorEnvironment>, UserPermission, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preHasUserPermissions(ObserverContext<MasterCoprocessorEnvironment>, String, List<Permission>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
 
preHasUserPermissions(String, List<Permission>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preHasUserPermissions(ObserverContext<MasterCoprocessorEnvironment>, String, List<Permission>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionObserver.preIncrement(ObserverContext, Increment, WALEdit) instead.
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before Increment.
preIncrement(Increment, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
preIncrement(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preIncrementAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, Increment) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionObserver.preBatchMutate(ObserverContext, MiniBatchOperationInProgress) instead.
preIncrementAfterRowLock(Increment) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
preIsRpcThrottleEnabled(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before getting if is rpc throttle enabled.
preIsRpcThrottleEnabled() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preIsRpcThrottleEnabled(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preListDecommissionedRegionServers(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before list decommissioned region servers.
preListDecommissionedRegionServers() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preListDecommissionedRegionServers(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preListNamespaceDescriptors(ObserverContext<MasterCoprocessorEnvironment>, List<NamespaceDescriptor>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a listNamespaceDescriptors request has been processed.
preListNamespaceDescriptors(List<NamespaceDescriptor>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preListNamespaces(ObserverContext<MasterCoprocessorEnvironment>, List<String>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a listNamespaces request has been processed.
preListNamespaces(List<String>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preListReplicationPeers(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before list replication peers.
preListReplicationPeers(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preListReplicationPeers(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preListSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before listSnapshots request has been processed.
preListSnapshot(SnapshotDescription) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preListSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preLockHeartbeat(ObserverContext<MasterCoprocessorEnvironment>, TableName, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before heartbeat to a lock.
preLockHeartbeat(LockProcedure, boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preLockHeartbeat(ObserverContext<MasterCoprocessorEnvironment>, TableName, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preLogArchive(Path, Path) - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALActionsListener
The WAL is going to be archived.
preLogRoll(Path, Path) - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALActionsListener
The WAL is going to be rolled.
preLogRoll(Path) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
 
preMasterInitialization(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Call before the master initialization is set to true.
preMasterInitialization() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preMasterInitialization(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
preMasterStoreFlush(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the master local region memstore is flushed to disk.
preMasterStoreFlush() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preMemStoreCompaction(ObserverContext<RegionCoprocessorEnvironment>, Store) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before in memory compaction started.
preMemStoreCompaction(HStore) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked before in memory compaction.
preMemStoreCompactionCompact(ObserverContext<RegionCoprocessorEnvironment>, Store, InternalScanner) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before we do in memory compaction.
preMemStoreCompactionCompact(HStore, InternalScanner) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked before compacting memstore.
preMemStoreCompactionCompactScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Store, ScanOptions) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before we open store scanner for in memory compaction.
preMemStoreCompactionCompactScannerOpen(HStore) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked before create StoreScanner for in memory compaction.
preMergeRegions(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before merge regions request.
preMergeRegions(RegionInfo[]) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preMergeRegions(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[]) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preMergeRegionsAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the regions merge.
preMergeRegionsAction(RegionInfo[], User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
Invoked just before a merge
preMergeRegionsCommit(RegionInfo[], List<Mutation>, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
Invoked before merge regions operation writes the new region to hbase:meta
preMergeRegionsCommitAction(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo[], List<Mutation>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
This will be called before update META step as part of regions merge transaction.
preModifyColumnFamilyStoreFileTracker(ObserverContext<MasterCoprocessorEnvironment>, TableName, byte[], String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to modifying a family's store file tracker.
preModifyColumnFamilyStoreFileTracker(TableName, byte[], String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preModifyColumnFamilyStoreFileTracker(ObserverContext<MasterCoprocessorEnvironment>, TableName, byte[], String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Deprecated.
Since 2.1. Will be removed in 3.0.
preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor, NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to modifying a namespace's properties.
preModifyNamespace(NamespaceDescriptor, NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preModifyNamespace(ObserverContext<MasterCoprocessorEnvironment>, NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Deprecated.
Since 2.1. Will be removed in 3.0.
preModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to modifying a table's properties.
preModifyTable(TableName, TableDescriptor, TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor, TableDescriptor) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor, TableDescriptor) - Method in class org.apache.hadoop.hbase.security.access.CoprocessorWhitelistMasterObserver
 
preModifyTable(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor, TableDescriptor) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
preModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Deprecated.
Since 2.1. Will be removed in 3.0.
preModifyTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, TableDescriptor, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to modifying a table's properties.
preModifyTableAction(TableName, TableDescriptor, TableDescriptor, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preModifyTableStoreFileTracker(ObserverContext<MasterCoprocessorEnvironment>, TableName, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to modifying a table's store file tracker.
preModifyTableStoreFileTracker(TableName, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preModifyTableStoreFileTracker(ObserverContext<MasterCoprocessorEnvironment>, TableName, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preMove(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, ServerName, ServerName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to moving a given region from one region server to another.
preMove(RegionInfo, ServerName, ServerName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preMove(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, ServerName, ServerName) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preMoveServers(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before servers are moved to target region server group
preMoveServers(Set<Address>, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preMoveServersAndTables(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>, Set<TableName>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before servers are moved to target region server group
preMoveServersAndTables(Set<Address>, Set<TableName>, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preMoveTables(ObserverContext<MasterCoprocessorEnvironment>, Set<TableName>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before tables are moved to target region server group
preMoveTables(Set<TableName>, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before the region is reported as open to the master.
preOpen() - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Invoked before a region open.
preOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preOpen(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.tool.WriteSinkCoprocessor
 
prepare(E) - Method in class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
 
prepare() - Method in class org.apache.hadoop.hbase.executor.EventHandler
Event handlers should do all the necessary checks in this method (rather than in the constructor, or in process()) so that the caller, which is mostly executed in the ipc context can fail fast.
prepare() - Method in class org.apache.hadoop.hbase.master.snapshot.DisabledTableSnapshotHandler
 
prepare() - Method in class org.apache.hadoop.hbase.master.snapshot.EnabledTableSnapshotHandler
 
prepare() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
prepare(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
Reset the map if it is different with the last Cell.
prepareBulkLoad(byte[], String, boolean, String) - Method in interface org.apache.hadoop.hbase.regionserver.HRegion.BulkLoadListener
Called before an HFile is actually loaded
prepareBulkLoad(RpcController, ClientProtos.PrepareBulkLoadRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
prepareBulkLoad(HRegion, ClientProtos.PrepareBulkLoadRequest) - Method in class org.apache.hadoop.hbase.regionserver.SecureBulkLoadManager
 
prepareForBlockReader(boolean) - Method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
Prepares the streams for block reader.
prepareHFileQueue(Path, Table, Deque<LoadIncrementalHFiles.LoadQueueItem>, boolean) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Prepare a collection of LoadIncrementalHFiles.LoadQueueItem from list of source hfiles contained in the passed directory and validates whether the prepared queue has all the valid table column families in it.
prepareHFileQueue(Path, Table, Deque<LoadIncrementalHFiles.LoadQueueItem>, boolean, boolean) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Prepare a collection of LoadIncrementalHFiles.LoadQueueItem from list of source hfiles contained in the passed directory and validates whether the prepared queue has all the valid table column families in it.
prepareHFileQueue(Map<byte[], List<Path>>, Table, Deque<LoadIncrementalHFiles.LoadQueueItem>, boolean) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Prepare a collection of LoadIncrementalHFiles.LoadQueueItem from list of source hfiles contained in the passed directory and validates whether the prepared queue has all the valid table column families in it.
prepareSplitRegion(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
Prepare to Split region.
prepareTask(String) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
Deprecated.
Prepare the new task
prepareTask(String) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
prePeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
prePeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.DisablePeerProcedure
 
prePeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.EnablePeerProcedure
 
prePeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
Called before we start the actual processing.
prePeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.RemovePeerProcedure
 
prePeerModification(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
prePrepareBulkLoad(ObserverContext<RegionCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.BulkLoadObserver
Called as part of SecureBulkLoadEndpoint.prepareBulkLoad() RPC call.
prePrepareBulkLoad(User) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
prePrepareBulkLoad(ObserverContext<RegionCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
Authorization check for SecureBulkLoadProtocol.prepareBulkLoad()
prePrepareTimeStampForDeleteVersion(ObserverContext<RegionCoprocessorEnvironment>, Mutation, Cell, byte[], Get) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
Since hbase-2.0.0. No replacement. To be removed in hbase-3.0.0 and replaced with something that doesn't expose IntefaceAudience.Private classes.
prePrepareTimeStampForDeleteVersion(Mutation, Cell, byte[], Get) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Deprecated.
In hbase-2.0.0. Will be removed in hbase-3.0.0. Added explicitly for a single Coprocessor for its needs only. Will be removed.
prePrepareTimeStampForDeleteVersion(ObserverContext<RegionCoprocessorEnvironment>, Mutation, Cell, byte[], Get) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
preProcess(HRegion, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.BaseRowProcessor
 
preProcess(HRegion, WALEdit) - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
The hook to be executed before process().
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.constraint.ConstraintProcessor
 
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
since 2.5.0 and will be removed in 4.0.0. Use RegionObserver.prePut(ObserverContext, Put, WALEdit) instead.
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before the client stores a value.
prePut(Put, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
prePut(ObserverContext<RegionCoprocessorEnvironment>, Put, WALEdit, Durability) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preRecommissionRegionServer(ObserverContext<MasterCoprocessorEnvironment>, ServerName, List<byte[]>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before recommission region server.
preRecommissionRegionServer(ServerName, List<byte[]>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preRecommissionRegionServer(ObserverContext<MasterCoprocessorEnvironment>, ServerName, List<byte[]>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preRegionOffline(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to marking a given region as offline.
preRegionOffline(RegionInfo) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preRegionOffline(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preRemoveReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before remove a replication peer
preRemoveReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preRemoveReplicationPeer(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preRemoveRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a region server group is removed
preRemoveRSGroup(String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preRemoveServers(ObserverContext<MasterCoprocessorEnvironment>, Set<Address>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before servers are removed from rsgroup
preRemoveServers(Set<Address>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preRenameRSGroup(ObserverContext<MasterCoprocessorEnvironment>, String, String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before rename rsgroup.
preRenameRSGroup(String, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preReplayWALs(ObserverContext<? extends RegionCoprocessorEnvironment>, RegionInfo, Path) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before replaying WALs for this region.
preReplayWALs(RegionInfo, Path) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
Deprecated.
As of release 2.0.0 with out any replacement. This is maintained for internal usage by AccessController. Do not use these hooks in custom co-processors.
preReplicateLogEntries() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
preReplicateLogEntries(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preReplicationSinkBatchMutate(ObserverContext<RegionServerCoprocessorEnvironment>, AdminProtos.WALEntry, Mutation) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
This will be called before replication sink mutations are executed on the sink table as part of batch call.
preReplicationSinkBatchMutate(AdminProtos.WALEntry, Mutation) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
preRequestLock(ObserverContext<MasterCoprocessorEnvironment>, String, TableName, RegionInfo[], String) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before new LockProcedure is queued.
preRequestLock(String, TableName, RegionInfo[], LockType, String) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preRequestLock(ObserverContext<MasterCoprocessorEnvironment>, String, TableName, RegionInfo[], String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a snapshot is restored.
preRestoreSnapshot(SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preRestoreSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preRevoke(ObserverContext<MasterCoprocessorEnvironment>, UserPermission) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before revoking user permissions.
preRevoke(UserPermission) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preRevoke(ObserverContext<MasterCoprocessorEnvironment>, UserPermission) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
This will be called before executing user request to roll a region server WAL.
preRollWALWriterRequest() - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
preRollWALWriterRequest(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preScannerClose(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before the client closes a scanner.
preScannerClose(InternalScanner) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Supports Coprocessor 'bypass'.
preScannerClose(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preScannerClose(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
preScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before the client asks for the next row on a scanner.
preScannerNext(InternalScanner, List<Result>, int) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
preScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preScannerNext(ObserverContext<RegionCoprocessorEnvironment>, InternalScanner, List<Result>, int, boolean) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before the client opens a new scanner.
preScannerOpen(Scan) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Scan) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
preSelect(List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionContext
Called before coprocessor preCompactSelection and should filter the candidates for coprocessor; i.e.
preSelectCompactionForCoprocessor(Collection<HStoreFile>, List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
preSelectFilesForCoprocessor(StripeCompactionPolicy.StripeInformationProvider, List<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
preSetNamespaceQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the quota for the namespace is stored.
preSetNamespaceQuota(String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preSetNamespaceQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preSetRegionServerQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the quota for the region server is stored.
preSetRegionServerQuota(String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preSetRegionServerQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preSetSplitOrMergeEnabled(ObserverContext<MasterCoprocessorEnvironment>, boolean, MasterSwitchType) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to setting split / merge switch Supports Coprocessor 'bypass'.
preSetSplitOrMergeEnabled(boolean, MasterSwitchType) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preSetSplitOrMergeEnabled(ObserverContext<MasterCoprocessorEnvironment>, boolean, MasterSwitchType) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preSetTableQuota(ObserverContext<MasterCoprocessorEnvironment>, TableName, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the quota for the table is stored.
preSetTableQuota(TableName, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preSetTableQuota(ObserverContext<MasterCoprocessorEnvironment>, TableName, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the quota for the user is stored.
preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, TableName, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the quota for the user on the specified table is stored.
preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, String, GlobalQuotaSettings) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the quota for the user on the specified namespace is stored.
preSetUserQuota(String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preSetUserQuota(String, TableName, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preSetUserQuota(String, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, TableName, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment>, String, String, GlobalQuotaSettings) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preShutdown(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to shutting down the full HBase cluster, including this HMaster process.
preShutdown() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preShutdown(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before a new snapshot is taken.
preSnapshot(SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preSnapshot(ObserverContext<MasterCoprocessorEnvironment>, SnapshotDescription, TableDescriptor) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preSnapshotOperation() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Sets the store up for a region level snapshot operation.
preSplitAfterMETAAction(User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
This will be called after update META step as part of split table region procedure.
preSplitBeforeMETAAction(byte[], List<Mutation>, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
This will be called before update META step as part of split table region procedure.
preSplitRegion(ObserverContext<MasterCoprocessorEnvironment>, TableName, byte[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the split region procedure is called.
preSplitRegion(TableName, byte[]) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
Invoked just before calling the split region procedure
preSplitRegion(ObserverContext<MasterCoprocessorEnvironment>, TableName, byte[]) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preSplitRegionAction(ObserverContext<MasterCoprocessorEnvironment>, TableName, byte[]) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the region is split.
preSplitRegionAction(TableName, byte[], User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
Invoked just before a split
preSplitRegionAfterMETAAction(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
This will be called after update META step as part of split transaction
preSplitRegionBeforeMETAAction(ObserverContext<MasterCoprocessorEnvironment>, byte[], List<Mutation>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
This will be called before update META step as part of split transaction.
PressureAwareCompactionThroughputController - Class in org.apache.hadoop.hbase.regionserver.throttle
A throughput controller which uses the follow schema to limit throughput If compaction pressure is greater than 1.0, no limitation. In off peak hours, use a fixed throughput limitation "hbase.hstore.compaction.throughput.offpeak" In normal hours, the max throughput is tuned between "hbase.hstore.compaction.throughput.lower.bound" and "hbase.hstore.compaction.throughput.higher.bound", using the formula "lower + (higer - lower) * compactionPressure", where compactionPressure is in range [0.0, 1.0]
PressureAwareCompactionThroughputController() - Constructor for class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareCompactionThroughputController
 
PressureAwareFlushThroughputController - Class in org.apache.hadoop.hbase.regionserver.throttle
A throughput controller which uses the follow schema to limit throughput If flush pressure is greater than or equal to 1.0, no limitation. In normal case, the max throughput is tuned between "hbase.hstore.flush.throughput.lower.bound" and "hbase.hstore.flush.throughput.upper.bound", using the formula "lower + (upper - lower) * flushPressure", where flushPressure is in range [0.0, 1.0)
PressureAwareFlushThroughputController() - Constructor for class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareFlushThroughputController
 
PressureAwareThroughputController - Class in org.apache.hadoop.hbase.regionserver.throttle
 
PressureAwareThroughputController() - Constructor for class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
preStop(String, User) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
preStopMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called immediately prior to stopping this HMaster process.
preStopMaster() - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preStopMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preStopMaster(ObserverContext<MasterCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerObserver
Called before stopping region server.
preStopRegionServer(ObserverContext<RegionServerCoprocessorEnvironment>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preStoreFileReaderOpen(ObserverContext<RegionCoprocessorEnvironment>, FileSystem, Path, FSDataInputStreamWrapper, long, CacheConfig, Reference, StoreFileReader) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Deprecated.
For Phoenix only, StoreFileReader is not a stable interface.
preStoreFileReaderOpen(FileSystem, Path, FSDataInputStreamWrapper, long, CacheConfig, Reference) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
preStoreScannerOpen(ObserverContext<RegionCoprocessorEnvironment>, Store, ScanOptions) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before a store opens a new scanner.
preStoreScannerOpen(HStore, Scan) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Called before open store scanner for user scan.
preSwitchExceedThrottleQuota(ObserverContext<MasterCoprocessorEnvironment>, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before switching exceed throttle quota state.
preSwitchExceedThrottleQuota(boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preSwitchExceedThrottleQuota(ObserverContext<MasterCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preSwitchRpcThrottle(ObserverContext<MasterCoprocessorEnvironment>, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before switching rpc throttle enabled state.
preSwitchRpcThrottle(boolean) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preSwitchRpcThrottle(ObserverContext<MasterCoprocessorEnvironment>, boolean) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preTableFlush(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before the table memstore is flushed to disk.
preTableFlush(TableName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preTableFlush(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preTruncateTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before HMaster truncates a table.
preTruncateTable(TableName) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preTruncateTable(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preTruncateTableAction(ObserverContext<MasterCoprocessorEnvironment>, TableName) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before HMaster truncates a table.
preTruncateTableAction(TableName, User) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
prettyPrintJournal() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
preUnassign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Deprecated.
in 2.4.0. replaced by preUnassign(ctx, regionInfo). removed in hbase 3. until then safe to either leave implementation here or move it to the new method. default impl of that method calls this one.
preUnassign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called prior to unassigning a given region.
preUnassign(RegionInfo) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preUnassign(ObserverContext<MasterCoprocessorEnvironment>, RegionInfo) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preUpdate(MutableSegment, Cell, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
Issue any synchronization and test needed before applying the update
preUpdate(MutableSegment, Cell, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
Issue any synchronization and test needed before applying the update For compacting memstore this means checking the update can increase the size without overflow
preUpdate(MutableSegment, Cell, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
preUpdateReplicationPeerConfig(ObserverContext<MasterCoprocessorEnvironment>, String, ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before update peerConfig for the specified peer
preUpdateReplicationPeerConfig(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
preUpdateReplicationPeerConfig(ObserverContext<MasterCoprocessorEnvironment>, String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
preUpdateRSGroupConfig(ObserverContext<MasterCoprocessorEnvironment>, String, Map<String, String>) - Method in interface org.apache.hadoop.hbase.coprocessor.MasterObserver
Called before update rsgroup config.
preUpdateRSGroupConfig(String, Map<String, String>) - Method in class org.apache.hadoop.hbase.master.MasterCoprocessorHost
 
PreUpgradeValidator - Class in org.apache.hadoop.hbase.tool
Tool for validating that cluster can be upgraded from HBase 1.x to 2.0
PreUpgradeValidator() - Constructor for class org.apache.hadoop.hbase.tool.PreUpgradeValidator
 
prevBlocks - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
preWALAppend(ObserverContext<RegionCoprocessorEnvironment>, WALKey, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called just before the WAL Entry is appended to the WAL.
preWALAppend(WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
 
preWALRestore(ObserverContext<? extends RegionCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
Called before a WALEdit replayed for this region.
preWALRestore(RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Deprecated.
Since hbase-2.0.0. No replacement. To be removed in hbase-3.0.0 and replaced with something that doesn't expose IntefaceAudience.Private classes.
preWALRoll(ObserverContext<? extends WALCoprocessorEnvironment>, Path, Path) - Method in interface org.apache.hadoop.hbase.coprocessor.WALObserver
Called before rolling the current WAL
preWALRoll(Path, Path) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost
Called before rolling the current WAL
preWALWrite(ObserverContext<? extends WALCoprocessorEnvironment>, RegionInfo, WALKey, WALEdit) - Method in interface org.apache.hadoop.hbase.coprocessor.WALObserver
Deprecated.
Since hbase-2.0.0. To be replaced with an alternative that does not expose InterfaceAudience classes such as WALKey and WALEdit. Will be removed in hbase-3.0.0.
preWALWrite(RegionInfo, WALKey, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost
 
print(boolean) - Method in class org.apache.hadoop.hbase.master.AssignmentVerificationReport
 
print(String) - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
printAssignmentPlan(FavoredNodesPlan) - Static method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
Print the assignment plan to the system output stream
printCell(PrintStream, Map<String, Object>, boolean, boolean) - Static method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
 
printDispersionScores(TableName, SnapshotOfRegionAssignmentFromMeta, int, FavoredNodesPlan, boolean) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
 
printLocalityAndDispersionForCurrentPlan(Map<String, Map<String, Float>>) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
 
printStatistics() - Method in class org.apache.hadoop.hbase.mob.MobFileCache
Prints the statistics.
printUsage() - Method in class org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues
 
printUsage(String) - Static method in class org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues
 
printUsage(String, String) - Static method in class org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues
 
printUsage() - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
 
printUsage() - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorValidator
 
printUsage() - Method in class org.apache.hadoop.hbase.tool.DataBlockEncodingValidator
 
printUsage(Options) - Static method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
printUsageAndExit(String, int) - Static method in class org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues
 
printUsageAndExit() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
priority - Variable in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
Chaining priority
priority - Variable in class org.apache.hadoop.hbase.ipc.PluggableBlockingQueue
 
PRIORITY_USER - Static variable in interface org.apache.hadoop.hbase.regionserver.Store
The default priority for user-specified compaction requests.
PriorityFunction - Interface in org.apache.hadoop.hbase.ipc
Function to figure priority of incoming request.
PROC_FAMILY - Static variable in class org.apache.hadoop.hbase.master.region.MasterRegionFactory
 
Procedure - Class in org.apache.hadoop.hbase.procedure
A globally-barriered distributed procedure.
Procedure(ProcedureCoordinator, ForeignExceptionDispatcher, long, long, String, byte[], List<String>) - Constructor for class org.apache.hadoop.hbase.procedure.Procedure
Creates a procedure.
Procedure(ProcedureCoordinator, long, long, String, byte[], List<String>) - Constructor for class org.apache.hadoop.hbase.procedure.Procedure
Create a procedure.
ProcedureCoordinator - Class in org.apache.hadoop.hbase.procedure
This is the master side of a distributed complex procedure execution.
ProcedureCoordinator(ProcedureCoordinatorRpcs, ThreadPoolExecutor) - Constructor for class org.apache.hadoop.hbase.procedure.ProcedureCoordinator
Create and start a ProcedureCoordinator.
ProcedureCoordinator(ProcedureCoordinatorRpcs, ThreadPoolExecutor, long, long) - Constructor for class org.apache.hadoop.hbase.procedure.ProcedureCoordinator
Create and start a ProcedureCoordinator.
ProcedureCoordinatorRpcs - Interface in org.apache.hadoop.hbase.procedure
RPCs for the coordinator to run a barriered procedure with subprocedures executed at distributed members.
ProcedureDescriber - Class in org.apache.hadoop.hbase.master.procedure
 
ProcedureManager - Class in org.apache.hadoop.hbase.procedure
 
ProcedureManager() - Constructor for class org.apache.hadoop.hbase.procedure.ProcedureManager
 
ProcedureManagerHost<E extends ProcedureManager> - Class in org.apache.hadoop.hbase.procedure
Provides the common setup framework and runtime services for globally barriered procedure invocation from HBase services.
ProcedureManagerHost() - Constructor for class org.apache.hadoop.hbase.procedure.ProcedureManagerHost
 
ProcedureMember - Class in org.apache.hadoop.hbase.procedure
Process to kick off and manage a running Subprocedure on a member.
ProcedureMember(ProcedureMemberRpcs, ThreadPoolExecutor, SubprocedureFactory) - Constructor for class org.apache.hadoop.hbase.procedure.ProcedureMember
Instantiate a new ProcedureMember.
ProcedureMemberRpcs - Interface in org.apache.hadoop.hbase.procedure
This is the notification interface for Procedures that encapsulates message passing from members to a coordinator.
ProcedurePrepareLatch - Class in org.apache.hadoop.hbase.master.procedure
Latch used by the Master to have the prepare() sync behaviour for old clients, that can only get exceptions in a synchronous way.
ProcedurePrepareLatch() - Constructor for class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch
 
ProcedurePrepareLatch.CompatibilityLatch - Class in org.apache.hadoop.hbase.master.procedure
 
procedures - Variable in class org.apache.hadoop.hbase.procedure.ProcedureManagerHost
 
procedures_jsp - Class in org.apache.hadoop.hbase.generated.master
 
procedures_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.procedures_jsp
 
ProcedureSyncWait - Class in org.apache.hadoop.hbase.master.procedure
Helper to synchronously wait on conditions.
ProcedureSyncWait.Predicate<T> - Interface in org.apache.hadoop.hbase.master.procedure
 
process(RpcController, RowProcessorProtos.ProcessRequest, RpcCallback<RowProcessorProtos.ProcessResponse>) - Method in class org.apache.hadoop.hbase.coprocessor.BaseRowProcessorEndpoint
Pass a processor to region to process multiple rows atomically.
process() - Method in class org.apache.hadoop.hbase.executor.EventHandler
This method is the main processing loop to be implemented by the various subclasses.
process() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
Execute the core common portions of taking a snapshot.
process() - Method in class org.apache.hadoop.hbase.regionserver.CompactedHFilesDischargeHandler
 
process() - Method in class org.apache.hadoop.hbase.regionserver.handler.AssignRegionHandler
 
process() - Method in class org.apache.hadoop.hbase.regionserver.handler.CloseRegionHandler
 
process() - Method in class org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler
Deprecated.
 
process() - Method in class org.apache.hadoop.hbase.regionserver.handler.ParallelSeekHandler
 
process() - Method in class org.apache.hadoop.hbase.regionserver.handler.RegionReplicaFlushHandler
 
process() - Method in class org.apache.hadoop.hbase.regionserver.handler.RSProcedureHandler
 
process() - Method in class org.apache.hadoop.hbase.regionserver.handler.UnassignRegionHandler
 
process() - Method in class org.apache.hadoop.hbase.regionserver.handler.WALSplitterHandler
Deprecated.
 
process(long, HRegion, List<Mutation>, WALEdit) - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
HRegion handles the locks and MVCC and invokes this method properly.
processBatchCallback(List<? extends Row>, TableName, Object[], Batch.Callback<R>) - Method in class org.apache.hadoop.hbase.util.MultiHConnection
Randomly pick a connection and process the batch of actions for a given table
processFile(Path, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter
 
processFile(Configuration, Path) - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
reads a log file and outputs its contents, one transaction at a time, as specified by the currently configured options the HBase configuration relevant to this log file the path of the log file to be read may be unable to access the configured filesystem or requested file.
processFileArchivals(RegionServerStatusProtos.FileArchiveNotificationRequest, Connection, Configuration, FileSystem) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
processFirstDataBlock() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
processFirstDataBlock() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
processing(ServerName) - Method in class org.apache.hadoop.hbase.master.DeadServer
Add sn< to set of processing deadservers.
processMaster_jsp - Class in org.apache.hadoop.hbase.generated.master
 
processMaster_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.processMaster_jsp
 
processOfflineRegions() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Create assign procedure for offline regions.
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.master.http.RegionVisualizer
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.procedure2.store.region.HFileProcedurePrettyPrinter
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.procedure2.store.region.WALProcedurePrettyPrinter
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.snapshot.CreateSnapshot
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorValidator
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.tool.DataBlockEncodingValidator
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.tool.HFileContentValidator
 
processOptions(CommandLine) - Method in class org.apache.hadoop.hbase.util.RegionMover
 
processResult(int, String, Object, String) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.CreateAsyncCallback
 
processResult(int, String, Object, String) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.CreateRescanAsyncCallback
 
processResult(int, String, Object) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.DeleteAsyncCallback
 
processResult(int, String, Object, byte[], Stat) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.GetDataAsyncCallback
 
processRowsWithLocks(RowProcessor<?, ?>) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
processRowsWithLocks(RowProcessor<?, ?>, long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
processRowsWithLocks(RowProcessor<?, ?>, long, long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
processRowsWithLocks(RowProcessor<?, ?>) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. For customization, use Coprocessors instead.
processRowsWithLocks(RowProcessor<?, ?>, long, long) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. For customization, use Coprocessors instead.
processRowsWithLocks(RowProcessor<?, ?>, long, long, long) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. For customization, use Coprocessors instead.
processRS_jsp - Class in org.apache.hadoop.hbase.generated.regionserver
 
processRS_jsp() - Constructor for class org.apache.hadoop.hbase.generated.regionserver.processRS_jsp
 
procId - Variable in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.RegionOperation
 
progress() - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
ProtobufLogReader - Class in org.apache.hadoop.hbase.regionserver.wal
A Protobuf based WAL has the following structure:
ProtobufLogReader() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
ProtobufLogWriter - Class in org.apache.hadoop.hbase.regionserver.wal
Writer for protobuf-based WAL.
ProtobufLogWriter() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
providerId - Variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
publish(ClusterMetrics) - Method in class org.apache.hadoop.hbase.master.ClusterStatusPublisher.MulticastPublisher
 
publish(ClusterMetrics) - Method in interface org.apache.hadoop.hbase.master.ClusterStatusPublisher.Publisher
 
publishReadFailure(String, String) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionServerStdOutSink
 
publishReadFailure(ServerName, RegionInfo, Exception) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
publishReadFailure(ServerName, RegionInfo, ColumnFamilyDescriptor, Exception) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
publishReadFailure(String, String) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.ZookeeperStdOutSink
 
publishReadTiming(String, String, long) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionServerStdOutSink
 
publishReadTiming(ServerName, RegionInfo, ColumnFamilyDescriptor, long) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
publishReadTiming(String, String, long) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.ZookeeperStdOutSink
 
publishSyncOnRingBuffer(long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
 
publishWriteFailure(ServerName, RegionInfo, Exception) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
publishWriteFailure(ServerName, RegionInfo, ColumnFamilyDescriptor, Exception) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
publishWriteTiming(ServerName, RegionInfo, ColumnFamilyDescriptor, long) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
purgeTimeout - Variable in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
 
pushActiveToPipeline(MutableSegment, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
NOTE: When CompactingMemStore.flushInMemory(MutableSegment) calls this method, due to concurrent writes and because we first add cell size to currActive.getDataSize and then actually add cell to currActive.cellSet, it is possible that currActive.getDataSize could not accommodate cellToAdd but currActive.cellSet is still empty if pending writes which not yet add cells to currActive.cellSet,so for CompactingMemStore.flushInMemory(MutableSegment),checkEmpty parameter is false.
pushHead(MutableSegment) - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
put(byte[], byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
put(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
put(RegionInfo, long) - Method in class org.apache.hadoop.hbase.quotas.NoOpRegionSizeStore
 
put(RegionInfo, long) - Method in interface org.apache.hadoop.hbase.quotas.RegionSizeStore
Atomically sets the given size for a region.
put(RegionInfo, long) - Method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
 
put(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
put(Put) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
put(Put) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Puts some data in the table.
put(E) - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
putAll(Map<? extends byte[], ? extends byte[]>) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
putAll(Map<? extends Cell, ? extends Cell>) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
putIntoBackingMap(BlockCacheKey, BucketEntry) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
Put the new bucket entry into backingMap.

Q

QosPriority - Annotation Type in org.apache.hadoop.hbase.ipc
Annotation which decorates RPC methods to denote the relative priority among other RPCs in the same server.
queryForTableStates(ZKWatcher) - Static method in class org.apache.hadoop.hbase.util.ZKDataMigrator
Deprecated.
Since 2.0.0. To be removed in hbase-3.0.0.
QUEUE_MAX_CALL_DELAY_CONF_KEY - Static variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
max delay in msec used to bound the de-prioritized requests
queueAssign(RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Add the assign operation to the assignment queue.
QueueBalancer - Interface in org.apache.hadoop.hbase.ipc
Interface for balancing requests across IPC queues
queueHasRunnables() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
 
queueId - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
queues - Variable in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
queueSize - Variable in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
queueSize() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
 
queueSizePerGroup - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
queueStorage - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
QUOTA_CONF_KEY - Static variable in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
QUOTA_RATE_LIMITER_CONF_KEY - Static variable in class org.apache.hadoop.hbase.quotas.RateLimiter
 
QUOTA_TABLE_DESC - Static variable in class org.apache.hadoop.hbase.quotas.QuotaUtil
Table descriptor for Quota internal table
QuotaCache - Class in org.apache.hadoop.hbase.quotas
Cache that keeps track of the quota settings for the users and tables that are interacting with it.
QuotaCache(RegionServerServices) - Constructor for class org.apache.hadoop.hbase.quotas.QuotaCache
 
QuotaLimiter - Interface in org.apache.hadoop.hbase.quotas
Internal interface used to interact with the user/table quota.
QuotaLimiterFactory - Class in org.apache.hadoop.hbase.quotas
 
QuotaLimiterFactory() - Constructor for class org.apache.hadoop.hbase.quotas.QuotaLimiterFactory
 
QuotaObserverChore - Class in org.apache.hadoop.hbase.quotas
Reads the currently received Region filesystem-space use reports and acts on those which violate a defined quota.
QuotaObserverChore(HMaster, MetricsMaster) - Constructor for class org.apache.hadoop.hbase.quotas.QuotaObserverChore
 
quotas_jsp - Class in org.apache.hadoop.hbase.generated.master
 
quotas_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.quotas_jsp
 
QuotaSnapshotSizeSerializationException(String) - Constructor for exception org.apache.hadoop.hbase.quotas.FileArchiverNotifierImpl.QuotaSnapshotSizeSerializationException
 
QuotaSnapshotStore<T> - Interface in org.apache.hadoop.hbase.quotas
A common interface for computing and storing space quota observance/violation for entities.
QuotaState - Class in org.apache.hadoop.hbase.quotas
In-Memory state of table or namespace quotas
QuotaState() - Constructor for class org.apache.hadoop.hbase.quotas.QuotaState
 
QuotaState(long) - Constructor for class org.apache.hadoop.hbase.quotas.QuotaState
 
QuotaUtil - Class in org.apache.hadoop.hbase.quotas
Helper class to interact with the quota table
QuotaUtil() - Constructor for class org.apache.hadoop.hbase.quotas.QuotaUtil
 

R

rackManager - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
RackManager - Class in org.apache.hadoop.hbase.master
Wrapper over the rack resolution utility in Hadoop.
RackManager() - Constructor for class org.apache.hadoop.hbase.master.RackManager
 
RackManager(Configuration) - Constructor for class org.apache.hadoop.hbase.master.RackManager
 
rackManager(RackManager) - Method in class org.apache.hadoop.hbase.util.RegionMover.RegionMoverBuilder
Set specific rackManager implementation.
randomAssignment(RegionInfo, List<ServerName>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer
 
randomAssignment(RegionInfo, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Used to assign a single region to a random server.
randomAssignment(RegionInfo, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
 
randomAssignment(RegionInfo, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
randomAssignment(RegionInfo, List<ServerName>) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
Get a random region server from the list
RandomizedMatrix(int, int) - Constructor for class org.apache.hadoop.hbase.master.RegionPlacementMaintainer.RandomizedMatrix
Create a randomization scheme for a matrix of a given size.
RandomQueueBalancer - Class in org.apache.hadoop.hbase.ipc
Queue balancer that just randomly selects a queue in the range [0, num queues).
RandomQueueBalancer(Configuration, String, List<BlockingQueue<CallRunner>>) - Constructor for class org.apache.hadoop.hbase.ipc.RandomQueueBalancer
 
RateLimiter - Class in org.apache.hadoop.hbase.quotas
Simple rate limiter.
RateLimiter() - Constructor for class org.apache.hadoop.hbase.quotas.RateLimiter
 
RatioBasedCompactionPolicy - Class in org.apache.hadoop.hbase.regionserver.compactions
The default algorithm for selecting files for compaction.
RatioBasedCompactionPolicy(Configuration, StoreConfigInformation) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy
 
RawScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
Query matcher for raw scan.
RawScanQueryMatcher(Scan, ScanInfo, ColumnTracker, boolean, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.RawScanQueryMatcher
 
REACHED_BARRIER_ZNODE_DEFAULT - Static variable in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
reachedZnode - Variable in class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
 
read() - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
read(byte[]) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
read(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
read(long, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
read(BucketEntry) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
 
read(BucketEntry) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.ExclusiveMemoryMmapIOEngine
 
read(BucketEntry) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileIOEngine
Transfers data from file to the given byte buffer
read(BucketEntry) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
 
read(BucketEntry) - Method in interface org.apache.hadoop.hbase.io.hfile.bucket.IOEngine
Transfers data from IOEngine to a Cacheable object.
read(BucketEntry) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.SharedMemoryMmapIOEngine
 
read(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.io.Reference
Read a Reference from FileSystem.
READ_CAPACITY_UNIT_CONF_KEY - Static variable in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
readAllVersions() - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
readAndUpdateNewBlock(long) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
readAvailable - Variable in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
readBlock(long, long, boolean, boolean, boolean, boolean, BlockType, DataBlockEncoding) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.CachingBlockReader
Read in a file block.
readBlock(long, long, boolean, boolean, boolean, boolean, BlockType, DataBlockEncoding, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.CachingBlockReader
 
readBlock(long, long, boolean, boolean, boolean, boolean, BlockType, DataBlockEncoding) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
readBlock(long, long, boolean, boolean, boolean, boolean, BlockType, DataBlockEncoding, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
readCapacityUnitConsumed - Variable in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
readCapacityUnitDiff - Variable in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
readCell(Cell, boolean) - Method in class org.apache.hadoop.hbase.mob.MobFile
Reads a cell from the mob file.
readCell(Cell, boolean, long) - Method in class org.apache.hadoop.hbase.mob.MobFile
Reads a cell from the mob file.
readConsumed - Variable in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
readDiff - Variable in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
reader - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
ReaderBase - Class in org.apache.hadoop.hbase.regionserver.wal
 
ReaderBase() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Default constructor.
ReaderContext - Class in org.apache.hadoop.hbase.io.hfile
Carries the information on some of the meta data about the HFile Reader
ReaderContext(Path, FSDataInputStreamWrapper, long, HFileSystem, boolean, ReaderContext.ReaderType) - Constructor for class org.apache.hadoop.hbase.io.hfile.ReaderContext
 
ReaderContext.ReaderType - Enum in org.apache.hadoop.hbase.io.hfile
 
ReaderContextBuilder - Class in org.apache.hadoop.hbase.io.hfile
A builder that helps in building up the ReaderContext
ReaderContextBuilder() - Constructor for class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
readerPath - Variable in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
 
readFields(DataInput) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
readFields(DataInput) - Method in class org.apache.hadoop.hbase.io.Reference
Deprecated.
Writables are going away. Use the pb serialization methods instead. Remove in a release after 0.96 goes out. This is here only to migrate old Reference files written with Writables before 0.96.
readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationKey
 
readFieldsFromPb(WALProtos.WALKey, WALCellCodec.ByteStringUncompressor) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
readFromCells(Codec.Decoder, int) - Method in class org.apache.hadoop.hbase.wal.WALEdit
Reads WALEdit from cells.
readFromStream(FSDataInputStream, long) - Static method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
Reads a file trailer from the given file.
readFully(long, byte[]) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
readFully(long, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
readHeader(WALProtos.WALHeader.Builder, FSDataInputStream) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
readHeader(WALProtos.WALHeader.Builder, FSDataInputStream) - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogReader
 
readKeyValueLen() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
readLabelsFromZKData(byte[]) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
Reads back from the zookeeper.
readLock() - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
readLock() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Acquire read lock of this store.
readMvccVersion(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
Read mvcc.
readMyEphemeralNodeOnDisk() - Static method in class org.apache.hadoop.hbase.ZNodeClearer
read the content of znode file, expects a single line.
readNext(WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
readNext(WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Read next entry.
readNextDataBlock() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
Scans blocks in the "scanned" section of the HFile until the next data block is found.
readOnly() - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
Is this operation read only? If this is true, process() should not add any mutations or it throws IOException.
ReadOnlyConfiguration - Class in org.apache.hadoop.hbase.coprocessor
Wraps a Configuration to make it read-only.
ReadOnlyConfiguration(Configuration) - Constructor for class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
readPermissions(byte[], Configuration) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
ReadPointCalculationLock - Class in org.apache.hadoop.hbase.regionserver
Lock to manage concurrency between RegionScanner and HRegion.getSmallestReadPoint().
ReadPointCalculationLock.LockType - Enum in org.apache.hadoop.hbase.regionserver
 
readPt - Variable in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
readSnapshotInfo(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Read in the HBaseProtos.SnapshotDescription stored for the snapshot in the passed directory
readUnlock() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Release read lock of this store.
readUserAuthsFromZKData(byte[]) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
Reads back User auth data written to zookeeper.
readUserPermission(byte[], Configuration) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
readWALEntries(WALEntryStream, WALEntryBatch) - Method in class org.apache.hadoop.hbase.replication.regionserver.SerialReplicationSourceWALReader
 
realSeekDone() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
We optimize our store scanners by checking the most recent store file first, so we sometimes pretend we have done a seek but delay it until the store scanner bubbles up to the top of the key-value heap.
realSeekDone() - Method in class org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
 
realSeekDone() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
This scanner is working solely on the in-memory MemStore and doesn't work on store files, MutableCellSetSegmentScanner always does the seek, therefore always returning true.
realSeekDone() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
receive(ForeignException) - Method in class org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
 
receive(ForeignException) - Method in interface org.apache.hadoop.hbase.errorhandling.ForeignExceptionListener
Receive a ForeignException.
receive(ForeignException) - Method in class org.apache.hadoop.hbase.procedure.Procedure
A callback that handles incoming ForeignExceptions.
receiveAbortProcedure(String, ForeignException) - Method in class org.apache.hadoop.hbase.procedure.ProcedureMember
Send abort to the specified procedure
receivedReachedGlobalBarrier(String) - Method in class org.apache.hadoop.hbase.procedure.ProcedureMember
Notification that procedure coordinator has reached the global barrier
receiveReachedGlobalBarrier() - Method in class org.apache.hadoop.hbase.procedure.Subprocedure
Callback for the member rpcs to call when the global barrier has been reached.
receiveTime - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
reclaimMemStoreMemory() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
Check if the regionserver's memstore memory usage is greater than the limit.
recommissionRegionServer(ServerName, List<byte[]>) - Method in class org.apache.hadoop.hbase.master.HMaster
Remove decommission marker (previously called 'draining') from a region server to allow regions assignments.
recommissionRegionServer(RpcController, MasterProtos.RecommissionRegionServerRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
reconnect(KeeperException) - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
A private method used to re-establish a zookeeper session with a peer cluster.
RecoveredReplicationSource - Class in org.apache.hadoop.hbase.replication.regionserver
Class that handles the recovered source of a replication stream, which is transfered from another dead region server.
RecoveredReplicationSource() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSource
 
RecoveredReplicationSourceShipper - Class in org.apache.hadoop.hbase.replication.regionserver
RecoveredReplicationSourceShipper(Configuration, String, ReplicationSourceLogQueue, RecoveredReplicationSource, ReplicationQueueStorage) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSourceShipper
 
recoverFileLease(FileSystem, Path) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv.FsUtilsLeaseRecovery
 
recoverLease() - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
RecoverMetaProcedure - Class in org.apache.hadoop.hbase.master.procedure
Deprecated.
Do not use any more, leave it here only for compatible. The recovery work will be done in ServerCrashProcedure directly, and the initial work for meta table will be done by InitMetaProcedure.
RecoverMetaProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
Deprecated.
 
recreateScanners(List<KeyValueScanner>, boolean, boolean, boolean, ScanQueryMatcher, byte[], boolean, byte[], boolean, long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Recreates the scanners on the current list of active store file scanners
redirect_jsp - Class in org.apache.hadoop.hbase.generated.master
 
redirect_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.redirect_jsp
 
refCnt() - Method in interface org.apache.hadoop.hbase.io.hfile.Cacheable
Reference count of this Cacheable.
refCnt() - Method in class org.apache.hadoop.hbase.io.hfile.ExclusiveMemHFileBlock
 
refCnt() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
Reference - Class in org.apache.hadoop.hbase.io
A reference to the top or bottom half of a store file where 'bottom' is the first half of the file containing the keys that sort lowest and 'top' is the second half of the file with keys that sort greater than those of the bottom half.
Reference() - Constructor for class org.apache.hadoop.hbase.io.Reference
Deprecated.
need by pb serialization
ReferenceAndLinkFileFilter(FileSystem) - Constructor for class org.apache.hadoop.hbase.util.FSUtils.ReferenceAndLinkFileFilter
 
ReferenceFileFilter(FileSystem) - Constructor for class org.apache.hadoop.hbase.util.FSUtils.ReferenceFileFilter
 
refill(long) - Method in class org.apache.hadoop.hbase.quotas.AverageIntervalRateLimiter
 
refill(long) - Method in class org.apache.hadoop.hbase.quotas.FixedIntervalRateLimiter
 
REFRESH_CONF_KEY - Static variable in class org.apache.hadoop.hbase.quotas.QuotaCache
 
refreshAgeOfLastAppliedOp() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Refreshing the age makes sure the value returned is the actual one and not the one set a replication time
refreshAgeOfLastShippedOp(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Convenience method to use the last given timestamp to refresh the age of the last edit.
refreshAndGetReplicationLoad() - Method in interface org.apache.hadoop.hbase.regionserver.ReplicationService
Refresh and Get ReplicationLoad
refreshAndGetReplicationLoad() - Method in class org.apache.hadoop.hbase.replication.regionserver.Replication
 
refreshAndGetReplicationLoad() - Method in class org.apache.hadoop.hbase.replication.ReplicationSinkServiceImpl
 
refreshAuthManager(Configuration, PolicyProvider) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
refreshAuthManager(Configuration, PolicyProvider) - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
Refresh authentication manager policy.
RefreshCacheTask() - Constructor for class org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache.RefreshCacheTask
 
refreshLabelsCache(byte[]) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
 
refreshNamespaceCacheFromWritable(String, byte[]) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Update acl info for namespace.
RefreshPeerCallable - Class in org.apache.hadoop.hbase.replication.regionserver
The callable executed at RS side to refresh the peer config/state.
RefreshPeerCallable() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.RefreshPeerCallable
 
RefreshPeerProcedure - Class in org.apache.hadoop.hbase.master.replication
 
RefreshPeerProcedure() - Constructor for class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
RefreshPeerProcedure(String, PeerProcedureInterface.PeerOperationType, ServerName) - Constructor for class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
refreshSources(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Close the previous replication sources of this peer id and open new sources to trigger the new replication state changes or new replication config changes.
refreshStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
refreshStoreFiles(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
refreshStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
refreshStoreFiles(Collection<String>) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Replaces the store files that the store has with the given files.
refreshStoreFiles() - Method in interface org.apache.hadoop.hbase.regionserver.Region
Check the region's underlying store files, open the files that have not been opened yet, and remove the store file readers for store files no longer available.
refreshStoreFiles() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Checks the underlying store files, and opens the files that have not been opened, and removes the store file readers for store files no longer available.
refreshStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
refreshStoreFiles(Collection<String>) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
refreshStoreSizeAndTotalBytes() - Method in class org.apache.hadoop.hbase.regionserver.HStore
Update counts.
refreshTableCacheFromWritable(TableName, byte[]) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Update acl info for table.
refreshUserAuthsCache(byte[]) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
 
refreshWatchingList() - Method in class org.apache.hadoop.hbase.master.zksyncer.ClientZKSyncer
 
region - Variable in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
region - Variable in class org.apache.hadoop.hbase.regionserver.FlushPolicy
The region configured for this flush policy.
Region - Interface in org.apache.hadoop.hbase.regionserver
Region is a subset of HRegion with operations required for the Coprocessors.
region - Variable in class org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
The region configured for this split policy.
Region.Operation - Enum in org.apache.hadoop.hbase.regionserver
Operation enum is used in Region.startRegionOperation() and elsewhere to provide context for various checks.
Region.RowLock - Interface in org.apache.hadoop.hbase.regionserver
Row lock held by a given thread.
REGION_COPROCESSOR_CONF_KEY - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
REGION_EVENT - Static variable in class org.apache.hadoop.hbase.wal.WALEdit
Deprecated.
Since 2.3.0. Remove. Not for external use. Not used.
REGION_GROUPING_STRATEGY - Static variable in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
REGION_INFO_FILE - Static variable in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Name of the region info file that resides just under the region directory.
region_jsp - Class in org.apache.hadoop.hbase.generated.regionserver
 
region_jsp() - Constructor for class org.apache.hadoop.hbase.generated.regionserver.region_jsp
 
REGION_MERGES_DIR - Static variable in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Temporary subdirectory of the region directory used for merges.
REGION_REPLICA_REPLICATION_CATALOG_CONF_KEY - Static variable in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Same as for ServerRegionReplicaUtil.REGION_REPLICA_REPLICATION_CONF_KEY but for catalog replication.
REGION_REPLICA_REPLICATION_CONF_KEY - Static variable in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Whether asynchronous WAL replication to the secondary region replicas is enabled or not.
REGION_REPLICA_REPLICATION_PEER - Static variable in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
 
REGION_REPLICA_STORE_FILE_REFRESH - Static variable in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Enables or disables refreshing store files of secondary region replicas when the memory is above the global memstore lower limit.
REGION_REPLICA_STORE_FILE_REFRESH_MEMSTORE_MULTIPLIER - Static variable in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
The multiplier to use when we want to refresh a secondary region instead of flushing a primary region.
REGION_SEP - Static variable in class org.apache.hadoop.hbase.mob.MobFileName
 
REGION_SERVER_FAMILY - Static variable in class org.apache.hadoop.hbase.master.region.MasterRegionFactory
 
REGION_SERVER_REGION_SPLIT_LIMIT - Static variable in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
REGION_SERVER_RPC_SCHEDULER_FACTORY_CLASS - Static variable in class org.apache.hadoop.hbase.regionserver.RSRpcServices
RPC scheduler to use for the region server.
REGION_SPLITS_DIR - Static variable in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Temporary subdirectory of the region directory used for splits.
REGION_STATE_STAMP_COMPARATOR - Static variable in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
REGION_STORAGE_POLICY_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
regionClosedAbnormally(RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
RegionCloseOperation(RemoteProcedureDispatcher.RemoteProcedure, RegionInfo, long, ServerName) - Constructor for class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.RegionCloseOperation
 
RegionCoprocessor - Interface in org.apache.hadoop.hbase.coprocessor
 
RegionCoprocessorEnvironment - Interface in org.apache.hadoop.hbase.coprocessor
 
RegionCoprocessorHost - Class in org.apache.hadoop.hbase.regionserver
Implements the coprocessor environment and runtime support for coprocessors loaded within a Region.
RegionCoprocessorHost(HRegion, RegionServerServices, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Constructor
RegionCoprocessorService(CoprocessorService) - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity.RegionCoprocessorService
Deprecated.
 
RegionDirFilter(FileSystem) - Constructor for class org.apache.hadoop.hbase.util.FSUtils.RegionDirFilter
 
regionDirName(String) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
regionDirName() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
regionDirPattern - Static variable in class org.apache.hadoop.hbase.util.FSUtils.RegionDirFilter
 
RegionFailedOpen(RegionStateNode) - Constructor for class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionFailedOpen
 
regionFinder - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
RegionGroupingProvider - Class in org.apache.hadoop.hbase.wal
A WAL Provider that returns a WAL per group of regions.
RegionGroupingProvider() - Constructor for class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
RegionGroupingProvider.RegionGroupingStrategy - Interface in org.apache.hadoop.hbase.wal
Map identifiers to a group number.
regionInfo - Variable in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.RegionOperation
 
RegionInTransitionStat(Configuration) - Constructor for class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
RegionListTmpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
RegionListTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl
 
RegionListTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl
 
RegionListTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl
 
RegionListTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
RegionListTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.regionserver
 
RegionListTmplImpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
RegionListTmplImpl(TemplateManager, RegionListTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmplImpl
 
regionLock(List<RegionInfo>, String, Abortable) - Method in class org.apache.hadoop.hbase.client.locking.LockServiceClient
Create a new EntityLock object to acquire exclusive lock on multiple regions of same tables.
regionLock(List<RegionInfo>, String, Abortable) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
regionLock(List<RegionInfo>, String, Abortable) - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Master based locks on namespaces/tables/regions.
regionMaxSeqIdInStores - Variable in class org.apache.hadoop.hbase.wal.WALSplitter
 
RegionMover - Class in org.apache.hadoop.hbase.util
Tool for loading/unloading regions to/from given regionserver This tool can be run from Command line directly as a utility.
RegionMover.RegionMoverBuilder - Class in org.apache.hadoop.hbase.util
Builder for Region mover.
RegionMoverBuilder(String) - Constructor for class org.apache.hadoop.hbase.util.RegionMover.RegionMoverBuilder
 
RegionMoverBuilder(String, Configuration) - Constructor for class org.apache.hadoop.hbase.util.RegionMover.RegionMoverBuilder
 
regionNamesToString(Collection<byte[]>) - Static method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
RegionNormalizerFactory - Class in org.apache.hadoop.hbase.master.normalizer
Factory to create instance of RegionNormalizer as configured.
RegionNormalizerManager - Class in org.apache.hadoop.hbase.master.normalizer
This class encapsulates the details of the RegionNormalizer subsystem.
RegionObserver - Interface in org.apache.hadoop.hbase.coprocessor
Coprocessors implement this interface to observe and mediate client actions on the region.
RegionObserver.MutationType - Enum in org.apache.hadoop.hbase.coprocessor
Mutation type for postMutationBeforeWAL hook
regionOffline(RegionInfo) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
regionOffline(RegionInfo) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
regionOffline(RegionInfo) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
Marks the region as offline at balancer.
regionOnline(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
regionOnline(RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
regionOnline(RegionInfo, ServerName) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
Marks the region as online at balancer.
RegionOpenOperation(RemoteProcedureDispatcher.RemoteProcedure, RegionInfo, long) - Constructor for class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.RegionOpenOperation
 
RegionOperation(RemoteProcedureDispatcher.RemoteProcedure, RegionInfo, long) - Constructor for class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.RegionOperation
 
RegionPlacementMaintainer - Class in org.apache.hadoop.hbase.master
A tool that is used for manipulating and viewing favored nodes information for regions.
RegionPlacementMaintainer(Configuration) - Constructor for class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
 
RegionPlacementMaintainer(Configuration, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
 
RegionPlacementMaintainer.RandomizedMatrix - Class in org.apache.hadoop.hbase.master
Some algorithms for solving the assignment problem may traverse workers or jobs in linear order which may result in skewing the assignments of the first jobs in the matrix toward the last workers in the matrix if the costs are uniform.
RegionPlan - Class in org.apache.hadoop.hbase.master
Stores the plan for the move of an individual region.
RegionPlan(RegionInfo, ServerName, ServerName) - Constructor for class org.apache.hadoop.hbase.master.RegionPlan
Instantiate a plan for a region move, moving the specified region from the specified source server to the specified destination server.
RegionPlan.RegionPlanComparator - Class in org.apache.hadoop.hbase.master
 
RegionPlanComparator() - Constructor for class org.apache.hadoop.hbase.master.RegionPlan.RegionPlanComparator
 
RegionProcedureStore - Class in org.apache.hadoop.hbase.procedure2.store.region
A procedure store which uses the master local store to store all the procedures.
RegionProcedureStore(Server, MasterRegion, LeaseRecovery) - Constructor for class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
RegionRemoteProcedureBase - Class in org.apache.hadoop.hbase.master.assignment
The base class for the remote procedures used to open/close a region.
RegionRemoteProcedureBase() - Constructor for class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
RegionRemoteProcedureBase(TransitRegionStateProcedure, RegionInfo, ServerName) - Constructor for class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
RegionReplicaFlushHandler - Class in org.apache.hadoop.hbase.regionserver.handler
HBASE-11580: With the async wal approach (HBASE-11568), the edits are not persisted to WAL in secondary region replicas.
RegionReplicaFlushHandler(Server, ClusterConnection, RpcRetryingCallerFactory, RpcControllerFactory, int, HRegion) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.RegionReplicaFlushHandler
 
RegionReplicaInfo - Class in org.apache.hadoop.hbase.master.http
A POJO that consolidates the information about a single region replica that's stored in meta.
RegionReplicaReplicationEndpoint - Class in org.apache.hadoop.hbase.replication.regionserver
A ReplicationEndpoint endpoint which receives the WAL edits from the WAL, and sends the edits to replicas of regions.
RegionReplicaReplicationEndpoint() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.RegionReplicaReplicationEndpoint
 
RegionScanner - Interface in org.apache.hadoop.hbase.regionserver
RegionScanner describes iterators over rows in an HRegion.
REGIONSERVER - Static variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
region server process name
regionServer - Variable in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
REGIONSERVER_ADMIN_SERVICE_CONFIG - Static variable in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Services launched in RSRpcServices.
REGIONSERVER_CLIENT_META_SERVICE_CONFIG - Static variable in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
REGIONSERVER_CLIENT_SERVICE_CONFIG - Static variable in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
REGIONSERVER_COPROCESSOR_CONF_KEY - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
regionserver_jsp - Class in org.apache.hadoop.hbase.generated.regionserver
 
regionserver_jsp() - Constructor for class org.apache.hadoop.hbase.generated.regionserver.regionserver_jsp
 
REGIONSERVER_META_STOREFILE_REFRESH_PERIOD - Static variable in class org.apache.hadoop.hbase.regionserver.StorefileRefresherChore
Whether all storefiles should be refreshed, as opposed to just hbase:meta's Meta region doesn't have WAL replication for replicas enabled yet
REGIONSERVER_PROCEDURE_CONF_KEY - Static variable in class org.apache.hadoop.hbase.procedure.ProcedureManagerHost
 
REGIONSERVER_STOREFILE_REFRESH_PERIOD - Static variable in class org.apache.hadoop.hbase.regionserver.StorefileRefresherChore
The period (in milliseconds) for refreshing the store files for the secondary regions.
RegionServerAccounting - Class in org.apache.hadoop.hbase.regionserver
RegionServerAccounting keeps record of some basic real time information about the Region Server.
RegionServerAccounting(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
 
RegionServerCoprocessor - Interface in org.apache.hadoop.hbase.coprocessor
 
RegionServerCoprocessorEnvironment - Interface in org.apache.hadoop.hbase.coprocessor
 
RegionServerCoprocessorHost - Class in org.apache.hadoop.hbase.regionserver
 
RegionServerCoprocessorHost(RegionServerServices, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionServerCoprocessorHost
 
RegionServerCoprocessorService(SingletonCoprocessorService) - Constructor for class org.apache.hadoop.hbase.coprocessor.CoprocessorServiceBackwardCompatiblity.RegionServerCoprocessorService
Deprecated.
 
RegionServerFlushTableProcedureManager - Class in org.apache.hadoop.hbase.procedure.flush
This manager class handles flushing of the regions for table on a HRegionServer.
RegionServerFlushTableProcedureManager() - Constructor for class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
 
RegionServerFlushTableProcedureManager.FlushTableSubprocedureBuilder - Class in org.apache.hadoop.hbase.procedure.flush
 
RegionServerList - Interface in org.apache.hadoop.hbase.master
For storing the region server list.
RegionServerListTmpl - Class in org.apache.hadoop.hbase.tmpl.master
 
RegionServerListTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
RegionServerListTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
RegionServerListTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
RegionServerListTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.master
 
RegionServerListTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.master
 
RegionServerListTmplImpl - Class in org.apache.hadoop.hbase.tmpl.master
 
RegionServerListTmplImpl(TemplateManager, RegionServerListTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmplImpl
 
RegionServerObserver - Interface in org.apache.hadoop.hbase.coprocessor
Defines coprocessor hooks for interacting with operations on the HRegionServer process.
RegionServerProcedureManager - Class in org.apache.hadoop.hbase.procedure
A life-cycle management interface for globally barriered procedures on region servers.
RegionServerProcedureManager() - Constructor for class org.apache.hadoop.hbase.procedure.RegionServerProcedureManager
 
RegionServerProcedureManagerHost - Class in org.apache.hadoop.hbase.procedure
Provides the globally barriered procedure framework and environment for region server oriented operations.
RegionServerProcedureManagerHost() - Constructor for class org.apache.hadoop.hbase.procedure.RegionServerProcedureManagerHost
 
RegionServerRegistry - Class in org.apache.hadoop.hbase.client
Connection registry implementation for region server.
RegionServerRegistry(HRegionServer) - Constructor for class org.apache.hadoop.hbase.client.RegionServerRegistry
 
regionServerReport(RpcController, RegionServerStatusProtos.RegionServerReportRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
regionServerReport(ServerName, ServerMetrics) - Method in class org.apache.hadoop.hbase.master.ServerManager
 
RegionServerRpcQuotaManager - Class in org.apache.hadoop.hbase.quotas
Region Server Quota Manager.
RegionServerRpcQuotaManager(RegionServerServices) - Constructor for class org.apache.hadoop.hbase.quotas.RegionServerRpcQuotaManager
 
RegionServerServices - Interface in org.apache.hadoop.hbase.regionserver
A curated subset of services provided by HRegionServer.
RegionServerServices.PostOpenDeployContext - Class in org.apache.hadoop.hbase.regionserver
Context for postOpenDeployTasks().
RegionServerServices.RegionStateTransitionContext - Class in org.apache.hadoop.hbase.regionserver
 
RegionServerSnapshotManager - Class in org.apache.hadoop.hbase.regionserver.snapshot
This manager class handles the work dealing with snapshots for a HRegionServer.
RegionServerSnapshotManager() - Constructor for class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
 
RegionServerSnapshotManager.SnapshotSubprocedureBuilder - Class in org.apache.hadoop.hbase.regionserver.snapshot
Build the actual snapshot runner that will do all the 'hard' work
RegionServerSpaceQuotaManager - Class in org.apache.hadoop.hbase.quotas
A manager for filesystem space quotas in the RegionServer.
RegionServerSpaceQuotaManager(RegionServerServices) - Constructor for class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
 
regionServerStartup(RpcController, RegionServerStatusProtos.RegionServerStartupRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
RegionServerStdOutSink() - Constructor for class org.apache.hadoop.hbase.tool.CanaryTool.RegionServerStdOutSink
 
RegionServerTableMetrics - Class in org.apache.hadoop.hbase.regionserver
Captures operation metrics by table.
RegionServerTableMetrics(boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
RegionServerThread(HRegionServer, int) - Constructor for class org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
 
RegionServerTracker - Class in org.apache.hadoop.hbase.master
Tracks the online region servers via ZK.
RegionServerTracker(ZKWatcher, MasterServices) - Constructor for class org.apache.hadoop.hbase.master.RegionServerTracker
 
regionServices - Variable in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
RegionServicesForStores - Class in org.apache.hadoop.hbase.regionserver
Services a Store needs from a Region.
RegionServicesForStores(HRegion, RegionServerServices) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionServicesForStores
 
regionsInQueue - Variable in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
 
RegionSize - Interface in org.apache.hadoop.hbase.quotas
Interface that encapsulates optionally sending a Region's size to the master.
RegionSizeImpl - Class in org.apache.hadoop.hbase.quotas
An object encapsulating a Region's size and whether it's been reported to the master since the value last changed.
RegionSizeImpl(long) - Constructor for class org.apache.hadoop.hbase.quotas.RegionSizeImpl
 
RegionSizeReportingChore - Class in org.apache.hadoop.hbase.quotas
A Chore which sends the region size reports on this RegionServer to the Master.
RegionSizeReportingChore(RegionServerServices) - Constructor for class org.apache.hadoop.hbase.quotas.RegionSizeReportingChore
 
RegionSizeStore - Interface in org.apache.hadoop.hbase.quotas
An interface for concurrently storing and updating the size of a Region.
RegionSizeStoreFactory - Class in org.apache.hadoop.hbase.quotas
A factory class for creating implementations of RegionSizeStore.
RegionSizeStoreImpl - Class in org.apache.hadoop.hbase.quotas
A RegionSizeStore implementation backed by a ConcurrentHashMap.
RegionSizeStoreImpl() - Constructor for class org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
 
RegionSnapshotTask(HRegion, SnapshotProtos.SnapshotDescription, boolean, ForeignExceptionDispatcher) - Constructor for class org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure.RegionSnapshotTask
 
RegionSplitCalculator<R extends KeyRange> - Class in org.apache.hadoop.hbase.util
This is a generic region split calculator.
RegionSplitCalculator(Comparator<R>) - Constructor for class org.apache.hadoop.hbase.util.RegionSplitCalculator
 
RegionSplitPolicy - Class in org.apache.hadoop.hbase.regionserver
A split policy determines when a Region should be split.
RegionSplitPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
 
RegionSplitRestriction - Class in org.apache.hadoop.hbase.regionserver
A split restriction that restricts the pattern of the split point.
RegionSplitRestriction() - Constructor for class org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
 
RegionSplitter - Class in org.apache.hadoop.hbase.util
The RegionSplitter class provides several utilities to help in the administration lifecycle for developers who choose to manually split regions instead of having HBase handle that automatically.
RegionSplitter() - Constructor for class org.apache.hadoop.hbase.util.RegionSplitter
 
RegionSplitter.DecimalStringSplit - Class in org.apache.hadoop.hbase.util
The format of a DecimalStringSplit region boundary is the ASCII representation of reversed sequential number, or any other uniformly distributed decimal value.
RegionSplitter.HexStringSplit - Class in org.apache.hadoop.hbase.util
HexStringSplit is a well-known RegionSplitter.SplitAlgorithm for choosing region boundaries.
RegionSplitter.NumberStringSplit - Class in org.apache.hadoop.hbase.util
 
RegionSplitter.SplitAlgorithm - Interface in org.apache.hadoop.hbase.util
A generic interface for the RegionSplitter code to use for all it's functionality.
RegionSplitter.UniformSplit - Class in org.apache.hadoop.hbase.util
A SplitAlgorithm that divides the space of possible keys evenly.
RegionsRecoveryChore - Class in org.apache.hadoop.hbase.master
This chore, every time it runs, will try to recover regions with high store ref count by reopening them
RegionsRecoveryConfigManager - Class in org.apache.hadoop.hbase.master
Config manager for RegionsRecovery Chore - Dynamically reload config and update chore accordingly
RegionStateListener - Interface in org.apache.hadoop.hbase
The listener interface for receiving region state events.
RegionStateNode - Class in org.apache.hadoop.hbase.master.assignment
Current Region State.
RegionStates - Class in org.apache.hadoop.hbase.master.assignment
RegionStates contains a set of Maps that describes the in-memory state of the AM, with the regions available in the system, the region in transition, the offline regions and the servers holding regions.
RegionStates() - Constructor for class org.apache.hadoop.hbase.master.assignment.RegionStates
 
RegionStates.RegionFailedOpen - Class in org.apache.hadoop.hbase.master.assignment
 
RegionStateStore - Class in org.apache.hadoop.hbase.master.assignment
Store Region State to hbase:meta table.
RegionStateStore(MasterServices, MasterRegion) - Constructor for class org.apache.hadoop.hbase.master.assignment.RegionStateStore
 
RegionStateStore.RegionStateVisitor - Interface in org.apache.hadoop.hbase.master.assignment
 
RegionStateTransitionContext(RegionServerStatusProtos.RegionStateTransition.TransitionCode, long, long, RegionInfo...) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext
 
RegionStateTransitionContext(RegionServerStatusProtos.RegionStateTransition.TransitionCode, long, long, long, RegionInfo) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext
 
RegionStdOutSink() - Constructor for class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
RegionTaskResult(RegionInfo, TableName, ServerName, ColumnFamilyDescriptor) - Constructor for class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
RegionTransitionProcedure - Class in org.apache.hadoop.hbase.master.assignment
Deprecated.
Do not use any more.
RegionTransitionProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
RegionTransitionProcedure(RegionInfo) - Constructor for class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
RegionVisualizer - Class in org.apache.hadoop.hbase.master.http
Support class for the "Region Visualizer" rendered out of src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionVisualizerTmpl.jamon
RegionVisualizer() - Constructor for class org.apache.hadoop.hbase.master.http.RegionVisualizer
 
RegionVisualizer(Admin) - Constructor for class org.apache.hadoop.hbase.master.http.RegionVisualizer
 
RegionVisualizer(AsyncAdmin) - Constructor for class org.apache.hadoop.hbase.master.http.RegionVisualizer
 
RegionVisualizer.RegionDetails - Class in org.apache.hadoop.hbase.master.http
POJO carrying detailed information about a region for use in visualizations.
RegionVisualizerTmpl - Class in org.apache.hadoop.hbase.tmpl.master
 
RegionVisualizerTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl
 
RegionVisualizerTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl
 
RegionVisualizerTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl
 
RegionVisualizerTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.master
 
RegionVisualizerTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.master
 
RegionVisualizerTmplImpl - Class in org.apache.hadoop.hbase.tmpl.master
 
RegionVisualizerTmplImpl(TemplateManager, RegionVisualizerTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmplImpl
 
register(E) - Method in class org.apache.hadoop.hbase.procedure.ProcedureManagerHost
 
registerChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
 
registerChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
registerChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
registerChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.regionserver.HStore
registerDeserializer(CacheableDeserializer<Cacheable>) - Static method in class org.apache.hadoop.hbase.io.hfile.CacheableDeserializerIdManager
Register the given Cacheable -- usually an hfileblock instance, these implement the Cacheable Interface -- deserializer and generate a unique identifier id for it and return this as our result.
registerFlushRequestListener(FlushRequestListener) - Method in interface org.apache.hadoop.hbase.regionserver.FlushRequester
Register a FlushRequestListener
registerFlushRequestListener(FlushRequestListener) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
Register a MemstoreFlushListener
registerListener() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
Deprecated.
set the listener for task changes.
registerListener() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
registerListener(ServerListener) - Method in class org.apache.hadoop.hbase.master.ServerManager
Add the listener to the notification list.
registerService(Service) - Method in class org.apache.hadoop.hbase.master.HMaster
 
registerService(Service) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Registers a new protocol buffer Service subclass as a master coprocessor endpoint.
registerService(Service) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Registers a new protocol buffer Service subclass as a coprocessor endpoint to be available for handling Region#execService(com.google.protobuf.RpcController, org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceCall) calls.
registerService(Service) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
registerService(Service) - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Registers a new protocol buffer Service subclass as a coprocessor endpoint to be available for handling
registerTuneObserver(HeapMemoryManager.HeapMemoryTuneObserver) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
registerWALActionsListener(WALActionsListener) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
registerWALActionsListener(WALActionsListener) - Method in interface org.apache.hadoop.hbase.wal.WAL
Registers WALActionsListener
release() - Method in interface org.apache.hadoop.hbase.io.hfile.Cacheable
Decrease its reference count, and if no reference then free the memory of this object, its backend is usually a ByteBuff, and we will put its NIO ByteBuffers back to ByteBuffAllocator
release() - Method in class org.apache.hadoop.hbase.io.hfile.ExclusiveMemHFileBlock
 
release() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
Call ByteBuff.release() to decrease the reference count, if no other reference, it will return back the ByteBuffer to ByteBuffAllocator
release() - Method in class org.apache.hadoop.hbase.master.locking.LockManager.MasterLock
Release the lock.
release() - Method in class org.apache.hadoop.hbase.regionserver.HRegion.RowLockImpl
 
release() - Method in interface org.apache.hadoop.hbase.regionserver.Region.RowLock
Release the given lock.
releaseBarrier() - Method in class org.apache.hadoop.hbase.procedure.flush.FlushTableSubprocedure
 
releaseBarrier() - Method in class org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure
Hooray!
releaseByWAL() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
releaseDelegationToken() - Method in class org.apache.hadoop.hbase.security.token.FsDelegationToken
Releases a previously acquired delegation token.
releaseIfNotCurBlock(HFileBlock) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
The curBlock will be released by shipping or close method, so only need to consider releasing the block, which was read from HFile before and not referenced by curBlock.
releaseLatch(ProcedurePrepareLatch, Procedure) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch
 
releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
releaseSplitWALWorker(ServerName, MasterProcedureScheduler) - Method in class org.apache.hadoop.hbase.master.SplitWALManager
After the worker finished the split WAL task, it will release the worker, and wake up all the suspend procedures in the ProcedureEvent
releaseSyncLatch() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
releaseSyncLatch() - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
reloadConfiguration() - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
remainingCapacity() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
remainingCapacity() - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
remainingTasksInCoordination() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
Deprecated.
Return the number of remaining tasks
remainingTasksInCoordination() - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
REMOTE_LOCKS_TIMEOUT_MS_CONF - Static variable in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
remoteAddress - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
remoteCallBuild(MasterProcedureEnv, ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
remoteCallBuild(MasterProcedureEnv, ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
remoteCallBuild(MasterProcedureEnv, ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
remoteCallBuild(MasterProcedureEnv, ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
remoteCallBuild(MasterProcedureEnv, ServerName) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
remoteCallBuild(MasterProcedureEnv, ServerName) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
remoteCallBuild(MasterProcedureEnv, ServerName) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
remoteCallBuild(MasterProcedureEnv, ServerName) - Method in class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
remoteCallFailed(MasterProcedureEnv, RegionStateNode, IOException) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
remoteCallFailed(MasterProcedureEnv, ServerName, IOException) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
remoteCallFailed(MasterProcedureEnv, RegionStateNode, IOException) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
remoteCallFailed(MasterProcedureEnv, ServerName, IOException) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
remoteCallFailed(MasterProcedureEnv, RegionStateNode, IOException) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
Returns If true, we will re-wake up this procedure; if false, the procedure stays suspended.
remoteCallFailed(MasterProcedureEnv, IOException) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.ExecuteProceduresRemoteCall
 
remoteCallFailed(MasterProcedureEnv, ServerName, IOException) - Method in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
remoteDispatch(ServerName, Set<RemoteProcedureDispatcher.RemoteProcedure>) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
 
remoteLocks() - Method in class org.apache.hadoop.hbase.master.locking.LockManager
 
RemoteLocks() - Constructor for class org.apache.hadoop.hbase.master.locking.LockManager.RemoteLocks
 
remoteOperationCompleted(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
remoteOperationCompleted(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
remoteOperationCompleted(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
remoteOperationFailed(MasterProcedureEnv, RemoteProcedureException) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
remoteOperationFailed(MasterProcedureEnv, RemoteProcedureException) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
remoteOperationFailed(MasterProcedureEnv, RemoteProcedureException) - Method in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
remoteProcedureComplete(long, Throwable) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
remoteProcedureCompleted(long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
remoteProcedureFailed(long, RemoteProcedureException) - Method in class org.apache.hadoop.hbase.master.HMaster
 
remove(HTableDescriptor) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Remove all Constraints that have been added to the table and turn off the constraint processing.
remove(HTableDescriptor, Class<? extends Constraint>) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Remove the constraint (and associated information) for the table descriptor.
remove(Object) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
remove(Object) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
remove() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
remove(Queue<T>) - Method in class org.apache.hadoop.hbase.master.procedure.FairQueue
 
remove(RegionInfo) - Method in class org.apache.hadoop.hbase.quotas.NoOpRegionSizeStore
 
remove(RegionInfo) - Method in interface org.apache.hadoop.hbase.quotas.RegionSizeStore
Removes the mapping for the given key, returning the value if one exists in the store.
remove(RegionInfo) - Method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
 
remove(Object) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
remove(Object) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
remove() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactorSegmentsIterator
 
remove() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreMergerSegmentsIterator
 
remove(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceLogQueue
Remove head from the queue corresponding to given walGroupId.
remove(TableName) - Method in interface org.apache.hadoop.hbase.TableDescriptors
Returns Instance of table descriptor or null if none found.
remove(Object) - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
remove(TableName) - Method in class org.apache.hadoop.hbase.util.FSTableDescriptors
Removes the table descriptor from the local cache and returns it.
remove(Object) - Method in class org.apache.hadoop.hbase.util.SortedList
 
remove(int) - Method in class org.apache.hadoop.hbase.util.SortedList
 
remove(String) - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
 
REMOVE_QUOTA_ON_TABLE_DELETE - Static variable in class org.apache.hadoop.hbase.quotas.MasterQuotasObserver
 
REMOVE_QUOTA_ON_TABLE_DELETE_DEFAULT - Static variable in class org.apache.hadoop.hbase.quotas.MasterQuotasObserver
 
removeAll(Collection<?>) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
removeAll(Collection<?>) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
removeAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.SortedList
 
removeCatalogReplicationSource(RegionInfo) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Remove the hbase:meta Catalog replication source.
removeCompactedFiles(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
removeCompactedFiles(Collection<HStoreFile>) - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Remove the compacted files
removeCompactedFiles(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
removeDeadServer(ServerName) - Method in class org.apache.hadoop.hbase.master.DeadServer
Called from rpc by operator cleaning up deadserver list.
removeExcessFiles(ArrayList<HStoreFile>, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
removeFromFailedOpen(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
removeFromNamespaceUsage(TableName) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
 
removeFromNSTable(String) - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
removeFromRamCache(BlockCacheKey) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
removeFromZKNamespaceManager(MasterProcedureEnv, String) - Static method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
remove from ZooKeeper.
removeFromZKNamespaceManager(String) - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
removeKeyFromZK(AuthenticationKey) - Method in class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
removeListener() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
Deprecated.
remove the listener for task changes.
removeListener() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
removeMetric(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
removeMobFiles(Configuration, FileSystem, TableName, Path, byte[], Collection<HStoreFile>) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Archives the mob files.
removeNamespace(byte[]) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Remove given namespace from AuthManager's namespace cache.
removeNamespaceAccessAcl(TableName, Set<String>, String) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
Remove table access acl from namespace dir when delete table
removeNamespaceDefaultAcl(String, Set<String>) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
Remove default acl from namespace archive dir when delete namespace
removeNamespaceQuota(MasterProcedureEnv, String) - Static method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
remove quota for the namespace
removeNamespaceQuota(String) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
removeParentInMeta(Configuration, RegionInfo) - Static method in class org.apache.hadoop.hbase.util.HBaseFsckRepair
 
removePeer(String) - Method in class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager
 
removePeer(String) - Method in interface org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandler
 
removePeer(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandlerImpl
 
removePeer(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
1.
RemovePeerProcedure - Class in org.apache.hadoop.hbase.master.replication
The procedure for removing a replication peer.
RemovePeerProcedure() - Constructor for class org.apache.hadoop.hbase.master.replication.RemovePeerProcedure
 
RemovePeerProcedure(String) - Constructor for class org.apache.hadoop.hbase.master.replication.RemovePeerProcedure
 
removeRegion(RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
removeRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.master.ServerManager
Called by delete table and similar to notify the ServerManager that a region was removed.
removeRegion(HRegion, ServerName) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
removeRegion(HRegion, ServerName) - Method in interface org.apache.hadoop.hbase.regionserver.MutableOnlineRegions
Removes the given Region from the list of onlineRegions.
removeRegionFromNamespaceUsage(RegionInfo) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
 
removeRegionFromServer(ServerName, RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
removeRegionReplicas(TableName, int, int) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
 
removeRegions(List<RegionInfo>) - Method in class org.apache.hadoop.hbase.master.ServerManager
Called by delete table and similar to notify the ServerManager that a region was removed.
removeRegionSizesForTable(TableName) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
Removes each region size entry where the RegionInfo references the provided TableName.
removeRegistry(MetricRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.MetricsCoprocessor
 
removeReplicationPeer(String) - Method in class org.apache.hadoop.hbase.master.HMaster
 
removeReplicationPeer(RpcController, ReplicationProtos.RemoveReplicationPeerRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
removeReplicationPeer(String) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Removes a peer and stops the replication
removeServer(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
Called by SCP at end of successful processing.
removeServerFromDrainList(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
 
removeShutdownHook(Runnable) - Method in class org.apache.hadoop.hbase.util.ShutdownHookManager
 
removeStoreFile(String, Path) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Archives the specified store file from the specified family.
removeStoreFiles(String, Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Closes and archives the specified store files from the specified family.
removeTable(String) - Method in class org.apache.hadoop.hbase.backup.example.HFileArchiveTableMonitor
 
removeTable(TableName) - Method in class org.apache.hadoop.hbase.security.access.AuthManager
Remove given table from AuthManager's table cache.
removeTableAcl(TableName, Set<String>) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
Remove table acls when modify table
removeTableDefaultAcl(TableName, Set<String>) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
Remove default acl from table archive dir when delete table
removeTableFromNamespaceQuota(TableName) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
Remove table from namespace quota.
removeUserPermission(Configuration, UserPermission, Table) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
Removes a previously granted permission from the stored access control lists.
render(Writer) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
render(Writer, AssignmentManager) - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
render(Writer, HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl
 
render(Writer, HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
render(Writer, HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
render(Writer) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl
 
render(Writer, HMaster, ServerManager) - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl
 
render(Writer, CacheConfig, Configuration, BlockCache) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl
 
render(Writer, CacheConfig, Configuration, String, String, BlockCache) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl
 
render(Writer, HRegionServer, List<RegionInfo>) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl
 
render(Writer, HRegionServer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl
 
render(Writer, HRegionServer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
render(Writer, MetricsRegionServerWrapper, MetricsHBaseServerWrapper, ByteBuffAllocator) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl
 
render(Writer, CanaryTool.RegionStdOutSink) - Method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.Intf
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl.Intf
 
renderNoFlush(Writer, AssignmentManager) - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl.Intf
 
renderNoFlush(Writer, HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.Intf
 
renderNoFlush(Writer, HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl.Intf
 
renderNoFlush(Writer, HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl.Intf
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl.Intf
 
renderNoFlush(Writer, HMaster, ServerManager) - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl.Intf
 
renderNoFlush(Writer, CacheConfig, Configuration, BlockCache) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.Intf
 
renderNoFlush(Writer, CacheConfig, Configuration, String, String, BlockCache) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl.Intf
 
renderNoFlush(Writer, HRegionServer, List<RegionInfo>) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl.Intf
 
renderNoFlush(Writer, HRegionServer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.Intf
 
renderNoFlush(Writer, HRegionServer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl.Intf
 
renderNoFlush(Writer, MetricsRegionServerWrapper, MetricsHBaseServerWrapper, ByteBuffAllocator) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmplImpl
 
renderNoFlush(Writer) - Method in interface org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl.Intf
 
renderNoFlush(Writer, CanaryTool.RegionStdOutSink) - Method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl
 
renderNoFlush(Writer) - Method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmplImpl
 
renderRegionDetails() - Method in class org.apache.hadoop.hbase.master.http.RegionVisualizer
 
renewLease() - Method in class org.apache.hadoop.hbase.client.ClientSideRegionScanner
 
renewLease() - Method in class org.apache.hadoop.hbase.client.TableSnapshotScanner
 
renewLease(String) - Method in class org.apache.hadoop.hbase.regionserver.LeaseManager
Renew a lease
reopen(MasterProcedureEnv, RegionInfo) - Static method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
reopenAfterFlush() - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
Returns if top of heap has changed (and KeyValueHeap has to try the next KV)
reopenRegions(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
ReopenTableRegionsProcedure - Class in org.apache.hadoop.hbase.master.procedure
Used for reopening the regions for a table.
ReopenTableRegionsProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
ReopenTableRegionsProcedure(TableName) - Constructor for class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
ReopenTableRegionsProcedure(TableName, List<byte[]>) - Constructor for class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
replace(Collection<StoreFileInfo>, Collection<StoreFileInfo>) - Method in interface org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTracker
Add new store files and remove compacted store files after compaction.
replaceStoreFiles(Collection<HStoreFile>, Collection<HStoreFile>, StoreEngine.IOExceptionRunnable, Runnable) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
replay(RpcController, AdminProtos.ReplicateWALEntryRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Replay the given changes when distributedLogReplay WAL edits from a failed RS.
replayCompactionMarker(WALProtos.CompactionDescriptor, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Call to complete a compaction.
replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
Do the shipping logic
replicate() - Method in class org.apache.hadoop.hbase.replication.regionserver.HFileReplicator
 
replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.regionserver.RegionReplicaReplicationEndpoint
 
replicate(ReplicationEndpoint.ReplicateContext) - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Replicate the given set of entries (in the context) to the other cluster.
replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
 
replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
ReplicateContext() - Constructor for class org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext
 
replicateEntries(List<WAL.Entry>, int, int) - Method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
 
replicateEntries(List<AdminProtos.WALEntry>, CellScanner, String, String, String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSink
Replicate this array of entries directly into the local cluster using the native client.
replicateLogEntries(List<AdminProtos.WALEntry>, CellScanner, String, String, String) - Method in interface org.apache.hadoop.hbase.regionserver.ReplicationSinkService
Carry on the list of log entries down to the sink
replicateLogEntries(List<AdminProtos.WALEntry>, CellScanner, String, String, String) - Method in class org.apache.hadoop.hbase.replication.regionserver.Replication
Carry on the list of log entries down to the sink
replicateLogEntries(List<AdminProtos.WALEntry>, CellScanner, String, String, String) - Method in class org.apache.hadoop.hbase.replication.ReplicationSinkServiceImpl
 
replicateWALEntry(AdminProtos.AdminService.BlockingInterface, WAL.Entry[], String, Path, Path, int) - Static method in class org.apache.hadoop.hbase.protobuf.ReplicationProtbufUtil
A helper to replicate a list of WAL entries using admin protocol.
replicateWALEntry(RpcController, AdminProtos.ReplicateWALEntryRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Replicate WAL entries on the region server.
Replication - Class in org.apache.hadoop.hbase.replication.regionserver
Gateway to Replication.
Replication() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.Replication
Empty constructor
REPLICATION_BULKLOAD_COPY_HFILES_PERTHREAD_DEFAULT - Static variable in class org.apache.hadoop.hbase.replication.regionserver.HFileReplicator
 
REPLICATION_BULKLOAD_COPY_HFILES_PERTHREAD_KEY - Static variable in class org.apache.hadoop.hbase.replication.regionserver.HFileReplicator
Number of hfiles to copy per thread during replication
REPLICATION_BULKLOAD_COPY_MAXTHREADS_DEFAULT - Static variable in class org.apache.hadoop.hbase.replication.regionserver.HFileReplicator
 
REPLICATION_BULKLOAD_COPY_MAXTHREADS_KEY - Static variable in class org.apache.hadoop.hbase.replication.regionserver.HFileReplicator
Maximum number of threads to allow in pool to copy hfiles during replication
REPLICATION_DROP_ON_DELETED_COLUMN_FAMILY_KEY - Static variable in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
Drop edits for CFs that been deleted from the replication source and target
REPLICATION_DROP_ON_DELETED_TABLE_KEY - Static variable in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
Drop edits for tables that been deleted from the replication source and target
REPLICATION_WALENTRYFILTER_CONFIG_KEY - Static variable in class org.apache.hadoop.hbase.replication.BaseReplicationEndpoint
 
ReplicationBarrierCleaner - Class in org.apache.hadoop.hbase.master.cleaner
Used to clean the useless barriers in HConstants.REPLICATION_BARRIER_FAMILY_STR family in meta table.
ReplicationBarrierCleaner(Configuration, Stoppable, Connection, ReplicationPeerManager) - Constructor for class org.apache.hadoop.hbase.master.cleaner.ReplicationBarrierCleaner
 
ReplicationChecker - Class in org.apache.hadoop.hbase.util.hbck
Check and fix undeleted replication queues for removed peerId.
ReplicationChecker(Configuration, ZKWatcher, HbckErrorReporter) - Constructor for class org.apache.hadoop.hbase.util.hbck.ReplicationChecker
 
ReplicationEndpoint - Interface in org.apache.hadoop.hbase.replication
ReplicationEndpoint is a plugin which implements replication to other HBase clusters, or other systems.
ReplicationEndpoint.Context - Class in org.apache.hadoop.hbase.replication
 
ReplicationEndpoint.ReplicateContext - Class in org.apache.hadoop.hbase.replication
ReplicationHFileCleaner - Class in org.apache.hadoop.hbase.replication.master
Implementation of a file cleaner that checks if a hfile is still scheduled for replication before deleting it from hfile archive directory.
ReplicationHFileCleaner() - Constructor for class org.apache.hadoop.hbase.replication.master.ReplicationHFileCleaner
 
ReplicationLoad - Class in org.apache.hadoop.hbase.replication.regionserver
This class is used for exporting some of the info from replication metrics
ReplicationLoad() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationLoad
default constructor
ReplicationLogCleaner - Class in org.apache.hadoop.hbase.replication.master
Implementation of a log cleaner that checks if a log is still scheduled for replication before deleting it when its TTL is over.
ReplicationLogCleaner() - Constructor for class org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
 
ReplicationObserver - Class in org.apache.hadoop.hbase.replication.regionserver
An Observer to add HFile References to replication queue.
ReplicationObserver() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationObserver
 
replicationPeer - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
ReplicationPeerConfigUpgrader - Class in org.apache.hadoop.hbase.replication.master
This class is used to upgrade TableCFs from HBase 1.0, 1.1, 1.2, 1.3 to HBase 1.4 or 2.x.
ReplicationPeerConfigUpgrader(ZKWatcher, Configuration) - Constructor for class org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader
 
ReplicationPeerManager - Class in org.apache.hadoop.hbase.master.replication
Manages and performs all replication admin operations.
ReplicationProtbufUtil - Class in org.apache.hadoop.hbase.protobuf
 
ReplicationProtbufUtil() - Constructor for class org.apache.hadoop.hbase.protobuf.ReplicationProtbufUtil
 
replicationQueueInfo - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
ReplicationRuntimeException - Exception in org.apache.hadoop.hbase.replication.regionserver
This exception is thrown when a replication source is terminated and source threads got interrupted.
ReplicationRuntimeException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.replication.regionserver.ReplicationRuntimeException
 
ReplicationRuntimeException(String) - Constructor for exception org.apache.hadoop.hbase.replication.regionserver.ReplicationRuntimeException
 
ReplicationService - Interface in org.apache.hadoop.hbase.regionserver
Gateway to Cluster Replication.
ReplicationSink - Class in org.apache.hadoop.hbase.replication.regionserver
This class is responsible for replicating the edits coming from another cluster.
ReplicationSink(Configuration, RegionServerCoprocessorHost) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationSink
Create a sink for replication
ReplicationSinkManager - Class in org.apache.hadoop.hbase.replication.regionserver
Maintains a collection of peers to replicate to, and randomly selects a single peer to replicate to per set of data to replicate.
ReplicationSinkManager(ClusterConnection, String, HBaseReplicationEndpoint, Configuration) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkManager
Instantiate for a single replication peer cluster.
ReplicationSinkManager.SinkPeer - Class in org.apache.hadoop.hbase.replication.regionserver
Wraps a replication region server sink to provide the ability to identify it.
ReplicationSinkService - Interface in org.apache.hadoop.hbase.regionserver
A sink for a replication stream has to expose this service.
ReplicationSinkServiceImpl - Class in org.apache.hadoop.hbase.replication
 
ReplicationSinkServiceImpl() - Constructor for class org.apache.hadoop.hbase.replication.ReplicationSinkServiceImpl
 
ReplicationSource - Class in org.apache.hadoop.hbase.replication.regionserver
Class that handles the source of a replication stream.
ReplicationSourceFactory - Class in org.apache.hadoop.hbase.replication.regionserver
Constructs a ReplicationSourceInterface Note, not used to create specialized ReplicationSources
ReplicationSourceInterface - Interface in org.apache.hadoop.hbase.replication.regionserver
Interface that defines a replication source
ReplicationSourceLogQueue - Class in org.apache.hadoop.hbase.replication.regionserver
 
ReplicationSourceLogQueue(Configuration, MetricsSource, ReplicationSource) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceLogQueue
 
ReplicationSourceManager - Class in org.apache.hadoop.hbase.replication.regionserver
This class is responsible to manage all the replication sources.
ReplicationSourceManager(ReplicationQueueStorage, ReplicationPeers, Configuration, Server, FileSystem, Path, Path, UUID, WALFactory, MetricsReplicationGlobalSourceSource) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
Creates a replication manager and sets the watch on all the other registered region servers
ReplicationSourceService - Interface in org.apache.hadoop.hbase.regionserver
A source for a replication stream has to expose this service.
ReplicationSourceShipper - Class in org.apache.hadoop.hbase.replication.regionserver
This thread reads entries from a queue and ships them.
ReplicationSourceShipper(Configuration, String, ReplicationSourceLogQueue, ReplicationSource) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
ReplicationSourceShipper.WorkerState - Enum in org.apache.hadoop.hbase.replication.regionserver
 
ReplicationStatus - Class in org.apache.hadoop.hbase.replication.regionserver
 
ReplicationStatus.ReplicationStatusBuilder - Class in org.apache.hadoop.hbase.replication.regionserver
 
ReplicationStatusBuilder() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
 
ReplicationStatusTmpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
ReplicationStatusTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl
 
ReplicationStatusTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl
 
ReplicationStatusTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl
 
ReplicationStatusTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
ReplicationStatusTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.regionserver
 
ReplicationStatusTmplImpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
ReplicationStatusTmplImpl(TemplateManager, ReplicationStatusTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmplImpl
 
ReplicationSyncUp - Class in org.apache.hadoop.hbase.replication.regionserver
In a scenario of Replication based Disaster/Recovery, when hbase Master-Cluster crashes, this tool is used to sync-up the delta from Master to Slave using the info from ZooKeeper.
ReplicationSyncUp() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationSyncUp
 
ReplicationThrottler - Class in org.apache.hadoop.hbase.replication.regionserver
Per-peer per-node throttling controller for replication: enabled if bandwidth > 0, a cycle = 100ms, by throttling we guarantee data pushed to peer within each cycle won't exceed 'bandwidth' bytes
ReplicationThrottler(double) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationThrottler
ReplicationThrottler constructor If bandwidth less than 1, throttling is disabled
report(HbckErrorReporter) - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
Print a human readable summary of hfile quarantining operations.
report(String) - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
reportBadSink(ReplicationSinkManager.SinkPeer) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkManager
Report a SinkPeer as being bad (i.e.
reportCompactionRequestEnd(boolean, int, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
reportCompactionRequestFailure() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
reportCompactionRequestStart(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
reporter - Variable in class org.apache.hadoop.hbase.wal.OutputSink
 
reportError(String) - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
reportError(HbckErrorReporter.ERROR_CODE, String) - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
reportError(HbckErrorReporter.ERROR_CODE, String, HbckTableInfo) - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
reportError(HbckErrorReporter.ERROR_CODE, String, HbckTableInfo, HbckRegionInfo) - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
reportError(HbckErrorReporter.ERROR_CODE, String, HbckTableInfo, HbckRegionInfo, HbckRegionInfo) - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
reportFileArchival(RpcController, RegionServerStatusProtos.FileArchiveNotificationRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
reportFileArchivalForQuotas(TableName, Collection<Map.Entry<String, Long>>) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
reportFileArchivalForQuotas(TableName, Collection<Map.Entry<String, Long>>) - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Reports a collection of files, and their sizes, that belonged to the given table were just moved to the archive directory.
reportMobCompactionEnd(TableName) - Method in class org.apache.hadoop.hbase.master.HMaster
 
reportMobCompactionStart(TableName) - Method in class org.apache.hadoop.hbase.master.HMaster
 
reportOnlineRegions(ServerName, Set<byte[]>) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
The master will call this method when the RS send the regionServerReport().
reportOperationFromWal(long, long, long) - Method in class org.apache.hadoop.hbase.regionserver.ServerNonceManager
Reports the operation from WAL during replay.
reportProcedureDone(RpcController, RegionServerStatusProtos.ReportProcedureDoneRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
reportRegionSizesForQuotas(RegionSizeStore) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Reports the given map of Regions and their size on the filesystem to the active Master.
reportRegionSizesForQuotas(RegionSizeStore) - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Reports the provided Region sizes hosted by this RegionServer to the active Master.
reportRegionSpaceUse(RpcController, RegionServerStatusProtos.RegionSpaceUseReportRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
reportRegionStateTransition(RegionServerStatusProtos.ReportRegionStateTransitionRequest) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
reportRegionStateTransition(RpcController, RegionServerStatusProtos.ReportRegionStateTransitionRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
reportRegionStateTransition(RegionServerServices.RegionStateTransitionContext) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
reportRegionStateTransition(RegionServerServices.RegionStateTransitionContext) - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Notify master that a handler requests to change a region state
reportRSFatalError(RpcController, RegionServerStatusProtos.ReportRSFatalErrorRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
reportSinkSuccess(ReplicationSinkManager.SinkPeer) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkManager
Report that a SinkPeer successfully replicated a chunk of data.
reportTransition(MasterProcedureEnv, RegionStateNode, RegionServerStatusProtos.RegionStateTransition.TransitionCode, long) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
reportTransition(MasterProcedureEnv, RegionStateNode, RegionServerStatusProtos.RegionStateTransition.TransitionCode, long) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
reportTransition(MasterProcedureEnv, RegionStateNode, ServerName, RegionServerStatusProtos.RegionStateTransition.TransitionCode, long, long) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
reportTransition(MasterProcedureEnv, RegionStateNode, RegionServerStatusProtos.RegionStateTransition.TransitionCode, long) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
reqCleanup - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
request(Path, Runnable) - Static method in class org.apache.hadoop.hbase.io.hfile.PrefetchExecutor
 
request - Variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionContext
 
request - Variable in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeCompactionRequest
 
requestCompaction(HRegion, String, int, CompactionLifeCycleTracker, User) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequester
Request compaction on all the stores of the given region.
requestCompaction(HRegion, HStore, String, int, CompactionLifeCycleTracker, User) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequester
Request compaction on the given store.
requestCompaction(HRegion, String, int, CompactionLifeCycleTracker, User) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
requestCompaction(HRegion, HStore, String, int, CompactionLifeCycleTracker, User) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
requestCompaction(String, int, boolean, CompactionLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
requestCompaction(byte[], String, int, boolean, CompactionLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
requestCompaction() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
requestCompaction(int, CompactionLifeCycleTracker, User) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
requestCompaction(String, int, boolean, CompactionLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Request compaction on this region.
requestCompaction(byte[], String, int, boolean, CompactionLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Request compaction for the given family
requestCompactionInternal(HRegion, HStore, String, int, boolean, CompactionLifeCycleTracker, CompactSplit.CompactionCompleteTracker, User) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
requestDelayedFlush(HRegion, long) - Method in interface org.apache.hadoop.hbase.regionserver.FlushRequester
Tell the listener the cache needs to be flushed after a delay
requestDelayedFlush(HRegion, long) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
 
requestedSize() - Method in exception org.apache.hadoop.hbase.io.hfile.bucket.CacheFullException
 
requestFlush(HRegion, FlushLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.regionserver.FlushRequester
Tell the listener the cache needs to be flushed.
requestFlush(HRegion, List<byte[]>, FlushLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.regionserver.FlushRequester
Tell the listener the cache needs to be flushed.
requestFlush(FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
requestFlush(HRegion, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
 
requestFlush(HRegion, List<byte[]>, FlushLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
 
requestFlush(FlushLifeCycleTracker) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Request flush on this region.
requestLock() - Method in class org.apache.hadoop.hbase.client.locking.EntityLock
Sends rpc to the master to request lock.
requestLock(RpcController, LockServiceProtos.LockRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
requestLogRoll() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
requestLogRoll(WALActionsListener.RollRequestReason) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
requestNamespaceLock(String, LockType, String, NonceKey) - Method in class org.apache.hadoop.hbase.master.locking.LockManager.RemoteLocks
 
requestRegionsLock(RegionInfo[], String, NonceKey) - Method in class org.apache.hadoop.hbase.master.locking.LockManager.RemoteLocks
 
requestRoll() - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller.RollController
 
requestRollAll() - Method in class org.apache.hadoop.hbase.master.region.MasterRegion
 
requestRollAll() - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
requestSeek(Cell, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
Similar to KeyValueScanner.seek(org.apache.hadoop.hbase.Cell) (or KeyValueScanner.reseek(org.apache.hadoop.hbase.Cell) if forward is true) but only does a seek operation after checking that it is really necessary for the row/column combination specified by the kv parameter.
requestSeek(Cell, boolean, boolean) - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Similar to KeyValueScanner.seek(org.apache.hadoop.hbase.Cell) (or KeyValueScanner.reseek(org.apache.hadoop.hbase.Cell) if forward is true) but only does a seek operation after checking that it is really necessary for the row/column combination specified by the kv parameter.
requestSeek(Cell, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
 
requestSeek(Cell, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.ReversedKeyValueHeap
 
requestSeek(Cell, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
 
requestSeek(Cell, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
Pretend we have done a seek but don't do it yet, if possible.
requestSplit(Region) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
requestSystemCompaction(HRegion, HStore, String, boolean) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequester
Request system compaction on the given store.
requestSystemCompaction(HRegion, String) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
requestSystemCompaction(HRegion, HStore, String) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
requestSystemCompaction(HRegion, HStore, String, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
requestTableLock(TableName, LockType, String, NonceKey) - Method in class org.apache.hadoop.hbase.master.locking.LockManager.RemoteLocks
 
requireAccess(User, String, TableName, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Authorizes that the current user has any of the given permissions to access the table.
requireAccess(ObserverContext<?>, String, TableName, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
requireAccess(User, String, TableName, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
requireGlobalPermission(User, String, Permission.Action, TableName, Map<byte[], ? extends Collection<byte[]>>, String) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Checks that the user has the given global permission.
requireGlobalPermission(User, String, Permission.Action, String) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Checks that the user has the given global permission.
requireGlobalPermission(ObserverContext<?>, String, Permission.Action, TableName, Map<byte[], ? extends Collection<byte[]>>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
requireGlobalPermission(ObserverContext<?>, String, Permission.Action, String) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
requireGlobalPermission(User, String, Permission.Action, TableName, Map<byte[], ? extends Collection<byte[]>>, String) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
requireGlobalPermission(User, String, Permission.Action, String) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
requireNamespacePermission(User, String, String, String, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Checks that the user has the given global or namespace permission.
requireNamespacePermission(User, String, String, TableName, Map<byte[], ? extends Collection<byte[]>>, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Checks that the user has the given global or namespace permission.
requireNamespacePermission(ObserverContext<?>, String, String, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
requireNamespacePermission(ObserverContext<?>, String, String, TableName, Map<byte[], ? extends Collection<byte[]>>, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
requireNamespacePermission(User, String, String, String, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
requireNamespacePermission(User, String, String, TableName, Map<byte[], ? extends Collection<byte[]>>, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
requirePermission(String, Permission.Action) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
requirePermission(User, String, String, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Authorizes that the current user has global privileges for the given action.
requirePermission(User, String, TableName, byte[], byte[], String, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Authorizes that the current user has any of the given permissions for the given table, column family and column qualifier.
requirePermission(ObserverContext<?>, String, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
requirePermission(ObserverContext<?>, String, TableName, byte[], byte[], Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
requirePermission(User, String, String, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
requirePermission(User, String, TableName, byte[], byte[], String, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
requireTablePermission(User, String, TableName, byte[], byte[], Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
Authorizes that the current user has any of the given permissions for the given table, column family and column qualifier.
requireTablePermission(ObserverContext<?>, String, TableName, byte[], byte[], Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
requireTablePermission(User, String, TableName, byte[], byte[], Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.NoopAccessChecker
 
requireWritingToTmpDirFirst() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Whether the implementation of the used storefile tracker requires you to write to temp directory first, i.e, does not allow broken store files under the actual data directory.
requireWritingToTmpDirFirst() - Method in interface org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTracker
Whether the implementation of this tracker requires you to write to temp directory first, i.e, does not allow broken store files under the actual data directory.
reseek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
This function is identical to the KeyValueHeap.seek(Cell) function except that scanner.seek(seekKey) is changed to scanner.reseek(seekKey).
reseek(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Reseek the scanner at or after the specified KeyValue.
reseek(byte[]) - Method in interface org.apache.hadoop.hbase.regionserver.RegionScanner
Do a reseek to the required row.
reseek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ReversedKeyValueHeap
 
reseek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
 
reseek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Reseek the scanner at or after the specified KeyValue.
reseek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.SnapshotSegmentScanner
 
reseek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
reseek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
reseek(Cell) - Method in class org.apache.hadoop.hbase.util.CollectionBackedScanner
 
reseekTo(Cell) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
reseekTo(Cell) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Reseek to or just before the passed cell.
reset() - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
reset() - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
reset() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCacheStats
 
reset() - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.ColumnTracker
Resets the Matcher
reset() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
reset() - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker
Called between rows.
reset() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ExplicitColumnTracker
 
reset() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
reset() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NormalUserScanQueryMatcher
 
reset() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.RawScanQueryMatcher
 
reset() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
reset() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
reset() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTracker
 
reset() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.StripeCompactionScanQueryMatcher
 
reset() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
reset() - Static method in class org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProviders
Removes the cached singleton instance of SaslServerAuthenticationProviders.
reset() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityScanDeleteTracker
 
reset() - Method in interface org.apache.hadoop.hbase.wal.WAL.Reader
 
resetActive() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
resetCompression() - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Clear the ReaderBase.compressionContext, and also set ReaderBase.emptyCompressionContext to true, so when seeking, we will try to skip to the position and reconstruct the dictionary.
resetCounters() - Static method in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
resetErrors() - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
resetFailuresCountDetails() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionStdOutSink
 
resetInternal() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
resetInternal() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityNewVersionBehaivorTracker
 
resetKVHeap(List<? extends KeyValueScanner>, CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
resetMembers(Procedure) - Method in interface org.apache.hadoop.hbase.procedure.ProcedureCoordinatorRpcs
Notify Members to reset the distributed state for procedure
resetMembers(Procedure) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator
Delete znodes that are no longer in use.
resetStartTick() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationThrottler
Reset the cycle start tick to NOW
resetStats() - Method in class org.apache.hadoop.hbase.regionserver.AdaptiveMemStoreCompactionStrategy
 
resetStats() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
resetStats() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactor
 
resetTimeOfOldestEdit() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
Resigned(ServerName) - Constructor for class org.apache.hadoop.hbase.SplitLogTask.Resigned
Deprecated.
 
ResizableBlockCache - Interface in org.apache.hadoop.hbase.io.hfile
BlockCache which is resizable.
resizeQueues(Configuration) - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
Update current soft limit for executor's call queues
resolve(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Reads the cell from the mob file, and the read point does not count.
resolve(Cell, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Reads the cell from the mob file with readEmptyValueOnMobCellMiss
resolve(Cell, boolean, long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
Reads the cell from the mob file.
ResourceConfigFactory - Class in org.apache.hadoop.hbase.master.http.api_v1
Encapsulates construction and configuration of the ResourceConfig that implements the cluster-metrics endpoints.
responder - Variable in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
 
response - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
Chain of buffers to send as response.
restartWriterThreadsIfNeeded() - Method in class org.apache.hadoop.hbase.wal.OutputSink
 
restoreEdit(HStore, Cell, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Used by tests
restoreHdfsRegions() - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper
Restore the on-disk table to a specified snapshot state.
RestoreMetaChanges(TableDescriptor, Map<String, Pair<String, String>>) - Constructor for class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
 
restoreOrCloneSnapshot(SnapshotProtos.SnapshotDescription, NonceKey, boolean, String) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Restore or Clone the specified snapshot
restoreSnapshot(SnapshotProtos.SnapshotDescription, long, long, boolean, String) - Method in class org.apache.hadoop.hbase.master.HMaster
 
restoreSnapshot(RpcController, MasterProtos.RestoreSnapshotRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Execute Restore/Clone snapshot operation.
restoreSnapshotAcl(SnapshotProtos.SnapshotDescription, TableName, Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper
 
RestoreSnapshotHelper - Class in org.apache.hadoop.hbase.snapshot
Helper to Restore/Clone a Snapshot
RestoreSnapshotHelper(Configuration, FileSystem, SnapshotManifest, TableDescriptor, Path, ForeignExceptionDispatcher, MonitoredTask) - Constructor for class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper
 
RestoreSnapshotHelper(Configuration, FileSystem, SnapshotManifest, TableDescriptor, Path, ForeignExceptionDispatcher, MonitoredTask, boolean) - Constructor for class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper
 
RestoreSnapshotHelper.RestoreMetaChanges - Class in org.apache.hadoop.hbase.snapshot
Describe the set of operations needed to update hbase:meta after restore.
RestoreSnapshotProcedure - Class in org.apache.hadoop.hbase.master.procedure
 
RestoreSnapshotProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
Constructor (for failover)
RestoreSnapshotProcedure(MasterProcedureEnv, TableDescriptor, SnapshotProtos.SnapshotDescription) - Constructor for class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
RestoreSnapshotProcedure(MasterProcedureEnv, TableDescriptor, SnapshotProtos.SnapshotDescription, boolean) - Constructor for class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
Constructor
restoreSucceedState(AssignmentManager, RegionStateNode, long) - Method in class org.apache.hadoop.hbase.master.assignment.CloseRegionProcedure
 
restoreSucceedState(AssignmentManager, RegionStateNode, long) - Method in class org.apache.hadoop.hbase.master.assignment.OpenRegionProcedure
 
restoreSucceedState(AssignmentManager, RegionStateNode, long) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
RESTRICTION_TYPE_DELIMITED_KEY_PREFIX - Static variable in class org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
 
RESTRICTION_TYPE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
 
RESTRICTION_TYPE_KEY_PREFIX - Static variable in class org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
 
RESTRICTION_TYPE_NONE - Static variable in class org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
 
resubmitTask(String, SplitLogManager.Task, SplitLogManager.ResubmitDirective) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
Deprecated.
Resubmit the task in case if found unassigned or failed
resubmitTask(String, SplitLogManager.Task, SplitLogManager.ResubmitDirective) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
resubmitThresholdReached - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
resume(String) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
retain() - Method in interface org.apache.hadoop.hbase.io.hfile.Cacheable
Increase its reference count, and only when no reference we can free the object's memory.
retain() - Method in class org.apache.hadoop.hbase.io.hfile.ExclusiveMemHFileBlock
 
retain() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
retainAll(Collection<?>) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
retainAll(Collection<?>) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
retainAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.SortedList
 
retainAssignment(Map<RegionInfo, ServerName>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Generates a bulk assignment startup plan, attempting to reuse the existing assignment information from META, but adjusting for the specified list of available/online servers available for assignment.
retainAssignment(Map<RegionInfo, ServerName>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
 
retainAssignment(Map<RegionInfo, ServerName>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
retainAssignment(Map<RegionInfo, ServerName>, List<ServerName>) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
Assign regions to the previously hosting region server
retainByWAL() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
rethrowException() - Method in class org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher
 
rethrowException() - Method in interface org.apache.hadoop.hbase.errorhandling.ForeignExceptionSnare
Rethrow an exception currently held by the ForeignExceptionSnare.
rethrowException() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
rethrowExceptionIfFailed() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
rethrowExceptionIfFailed() - Method in interface org.apache.hadoop.hbase.master.SnapshotSentinel
Rethrow the exception returned by SnapshotSentinel.getExceptionIfFailed().
retrievePassword(AuthenticationTokenIdentifier) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
 
RETRY_ON_IO_EXCEPTION - Static variable in interface org.apache.hadoop.hbase.tool.BulkLoadHFiles
 
ReversedKeyValueHeap - Class in org.apache.hadoop.hbase.regionserver
ReversedKeyValueHeap is used for supporting reversed scanning.
ReversedKeyValueHeap(List<? extends KeyValueScanner>, CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.ReversedKeyValueHeap
 
ReversedMobStoreScanner - Class in org.apache.hadoop.hbase.regionserver
ReversedMobStoreScanner extends from ReversedStoreScanner, and is used to support reversed scanning in both the memstore and the MOB store.
ReversedStoreScanner - Class in org.apache.hadoop.hbase.regionserver
ReversedStoreScanner extends from StoreScanner, and is used to support reversed scanning.
ReversedStoreScanner(HStore, ScanInfo, Scan, NavigableSet<byte[]>, long) - Constructor for class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
Opens a scanner across memstore, snapshot, and all StoreFiles.
ReversedStoreScanner(Scan, ScanInfo, NavigableSet<byte[]>, List<? extends KeyValueScanner>) - Constructor for class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
Constructor for testing.
revoke(RpcController, AccessControlProtos.RevokeRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
revoke(RpcController, AccessControlProtos.RevokeRequest, RpcCallback<AccessControlProtos.RevokeResponse>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use Admin.revoke(UserPermission) instead.
revokeAcl(UserPermission, Set<String>, Set<TableName>) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
Remove acl when grant or revoke user permission
RING_BUFFER_SLOT_COUNT - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
ringBufferSlotCount(int) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
ringBufferSlotCount() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
RIT_CHORE_INTERVAL_MSEC_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
rits_jsp - Class in org.apache.hadoop.hbase.generated.master
 
rits_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.rits_jsp
 
RMI_CONNECTOR_PORT_CONF_KEY - Static variable in class org.apache.hadoop.hbase.JMXListener
 
RMI_REGISTRY_PORT_CONF_KEY - Static variable in class org.apache.hadoop.hbase.JMXListener
 
ROLL_ON_SYNC_TIME_MS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
rollback(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
rollback(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
rollback(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
rollback(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
rollback(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
rollback(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
rollback(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
rollback(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.GCMergedRegionsState) - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.GCMergedRegionsState) - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.GCRegionState) - Method in class org.apache.hadoop.hbase.master.assignment.GCRegionProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.MergeTableRegionsState) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
To rollback MergeTableRegionsProcedure, two AssignProcedures are asynchronously submitted for each region to be merged (rollback doesn't wait on the completion of the AssignProcedures) .
rollbackState(MasterProcedureEnv, MasterProcedureProtos.MoveRegionState) - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.SplitTableRegionState) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
To rollback SplitTableRegionProcedure, an AssignProcedure is asynchronously submitted for parent region to be split (rollback doesn't wait on the completion of the AssignProcedure) .
rollbackState(MasterProcedureEnv, MasterProcedureProtos.RegionStateTransitionState) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.CloneSnapshotState) - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.CreateNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.CreateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.DeleteNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.DeleteTableState) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.DisableTableState) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.EnableTableState) - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.InitMetaState) - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.ModifyNamespaceState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.ModifyTableDescriptorState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.ModifyTableState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.RecoverMetaState) - Method in class org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
Deprecated.
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.ReopenTableRegionsState) - Method in class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.RestoreSnapshotState) - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.ServerCrashState) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.SplitWALState) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.SwitchRpcThrottleState) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.TruncateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.PeerModificationState) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
rollbackState(MasterProcedureEnv, MasterProcedureProtos.ModifyStoreFileTrackerState) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
RollingStatCalculator - Class in org.apache.hadoop.hbase.util
This class maintains mean and variation for any sequence of input provided to it.
RollingStatCalculator(int) - Constructor for class org.apache.hadoop.hbase.util.RollingStatCalculator
Creates a RollingStatCalculator with given number of rolling periods.
RollingUpgradeChore - Class in org.apache.hadoop.hbase.master.migrate
To avoid too many migrating/upgrade threads to be submitted at the time during master initialization, RollingUpgradeChore handles all rolling-upgrade tasks.
RollingUpgradeChore(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.migrate.RollingUpgradeChore
 
rollMetricsPeriod() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
rollMetricsPeriod() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache.CombinedCacheStats
 
rollOnSyncNs - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
rollPeriodMs(long) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
rollPeriodMs() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
rollRequested - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
rollWal(long) - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller.RollController
 
rollWALWriter(RpcController, AdminProtos.RollWALWriterRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Roll the WAL writer of the region server.
rollWriter() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
rollWriter(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
rollWriter() - Method in interface org.apache.hadoop.hbase.wal.WAL
Roll the log writer.
rollWriter(boolean) - Method in interface org.apache.hadoop.hbase.wal.WAL
Roll the log writer.
rollWriterLock - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
This lock makes sure only one log roll runs at a time.
rootBlockContainingKey(Cell) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder.EncodedSeeker
 
rootBlockContainingKey(Cell) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
rootCount - Variable in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
rootDir - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
rootFs - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
roundRobinAssignment(List<RegionInfo>, List<ServerName>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodeLoadBalancer
 
roundRobinAssignment(List<RegionInfo>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Generates a bulk assignment plan to be used on cluster startup using a simple round-robin assignment.
roundRobinAssignment(List<RegionInfo>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
 
roundRobinAssignment(List<RegionInfo>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
roundRobinAssignment(List<RegionInfo>, List<ServerName>) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
Perform a Round Robin assignment of regions.
roundUpToBucketSizeInfo(int) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
Round up the given block size to bucket size, and get the corresponding BucketSizeInfo
RowBloomContext - Class in org.apache.hadoop.hbase.util
Handles ROW bloom related context.
RowBloomContext(BloomFilterWriter, CellComparator) - Constructor for class org.apache.hadoop.hbase.util.RowBloomContext
 
RowColBloomContext - Class in org.apache.hadoop.hbase.util
Handles ROWCOL bloom related context.
RowColBloomContext(BloomFilterWriter, CellComparator) - Constructor for class org.apache.hadoop.hbase.util.RowColBloomContext
 
rowComparator - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Row comparator for the region this query is for
rowIsInRange(RegionInfo, byte[]) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
Determines if the specified row is within the row range specified by the specified RegionInfo
rowIsInRange(RegionInfo, byte[], int, short) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
 
RowLockImpl(HRegion.RowLockContext, Lock) - Constructor for class org.apache.hadoop.hbase.regionserver.HRegion.RowLockImpl
 
RowPrefixFixedLengthBloomContext - Class in org.apache.hadoop.hbase.util
Handles ROWPREFIX bloom related context.
RowPrefixFixedLengthBloomContext(BloomFilterWriter, CellComparator, int) - Constructor for class org.apache.hadoop.hbase.util.RowPrefixFixedLengthBloomContext
 
RowProcessor<S extends com.google.protobuf.Message,T extends com.google.protobuf.Message> - Interface in org.apache.hadoop.hbase.regionserver
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0. For customization, use Coprocessors instead.
RowProcessorClient - Class in org.apache.hadoop.hbase.client.coprocessor
Convenience class that is used to make RowProcessorEndpoint invocations.
RowProcessorClient() - Constructor for class org.apache.hadoop.hbase.client.coprocessor.RowProcessorClient
 
RowTooBigException - Exception in org.apache.hadoop.hbase.regionserver
Deprecated.
since 0.99.0. Use RowTooBigException instead.
RowTooBigException(String) - Constructor for exception org.apache.hadoop.hbase.regionserver.RowTooBigException
Deprecated.
 
rowToStr(byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
rowToStr(byte[]) - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
byte array representing a row in HBase
rowToStr(byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
RPC_THROTTLE_ZNODE - Static variable in class org.apache.hadoop.hbase.quotas.RpcThrottleStorage
 
RPC_THROTTLE_ZNODE_DEFAULT - Static variable in class org.apache.hadoop.hbase.quotas.RpcThrottleStorage
 
RPC_WARN_TIME_KEY - Static variable in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
RpcCall - Interface in org.apache.hadoop.hbase.ipc
Interface of all necessary to carry out a RPC method invocation on the server.
RpcCallback - Interface in org.apache.hadoop.hbase.ipc
Denotes a callback action that has to be executed at the end of an Rpc Call.
rpcCallback - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
RpcCallContext - Interface in org.apache.hadoop.hbase.ipc
Interface of all necessary to carry out a RPC service invocation on the server.
RpcExecutor - Class in org.apache.hadoop.hbase.ipc
Runs the CallRunners passed here via RpcExecutor.dispatch(CallRunner).
RpcExecutor(String, int, int, PriorityFunction, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.RpcExecutor
 
RpcExecutor(String, int, String, int, PriorityFunction, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.RpcExecutor
 
RpcHandler - Class in org.apache.hadoop.hbase.ipc
Thread to handle rpc call.
RpcLogDetails - Class in org.apache.hadoop.hbase.namequeues
RpcCall details that would be passed on to ring buffer of slow log responses
RpcLogDetails(RpcCall, Message, String, long, String, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.namequeues.RpcLogDetails
 
rpcs - Variable in class org.apache.hadoop.hbase.procedure.Subprocedure
 
RpcScheduler - Class in org.apache.hadoop.hbase.ipc
An interface for RPC request scheduling algorithm.
RpcScheduler() - Constructor for class org.apache.hadoop.hbase.ipc.RpcScheduler
 
RpcScheduler.Context - Class in org.apache.hadoop.hbase.ipc
Exposes runtime information of a RpcServer that a RpcScheduler may need.
RpcSchedulerFactory - Interface in org.apache.hadoop.hbase.regionserver
A factory class that constructs an RpcScheduler.
RpcServer - Class in org.apache.hadoop.hbase.ipc
An RPC server that hosts protobuf described Services.
RpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler, boolean) - Constructor for class org.apache.hadoop.hbase.ipc.RpcServer
Constructs a server listening on the named port and address.
RpcServer.BlockingServiceAndInterface - Class in org.apache.hadoop.hbase.ipc
Datastructure for passing a BlockingService and its associated class of protobuf service interface.
RpcServer.CallCleanup - Interface in org.apache.hadoop.hbase.ipc
 
RpcServerFactory - Class in org.apache.hadoop.hbase.ipc
 
RpcServerInterface - Interface in org.apache.hadoop.hbase.ipc
 
rpcServices - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
RpcThrottleStorage - Class in org.apache.hadoop.hbase.quotas
ZK based rpc throttle storage.
RpcThrottleStorage(ZKWatcher, Configuration) - Constructor for class org.apache.hadoop.hbase.quotas.RpcThrottleStorage
 
rs - Variable in class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
 
RS_ENABLE_SERVER_QUERY_METER_METRICS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
RS_ENABLE_SERVER_QUERY_METER_METRICS_KEY_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
RS_ENABLE_TABLE_METRICS_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
RS_ENABLE_TABLE_METRICS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
RS_ENABLE_TABLE_QUERY_METER_METRICS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
RS_ENABLE_TABLE_QUERY_METER_METRICS_KEY_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
RS_RPC_STARTUP_WAIT_TIME_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
 
RSDumpServlet - Class in org.apache.hadoop.hbase.regionserver.http
 
RSDumpServlet() - Constructor for class org.apache.hadoop.hbase.regionserver.http.RSDumpServlet
 
rsgroup_jsp - Class in org.apache.hadoop.hbase.generated.master
 
rsgroup_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.rsgroup_jsp
 
RSGroupListTmpl - Class in org.apache.hadoop.hbase.tmpl.master
 
RSGroupListTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl
 
RSGroupListTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl
 
RSGroupListTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl
 
RSGroupListTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.master
 
RSGroupListTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.master
 
RSGroupListTmplImpl - Class in org.apache.hadoop.hbase.tmpl.master
 
RSGroupListTmplImpl(TemplateManager, RSGroupListTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmplImpl
 
RSMobFileCleanerChore - Class in org.apache.hadoop.hbase.mob
The class RSMobFileCleanerChore for running cleaner regularly to remove the obsolete (files which have no active references to) mob files that were referenced from the current RS.
RSMobFileCleanerChore(HRegionServer) - Constructor for class org.apache.hadoop.hbase.mob.RSMobFileCleanerChore
 
RSMobFileCleanerChore() - Constructor for class org.apache.hadoop.hbase.mob.RSMobFileCleanerChore
 
rsOperationDetails_jsp - Class in org.apache.hadoop.hbase.generated.regionserver
 
rsOperationDetails_jsp() - Constructor for class org.apache.hadoop.hbase.generated.regionserver.rsOperationDetails_jsp
 
RSProcedureCallable - Interface in org.apache.hadoop.hbase.procedure2
A general interface for a sub procedure runs at RS side.
RSProcedureDispatcher - Class in org.apache.hadoop.hbase.master.procedure
A remote procecdure dispatcher for regionservers.
RSProcedureDispatcher(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
 
RSProcedureDispatcher.ExecuteProceduresRemoteCall - Class in org.apache.hadoop.hbase.master.procedure
 
RSProcedureDispatcher.RegionCloseOperation - Class in org.apache.hadoop.hbase.master.procedure
 
RSProcedureDispatcher.RegionOpenOperation - Class in org.apache.hadoop.hbase.master.procedure
 
RSProcedureDispatcher.RegionOperation - Class in org.apache.hadoop.hbase.master.procedure
 
RSProcedureDispatcher.ServerOperation - Class in org.apache.hadoop.hbase.master.procedure
 
RSProcedureHandler - Class in org.apache.hadoop.hbase.regionserver.handler
A event handler for running procedure.
RSProcedureHandler(HRegionServer, long, RSProcedureCallable) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.RSProcedureHandler
 
RSRpcServices - Class in org.apache.hadoop.hbase.regionserver
Implements the regionserver RPC services.
RSRpcServices(HRegionServer) - Constructor for class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
rsServices - Variable in class org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler
Deprecated.
 
rsServices - Variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
RSStatusServlet - Class in org.apache.hadoop.hbase.regionserver.http
 
RSStatusServlet() - Constructor for class org.apache.hadoop.hbase.regionserver.http.RSStatusServlet
 
RSStatusTmpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
RSStatusTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
RSStatusTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
RSStatusTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
RSStatusTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
RSStatusTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.regionserver
 
RSStatusTmplImpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
RSStatusTmplImpl(TemplateManager, RSStatusTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmplImpl
 
run() - Method in class org.apache.hadoop.hbase.client.locking.EntityLock.LockHeartbeatWorker
 
run() - Method in class org.apache.hadoop.hbase.executor.EventHandler
 
run(String[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter
Runs the command-line pretty-printer, and returns the desired command exit code (zero for success, non-zero for failure).
run() - Method in class org.apache.hadoop.hbase.ipc.CallRunner
 
run() - Method in interface org.apache.hadoop.hbase.ipc.RpcCallback
Called at the end of an Rpc Call RpcCallContext
run() - Method in class org.apache.hadoop.hbase.ipc.RpcHandler
 
run() - Method in interface org.apache.hadoop.hbase.ipc.RpcServer.CallCleanup
 
run(String, Map<byte[], List<Path>>, TableName) - Method in class org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles
Deprecated.
 
run() - Method in class org.apache.hadoop.hbase.master.HMaster
 
run() - Method in class org.apache.hadoop.hbase.master.HMasterCommandLine.LocalHMaster
 
run(String[]) - Method in class org.apache.hadoop.hbase.master.HMasterCommandLine
 
run() - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil.NonceProcedureRunnable
 
run() - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.ExecuteProceduresRemoteCall
 
run() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache.RefreshCacheTask
 
run(String[]) - Method in class org.apache.hadoop.hbase.mob.ExpiredMobFileCleaner
 
run() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
The HRegionServer sticks in this loop until closed.
run(String[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServerCommandLine
 
run() - Method in class org.apache.hadoop.hbase.regionserver.LeaseManager
 
run() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl.HRegionMetricsWrapperRunnable
 
run() - Method in class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl.TableMetricsWrapperRunnable
 
run() - Method in class org.apache.hadoop.hbase.regionserver.SplitLogWorker
Deprecated.
 
run() - Method in interface org.apache.hadoop.hbase.regionserver.StoreEngine.IOExceptionRunnable
 
run(String[]) - Method in class org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues
 
run() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
run(String[]) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSyncUp
 
run() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
run(String[]) - Method in class org.apache.hadoop.hbase.tool.CanaryTool
 
run(Path, TableName) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
run(String, TableName) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Perform bulk load on the given table.
run(Map<byte[], List<Path>>, TableName) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Perform bulk load on the given table.
run(String[]) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
run(String[]) - Method in class org.apache.hadoop.hbase.tool.PreUpgradeValidator
 
run(String[]) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
run(String[]) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactorTTL
 
run() - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
run() - Method in class org.apache.hadoop.hbase.wal.OutputSink.WriterThread
 
run(String[]) - Static method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
Pass one or more log file names and formatting options and it will dump out a text version of the contents on stdout.
RUN_MAX_STEPS_KEY - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
RUN_SHUTDOWN_HOOK - Static variable in class org.apache.hadoop.hbase.regionserver.ShutdownHook
Key for boolean configuration whose default is true.
runAs(PrivilegedAction<T>) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker.InputUser
 
runAs(PrivilegedExceptionAction<T>) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker.InputUser
 
runCatalogScan(RpcController, MasterProtos.RunCatalogScanRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
runChore() - Method in class org.apache.hadoop.hbase.master.hbck.HbckChore
Request execution of this chore's action.
runCleaner() - Method in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
runCleanerChore(RpcController, MasterProtos.RunCleanerChoreRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
runHbckChore(RpcController, MasterProtos.RunHbckChoreRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
RunningEventStatus(Thread, EventHandler) - Constructor for class org.apache.hadoop.hbase.executor.ExecutorService.RunningEventStatus
 
runReplicationBarrierCleaner() - Method in class org.apache.hadoop.hbase.master.HMaster
 
runReplicationBarrierCleaner() - Method in interface org.apache.hadoop.hbase.master.MasterServices
Run the ReplicationBarrierChore.
RWQueueRpcExecutor - Class in org.apache.hadoop.hbase.ipc
RPC Executor that uses different queues for reads and writes.
RWQueueRpcExecutor(String, int, int, PriorityFunction, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 

S

safeGetHeapMemoryUsage() - Static method in class org.apache.hadoop.hbase.io.util.MemorySizeUtil
Return JVM memory statistics while properly handling runtime exceptions from the JVM.
sanityCheck(Configuration, TableDescriptor) - Static method in class org.apache.hadoop.hbase.util.TableDescriptorChecker
Checks whether the table conforms to some sane limits, and configured values (compression, etc) work.
sanityCheckLeft(byte[], Cell) - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
Subclasses can call this method to make sure the first KV is within multi-writer range.
sanityCheckRight(byte[], Cell) - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
Subclasses can call this method to make sure the last KV is within multi-writer range.
saslProps - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
SaslServerAuthenticationProvider - Interface in org.apache.hadoop.hbase.security.provider
Encapsulates the server-side logic to authenticate a client over SASL.
SaslServerAuthenticationProviders - Class in org.apache.hadoop.hbase.security.provider
 
save() - Static method in class org.apache.hadoop.hbase.io.hfile.CacheableDeserializerIdManager
Snapshot a map of the current identifiers to class names for reconstruction on reading out of a file.
saveMetadata(HFile.Writer) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder
Save metadata in HFile which will be written to disk
saveMetadata(HFile.Writer) - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
saveMetadata(HFile.Writer) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoder
Save metadata in HFile which will be written to disk
saveMetadata(HFile.Writer) - Method in class org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoderImpl
 
saveMetadata(HFile.Writer) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
saveMetadata(HFile.Writer) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder
 
scan() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitor
Run janitorial scan of catalog hbase:meta table looking for garbage to collect.
scan(RpcController, ClientProtos.ScanRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Scan data in a table.
SCAN_LIMIT_DEFAULT - Static variable in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
SCAN_LIMIT_MAX - Static variable in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
SCAN_LIMIT_PARAM - Static variable in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
SCAN_REGION_STATE_PARAM - Static variable in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
SCAN_START_PARAM - Static variable in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
SCAN_TABLE_PARAM - Static variable in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
SCAN_VTIME_WEIGHT_CONF_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.AnnotationReadingPriorityFunction
Used to control the scan delay, currently sqrt(numNextCall * weight)
ScanDeleteTracker - Class in org.apache.hadoop.hbase.regionserver.querymatcher
This class is responsible for the tracking and enforcement of Deletes during the course of a Scan operation.
ScanDeleteTracker(CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
scanForReport() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitor
Scan hbase:meta.
ScanInfo - Class in org.apache.hadoop.hbase.regionserver
Immutable information for scans over a store.
ScanInfo(Configuration, ColumnFamilyDescriptor, long, long, CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.ScanInfo
 
ScanInfo(Configuration, byte[], int, int, long, KeepDeletedCells, long, long, CellComparator, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.ScanInfo
 
ScanLabelGenerator - Interface in org.apache.hadoop.hbase.security.visibility
This would be the interface which would be used add labels to the RPC context and this would be stored against the UGI.
scannerContext - Variable in class org.apache.hadoop.hbase.regionserver.MemStoreSegmentsIterator
 
ScannerContext - Class in org.apache.hadoop.hbase.regionserver
ScannerContext instances encapsulate limit tracking AND progress towards those limits during invocations of InternalScanner.next(java.util.List) and InternalScanner.next(java.util.List).
ScannerContext.Builder - Class in org.apache.hadoop.hbase.regionserver
 
ScannerContext.LimitScope - Enum in org.apache.hadoop.hbase.regionserver
The various scopes where a limit can be enforced.
ScannerContext.NextState - Enum in org.apache.hadoop.hbase.regionserver
The possible states a scanner may be in following a call to InternalScanner.next(List)
ScannerIdGenerator - Class in org.apache.hadoop.hbase.regionserver
Generate a new style scanner id to prevent collision with previous started server or other RSs.
ScannerIdGenerator(ServerName) - Constructor for class org.apache.hadoop.hbase.regionserver.ScannerIdGenerator
 
scannersForDelayedClose - Variable in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
 
ScanOptions - Interface in org.apache.hadoop.hbase.regionserver
This class gives you the ability to change the max versions and TTL options before opening a scanner for a Store.
ScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
A query matcher that is specifically designed for the scan case.
ScanQueryMatcher(Cell, ScanInfo, ColumnTracker, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
 
ScanQueryMatcher.MatchCode - Enum in org.apache.hadoop.hbase.regionserver.querymatcher
ScanType - Enum in org.apache.hadoop.hbase.regionserver
Enum to distinguish general scan types.
ScanWildcardColumnTracker - Class in org.apache.hadoop.hbase.regionserver.querymatcher
Keeps track of the columns for a scan if they are not explicitly specified
ScanWildcardColumnTracker(int, int, long, CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.ScanWildcardColumnTracker
Return maxVersions of every row.
scheduleFlush(String, List<byte[]>) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionWALRoller
 
scheduleFlush(String, List<byte[]>) - Method in class org.apache.hadoop.hbase.regionserver.LogRoller
 
scheduleFlush(String, List<byte[]>) - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
scheduler - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
scheduleSCPsForUnknownServers(RpcController, MasterProtos.ScheduleSCPsForUnknownServersRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
scheduleServerCrashProcedure(RpcController, MasterProtos.ScheduleServerCrashProcedureRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
ScopeWALEntryFilter - Class in org.apache.hadoop.hbase.replication
Keeps KVs that are scoped other than local
ScopeWALEntryFilter() - Constructor for class org.apache.hadoop.hbase.replication.ScopeWALEntryFilter
 
searchTreeLevel - Variable in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
secretManager - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
SecureAsyncProtobufLogWriter - Class in org.apache.hadoop.hbase.regionserver.wal
 
SecureAsyncProtobufLogWriter(EventLoopGroup, Class<? extends Channel>) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.SecureAsyncProtobufLogWriter
 
secureBulkLoadHFiles(HRegion, ClientProtos.BulkLoadHFileRequest) - Method in class org.apache.hadoop.hbase.regionserver.SecureBulkLoadManager
 
secureBulkLoadHFiles(HRegion, ClientProtos.BulkLoadHFileRequest, List<String>) - Method in class org.apache.hadoop.hbase.regionserver.SecureBulkLoadManager
 
SecureBulkLoadManager - Class in org.apache.hadoop.hbase.regionserver
Bulk loads in secure mode.
secureInitAfterHeader(boolean, Encryptor) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
SecureProtobufLogReader - Class in org.apache.hadoop.hbase.regionserver.wal
 
SecureProtobufLogReader() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogReader
 
SecureProtobufLogWriter - Class in org.apache.hadoop.hbase.regionserver.wal
 
SecureProtobufLogWriter() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogWriter
 
SecureWALCellCodec - Class in org.apache.hadoop.hbase.regionserver.wal
A WALCellCodec that encrypts the WALedits.
SecureWALCellCodec(Configuration, CompressionContext) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec
 
SecureWALCellCodec(Configuration, Encryptor) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec
 
SecureWALCellCodec(Configuration, Decryptor) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.SecureWALCellCodec
 
SecurityUtil - Class in org.apache.hadoop.hbase.security
Security related generic utility methods.
SecurityUtil() - Constructor for class org.apache.hadoop.hbase.security.SecurityUtil
 
seek(long) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
seek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
Seeks all scanners at or below the specified seek key.
seek(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Seek the scanner at or after the specified KeyValue.
seek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ReversedKeyValueHeap
 
seek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
 
seek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Seek the scanner at or after the specified Cell.
seek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.SnapshotSegmentScanner
 
seek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
seek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
seek(long) - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
 
seek(Cell) - Method in class org.apache.hadoop.hbase.util.CollectionBackedScanner
 
seek(long) - Method in interface org.apache.hadoop.hbase.wal.WAL.Reader
 
seekAsDirection(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
Do a backwardSeek in a reversed StoreScanner(scan backward)
seekAsDirection(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
Do a reseek in a normal StoreScanner(scan forward)
seekAtOrAfter(HFileScanner, Cell) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
Returns false if not found or if k is after the end.
seekBefore(Cell) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
seekBefore(Cell) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Consider the cell stream of all the cells in the file, c[0] ..
seekOnFs(long) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
seekOnFs(long) - Method in class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
Performs a filesystem-level seek to a certain position in an underlying file.
seekScanners(List<? extends KeyValueScanner>, Cell, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
 
seekScanners(List<? extends KeyValueScanner>, Cell, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
Seek the specified scanners with the given key
seekTo(Cell) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
seekTo(Cell, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
An internal API function.
seekTo() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
Positions this scanner at the start of the file.
seekTo(Cell) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
SeekTo or just before the passed cell.
seekTo() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
Positions this scanner at the start of the file.
seekToLastRow() - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Seek the scanner at the first KeyValue of last row
seekToLastRow() - Method in class org.apache.hadoop.hbase.regionserver.NonReversedNonLazyKeyValueScanner
 
seekToLastRow() - Method in class org.apache.hadoop.hbase.regionserver.ReversedKeyValueHeap
 
seekToLastRow() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Seek the scanner at the first KeyValue of last row
seekToLastRow() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
seekToNewSource(long) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
seekToNextRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
 
seekToNextRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
seekToPreviousRow(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Seek the scanner at the first Cell of the row which is the previous row of specified key
seekToPreviousRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.NonReversedNonLazyKeyValueScanner
 
seekToPreviousRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ReversedKeyValueHeap
 
seekToPreviousRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.ReversedStoreScanner
 
seekToPreviousRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Seek the scanner at the first Cell of the row which is the previous row of specified key
seekToPreviousRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
seePastDeleteMarkers - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.NormalUserScanQueryMatcher
whether time range queries can see rows "behind" a delete
Segment - Class in org.apache.hadoop.hbase.regionserver
This is an abstraction of a segment maintained in a memstore, e.g., the active cell set or its snapshot.
Segment(CellComparator, TimeRangeTracker) - Constructor for class org.apache.hadoop.hbase.regionserver.Segment
 
Segment(CellComparator, List<ImmutableSegment>, TimeRangeTracker) - Constructor for class org.apache.hadoop.hbase.regionserver.Segment
 
Segment(CellSet, CellComparator, MemStoreLAB, TimeRangeTracker) - Constructor for class org.apache.hadoop.hbase.regionserver.Segment
 
Segment(Segment) - Constructor for class org.apache.hadoop.hbase.regionserver.Segment
 
segment - Variable in class org.apache.hadoop.hbase.regionserver.SegmentScanner
 
SegmentFactory - Class in org.apache.hadoop.hbase.regionserver
A singleton store segment factory.
SegmentScanner - Class in org.apache.hadoop.hbase.regionserver
A scanner of a single memstore segment.
SegmentScanner(Segment, long) - Constructor for class org.apache.hadoop.hbase.regionserver.SegmentScanner
Scanners are ordered from 0 (oldest) to newest in increasing order.
select(List<HStoreFile>, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionContext
Called to select files for compaction.
selectCompactFiles(List<HStoreFile>, int, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.ExploringCompactionPolicy
Select at least one file in the candidates list to compact, through choosing files from the head to the index that the accumulation length larger the max compaction size.
selectCompaction(Collection<HStoreFile>, List<HStoreFile>, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.FIFOCompactionPolicy
 
selectCompaction(Collection<HStoreFile>, List<HStoreFile>, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
selectCompaction(StripeCompactionPolicy.StripeInformationProvider, List<HStoreFile>, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
selectFlush(CellComparator, StripeCompactionPolicy.StripeInformationProvider, int) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
selectMajorCompaction(ArrayList<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy
 
selectMinorCompaction(ArrayList<HStoreFile>, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy
We receive store files sorted in ascending order by seqId then scan the list of files.
selectProvider(byte) - Method in class org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProviders
Selects the appropriate SaslServerAuthenticationProvider from those available.
selectScannersFrom(HStore, List<? extends KeyValueScanner>) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
Filters the given list of scanners using Bloom filter, time range, and TTL.
selectSingleStripeCompaction(StripeCompactionPolicy.StripeInformationProvider, boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
selectStoresToFlush() - Method in class org.apache.hadoop.hbase.regionserver.FlushAllLargeStoresPolicy
 
selectStoresToFlush() - Method in class org.apache.hadoop.hbase.regionserver.FlushAllStoresPolicy
 
selectStoresToFlush() - Method in class org.apache.hadoop.hbase.regionserver.FlushNonSloppyStoresFirstPolicy
Returns the stores need to be flushed.
selectStoresToFlush() - Method in class org.apache.hadoop.hbase.regionserver.FlushPolicy
Returns the stores need to be flushed.
sendAbortToMembers(Procedure, ForeignException) - Method in interface org.apache.hadoop.hbase.procedure.ProcedureCoordinatorRpcs
Notify the members that the coordinator has aborted the procedure and that it should release barrier resources.
sendAbortToMembers(Procedure, ForeignException) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator
This is the abort message being sent by the coordinator to member TODO this code isn't actually used but can be used to issue a cancellation from the coordinator.
sendGlobalBarrierAcquire(Procedure, byte[], List<String>) - Method in interface org.apache.hadoop.hbase.procedure.ProcedureCoordinatorRpcs
Notify the members to acquire barrier for the procedure
sendGlobalBarrierAcquire(Procedure, byte[], List<String>) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator
The "acquire" phase.
sendGlobalBarrierComplete() - Method in class org.apache.hadoop.hbase.procedure.Procedure
Sends a message to members that all Subprocedure.insideBarrier() calls have completed.
sendGlobalBarrierReached() - Method in class org.apache.hadoop.hbase.procedure.Procedure
Sends a message to all members that the global barrier condition has been satisfied.
sendGlobalBarrierReached(Procedure, List<String>) - Method in interface org.apache.hadoop.hbase.procedure.ProcedureCoordinatorRpcs
Notify members that all members have acquired their parts of the barrier and that they can now execute under the global barrier.
sendGlobalBarrierReached(Procedure, List<String>) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator
 
sendGlobalBarrierStart() - Method in class org.apache.hadoop.hbase.procedure.Procedure
Sends a message to Members to create a new Subprocedure for this Procedure and execute the Subprocedure.acquireBarrier() step.
sendMemberAborted(Subprocedure, ForeignException) - Method in interface org.apache.hadoop.hbase.procedure.ProcedureMemberRpcs
Notify the coordinator that we aborted the specified Subprocedure
sendMemberAborted(Subprocedure, ForeignException) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
This should be called by the member and should write a serialized root cause exception as to the abort znode.
sendMemberAcquired(Subprocedure) - Method in interface org.apache.hadoop.hbase.procedure.ProcedureMemberRpcs
Notify the coordinator that the specified Subprocedure has acquired the locally required barrier condition.
sendMemberAcquired(Subprocedure) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
This attempts to create an acquired state znode for the procedure (snapshot name).
sendMemberCompleted(Subprocedure, byte[]) - Method in interface org.apache.hadoop.hbase.procedure.ProcedureMemberRpcs
Notify the coordinator that the specified Subprocedure has completed the work that needed to be done under the global barrier.
sendMemberCompleted(Subprocedure, byte[]) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
This acts as the ack for a completed procedure
sendRegionWarmup(ServerName, RegionInfo) - Method in class org.apache.hadoop.hbase.master.ServerManager
Sends a WARMUP RPC to the specified server to warmup the specified region.
sendRequest(ServerName, AdminProtos.ExecuteProceduresRequest) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.ExecuteProceduresRemoteCall
 
sendResponseIfReady() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Send the response of this RPC call.
SEP - Static variable in class org.apache.hadoop.hbase.mob.MobUtils
 
SEPARATE_OLDLOGDIR - Static variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
Separate old log into different dir by regionserver name
separator() - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
separator() - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
Returns the separator character to use when storing / printing the row
separator() - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
seqids - Static variable in class org.apache.hadoop.hbase.executor.EventHandler
 
SequenceId - Interface in org.apache.hadoop.hbase.regionserver
Interface which abstracts implementations on log sequenceId assignment
sequenceID - Variable in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
sequenceIdAccounting - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Class that does accounting of sequenceids in WAL subsystem.
sequenceIdChecker - Variable in class org.apache.hadoop.hbase.wal.WALSplitter
 
serialize(String, Throwable) - Static method in exception org.apache.hadoop.hbase.errorhandling.ForeignException
Converts a ForeignException to an array of bytes.
serialize(ByteBuffer, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.Cacheable
Serializes its data into destination.
serialize(ByteBuffer, boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
serializeMobFileRefs(SetMultimap<TableName, String>) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Serialize a set of referenced mob hfiles
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.CloseRegionProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.GCRegionProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.OpenRegionProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteNamespaceProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyNamespaceProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableDescriptorProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
Deprecated.
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.DisablePeerProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.EnablePeerProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.RemovePeerProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyColumnFamilyStoreFileTrackerProcedure
 
serializeStateData(ProcedureStateSerializer) - Method in class org.apache.hadoop.hbase.regionserver.storefiletracker.ModifyStoreFileTrackerProcedure
 
SerialReplicationSourceWALReader - Class in org.apache.hadoop.hbase.replication.regionserver
WAL reader for a serial replication peer.
SerialReplicationSourceWALReader(FileSystem, Configuration, ReplicationSourceLogQueue, long, WALEntryFilter, ReplicationSource, String) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.SerialReplicationSourceWALReader
 
server - Variable in class org.apache.hadoop.hbase.executor.EventHandler
 
server - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
server(Server) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
server() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
server - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
Server - Interface in org.apache.hadoop.hbase
Defines a curated set of shared functions implemented by HBase servers (Masters and RegionServers).
serverAdded(ServerName) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
 
serverAdded(ServerName) - Method in interface org.apache.hadoop.hbase.master.ServerListener
The server has joined the cluster.
ServerCall<T extends org.apache.hadoop.hbase.ipc.ServerRpcConnection> - Class in org.apache.hadoop.hbase.ipc
Datastructure that holds all necessary to a method invocation and then afterward, carries the result.
serverChannelClass() - Method in class org.apache.hadoop.hbase.util.NettyEventLoopGroupConfig
 
ServerCommandLine - Class in org.apache.hadoop.hbase.util
Base class for command lines that start up various HBase daemons.
ServerCommandLine() - Constructor for class org.apache.hadoop.hbase.util.ServerCommandLine
 
ServerConnectionUtils - Class in org.apache.hadoop.hbase.client
 
ServerConnectionUtils.ShortCircuitingClusterConnection - Class in org.apache.hadoop.hbase.client
A ClusterConnection that will short-circuit RPC making direct invocations against the localhost if the invocation target is 'this' server; save on network and protobuf invocations.
serverCrashed(MasterProcedureEnv, RegionStateNode, ServerName, boolean) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
ServerCrashException - Exception in org.apache.hadoop.hbase.master.procedure
Passed as Exception by ServerCrashProcedure notifying on-going RIT that server has failed.
ServerCrashException(long, ServerName) - Constructor for exception org.apache.hadoop.hbase.master.procedure.ServerCrashException
 
ServerCrashProcedure - Class in org.apache.hadoop.hbase.master.procedure
Handle crashed server.
ServerCrashProcedure(MasterProcedureEnv, ServerName, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
Call this constructor queuing up a Procedure.
ServerCrashProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
Used when deserializing from a procedure store; we'll construct one of these then call #deserializeStateData(InputStream).
ServerListener - Interface in org.apache.hadoop.hbase.master
Get notification of server registration events.
ServerManager - Class in org.apache.hadoop.hbase.master
The ServerManager class manages info about region servers.
ServerManager(MasterServices, RegionServerList) - Constructor for class org.apache.hadoop.hbase.master.ServerManager
Constructor.
serverManager - Variable in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
ServerManager.ServerLiveState - Enum in org.apache.hadoop.hbase.master
 
ServerMetricsTmpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
ServerMetricsTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl
 
ServerMetricsTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl
 
ServerMetricsTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl
 
ServerMetricsTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
ServerMetricsTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.regionserver
 
ServerMetricsTmplImpl - Class in org.apache.hadoop.hbase.tmpl.regionserver
 
ServerMetricsTmplImpl(TemplateManager, ServerMetricsTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmplImpl
 
serverName - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
The server name the Master sees us as.
ServerNonceManager - Class in org.apache.hadoop.hbase.regionserver
Implementation of nonce manager that stores nonces in a hash map and cleans them up after some time; if nonce group/client ID is supplied, nonces are stored by client ID.
ServerNonceManager(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.ServerNonceManager
 
ServerOperation(RemoteProcedureDispatcher.RemoteProcedure, long, Class<?>, byte[]) - Constructor for class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher.ServerOperation
 
ServerProcedureInterface - Interface in org.apache.hadoop.hbase.master.procedure
Procedures that handle servers -- e.g.
ServerProcedureInterface.ServerOperationType - Enum in org.apache.hadoop.hbase.master.procedure
 
ServerRegionReplicaUtil - Class in org.apache.hadoop.hbase.util
Similar to RegionReplicaUtil but for the server side
ServerRegionReplicaUtil() - Constructor for class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
 
ServerRemoteProcedure - Class in org.apache.hadoop.hbase.master.procedure
 
ServerRemoteProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
serverRemoved(ServerName) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
 
serverRemoved(ServerName) - Method in interface org.apache.hadoop.hbase.master.ServerListener
The server was removed from the cluster.
servers - Variable in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
servers - Variable in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
SERVERSTART_WAIT_MAX_KEY - Static variable in class org.apache.hadoop.hbase.util.RegionMover
 
ServerState - Enum in org.apache.hadoop.hbase.master.assignment
Server State.
ServerStateNode - Class in org.apache.hadoop.hbase.master.assignment
State of Server; list of hosted regions, etc.
ServerStateNode(ServerName) - Constructor for class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
service - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
services - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
services - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
services - Static variable in class org.apache.hadoop.hbase.security.HBasePolicyProvider
 
set(String, String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
set(String, String, String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
set(long, TimeUnit) - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
Set the RateLimiter max available resources and refill period.
set(List<StoreFileInfo>) - Method in interface org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTracker
Set the store files.
set(int, E) - Method in class org.apache.hadoop.hbase.util.SortedList
 
setAbortRequested() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Sets the abort state if not already set.
setAfterSplit(boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
setAgeOfLastAppliedOp(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSink
Set the age of the last applied operation
setAgeOfLastShippedOp(long, String) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Set the age of the last edit that was shipped
setAgeOfLastShippedOpByTable(long, String) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Set the age of the last edit that was shipped group by table
setAllowCoreThreadTimeout(boolean) - Method in class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
Allows timing out of core threads.
setAllowed(boolean) - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
setAllowNullValueProperties(boolean) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setArchiveTables(List<String>) - Method in class org.apache.hadoop.hbase.backup.example.HFileArchiveTableMonitor
Set the tables to be archived.
setAssignmentManager(AssignmentManager) - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl.ImplData
 
setAssignmentManager(AssignmentManager) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
setAssignmentManager(AssignmentManager) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
setAttempt(int) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
setAuths(byte[], List<byte[]>) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
setAuths(RpcController, VisibilityLabelsProtos.SetAuthsRequest, RpcCallback<VisibilityLabelsProtos.VisibilityLabelsResponse>) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
setAuths(byte[], List<byte[]>) - Method in interface org.apache.hadoop.hbase.security.visibility.VisibilityLabelService
Sets given labels globally authorized for the user.
setBalancerDecisions(List<RecentLogs.BalancerDecision>) - Method in class org.apache.hadoop.hbase.namequeues.response.NamedQueueGetResponse
 
setBalancerDecisionsRequest(MasterProtos.BalancerDecisionsRequest) - Method in class org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
 
setBalancerRejections(List<RecentLogs.BalancerRejection>) - Method in class org.apache.hadoop.hbase.namequeues.response.NamedQueueGetResponse
 
setBalancerRejectionsRequest(MasterProtos.BalancerRejectionsRequest) - Method in class org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
 
setBalancerRunning(RpcController, MasterProtos.SetBalancerRunningRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
setBandwidth(double) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationThrottler
 
setBatchLimit(int) - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext.Builder
 
setBbAllocator(ByteBuffAllocator) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl.ImplData
 
setBc(BlockCache) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl.ImplData
 
setBcn(String) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
setBcn(String) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
setBcn(String) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
setBcv(String) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
setBcv(String) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
setBcv(String) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
setBlockCache(BlockCache) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Only used for unit test which doesn't start region server.
setBlockCache(BlockCache) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
setBlockCacheSize(float) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerResult
 
setBlockedFlushCount(long) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
setBoolean(String, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setBooleanIfUnset(String, boolean) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setBulkLoaded(boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
setBulkToken(String) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
Called from replication sink, where it manages bulkToken(staging directory) by itself.
setCacheConfig(CacheConfig) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl.ImplData
 
setCacheConfig(CacheConfig) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
setCacheDataOnWrite(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
setCacheMissCount(long) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
setCacheMobBlocks(Scan, boolean) - Static method in class org.apache.hadoop.hbase.mob.MobUtils
Sets the attribute of caching blocks in the scan.
setCallBack(RpcCallback) - Method in interface org.apache.hadoop.hbase.ipc.RpcCallContext
Sets a callback which has to be executed at the end of this RPC call.
setCallBack(RpcCallback) - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
setCatalogJanitorEnabled(boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
Switch for the background CatalogJanitor thread.
setCatalogJanitorEnabled(boolean) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
setCatalogJanitorEnabled(boolean) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
setCells(ArrayList<Cell>) - Method in class org.apache.hadoop.hbase.wal.WALEdit
This is not thread safe.
setCellSet(CellSet, CellSet) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Setting the CellSet of the segment - used only for flat immutable segment for setting immutable CellSet after its creation in immutable segment constructor
setCellSet(CellSet, CellSet) - Method in class org.apache.hadoop.hbase.regionserver.Segment
Setting the CellSet of the segment - used only for flat immutable segment for setting immutable CellSet after its creation in immutable segment constructor
setCheckHdfs(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setCheckingEndTimestamp(Instant) - Method in class org.apache.hadoop.hbase.master.hbck.HbckReport
 
setCheckingStartTimestamp(Instant) - Method in class org.apache.hadoop.hbase.master.hbck.HbckReport
 
setClass(String, Class<?>, Class<?>) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setClassLoader(ClassLoader) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setCleanerChoreRunning(RpcController, MasterProtos.SetCleanerChoreRunningRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
setCleanReplicationBarrier(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setCleanReplicationBarrierTable(String) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setClosing(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Exposed for some very specific unit tests.
setClusterId(FileSystem, Path, ClusterId, int) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Writes a new unique identifier for this cluster to the "hbase.id" file in the HBase root directory
setClusterIds(List<String>) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
 
setCommonDirectoryPermission() - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
setCompactionsEnabled(boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
setComparatorClass(Class<? extends CellComparator>) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setCompositeSnapshot(boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
setCompressionCodec(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setCompressionContext(CompressionContext) - Method in class org.apache.hadoop.hbase.wal.WAL.Entry
Deprecated.
deparcated since hbase 2.1.0
setCompressionContext(CompressionContext) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Deprecated.
deparcated since hbase 2.1.0
setConf(Configuration) - Method in class org.apache.hadoop.hbase.backup.example.LongTermArchivingHFileCleaner
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleaner
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.master.cleaner.HFileLinkCleaner
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicy
Inform the policy that some configuration has been change, so cached value should be updated it any.
setConf(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareCompactionThroughputController
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareFlushThroughputController
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationHFileCleaner
 
setConf(Configuration, ZKWatcher) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationHFileCleaner
 
setConf(Configuration, ZKWatcher) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclCleaner
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.security.visibility.DefinedSetFilterScanLabelGenerator
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.security.visibility.EnforcingScanLabelGenerator
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.security.visibility.FeedUserAuthScanLabelGenerator
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.security.visibility.SimpleScanLabelGenerator
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmpl.ImplData
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.tool.CanaryTool
 
setConf(Configuration) - Method in class org.apache.hadoop.hbase.tool.PreUpgradeValidator
 
setConfig(Configuration) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmpl.ImplData
 
setConfiguration(HTableDescriptor, Class<? extends Constraint>, Configuration) - Static method in class org.apache.hadoop.hbase.constraint.Constraints
Update the configuration for the Constraint; does not change the order in which the constraint is run.
setConflictWaitIterationMs(int) - Method in class org.apache.hadoop.hbase.regionserver.ServerNonceManager
 
setConnection(String, int) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
setConnection(String, int) - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Registers current handler client details.
setCoprocessorHost(RegionCoprocessorHost) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
setCorePoolSize(int) - Method in class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
 
setCurBlockCacheSize(float) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
setCurBlockCacheSizeGauge(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
Set the current blockcache size used gauge
setCurBlockCacheUsed(float) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
setCurMemStoreSize(float) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
setCurMemStoreSizeGauge(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
Set the current global memstore size used gauge
setCurMemStoreUsed(float) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
setCurrentCall(RpcCall) - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
setCurrentCell(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
setCurrentState(String, SpaceQuotaSnapshot) - Method in class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore
 
setCurrentState(T, SpaceQuotaSnapshot) - Method in interface org.apache.hadoop.hbase.quotas.QuotaSnapshotStore
Persists the current SpaceQuotaSnapshot for the subject.
setCurrentState(TableName, SpaceQuotaSnapshot) - Method in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore
 
setCurTaskZKVersion(MutableInt) - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination.ZkSplitTaskDetails
 
setDataBlockEncoder(HFileDataBlockEncoder) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
setDataBlockEncoder(HFileDataBlockEncoder) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
setDataBlockIndexReader(HFileBlockIndex.CellBasedKeyBlockIndexReader) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
setDataBlockIndexReader(HFileBlockIndex.CellBasedKeyBlockIndexReader) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
setDataIndexCount(int) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setDeadServers(Set<ServerName>) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
setDeadServers(Set<ServerName>) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
setDeletedTable(TableName) - Method in class org.apache.hadoop.hbase.master.TableStateManager
 
setDeleteFamilyBloomFilterFaulty() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
setDeprecatedProperties() - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setDescription(String) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
setDescription(String, String) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
Sets the region/store name, for logging.
setDestination(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionPlan
Set the destination server for the plan for this region.
setDetails(SplitLogManagerCoordination.SplitLogManagerDetails) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
Deprecated.
Provide the configuration from the SplitLogManager
setDetails(SplitLogManagerCoordination.SplitLogManagerDetails) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
setDisplayFullReport() - Static method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Display the full report from fsck.
setDouble(String, double) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setDropBehind(Boolean) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
setEffectiveUser(String) - Method in class org.apache.hadoop.hbase.util.ConnectionCache
Set the current thread local effective user
setEnabled(boolean) - Method in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
 
setEnabled(boolean) - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitor
 
setEnabled(boolean) - Method in class org.apache.hadoop.hbase.regionserver.BrokenStoreFileCleaner
 
setEnabledState(MasterProcedureEnv, TableName) - Static method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
setEnablingState(MasterProcedureEnv, TableName) - Static method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
setEncryptionKey(byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setEncryptor(Encryptor) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
setEncryptor(Encryptor) - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureAsyncProtobufLogWriter
 
setEncryptor(Encryptor) - Method in class org.apache.hadoop.hbase.regionserver.wal.SecureProtobufLogWriter
 
setEntries(List<WAL.Entry>) - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext
 
setEntryCount(long) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setEnum(String, T) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setErr(Throwable) - Method in class org.apache.hadoop.hbase.regionserver.handler.ParallelSeekHandler
 
setErrorHandler(HBaseRPCErrorHandler) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
Set the handler for calling out of RPC for error conditions.
setErrorHandler(HBaseRPCErrorHandler) - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
setEventLoopConfig(Configuration, EventLoopGroup, Class<? extends Channel>) - Static method in class org.apache.hadoop.hbase.wal.NettyAsyncFSWALConfigHelper
Set the EventLoopGroup and channel class for AsyncFSWALProvider.
setEventReady(ProcedureEvent<?>, boolean) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
setEvictCount(long) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
setEvictOnClose(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Only used for testing.
setException(Exception) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates.RegionFailedOpen
 
setExecutorType(ExecutorType) - Method in class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
 
setExpiration(long) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationKey
 
setFailure(Throwable) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
setFamilies(Map<byte[], ? extends Collection<?>>) - Method in class org.apache.hadoop.hbase.security.access.AuthResult.Params
 
setFamily(byte[]) - Method in class org.apache.hadoop.hbase.security.access.AuthResult.Params
 
setFileInfoOffset(long) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setFilter(String) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
setFilter(String) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
setFilter(String) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
setFilter(String) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
setFilter(String) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
setFilter(String) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
setFirstDataBlockOffset(long) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setFirstRow(String) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
setFirstRow(byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
setFirstRow(String) - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
In HBase, the last row is represented by an empty byte array.
setFirstRow(byte[]) - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
Set the first row
setFirstRow(String) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
setFirstRow(byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
setFixAssignments(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Fix inconsistencies found by fsck.
setFixEmptyMetaCells(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setFixHdfsHoles(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setFixHdfsOrphans(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setFixHdfsOverlaps(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setFixHFileLinks(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setFixMeta(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setFixReferenceFiles(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setFixReplication(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Set replication fix mode.
setFixSplitParents(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setFixTableOrphans(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setFixVersionFile(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setFloat(String, float) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setFlushSizeLowerBounds(HRegion) - Method in class org.apache.hadoop.hbase.regionserver.FlushLargeStoresPolicy
 
setForceExclusive() - Static method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
Set exclusive mode.
setFormat(String) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
setFormat(String) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
setFormat(String) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
setFormat(String) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
setFormat(String) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
setFormat(String) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl
 
setFrags(Map<String, Integer>) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
setFrags(Map<String, Integer>) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
setGauge(String, long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
setGeneralBloomFilterFaulty() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
setGlobalMemStoreLimit(long) - Method in interface org.apache.hadoop.hbase.regionserver.FlushRequester
Sets the global memstore limit to a new size.
setGlobalMemStoreLimit(long) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
Sets the global memstore limit to a new size.
setHdfsEntry(HbckRegionInfo.HdfsEntry) - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
setHFileCorruptionChecker(HFileCorruptionChecker) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setIfUnset(String, String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setIgnoreDeleteForTesting(boolean) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
Temporary function that is used by unit tests only
setIgnorePreCheckPermission(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setInfoPort(int) - Method in class org.apache.hadoop.hbase.master.ActiveMasterManager
 
setInitialized(boolean) - Method in class org.apache.hadoop.hbase.master.HMaster
 
setInMemoryCompactionCompleted() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
setInMemoryCompactionFlag() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
setInMemoryFlushed() - Method in class org.apache.hadoop.hbase.regionserver.MutableSegment
 
setInt(String, int) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setIsMajor(boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
Specify if this compaction should be a major compaction based on the state of the store
setKeepAliveTimeMillis(long) - Method in class org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
 
setKeepDeletedCells(KeepDeletedCells) - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
setKeepDeletedCells(KeepDeletedCells) - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
setKeepProgress(boolean) - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext.Builder
 
setKeyValues(Configuration, String, Collection<Map.Entry<String, String>>) - Static method in class org.apache.hadoop.hbase.util.ConfigurationUtil
Store a collection of Map.Entry's in conf, with each entry separated by ',' and key values delimited by ConfigurationUtil.KVP_DELIMITER
setKeyValues(Configuration, String, Collection<Map.Entry<String, String>>, char) - Static method in class org.apache.hadoop.hbase.util.ConfigurationUtil
Store a collection of Map.Entry's in conf, with each entry separated by ',' and key values delimited by delimiter.
setLastDataBlockOffset(long) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setLastHost(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
setLastPushedSequenceId(MasterProcedureEnv, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
setLastPushedSequenceIdForTable(MasterProcedureEnv, TableName, Map<String, Long>) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
setLastRow(String) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
setLastRow(byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
setLastRow(String) - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
In HBase, the last row is represented by an empty byte array.
setLastRow(byte[]) - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
Set the last row
setLastRow(String) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
setLastRow(byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
setLimit(int) - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl.ImplData
 
setLimit(int) - Method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmpl
 
setLoadOnOpenOffset(long) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setLocations(Path, Path...) - Method in class org.apache.hadoop.hbase.io.FileLink
NOTE: This method must be used only in the constructor! It creates a List with the specified locations for the link.
setLong(String, long) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setMajorRange(byte[], byte[]) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeCompactionRequest
Sets compaction "major range".
setMaster(HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmpl.ImplData
 
setMaster(HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
setMaster(HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl.ImplData
 
setMaster(HMaster) - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl.ImplData
 
setMasterServices(MasterServices) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
setMasterServices(MasterServices) - Method in class org.apache.hadoop.hbase.master.balancer.FavoredStochasticBalancer
 
setMasterServices(MasterServices) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
setMasterServices(MasterServices) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
Set the master service.
setMax(long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.NonSyncTimeRangeTracker
 
setMax(long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
setMax(long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.SyncTimeRangeTracker
 
setMaxChunkSize(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
 
setMaxMerge(int) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setMaxOverlapsToSideline(int) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setMaxSize(long) - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
setMaxSize(long) - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
setMaxSize(long) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
setMaxSize(long) - Method in interface org.apache.hadoop.hbase.io.hfile.ResizableBlockCache
Sets the max heap size that can be used by the BlockCache.
setMaxSize(long) - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
setMaxThroughput(double) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
setMaxVersions(int) - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
setMaxVersions(int) - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
setMemStoreSize(float) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerResult
 
setMerged(boolean) - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
setMetaBlockIndexReader(HFileBlockIndex.ByteArrayKeyBlockIndexReader) - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
 
setMetaBlockIndexReader(HFileBlockIndex.ByteArrayKeyBlockIndexReader) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
setMetaEntry(HbckRegionInfo.MetaEntry) - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
setMetaIndexCount(int) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setMetaLocation(ServerName) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
setMetaLocation(ServerName) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
setMetaReplicaCount(int) - Method in class org.apache.hadoop.hbase.master.zksyncer.MetaLocationSyncer
 
setMetricsSource(JvmPauseMonitorSource) - Method in class org.apache.hadoop.hbase.util.JvmPauseMonitor
 
setMin(long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.NonSyncTimeRangeTracker
 
setMin(long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
setMin(long) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker.SyncTimeRangeTracker
 
setMinFilesToCompact(int) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
Set upper bound on number of files to be included in minor compactions
setMinIndexNumEntries(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
 
setMinThreshold(int) - Method in class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy
Overwrite min threshold for compaction
setMinVersions(int) - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
setMinVersions(int) - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
setMobFileCache(MobFileCache) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Only used for unit test which doesn't start region server.
setMServerWrap(MetricsHBaseServerWrapper) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl.ImplData
 
setMWrap(MetricsRegionServerWrapper) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmpl.ImplData
 
setName(String) - Method in class org.apache.hadoop.hbase.server.trace.IpcServerSpanBuilder
 
setNamedQueueEvent(int) - Method in class org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
 
setNamedQueueEvent(int) - Method in class org.apache.hadoop.hbase.namequeues.response.NamedQueueGetResponse
 
setNamedQueueRecorder(NamedQueueRecorder) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
setNamedQueueRecorder(NamedQueueRecorder) - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
Set Online SlowLog Provider
setNamespace(String) - Method in class org.apache.hadoop.hbase.security.access.AuthResult.Params
 
setNamespaceQuota(MasterProcedureEnv, NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
Set quota for the namespace
setNamespaceQuota(String, MasterProtos.SetQuotaRequest) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
setNamespaceQuota(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
setNextRefillTime(long) - Method in class org.apache.hadoop.hbase.quotas.AverageIntervalRateLimiter
 
setNextRefillTime(long) - Method in class org.apache.hadoop.hbase.quotas.FixedIntervalRateLimiter
 
setNextRefillTime(long) - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
 
setNonSeekedState() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
 
setNonSeekedState() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
setNormalizerOn(boolean) - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
Set region normalizer on/off
setNormalizerRunning(RpcController, MasterProtos.SetNormalizerRunningRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
setNoStripeMetadata() - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
 
setNumDataIndexLevels(int) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setNumNamespacesInSpaceQuotaViolation(long) - Method in class org.apache.hadoop.hbase.master.MetricsMaster
Sets the number of namespaces in violation of a space quota.
setNumRegions(int) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
setNumRegionSizeReports(long) - Method in class org.apache.hadoop.hbase.master.MetricsMaster
Sets the number of region size reports the master currently has in memory.
setNumServers(int) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
setNumSpaceQuotas(long) - Method in class org.apache.hadoop.hbase.master.MetricsMaster
Sets the number of space quotas defined.
setNumTableInSpaceQuotaViolation(long) - Method in class org.apache.hadoop.hbase.master.MetricsMaster
Sets the number of table in violation of a space quota.
setOffheapMemStore(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
setOffPeak(boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
setOldestWalAge(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
setOnlineRegions(List<RegionInfo>) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl.ImplData
 
setOpenSeqNum(long) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
setOperationStatus(int, OperationStatus) - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
Sets the status code for the operation(Mutation) at the specified position.
setOrigLogSeqNum(long) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
Used to set original sequenceId for WALKeyImpl during WAL replay
setOutputOnlyRowKey() - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
Option to print the row key only in case you just need the row keys from the WAL
setParent(String) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
setParent(String) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
setPattern(String, Pattern) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setPosition(long) - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
sets the position to start seeking the WAL file initial position to start seeking the given WAL file
setPrintStreams(PrintStream, PrintStream) - Method in class org.apache.hadoop.hbase.io.hfile.HFilePrettyPrinter
 
setPriority(int) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
Sets the priority for the request
setProcedure(TransitRegionStateProcedure) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
setProcId(long) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
setProcId(long) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil.NonceProcedureRunnable
 
setQualifier(byte[]) - Method in class org.apache.hadoop.hbase.security.access.AuthResult.Params
 
setQuietMode(boolean) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setQuota(RpcController, MasterProtos.SetQuotaRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
setQuota(MasterProtos.SetQuotaRequest) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
setQuotas(QuotaProtos.Quotas) - Method in class org.apache.hadoop.hbase.quotas.QuotaState
Setup the global quota information.
setQuotas(QuotaProtos.Quotas) - Method in class org.apache.hadoop.hbase.quotas.UserQuotaState
 
setQuotas(TableName, QuotaProtos.Quotas) - Method in class org.apache.hadoop.hbase.quotas.UserQuotaState
Add the quota information of the specified table.
setQuotas(String, QuotaProtos.Quotas) - Method in class org.apache.hadoop.hbase.quotas.UserQuotaState
Add the quota information of the specified namespace.
setQuotaSnapshot(SpaceQuotaSnapshot) - Method in class org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
 
setRandomGeneratorForTest(Random) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
Sets a random generator to be used for look-ups instead of computing hashes.
setReadahead(Long) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
setReadLatency(long) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
setReadsEnabled(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
setReadSuccess() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
setReason(String) - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
setRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
Used when deserializing.
setRegionCoprocessorHost(RegionCoprocessorHost) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Sets the region coprocessor env.
setRegionFilter(String) - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
sets the region by which output will be filtered when not null, serves as a filter; only log entries from this region will be printed
setRegionInfo(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
setRegionLocation(ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
setRegionServer(HRegionServer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmpl.ImplData
 
setRegionServer(HRegionServer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmpl.ImplData
 
setRegionServer(HRegionServer) - Method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmpl.ImplData
 
setRegionServerQuota(String, MasterProtos.SetQuotaRequest) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
setRegionServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
Set the list of region servers for that peer
setRegionServerServices(RegionServerServices) - Method in class org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
 
setRegionStateInMeta(RpcController, MasterProtos.SetRegionStateInMetaRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Update state of the region in meta only.
setRegionUsage(Map<RegionInfo, Long>) - Method in class org.apache.hadoop.hbase.quotas.NamespaceQuotaSnapshotStore
 
setRegionUsage(Map<RegionInfo, Long>) - Method in interface org.apache.hadoop.hbase.quotas.QuotaSnapshotStore
Updates this with the latest snapshot of filesystem use by region.
setRegionUsage(Map<RegionInfo, Long>) - Method in class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore
 
setRemoveParents(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setRequest(CompactionRequestImpl) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeCompactionRequest
 
setResponse(Message, CellScanner, Throwable, String) - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Set the response resulting from this RPC call.
setResponse(Message, CellScanner, Throwable, String) - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
setRestoredRegion(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
setRetCode(int) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setRowFilter(String) - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
sets the row key by which output will be filtered when not null, serves as a filter; only log entries from this row will be printed
setRowPrefixFilter(String) - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
sets the rowPrefix key prefix by which output will be filtered when not null, serves as a filter; only log entries with rows having this prefix will be printed
setRPC(String, Object[], long) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
setRPC(String, Object[], long) - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Tells this instance that it is monitoring a new RPC call.
setRPCPacket(Message) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
 
setRPCPacket(Message) - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
Gives this instance a reference to the protobuf received by the RPC, so that it can later compute its size if asked for it.
setRsRpcServices(RSRpcServices) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
setRsRpcServices(RSRpcServices) - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
setRunningProcedureCount(int) - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
setSecretManager(SecretManager<? extends TokenIdentifier>) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
 
setSequenceFilter(long) - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
sets the region by which output will be filtered when nonnegative, serves as a filter; only log entries with this sequence id will be printed
setSequenceID(long) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
setSequenceId(long) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
setServerManager(ServerManager) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
setServerManager(ServerManager) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
setServerManager(ServerManager) - Method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmpl.ImplData
 
setServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl.ImplData
 
setServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmpl
 
setServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl.ImplData
 
setServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmpl
 
setSidelineBigOverlaps(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setSidelineDir(String) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
setSink(CanaryTool.RegionStdOutSink) - Method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmpl.ImplData
 
setSize(long) - Method in interface org.apache.hadoop.hbase.quotas.RegionSize
Updates the size of the Region.
setSize(long) - Method in class org.apache.hadoop.hbase.quotas.RegionSizeImpl
 
setSize(int) - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext
 
setSizeLimit(ScannerContext.LimitScope, long, long) - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext.Builder
 
setSkipChecks(boolean) - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
setSkipWait(boolean) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
setSlowLogPayloads(List<TooSlowLog.SlowLogPayload>) - Method in class org.apache.hadoop.hbase.namequeues.response.NamedQueueGetResponse
 
setSlowLogResponseRequest(AdminProtos.SlowLogResponseRequest) - Method in class org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
 
setSnapshotHandlerForTesting(TableName, SnapshotSentinel) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Set the handler for the current snapshot
setSocketAddr(String, InetSocketAddress) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setSocketSendBufSize(int) - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
setSocketSendBufSize(int) - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
setSocketSendBufSize(int) - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
Sets the socket buffer size used for responding to RPCs.
setSplitOrMergeEnabled(RpcController, MasterProtos.SetSplitOrMergeEnabledRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
setSplitOrMergeEnabled(boolean, MasterSwitchType) - Method in class org.apache.hadoop.hbase.master.SplitOrMergeTracker
 
setStartTime(long) - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Set the time when the call starts to be executed.
setStartTime(long) - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
setState(RegionState.State, RegionState.State...) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
setStatus(MonitoredRPCHandler) - Method in class org.apache.hadoop.hbase.ipc.CallRunner
 
setStatus(String) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
setStoragePolicy(Path, String) - Method in class org.apache.hadoop.hbase.fs.HFileSystem
Set the source path (directory/file) to the specified storage policy.
setStoragePolicy(String, String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Set the directory of CF to the specified storage policy.
setStoragePolicy(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Set storage policy for a whole region.
setStrings(String, String...) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setTableDescriptor(TableDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
setTableFilter(String) - Method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
Sets the tables filter.
setTableInfo(HbckTableInfo) - Method in interface org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandler
Set the TableInfo used by all HRegionInfos fabricated by other callbacks
setTableInfo(HbckTableInfo) - Method in class org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
Set the TableInfo used by all HRegionInfos fabricated by other callbacks
setTableName(TableName) - Method in class org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
 
setTableName(TableName) - Method in class org.apache.hadoop.hbase.security.access.AuthResult.Params
 
setTableQuota(TableName, MasterProtos.SetQuotaRequest) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
setTableState(TableName, TableState.State) - Method in class org.apache.hadoop.hbase.master.TableStateManager
Set table state to provided.
setTableStateInMeta(RpcController, MasterProtos.SetTableStateInMetaRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Update state of the table in meta only.
setTableStateToDisabled(MasterProcedureEnv, TableName) - Static method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
Mark table state to Disabled
setTableStateToEnabled(MasterProcedureEnv, TableName) - Static method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
Mark table state to Enabled
setTableStateToEnabling(MasterProcedureEnv, TableName) - Static method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
Mark table state to Enabling
setTargetTableName(String[]) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
 
setTaskMonitor(TaskMonitor) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl.ImplData
 
setTaskMonitor(TaskMonitor) - Method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
setTaskNode(String) - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination.ZkSplitTaskDetails
 
setTimeDuration(String, long, TimeUnit) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
setTimeLag(long) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
We are interested in only those tables that have not changed their state in hbase:meta during the last few seconds specified by hbase.admin.fsck.timelag
setTimeLimit(ScannerContext.LimitScope, long) - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext.Builder
 
setTimeout(int) - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext
 
setTimeoutFailure(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
setTimeoutFailure(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
At end of timeout, wake ourselves up so we run again.
setTimeoutFailure(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
Re run the procedure after every timeout to write new WAL entries so we don't hold back old WALs.
setTimeoutFailure(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ReopenTableRegionsProcedure
At end of timeout, wake ourselves up so we run again.
setTimeoutFailure(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
setTimeoutFailure(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueuesProcedure
 
setTimeoutFailure(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
setTimeoutForWriteLock(long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
The HRegion.doClose(boolean, org.apache.hadoop.hbase.monitoring.MonitoredTask) will block forever if someone tries proving the dead lock via the unit test.
setTimeStampNextToReplicate(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
TimeStamp of next edit targeted for replication.
setTimeToPurgeDeletes(long) - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
setTimeToPurgeDeletes(long) - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
setToNewRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Set the row when there is change in row
setTotalUncompressedBytes(long) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setTracker(CompactionLifeCycleTracker) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
setTrackMetrics(boolean) - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext.Builder
 
setTrailer(FixedFileTrailer) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
setTTL(long) - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
setTTL(long) - Method in interface org.apache.hadoop.hbase.regionserver.ScanOptions
 
setUnassigned() - Method in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
setUnblockedFlushCount(long) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
setUncompressedDataIndexSize(long) - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
setup(RegionServerServices) - Method in class org.apache.hadoop.hbase.regionserver.throttle.NoLimitThroughputController
 
setup(RegionServerServices) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareCompactionThroughputController
 
setup(RegionServerServices) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareFlushThroughputController
 
setup(RegionServerServices) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
setup(RegionServerServices) - Method in interface org.apache.hadoop.hbase.regionserver.throttle.ThroughputController
Setup controller for the given region server.
setupClusterConnection() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Setup our cluster connection if not already initialized.
setupRegionReplicaReplication(MasterServices) - Static method in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Create replication peer for replicating user-space Region Read Replicas.
setupRIT(List<TransitRegionStateProcedure>) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Create RegionStateNode based on the TRSP list, and attach the TRSP to the RegionStateNode.
setupSetQuotaRequest(MasterProtos.SetQuotaRequest.Builder) - Method in class org.apache.hadoop.hbase.quotas.GlobalQuotaSettings
 
setupShortCircuitRead(Configuration) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Do our short circuit read setup.
setUser(User) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
setUserQuota(String, MasterProtos.SetQuotaRequest) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
setUserQuota(String, TableName, MasterProtos.SetQuotaRequest) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
setUserQuota(String, String, MasterProtos.SetQuotaRequest) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
setValue(long) - Method in class org.apache.hadoop.hbase.util.ManualEnvironmentEdge
 
setVersion(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Sets version of file system
setVersion(FileSystem, Path, int, int) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Sets version of file system
setVersion(FileSystem, Path, String, int, int) - Static method in class org.apache.hadoop.hbase.util.FSUtils
Sets version of file system
setVictimCache(BlockCache) - Method in interface org.apache.hadoop.hbase.io.hfile.FirstLevelBlockCache
Specifies the secondary cache.
setVictimCache(BlockCache) - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
setVictimCache(BlockCache) - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
setVictimCache(BlockCache) - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
setWalEdit(int, WALEdit) - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
Sets the walEdit for the operation(Mutation) at the specified position.
setWalGroupId(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationEndpoint.ReplicateContext
 
setWALReaderEditsBufferUsage(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Sets the amount of memory in bytes used in this RegionServer by edits pending replication.
setWarnTime(long) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
 
setWorkerState(ReplicationSourceShipper.WorkerState) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
setWriteEntry(MultiVersionConcurrencyControl.WriteEntry) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
setWriteLatency(long) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
setWriterCreationTracker(Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
setWriteSuccess() - Method in class org.apache.hadoop.hbase.tool.CanaryTool.RegionTaskResult
 
SharedConnection - Class in org.apache.hadoop.hbase
Wraps a Connection to make it can't be closed or aborted.
SharedConnection(Connection) - Constructor for class org.apache.hadoop.hbase.SharedConnection
 
sharedLock() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
SharedMemHFileBlock - Class in org.apache.hadoop.hbase.io.hfile
The ByteBuffAllocator won't allocate pooled heap ByteBuff now; at the same time, if allocate an off-heap ByteBuff from allocator, then it must be a pooled one.
SharedMemoryMmapIOEngine - Class in org.apache.hadoop.hbase.io.hfile.bucket
IO engine that stores data in pmem devices such as DCPMM.
SharedMemoryMmapIOEngine(String, long) - Constructor for class org.apache.hadoop.hbase.io.hfile.bucket.SharedMemoryMmapIOEngine
 
sharedUnlock() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
shipBatch(long, int) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Convience method to apply changes to metrics do to shipping a batch of logs.
shipBatch(long, int, long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Convience method to apply changes to metrics do to shipping a batch of logs.
shipped() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
shipped() - Method in class org.apache.hadoop.hbase.regionserver.KeyValueHeap
 
shipped() - Method in class org.apache.hadoop.hbase.regionserver.MobStoreScanner
 
shipped() - Method in class org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
 
shipped() - Method in class org.apache.hadoop.hbase.regionserver.ReversedMobStoreScanner
 
shipped() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Called after a batch of rows scanned (RPC) and set to be returned to client.
shipped() - Method in interface org.apache.hadoop.hbase.regionserver.Shipper
Called after a batch of rows scanned and set to be returned to client.
shipped() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
shipped() - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
Shipper - Interface in org.apache.hadoop.hbase.regionserver
This interface denotes a scanner as one which can ship cells.
ShipperListener - Interface in org.apache.hadoop.hbase.regionserver
Implementors of this interface are the ones who needs to do some action when the Shipper.shipped() is called
shouldArchiveTable(String) - Method in class org.apache.hadoop.hbase.backup.example.HFileArchiveTableMonitor
Determine if the given table should or should not allow its hfiles to be deleted in the archive
shouldBeOnMaster(RegionInfo) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Deprecated.
since 2.4.0, will be removed in 3.0.0.
shouldBypass() - Method in class org.apache.hadoop.hbase.coprocessor.ObserverContextImpl
 
shouldCacheBlockOnRead(BlockType.BlockCategory) - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Should we cache a block of a particular category? We always cache important blocks such as index blocks, as long as the block cache is available.
shouldCacheBloomsOnWrite() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
shouldCacheCompactedBlocksOnWrite() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Returns true if blocks should be cached while writing during compaction, false if not
shouldCacheCompressed(BlockType.BlockCategory) - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Returns true if this BlockType.BlockCategory should be compressed in blockcache, false otherwise
shouldCacheDataCompressed() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Returns true if data blocks should be compressed in the cache, false if not
shouldCacheDataOnRead() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Returns whether the DATA blocks of this HFile should be cached on read or not (we always cache the meta blocks, the INDEX and BLOOM blocks).
shouldCacheDataOnWrite() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
shouldCacheIndexesOnWrite() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
shouldCheckBulkLoads() - Method in class org.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcement
 
shouldCheckBulkLoads() - Method in class org.apache.hadoop.hbase.quotas.policies.MissingSnapshotViolationPolicyEnforcement
 
shouldCheckBulkLoads() - Method in interface org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
Returns whether thet caller should verify any bulk loads against this.
shouldDispatchToScanQueue(CallRunner) - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
shouldDisplayFullReport() - Static method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
shouldDropBehind - Variable in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
shouldDropBehind() - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
shouldDropBehind(boolean) - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
shouldDropBehindCompaction() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
shouldEvictOnClose() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
shouldFixVersionFile() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
shouldFlush(HStore) - Method in class org.apache.hadoop.hbase.regionserver.FlushAllLargeStoresPolicy
 
shouldFlush(HStore) - Method in class org.apache.hadoop.hbase.regionserver.FlushLargeStoresPolicy
 
shouldIgnorePreCheckPermission() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
shouldIncludeMemStoreTS() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
shouldIncludeStore(HRegionFileSystem, String, Collection<StoreFileInfo>, long) - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactionTTLRequest
 
shouldLockOnCacheMiss(BlockType) - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
If we make sure the block could not be cached, we will not acquire the lock otherwise we will acquire lock
shouldPerformMajorCompaction(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicy
 
shouldPerformMajorCompaction(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionPolicy
 
shouldPerformMajorCompaction(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.FIFOCompactionPolicy
 
shouldPerformMajorCompaction(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.RatioBasedCompactionPolicy
 
shouldPerformMajorCompaction(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
shouldPerformMajorCompaction(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
shouldPerformMajorCompaction() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
shouldPerformMajorCompaction() - Method in interface org.apache.hadoop.hbase.regionserver.Store
Tests whether we should run a major compaction.
shouldPrefetchOnOpen() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Returns true if blocks should be prefetched into the cache on open, false if not
shouldReadBlockFromCache(BlockType) - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
Return true if we may find this type of block in block cache.
shouldReplaceExistingCacheBlock(BlockCache, BlockCacheKey, Cacheable) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
Because of the region splitting, it's possible that the split key locate in the middle of a block.
shouldReplaceExistingCacheBlock(BlockCacheKey, Cacheable) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
shouldReplayRecoveredEdits(HRegion) - Static method in class org.apache.hadoop.hbase.util.ServerRegionReplicaUtil
Returns whether to replay the recovered edits to flush the results.
shouldRerun() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
shouldSeek(TimeRange, long) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
shouldSeek(TimeRange, long) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
shouldSidelineBigOverlaps() - Method in class org.apache.hadoop.hbase.util.HBaseFsck
Deprecated.
 
shouldSplit() - Method in class org.apache.hadoop.hbase.regionserver.BusyRegionSplitPolicy
 
shouldSplit() - Method in class org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
 
shouldSplit() - Method in class org.apache.hadoop.hbase.regionserver.DisabledRegionSplitPolicy
 
shouldSplit() - Method in class org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy
 
shouldSplit() - Method in class org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
Returns true if the specified region should be split.
shouldUseHBaseChecksum() - Method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
Returns Whether we are presently using HBase checksum.
shouldUseScanner(Scan, HStore, long) - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
Allows to filter out scanners (both StoreFile and memstore) that we don't want to use based on criteria such as Bloom filters and timestamp ranges.
shouldUseScanner(Scan, HStore, long) - Method in class org.apache.hadoop.hbase.regionserver.NonLazyKeyValueScanner
 
shouldUseScanner(Scan, HStore, long) - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
This functionality should be resolved in the higher level which is MemStoreScanner, currently returns true as default.
shouldUseScanner(Scan, HStore, long) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
shouldWaitClientAck(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
shouldWaitClientAck(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
shouldWaitClientAck(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
shouldWriteBlock(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
shouldWriteBlock(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
Whether there is an inline block ready to be written.
shouldWriteBlock(boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.InlineBlockWriter
Determines whether there is a new block to be written out.
shutdown() - Method in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
Clean up the environment
shutdown(E) - Method in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
shutdown() - Method in class org.apache.hadoop.hbase.executor.ExecutorService
 
shutdown() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Shutdown the cache.
shutdown() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
shutdown() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
No operation for the shutdown in the memory IO engine
shutdown() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileIOEngine
Close the file
shutdown() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
Close the file
shutdown() - Method in interface org.apache.hadoop.hbase.io.hfile.bucket.IOEngine
Shutdown the IOEngine
shutdown() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
shutdown() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
shutdown() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
shutdown() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
shutdown() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Shut down the mini HBase cluster
shutdown() - Method in class org.apache.hadoop.hbase.master.HMaster
Shutdown the cluster.
shutdown(RpcController, MasterProtos.ShutdownRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
shutdown() - Method in class org.apache.hadoop.hbase.mob.MobFileCache
 
shutdown() - Method in class org.apache.hadoop.hbase.monitoring.TaskMonitor
 
shutdown - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
shutdown() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
shutdown() - Method in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
shutdown() - Method in class org.apache.hadoop.hbase.util.ConnectionCache
Called when cache is no longer needed so that it can perform cleanup operations
shutdown(List<JVMClusterUtil.MasterThread>, List<JVMClusterUtil.RegionServerThread>) - Static method in class org.apache.hadoop.hbase.util.JVMClusterUtil
 
shutdown() - Method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
shutdown() - Method in class org.apache.hadoop.hbase.wal.RegionGroupingProvider
 
shutdown() - Method in interface org.apache.hadoop.hbase.wal.WAL
Stop accepting new writes.
shutdown() - Method in class org.apache.hadoop.hbase.wal.WALFactory
Tell the underlying WAL providers to shut down, but do not clean up underlying storage.
shutdown() - Method in interface org.apache.hadoop.hbase.wal.WALProvider
persist outstanding WALs to storage and stop accepting new appends.
shutdownChore(ScheduledChore) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
shutdownCluster() - Method in class org.apache.hadoop.hbase.master.ServerManager
 
ShutdownHook - Class in org.apache.hadoop.hbase.regionserver
Manage regionserver shutdown hooks.
ShutdownHook() - Constructor for class org.apache.hadoop.hbase.regionserver.ShutdownHook
 
ShutdownHookManager - Class in org.apache.hadoop.hbase.util
This class provides ShutdownHookManager shims for HBase to interact with the Hadoop 1.0.x and the Hadoop 2.0+ series.
ShutdownHookManager() - Constructor for class org.apache.hadoop.hbase.util.ShutdownHookManager
 
shutdownNow() - Method in class org.apache.hadoop.hbase.master.cleaner.DirScanPool
 
SimpleLoadBalancer - Class in org.apache.hadoop.hbase.master.balancer
Makes decisions about the placement and movement of Regions across RegionServers.
SimpleLoadBalancer() - Constructor for class org.apache.hadoop.hbase.master.balancer.SimpleLoadBalancer
 
simpleMergeOrFlatten(VersionedSegmentsList, String) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
SimpleRpcScheduler - Class in org.apache.hadoop.hbase.ipc
The default scheduler.
SimpleRpcScheduler(Configuration, int, int, int, int, PriorityFunction, Abortable, int) - Constructor for class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
SimpleRpcScheduler(Configuration, int, int, int, PriorityFunction, int) - Constructor for class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
SimpleRpcSchedulerFactory - Class in org.apache.hadoop.hbase.regionserver
Constructs a SimpleRpcScheduler.
SimpleRpcSchedulerFactory() - Constructor for class org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory
 
SimpleRpcServer - Class in org.apache.hadoop.hbase.ipc
Deprecated.
SimpleRpcServer(Server, String, List<RpcServer.BlockingServiceAndInterface>, InetSocketAddress, Configuration, RpcScheduler, boolean) - Constructor for class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
Constructs a server listening on the named port and address.
SimpleSaslServerAuthenticationProvider - Class in org.apache.hadoop.hbase.security.provider
 
SimpleSaslServerAuthenticationProvider() - Constructor for class org.apache.hadoop.hbase.security.provider.SimpleSaslServerAuthenticationProvider
 
SimpleScanLabelGenerator - Class in org.apache.hadoop.hbase.security.visibility
This is a simple implementation for ScanLabelGenerator.
SimpleScanLabelGenerator() - Constructor for class org.apache.hadoop.hbase.security.visibility.SimpleScanLabelGenerator
 
SingletonCoprocessorService - Interface in org.apache.hadoop.hbase.coprocessor
Deprecated.
Since 2.0. Will be removed in 3.0
sink - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
SinkPeer(ServerName, AdminProtos.AdminService.BlockingInterface) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkManager.SinkPeer
 
sinkToString() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationLoad
sinkToString
size() - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
size() - Method in class org.apache.hadoop.hbase.favored.FavoredNodesPlan
 
size() - Method in interface org.apache.hadoop.hbase.io.hfile.BlockCache
Returns the total size of the block cache, in bytes.
size() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
 
size - Variable in class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
 
size() - Method in class org.apache.hadoop.hbase.io.hfile.CombinedBlockCache
 
size() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
size() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
size() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
size() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
size() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
size - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
size() - Method in class org.apache.hadoop.hbase.master.DeadServer
 
size() - Method in class org.apache.hadoop.hbase.quotas.NoOpRegionSizeStore
 
size() - Method in interface org.apache.hadoop.hbase.quotas.RegionSizeStore
Returns the number of entries in the store.
size() - Method in class org.apache.hadoop.hbase.quotas.RegionSizeStoreImpl
 
size() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
size() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
size - Variable in class org.apache.hadoop.hbase.regionserver.Chunk
Size of chunk in bytes
size() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
size() - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
 
size() - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
size() - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
 
size() - Method in class org.apache.hadoop.hbase.regionserver.MiniBatchOperationInProgress
Returns The number of operations(Mutations) involved in this batch.
size() - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
size() - Method in class org.apache.hadoop.hbase.util.SortedList
 
size() - Method in class org.apache.hadoop.hbase.wal.WALEdit
 
SIZE_LIMIT_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CloseChecker
 
SIZE_TO_SPLIT_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
The size the stripe should achieve to be considered for splitting into multiple stripes.
sizeAddedPreOperation() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
sizeAddedPreOperation() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
sizeAddedPreOperation() - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
sizeIndex() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
sizeIndexOfAllocation(long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
 
SizeMultiWriter(CellComparator, int, long, byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter.SizeMultiWriter
 
SIZEOF_CHUNK_HEADER - Static variable in class org.apache.hadoop.hbase.regionserver.ChunkCreator
 
sizeOfAllocation(long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
 
SizeStripeFlushRequest(CellComparator, int, long) - Constructor for class org.apache.hadoop.hbase.regionserver.StripeStoreFlusher.SizeStripeFlushRequest
 
skip(long) - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
SKIP_LOAD_DUPLICATE_TABLE_COPROCESSOR - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
SKIP_RESET_SEQ_ID - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Key for skipping resetting sequence id in metadata.
skipKVsNewerThanReadpoint() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
skipLargeFiles(ArrayList<HStoreFile>, boolean) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
skipRegionManagementAction(String) - Method in class org.apache.hadoop.hbase.master.HMaster
Checks master state before initiating action over region topology.
skipRegionManagementAction(String) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Checks master state before initiating action over region topology.
skipStoreFileRangeCheck(String) - Method in class org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
In HRegionFileSystem.splitStoreFile(org.apache.hadoop.hbase.client.RegionInfo, String, HStoreFile, byte[], boolean, RegionSplitPolicy) we are not creating the split reference if split row does not lie inside the StoreFile range.
SLEEP_INTERVAL_MS - Static variable in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
sleeper - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
sleepForMs - Variable in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
sleepForRetries(String, int) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
Do the sleeping logic
sleepForRetries - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
sleepForRetries(String, int) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
Do the sleeping logic
slop - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
sloppyRegionServerExist(ClusterLoadState) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
SLOW_LOG_EVENT - Static variable in class org.apache.hadoop.hbase.namequeues.RpcLogDetails
 
SLOW_METRIC_TIME - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
SLOW_SYNC_ROLL_INTERVAL_MS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
SLOW_SYNC_ROLL_THRESHOLD - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
SLOW_SYNC_TIME_MS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
SlowLogMasterService - Class in org.apache.hadoop.hbase.master.slowlog
Slowlog Master services - Table creation to be used by HMaster
SlowLogMasterService(Configuration, MasterServices) - Constructor for class org.apache.hadoop.hbase.master.slowlog.SlowLogMasterService
 
SlowLogPersistentService - Class in org.apache.hadoop.hbase.namequeues
Persistent service provider for Slow/LargeLog events
SlowLogPersistentService(Configuration) - Constructor for class org.apache.hadoop.hbase.namequeues.SlowLogPersistentService
 
SlowLogQueueService - Class in org.apache.hadoop.hbase.namequeues.impl
In-memory Queue service provider for Slow/LargeLog events
SlowLogQueueService(Configuration) - Constructor for class org.apache.hadoop.hbase.namequeues.impl.SlowLogQueueService
 
SlowLogTableOpsChore - Class in org.apache.hadoop.hbase.namequeues
Chore to insert multiple accumulated slow/large logs to hbase:slowlog system table
SlowLogTableOpsChore(Stoppable, int, NamedQueueRecorder) - Constructor for class org.apache.hadoop.hbase.namequeues.SlowLogTableOpsChore
Chore Constructor
slowMetricTime - Variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
slowSyncCheckInterval - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
slowSyncCount - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
slowSyncNs - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
slowSyncRollThreshold - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
SMALL_COMPACTION_THREADS - Static variable in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
SMALL_COMPACTION_THREADS_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
SMALL_HFILE_DELETE_THREAD_NUMBER - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
SMALL_HFILE_QUEUE_INIT_SIZE - Static variable in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
snapshot(RpcController, MasterProtos.SnapshotRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
Triggers an asynchronous attempt to take a snapshot.
snapshot - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
snapshot - Variable in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
snapshot() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
Push the current active memstore segment into the pipeline and create a snapshot of the tail of current compaction pipeline Snapshot must be cleared by call to AbstractMemStore.clearSnapshot(long).
snapshot() - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
Creates a snapshot of the current memstore.
snapshot() - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
Creates a snapshot of the current memstore.
snapshot_jsp - Class in org.apache.hadoop.hbase.generated.master
 
snapshot_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.snapshot_jsp
 
SNAPSHOT_LAYOUT_VERSION - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Version of the fs layout for a snapshot.
SNAPSHOT_MANIFEST_PREFIX - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotManifestV2
 
SNAPSHOT_MANIFEST_SIZE_LIMIT_CONF_KEY - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotManifest
 
SNAPSHOT_MAX_FILE_SIZE_PRESERVE - Static variable in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Conf key for preserving original max file size configs
SNAPSHOT_NOTIFIER_DEFAULT - Static variable in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory
 
SNAPSHOT_NOTIFIER_KEY - Static variable in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifierFactory
 
SNAPSHOT_POOL_THREADS_DEFAULT - Static variable in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
number of current operations running on the master
SNAPSHOT_POOL_THREADS_KEY - Static variable in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Conf key for # of threads used by the SnapshotManager thread pool
SNAPSHOT_REQUEST_THREADS_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
# of threads for snapshotting regions on the rs.
SNAPSHOT_REQUEST_THREADS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
Conf key for number of request threads to start snapshots on regionservers
SNAPSHOT_REQUEST_WAKE_MILLIS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
Conf key for millis between checks to see if snapshot completed or if there are errors
SNAPSHOT_RESTORE_DIRECTORY_PERMISSION - Static variable in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
SNAPSHOT_RESTORE_DIRECTORY_PERMISSION_DEFAULT - Static variable in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
SNAPSHOT_RESTORE_TMP_DIR - Static variable in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
SNAPSHOT_RESTORE_TMP_DIR_DEFAULT - Static variable in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
SNAPSHOT_SENTINELS_CLEANUP_TIMEOUT_MILLS_DEFAULT - Static variable in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
 
SNAPSHOT_TIMEOUT_MILLIS_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
Keep threads alive in request pool for max of 300 seconds
SNAPSHOT_TIMEOUT_MILLIS_DEFAULT - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
SNAPSHOT_TIMEOUT_MILLIS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
Conf key for max time to keep threads in snapshot request pool waiting
SNAPSHOT_TIMEOUT_MILLIS_KEY - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
SNAPSHOT_TMP_DIR_NAME - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Temporary directory under the snapshot directory to store in-progress snapshots
SNAPSHOT_WORKING_DIR - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
The configuration property that determines the filepath of the snapshot base working directory
snapshotAcl(SnapshotDescription) - Method in class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
Set acl when take a snapshot
SnapshotCleanerChore - Class in org.apache.hadoop.hbase.master.cleaner
This chore, every time it runs, will try to delete snapshots that are expired based on TTL in seconds configured for each Snapshot
SnapshotCleanerChore(Stoppable, Configuration, SnapshotManager) - Constructor for class org.apache.hadoop.hbase.master.cleaner.SnapshotCleanerChore
Construct Snapshot Cleaner Chore with parameterized constructor
SnapshotDescriptionUtils - Class in org.apache.hadoop.hbase.snapshot
Utility class to help manage SnapshotDesriptions.
SnapshotDescriptionUtils.CompletedSnaphotDirectoriesFilter - Class in org.apache.hadoop.hbase.snapshot
Filter that only accepts completed snapshot directories
snapshotDisabledRegion(RegionInfo) - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
Take a snapshot of the specified disabled region
SnapshotFileCache - Class in org.apache.hadoop.hbase.master.snapshot
Intelligently keep track of all the files for all the snapshots.
SnapshotFileCache(Configuration, long, long, String, SnapshotFileCache.SnapshotFileInspector) - Constructor for class org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache
Create a snapshot file cache for all snapshots under the specified [root]/.snapshot on the filesystem.
SnapshotFileCache(FileSystem, Path, FileSystem, Path, long, long, String, SnapshotFileCache.SnapshotFileInspector) - Constructor for class org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache
Create a snapshot file cache for all snapshots under the specified [root]/.snapshot on the filesystem
SnapshotFileCache.RefreshCacheTask - Class in org.apache.hadoop.hbase.master.snapshot
Simple helper task that just periodically attempts to refresh the cache
SnapshotHFileCleaner - Class in org.apache.hadoop.hbase.master.snapshot
Implementation of a file cleaner that checks if a hfile is still used by snapshots of HBase tables.
SnapshotHFileCleaner() - Constructor for class org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
 
snapshotId - Variable in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
SnapshotInfo - Class in org.apache.hadoop.hbase.snapshot
Tool for dumping snapshot information.
SnapshotInfo() - Constructor for class org.apache.hadoop.hbase.snapshot.SnapshotInfo
 
SnapshotInfo.SnapshotStats - Class in org.apache.hadoop.hbase.snapshot
Statistics about the snapshot How many store files and logs are in the archive How many store files and logs are shared with the table Total store files and logs size and shared amount
SNAPSHOTINFO_FILE - Static variable in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
The file contains the snapshot basic information and it is under the directory of a snapshot.
SnapshotManager - Class in org.apache.hadoop.hbase.master.snapshot
This class manages the procedure of taking and restoring snapshots.
SnapshotManager() - Constructor for class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
 
snapshotManager - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
snapshotManifest - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
SnapshotManifest - Class in org.apache.hadoop.hbase.snapshot
Utility class to help read/write the Snapshot Manifest.
SnapshotManifestV1 - Class in org.apache.hadoop.hbase.snapshot
DO NOT USE DIRECTLY.
SnapshotManifestV2 - Class in org.apache.hadoop.hbase.snapshot
DO NOT USE DIRECTLY.
SnapshotOfRegionAssignmentFromMeta - Class in org.apache.hadoop.hbase.master
Used internally for reading meta and constructing datastructures that are then queried, for things like regions to regionservers, table to regions, etc.
SnapshotOfRegionAssignmentFromMeta(Connection) - Constructor for class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
 
SnapshotOfRegionAssignmentFromMeta(Connection, Set<TableName>, boolean) - Constructor for class org.apache.hadoop.hbase.master.SnapshotOfRegionAssignmentFromMeta
 
SnapshotQuotaObserverChore - Class in org.apache.hadoop.hbase.quotas
A Master-invoked Chore that computes the size of each snapshot which was created from a table which has a space quota.
SnapshotQuotaObserverChore(HMaster, MetricsMaster) - Constructor for class org.apache.hadoop.hbase.quotas.SnapshotQuotaObserverChore
 
SnapshotReferenceUtil - Class in org.apache.hadoop.hbase.snapshot
Utility methods for interacting with the snapshot referenced files.
SnapshotReferenceUtil.SnapshotVisitor - Interface in org.apache.hadoop.hbase.snapshot
 
SnapshotReferenceUtil.StoreFileVisitor - Interface in org.apache.hadoop.hbase.snapshot
 
snapshotRegions(List<Pair<RegionInfo, ServerName>>) - Method in class org.apache.hadoop.hbase.master.snapshot.DisabledTableSnapshotHandler
 
snapshotRegions(List<Pair<RegionInfo, ServerName>>) - Method in class org.apache.hadoop.hbase.master.snapshot.EnabledTableSnapshotHandler
This method kicks off a snapshot procedure.
snapshotRegions(List<Pair<RegionInfo, ServerName>>) - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
Snapshot the specified regions
snapshotRegionSizes() - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
SnapshotScannerHDFSAclCleaner - Class in org.apache.hadoop.hbase.security.access
Implementation of a file cleaner that checks if a empty directory with no subdirs and subfiles is deletable when user scan snapshot feature is enabled
SnapshotScannerHDFSAclCleaner() - Constructor for class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclCleaner
 
SnapshotScannerHDFSAclController - Class in org.apache.hadoop.hbase.security.access
Set HDFS ACLs to hFiles to make HBase granted users have permission to scan snapshot
SnapshotScannerHDFSAclController() - Constructor for class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController
 
SnapshotScannerHDFSAclHelper - Class in org.apache.hadoop.hbase.security.access
A helper to modify or remove HBase granted user default and access HDFS ACLs over hFiles.
SnapshotScannerHDFSAclHelper(Configuration, Connection) - Constructor for class org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclHelper
 
SnapshotSegmentScanner - Class in org.apache.hadoop.hbase.regionserver
A basic SegmentScanner used against an ImmutableScanner snapshot Used flushing where we do a single pass, no reverse scanning or inserts happening.
SnapshotSegmentScanner(ImmutableSegment) - Constructor for class org.apache.hadoop.hbase.regionserver.SnapshotSegmentScanner
 
SnapshotSentinel - Interface in org.apache.hadoop.hbase.master
Watch the current snapshot under process
snapshotsStats_jsp - Class in org.apache.hadoop.hbase.generated.master
 
snapshotsStats_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.snapshotsStats_jsp
 
SnapshotSubprocedureBuilder() - Constructor for class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager.SnapshotSubprocedureBuilder
 
snapshotTable - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
socketSendBufferSize - Variable in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
 
solve() - Method in class org.apache.hadoop.hbase.util.MunkresAssignment
Get the optimal assignments.
SORTED_ORDINAL_SERIALIZATION_FORMAT_TAG - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
 
SortedCompactionPolicy - Class in org.apache.hadoop.hbase.regionserver.compactions
An abstract compaction policy that select files on seq id order.
SortedCompactionPolicy(Configuration, StoreConfigInformation) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
SortedList<E> - Class in org.apache.hadoop.hbase.util
Simple sorted list implementation that uses ArrayList as the underlying collection so we can support RandomAccess.
SortedList(Comparator<? super E>) - Constructor for class org.apache.hadoop.hbase.util.SortedList
Constructs an empty list with the default initial capacity that will be sorted using the given comparator.
SortedList(Collection<? extends E>, Comparator<? super E>) - Constructor for class org.apache.hadoop.hbase.util.SortedList
Constructs a list containing the elements of the given collection, in the order returned by the collection's iterator, that will be sorted with the given comparator.
source - Variable in class org.apache.hadoop.hbase.replication.regionserver.RecoveredReplicationSourceShipper
 
SourceFSConfigurationProvider - Interface in org.apache.hadoop.hbase.replication.regionserver
Interface that defines how a region server in peer cluster will get source cluster file system configurations.
sourceScanner - Variable in class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
Source scanner that is tracking KV count; may be null if source is not StoreScanner
sourceToString() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationLoad
sourceToString
SpaceLimitingException - Exception in org.apache.hadoop.hbase.quotas
An Exception that is thrown when a space quota is in violation.
SpaceLimitingException(String) - Constructor for exception org.apache.hadoop.hbase.quotas.SpaceLimitingException
 
SpaceLimitingException(String, String) - Constructor for exception org.apache.hadoop.hbase.quotas.SpaceLimitingException
 
SpaceLimitingException(String, String, Throwable) - Constructor for exception org.apache.hadoop.hbase.quotas.SpaceLimitingException
 
SpaceQuotaRefresherChore - Class in org.apache.hadoop.hbase.quotas
A ScheduledChore which periodically updates the RegionServerSpaceQuotaManager with information from the hbase:quota.
SpaceQuotaRefresherChore(RegionServerSpaceQuotaManager, Connection) - Constructor for class org.apache.hadoop.hbase.quotas.SpaceQuotaRefresherChore
 
SpaceQuotaSnapshotNotifier - Interface in org.apache.hadoop.hbase.quotas
An interface which abstract away the action taken to enable or disable a space quota violation policy across the HBase cluster.
SpaceQuotaSnapshotNotifierFactory - Class in org.apache.hadoop.hbase.quotas
Factory for creating SpaceQuotaSnapshotNotifier implementations.
SpaceViolationPolicyEnforcement - Interface in org.apache.hadoop.hbase.quotas
RegionServer implementation of SpaceViolationPolicy.
SpaceViolationPolicyEnforcementFactory - Class in org.apache.hadoop.hbase.quotas
A factory class for instantiating SpaceViolationPolicyEnforcement instances.
SPECIAL_RECOVERED_EDITS_DIR - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
This is for for using HRegion as a local storage, where we may put the recovered edits in a special place.
split(byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
split(int) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
split(byte[], byte[], int, boolean) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
split(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
Split a pre-existing region into 2 regions.
split(int) - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
Split an entire table.
split(byte[], byte[], int, boolean) - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
Some MapReduce jobs may want to run multiple mappers per region, this is intended for such usecase.
split(byte[], byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
split(int) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
split(byte[], byte[], int, boolean) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
split(Path, Path, Path, FileSystem, Configuration, WALFactory) - Static method in class org.apache.hadoop.hbase.wal.WALSplitter
Split a folder of WAL files.
split2(BigInteger, BigInteger) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
Divide 2 numbers in half (for split algorithm)
SPLIT_IGNORE_BLOCKING_ENABLED_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
Config for allow split when file count greater than the configured blocking file count
SPLIT_PARTS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
The target count of new stripes to produce when splitting a stripe.
SPLIT_SKIP_ERRORS_DEFAULT - Static variable in class org.apache.hadoop.hbase.wal.WALSplitter
By default we retry errors in splitting, rather than skipping.
SPLIT_SKIP_ERRORS_KEY - Static variable in class org.apache.hadoop.hbase.wal.WALSplitter
 
SPLIT_THREADS - Static variable in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
SPLIT_THREADS_DEFAULT - Static variable in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
SPLIT_WAL_BUFFER_SIZE - Static variable in class org.apache.hadoop.hbase.wal.WALSplitter
 
SPLIT_WAL_WRITER_THREADS - Static variable in class org.apache.hadoop.hbase.wal.WALSplitter
 
SPLIT_WRITER_CREATION_BOUNDED - Static variable in class org.apache.hadoop.hbase.wal.WALSplitter
True if we are to run with bounded amount of writers rather than let the count blossom.
splitAndResolveOperation(ServerName, Set<RemoteProcedureDispatcher.RemoteProcedure>, RSProcedureDispatcher.RemoteProcedureResolver) - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
Fetches RemoteProcedureDispatcher.RemoteOperations from the given remoteProcedures and groups them by class of the returned operation.
splitkey - Variable in class org.apache.hadoop.hbase.io.HalfStoreFileReader
 
splitLog(ServerName) - Method in class org.apache.hadoop.hbase.master.MasterWalManager
 
splitLog(Set<ServerName>) - Method in class org.apache.hadoop.hbase.master.MasterWalManager
 
splitLog(Set<ServerName>, PathFilter) - Method in class org.apache.hadoop.hbase.master.MasterWalManager
This method is the base split method that splits WAL files matching a filter.
SplitLogCounters - Class in org.apache.hadoop.hbase
Deprecated.
since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based distributed WAL splitter, see SplitWALManager
splitLogDistributed(Path) - Method in class org.apache.hadoop.hbase.master.SplitLogManager
Deprecated.
 
splitLogDistributed(List<Path>) - Method in class org.apache.hadoop.hbase.master.SplitLogManager
Deprecated.
The caller will block until all the log files of the given region server have been processed - successfully split or an error is encountered - by an available worker region server.
splitLogDistributed(Set<ServerName>, List<Path>, PathFilter) - Method in class org.apache.hadoop.hbase.master.SplitLogManager
Deprecated.
The caller will block until all the hbase:meta log files of the given region server have been processed - successfully split or an error is encountered - by an available worker region server.
splitLogFile(Path, FileStatus, FileSystem, Configuration, CancelableProgressable, LastSequenceId, SplitLogWorkerCoordination, WALFactory, RegionServerServices) - Static method in class org.apache.hadoop.hbase.wal.WALSplitter
Splits a WAL file.
SplitLogManager - Class in org.apache.hadoop.hbase.master
Deprecated.
since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based distributed WAL splitter, see SplitWALManager.
SplitLogManager(MasterServices, Configuration) - Constructor for class org.apache.hadoop.hbase.master.SplitLogManager
Deprecated.
Its OK to construct this object even when region-servers are not online.
SplitLogManager.ResubmitDirective - Enum in org.apache.hadoop.hbase.master
Deprecated.
 
SplitLogManager.Task - Class in org.apache.hadoop.hbase.master
Deprecated.
in memory state of an active task.
SplitLogManager.TaskBatch - Class in org.apache.hadoop.hbase.master
Deprecated.
Keeps track of the batch of tasks submitted together by a caller in splitLogDistributed().
SplitLogManager.TerminationStatus - Enum in org.apache.hadoop.hbase.master
Deprecated.
 
SplitLogManagerCoordination - Interface in org.apache.hadoop.hbase.coordination
Deprecated.
since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based distributed WAL splitter, see SplitWALManager
splitLogManagerCoordination - Variable in class org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager
Deprecated.
 
SplitLogManagerCoordination.SplitLogManagerDetails - Class in org.apache.hadoop.hbase.coordination
Deprecated.
Detail class that shares data between coordination and split log manager
SplitLogManagerDetails(ConcurrentMap<String, SplitLogManager.Task>, MasterServices, Set<String>) - Constructor for class org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination.SplitLogManagerDetails
Deprecated.
 
SplitLogTask - Class in org.apache.hadoop.hbase
Deprecated.
since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based distributed WAL splitter, see SplitWALManager
SplitLogTask.Done - Class in org.apache.hadoop.hbase
Deprecated.
 
SplitLogTask.Err - Class in org.apache.hadoop.hbase
Deprecated.
 
SplitLogTask.Owned - Class in org.apache.hadoop.hbase
Deprecated.
 
SplitLogTask.Resigned - Class in org.apache.hadoop.hbase
Deprecated.
 
SplitLogTask.Unassigned - Class in org.apache.hadoop.hbase
Deprecated.
 
SplitLogWorker - Class in org.apache.hadoop.hbase.regionserver
Deprecated.
since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based distributed WAL splitter, see SplitWALRemoteProcedure
SplitLogWorker(Server, Configuration, RegionServerServices, SplitLogWorker.TaskExecutor) - Constructor for class org.apache.hadoop.hbase.regionserver.SplitLogWorker
Deprecated.
 
SplitLogWorker(Configuration, RegionServerServices, LastSequenceId, WALFactory) - Constructor for class org.apache.hadoop.hbase.regionserver.SplitLogWorker
Deprecated.
 
SplitLogWorker.TaskExecutor - Interface in org.apache.hadoop.hbase.regionserver
Deprecated.
Objects implementing this interface actually do the task that has been acquired by a SplitLogWorker.
SplitLogWorker.TaskExecutor.Status - Enum in org.apache.hadoop.hbase.regionserver
Deprecated.
 
SplitLogWorkerCoordination - Interface in org.apache.hadoop.hbase.coordination
Deprecated.
since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based distributed WAL splitter, see SplitWALManager
splitLogWorkerCoordination - Variable in class org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager
Deprecated.
 
SplitLogWorkerCoordination.SplitTaskDetails - Interface in org.apache.hadoop.hbase.coordination
Deprecated.
Interface for log-split tasks Used to carry implementation details in encapsulated way through Handlers to the coordination API.
splitMetaLog(ServerName) - Method in class org.apache.hadoop.hbase.master.MasterWalManager
Specialized method to handle the splitting for meta WAL
splitMetaLog(Set<ServerName>) - Method in class org.apache.hadoop.hbase.master.MasterWalManager
Specialized method to handle the splitting for meta WAL
SplitOrMergeTracker - Class in org.apache.hadoop.hbase.master
Tracks the switch of split and merge states in ZK
SplitOrMergeTracker(ZKWatcher, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.master.SplitOrMergeTracker
 
splitRegion(RegionInfo, RegionInfo, RegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
 
splitRegion(RegionInfo, byte[], long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
splitRegion(RpcController, MasterProtos.SplitTableRegionRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
splitRegion(RegionInfo, byte[], long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Split a region.
splits - Variable in class org.apache.hadoop.hbase.wal.OutputSink
List of all the files produced by this sink
splitStoreFile(RegionInfo, String, HStoreFile, byte[], boolean, RegionSplitPolicy) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
Write out a split reference.
SplitTableRegionProcedure - Class in org.apache.hadoop.hbase.master.assignment
The procedure to split a region in a table.
SplitTableRegionProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
SplitTableRegionProcedure(MasterProcedureEnv, RegionInfo, byte[]) - Constructor for class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
SPLITTING_EXT - Static variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
File Extension used while splitting an WAL into regions (HBASE-2312)
SplitWALCallable - Class in org.apache.hadoop.hbase.regionserver
This callable is used to do the real split WAL task.
SplitWALCallable() - Constructor for class org.apache.hadoop.hbase.regionserver.SplitWALCallable
 
SplitWALCallable.ErrorWALSplitException - Exception in org.apache.hadoop.hbase.regionserver
 
SplitWALCallable.PreemptedWALSplitException - Exception in org.apache.hadoop.hbase.regionserver
 
SplitWALCallable.ResignedWALSplitException - Exception in org.apache.hadoop.hbase.regionserver
 
SplitWALManager - Class in org.apache.hadoop.hbase.master
Create SplitWALProcedure for each WAL which need to split.
SplitWALManager(MasterServices) - Constructor for class org.apache.hadoop.hbase.master.SplitWALManager
 
SplitWALProcedure - Class in org.apache.hadoop.hbase.master.procedure
The procedure is to split a WAL.
SplitWALProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
SplitWALProcedure(String, ServerName) - Constructor for class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
SplitWALRemoteProcedure - Class in org.apache.hadoop.hbase.master.procedure
A remote procedure which is used to send split WAL request to region server.
SplitWALRemoteProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
SplitWALRemoteProcedure(ServerName, ServerName, String) - Constructor for class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
splitWALs(ServerName, boolean) - Method in class org.apache.hadoop.hbase.master.SplitWALManager
 
SslRMIClientSocketFactorySecure - Class in org.apache.hadoop.hbase
Avoid SSL V3.0 "Poodle" Vulnerability - CVE-2014-3566
SslRMIClientSocketFactorySecure() - Constructor for class org.apache.hadoop.hbase.SslRMIClientSocketFactorySecure
 
SslRMIServerSocketFactorySecure - Class in org.apache.hadoop.hbase
Avoid SSL V3.0 "Poodle" Vulnerability - CVE-2014-3566
SslRMIServerSocketFactorySecure() - Constructor for class org.apache.hadoop.hbase.SslRMIServerSocketFactorySecure
 
stampSequenceIdAndPublishToRingBuffer(RegionInfo, WALKeyImpl, WALEdit, boolean, RingBuffer<RingBufferTruck>) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
start() - Method in class org.apache.hadoop.hbase.backup.example.TableHFileArchiveTracker
Start monitoring for archive updates
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.constraint.ConstraintProcessor
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.BaseRowProcessorEndpoint
Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this coprocessor is loaded.
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.MetaTableMetrics
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint
Stores a reference to the coprocessor environment provided by the RegionCoprocessorHost from the region where this coprocessor is loaded.
start() - Method in class org.apache.hadoop.hbase.errorhandling.TimeoutExceptionInjector
Start a timer to fail a process if it takes longer than the expected time to complete.
start() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
start() - Method in class org.apache.hadoop.hbase.ipc.MasterFifoRpcScheduler
 
start() - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
start(int) - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
start() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Prepares for request serving.
start() - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
start() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
start() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
Starts the service.
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.JMXListener
 
start() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
start() - Method in class org.apache.hadoop.hbase.master.DrainingServerTracker
Starts the tracking of draining RegionServers.
start() - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
 
start() - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
 
start() - Method in class org.apache.hadoop.hbase.master.SplitOrMergeTracker
 
start() - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
start() - Method in class org.apache.hadoop.hbase.master.TableStateManager
 
start() - Method in class org.apache.hadoop.hbase.master.zksyncer.ClientZKSyncer
Starts the syncer
start() - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
 
start() - Method in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
Start accepting flush table requests.
start(ProcedureCoordinator) - Method in interface org.apache.hadoop.hbase.procedure.ProcedureCoordinatorRpcs
Initialize and start threads necessary to connect an implementation's rpc mechanisms.
start(String, ProcedureMember) - Method in interface org.apache.hadoop.hbase.procedure.ProcedureMemberRpcs
Initialize and start any threads or connections the member needs.
start() - Method in class org.apache.hadoop.hbase.procedure.RegionServerProcedureManager
Start accepting procedure requests.
start() - Method in class org.apache.hadoop.hbase.procedure.RegionServerProcedureManagerHost
 
start(ProcedureCoordinator) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator
Start monitoring znodes in ZK - subclass hook to start monitoring znodes they are about.
start(String, ProcedureMember) - Method in class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
 
start(int) - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
start() - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotasObserver
 
start() - Method in class org.apache.hadoop.hbase.quotas.QuotaCache
 
start(RpcScheduler) - Method in class org.apache.hadoop.hbase.quotas.RegionServerRpcQuotaManager
 
start() - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
 
start(ChoreService) - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
start() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactor
---------------------------------------------------------------------- The request to dispatch the compaction asynchronous task.
start() - Method in class org.apache.hadoop.hbase.regionserver.SecureBulkLoadManager
 
start() - Method in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
Start accepting snapshot requests.
start() - Method in class org.apache.hadoop.hbase.regionserver.SplitLogWorker
Deprecated.
start the SplitLogWorker thread
start(String) - Method in class org.apache.hadoop.hbase.regionserver.throttle.NoLimitThroughputController
 
start(String) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
start(Map<byte[], List<Cell>>) - Method in class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
start(String) - Method in interface org.apache.hadoop.hbase.regionserver.throttle.ThroughputController
Start the throughput controller.
start() - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
 
start() - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
Initiates service startup and returns immediately.
start() - Method in class org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
start() - Method in class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
 
start() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.token.TokenProvider
 
start() - Method in class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
start(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplication
 
start() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
start() - Method in class org.apache.hadoop.hbase.security.visibility.ZKVisibilityLabelWatcher
 
start() - Method in class org.apache.hadoop.hbase.util.JvmPauseMonitor
 
start() - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
 
startBlockEncoding(HFileBlockEncodingContext, DataOutputStream) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder
Starts encoding for a block of KeyValues.
startBlockEncoding(HFileBlockEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
startBlockEncoding(HFileBlockEncodingContext, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
startCacheFlush(byte[], Set<byte[]>) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
startCacheFlush(byte[], Map<byte[], Long>) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
startCacheFlush(byte[], Set<byte[]>) - Method in interface org.apache.hadoop.hbase.wal.WAL
WAL keeps track of the sequence numbers that are as yet not flushed im memstores in order to be able to do accounting to figure which WALs can be let go.
startCacheFlush(byte[], Map<byte[], Long>) - Method in interface org.apache.hadoop.hbase.wal.WAL
 
startcode - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
This servers startcode.
startConnectorServer(int, int) - Method in class org.apache.hadoop.hbase.JMXListener
 
started(ServerName) - Method in class org.apache.hadoop.hbase.master.MasterRegionServerList
 
started(ServerName) - Method in interface org.apache.hadoop.hbase.master.RegionServerList
Called when a region server join the cluster.
startExecutorService(ExecutorService.ExecutorConfig) - Method in class org.apache.hadoop.hbase.executor.ExecutorService
Start an executor service with a given name.
startHandlers(int) - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
startHandlers(String, int, List<BlockingQueue<CallRunner>>, int, int, int, AtomicInteger) - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
Start up our handlers.
startHandlers(int) - Method in class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
 
startKey - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
Key to seek to in memstore and StoreFiles
startMillis() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionWindow
Inclusive lower bound
startOperation(long, long, Stoppable) - Method in class org.apache.hadoop.hbase.regionserver.ServerNonceManager
Starts the operation if operation with such nonce has not already succeeded.
startProcedure(ForeignExceptionDispatcher, String, byte[], List<String>) - Method in class org.apache.hadoop.hbase.procedure.ProcedureCoordinator
Kick off the named procedure Currently only one procedure with the same type and name is allowed to run at a time.
startProcedureExecutor() - Method in class org.apache.hadoop.hbase.master.HMaster
 
startRegionOperation() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
startRegionOperation(Region.Operation) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
startRegionOperation() - Method in interface org.apache.hadoop.hbase.regionserver.Region
This method needs to be called before any public call that reads or modifies data.
startRegionOperation(Region.Operation) - Method in interface org.apache.hadoop.hbase.regionserver.Region
This method needs to be called before any public call that reads or modifies data.
startReplayingFromWAL() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
This message intends to inform the MemStore that next coming updates are going to be part of the replaying edits from WAL
startReplayingFromWAL() - Method in class org.apache.hadoop.hbase.regionserver.HStore
This message intends to inform the MemStore that next coming updates are going to be part of the replaying edits from WAL
startReplayingFromWAL() - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
This message intends to inform the MemStore that next coming updates are going to be part of the replaying edits from WAL
startReplicationService() - Method in interface org.apache.hadoop.hbase.regionserver.ReplicationService
Start replication services.
startReplicationService() - Method in class org.apache.hadoop.hbase.replication.regionserver.Replication
If replication is enabled and this cluster is a master, it starts
startReplicationService() - Method in class org.apache.hadoop.hbase.replication.ReplicationSinkServiceImpl
 
startTime - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
startTransition(MasterProcedureEnv, RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
startTransition(MasterProcedureEnv, RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
startTransition(MasterProcedureEnv, RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
startup() - Method in class org.apache.hadoop.hbase.coprocessor.BaseEnvironment
Initialize the environment
startup() - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Start the cluster.
startup() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
startup() - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Start the replication
startup(Thread.UncaughtExceptionHandler) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
startup(List<JVMClusterUtil.MasterThread>, List<JVMClusterUtil.RegionServerThread>) - Static method in class org.apache.hadoop.hbase.util.JVMClusterUtil
Start the cluster.
startupProgress_jsp - Class in org.apache.hadoop.hbase.generated.master
 
startupProgress_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.startupProgress_jsp
 
startWriterThreads() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCache
Called by the constructor to start the writer threads.
startWriterThreads() - Method in class org.apache.hadoop.hbase.wal.OutputSink
Start the threads that will pump data from the entryBuffers to the output files.
StateDumpServlet - Class in org.apache.hadoop.hbase.monitoring
 
StateDumpServlet() - Constructor for class org.apache.hadoop.hbase.monitoring.StateDumpServlet
 
STATS_RECORD_SEP - Static variable in class org.apache.hadoop.hbase.util.BloomFilterUtil
Record separator for the Bloom filter statistics human-readable string
status - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
status - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
status - Variable in class org.apache.hadoop.hbase.wal.OutputSink
 
STATUS_PUBLISH_PERIOD - Static variable in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
The minimum time between two status messages, in milliseconds.
STATUS_PUBLISHER_CLASS - Static variable in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
The implementation class used to publish the status.
StdOutSink() - Constructor for class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
StealJobQueue<T> - Class in org.apache.hadoop.hbase.util
This queue allows a ThreadPoolExecutor to steal jobs from another ThreadPoolExecutor.
StealJobQueue(Comparator<? super T>) - Constructor for class org.apache.hadoop.hbase.util.StealJobQueue
 
StealJobQueue(int, int, Comparator<? super T>) - Constructor for class org.apache.hadoop.hbase.util.StealJobQueue
 
SteppingSplitPolicy - Class in org.apache.hadoop.hbase.regionserver
 
SteppingSplitPolicy() - Constructor for class org.apache.hadoop.hbase.regionserver.SteppingSplitPolicy
 
STEPS_PER_REGION_KEY - Static variable in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
StochasticLoadBalancer - Class in org.apache.hadoop.hbase.master.balancer
This is a best effort load balancer.
StochasticLoadBalancer() - Constructor for class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
The constructor that pass a MetricsStochasticBalancer to BaseLoadBalancer to replace its default MetricsBalancer
StochasticLoadBalancer(MetricsStochasticBalancer) - Constructor for class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
StochasticLoadBalancer.GeneratorType - Enum in org.apache.hadoop.hbase.master.balancer
 
stop(String) - Method in class org.apache.hadoop.hbase.backup.example.LongTermArchivingHFileCleaner
 
stop() - Method in class org.apache.hadoop.hbase.backup.example.TableHFileArchiveTracker
Stop this tracker and the passed zookeeper
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.BaseRowProcessorEndpoint
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.MetaTableMetrics
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint
 
stop() - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
stop() - Method in class org.apache.hadoop.hbase.ipc.MasterFifoRpcScheduler
 
stop() - Method in class org.apache.hadoop.hbase.ipc.NettyRpcServer
 
stop() - Method in class org.apache.hadoop.hbase.ipc.RpcExecutor
 
stop() - Method in class org.apache.hadoop.hbase.ipc.RpcScheduler
Stops serving new requests.
stop() - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
 
stop() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
 
stop() - Method in class org.apache.hadoop.hbase.ipc.SimpleRpcServer
Deprecated.
Stops the service.
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.JMXListener
 
stop() - Method in class org.apache.hadoop.hbase.master.ActiveMasterManager
 
stop() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
stop(String) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
stop(String) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
stop(String) - Method in class org.apache.hadoop.hbase.master.cleaner.BaseHFileCleanerDelegate
 
stop(String) - Method in class org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleaner
 
stop(String) - Method in class org.apache.hadoop.hbase.master.HMaster
 
stop() - Method in class org.apache.hadoop.hbase.master.MasterFileSystem
 
stop() - Method in class org.apache.hadoop.hbase.master.MasterWalManager
 
stop() - Method in class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerManager
 
stop() - Method in class org.apache.hadoop.hbase.master.procedure.RSProcedureDispatcher
 
stop() - Method in class org.apache.hadoop.hbase.master.RegionServerTracker
 
stop() - Method in class org.apache.hadoop.hbase.master.ServerManager
Stop the ServerManager.
stop(String) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache
 
stop(String) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotHFileCleaner
 
stop(String) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
 
stop() - Method in class org.apache.hadoop.hbase.master.SplitLogManager
Deprecated.
 
stop(String) - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
stop(String) - Method in class org.apache.hadoop.hbase.procedure.flush.MasterFlushTableProcedureManager
 
stop(boolean) - Method in class org.apache.hadoop.hbase.procedure.flush.RegionServerFlushTableProcedureManager
Close this and all running tasks
stop(String) - Method in class org.apache.hadoop.hbase.procedure.MasterProcedureManagerHost
 
stop(boolean) - Method in class org.apache.hadoop.hbase.procedure.RegionServerProcedureManager
Close this and all running procedure tasks
stop(boolean) - Method in class org.apache.hadoop.hbase.procedure.RegionServerProcedureManagerHost
 
stop(boolean) - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
stop() - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
stop(String) - Method in class org.apache.hadoop.hbase.quotas.QuotaCache
 
stop() - Method in class org.apache.hadoop.hbase.quotas.RegionServerRpcQuotaManager
 
stop() - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
 
stop() - Method in class org.apache.hadoop.hbase.regionserver.HeapMemoryManager
 
stop(String) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
stop(String, boolean, User) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Stops the regionserver.
stop() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactor
---------------------------------------------------------------------- The request to cancel the compaction asynchronous task The compaction may still happen if the request was sent too late Non-blocking request
stop() - Method in class org.apache.hadoop.hbase.regionserver.SecureBulkLoadManager
 
stop(boolean) - Method in class org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager
Close this and all running snapshot tasks
stop() - Method in class org.apache.hadoop.hbase.regionserver.SplitLogWorker
Deprecated.
stop the SplitLogWorker thread
stop(String) - Method in class org.apache.hadoop.hbase.regionserver.throttle.NoLimitThroughputController
 
stop(String) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
stop() - Method in class org.apache.hadoop.hbase.replication.HBaseReplicationEndpoint
 
stop(String) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationHFileCleaner
 
stop(String) - Method in class org.apache.hadoop.hbase.replication.master.ReplicationLogCleaner
 
stop() - Method in interface org.apache.hadoop.hbase.replication.ReplicationEndpoint
If the service is starting or running, this initiates service shutdown and returns immediately.
stop() - Method in class org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.access.AccessController
 
stop() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.token.TokenProvider
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
stop(CoprocessorEnvironment) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplication
 
stop() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
stop() - Method in class org.apache.hadoop.hbase.util.JvmPauseMonitor
 
stop() - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
 
stopConnectorServer() - Method in class org.apache.hadoop.hbase.JMXListener
 
stopMaster() - Method in class org.apache.hadoop.hbase.master.HMaster
 
stopMaster(RpcController, MasterProtos.StopMasterRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
stopProcessingTasks() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
Deprecated.
called when Coordination should stop processing tasks and exit
stopProcessingTasks() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
stopReplayingFromWAL() - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
This message intends to inform the MemStore that the replaying edits from WAL are done
stopReplayingFromWAL() - Method in class org.apache.hadoop.hbase.regionserver.HStore
This message intends to inform the MemStore that the replaying edits from WAL are done
stopReplayingFromWAL() - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
This message intends to inform the MemStore that the replaying edits from WAL are done
stopReplicationService() - Method in interface org.apache.hadoop.hbase.regionserver.ReplicationService
Stops replication service.
stopReplicationService() - Method in class org.apache.hadoop.hbase.replication.regionserver.Replication
Stops replication service.
stopReplicationService() - Method in class org.apache.hadoop.hbase.replication.ReplicationSinkServiceImpl
 
stopReplicationSinkServices() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSink
stop the thread pool executor.
stopRow - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
stopRunning() - Method in class org.apache.hadoop.hbase.ipc.RpcHandler
 
stopServer(RpcController, AdminProtos.StopServerRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Stop the region server.
stopServiceThreads() - Method in class org.apache.hadoop.hbase.master.HMaster
 
stopServiceThreads() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Wait on all threads to finish.
stopTask() - Method in class org.apache.hadoop.hbase.regionserver.SplitLogWorker
Deprecated.
If the worker is doing a task i.e.
store - Variable in class org.apache.hadoop.hbase.regionserver.compactions.Compactor
 
Store - Interface in org.apache.hadoop.hbase.regionserver
Interface for objects that hold a column family in a Region.
store - Variable in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
STORE_ENGINE_CLASS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StoreEngine
The name of the configuration parameter that specifies the class of a store engine that is used to manage and compact HBase store files.
STORE_FILE_READER_NO_READAHEAD - Static variable in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
storeConfigInfo - Variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicy
 
StoreConfigInformation - Interface in org.apache.hadoop.hbase.regionserver
A more restricted interface for HStore.
StoreContext - Class in org.apache.hadoop.hbase.regionserver
This carries the immutable information and references on some of the meta data about the HStore.
StoreContext.Builder - Class in org.apache.hadoop.hbase.regionserver
 
StoreEngine<SF extends org.apache.hadoop.hbase.regionserver.StoreFlusher,CP extends CompactionPolicy,C extends Compactor<?>,SFM extends StoreFileManager> - Class in org.apache.hadoop.hbase.regionserver
StoreEngine is a factory that can create the objects necessary for HStore to operate.
StoreEngine() - Constructor for class org.apache.hadoop.hbase.regionserver.StoreEngine
 
StoreEngine.IOExceptionRunnable - Interface in org.apache.hadoop.hbase.regionserver
 
StoreFile - Interface in org.apache.hadoop.hbase.regionserver
An interface to describe a store data file.
storeFile(RegionInfo, String, SnapshotProtos.SnapshotRegionManifest.StoreFile) - Method in interface org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil.StoreFileVisitor
 
storeFile(String, String, String) - Method in interface org.apache.hadoop.hbase.util.FSVisitor.StoreFileVisitor
 
storeFile_jsp - Class in org.apache.hadoop.hbase.generated.regionserver
 
storeFile_jsp() - Constructor for class org.apache.hadoop.hbase.generated.regionserver.storeFile_jsp
 
StoreFileInfo - Class in org.apache.hadoop.hbase.regionserver
Describe a StoreFile (hfile, reference, link)
StoreFileInfo(Configuration, FileSystem, Path, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Create a Store File Info
StoreFileInfo(Configuration, FileSystem, FileStatus) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Create a Store File Info
StoreFileInfo(Configuration, FileSystem, FileStatus, HFileLink) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Create a Store File Info from an HFileLink
StoreFileInfo(Configuration, FileSystem, FileStatus, Reference) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Create a Store File Info from an HFileLink
StoreFileInfo(Configuration, FileSystem, FileStatus, Reference, HFileLink) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Create a Store File Info from an HFileLink and a Reference
storeFileManager - Variable in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
StoreFileManager - Interface in org.apache.hadoop.hbase.regionserver
Manages the store files and basic metadata about that that determines the logical structure (e.g.
StoreFileReader - Class in org.apache.hadoop.hbase.regionserver
Reader for a StoreFile.
StoreFileReader(ReaderContext, HFileInfo, CacheConfig, AtomicInteger, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
StorefileRefresherChore - Class in org.apache.hadoop.hbase.regionserver
A chore for refreshing the store files for secondary regions hosted in the region server.
StorefileRefresherChore(int, boolean, HRegionServer, Stoppable) - Constructor for class org.apache.hadoop.hbase.regionserver.StorefileRefresherChore
 
StoreFileScanner - Class in org.apache.hadoop.hbase.regionserver
KeyValueScanner adaptor over the Reader.
StoreFileScanner(StoreFileReader, HFileScanner, boolean, boolean, long, long, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFileScanner
Implements a KeyValueScanner on top of the specified HFileScanner
StoreFileTracker - Interface in org.apache.hadoop.hbase.regionserver.storefiletracker
An interface to define how we track the store files for a give store.
StoreFileTrackerFactory - Class in org.apache.hadoop.hbase.regionserver.storefiletracker
Factory method for creating store file tracker.
StoreFileTrackerFactory.Trackers - Enum in org.apache.hadoop.hbase.regionserver.storefiletracker
Maps between configuration names for trackers and implementation classes.
StoreFileTrackerValidationUtils - Class in org.apache.hadoop.hbase.regionserver.storefiletracker
 
StoreFileWriter - Class in org.apache.hadoop.hbase.regionserver
A StoreFile writer.
StoreFileWriter.Builder - Class in org.apache.hadoop.hbase.regionserver
 
storeFlusher - Variable in class org.apache.hadoop.hbase.regionserver.StoreEngine
 
StoreHotnessProtector - Class in org.apache.hadoop.hbase.regionserver.throttle
StoreHotnessProtector is designed to help limit the concurrency of puts with dense columns, it does best-effort to avoid exhausting all RS's handlers.
StoreHotnessProtector(Region, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
storeInDispatchedQueue() - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
stores - Variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
StoreScanner - Class in org.apache.hadoop.hbase.regionserver
Scanner scans both the memstore and the Store.
StoreScanner(HStore, ScanInfo, Scan, NavigableSet<byte[]>, long) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreScanner
Opens a scanner across memstore, snapshot, and all StoreFiles.
StoreScanner(HStore, ScanInfo, List<? extends KeyValueScanner>, ScanType, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreScanner
Used for store file compaction and memstore compaction.
StoreScanner(HStore, ScanInfo, List<? extends KeyValueScanner>, long, long, byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreScanner
Used for compactions that drop deletes from a limited range of rows.
StoreScanner(ScanInfo, ScanType, List<? extends KeyValueScanner>) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreScanner
 
STORESCANNER_PARALLEL_SEEK_ENABLE - Static variable in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
STORESCANNER_PREAD_MAX_BYTES - Static variable in class org.apache.hadoop.hbase.regionserver.StoreScanner
If the read type is Scan.ReadType.DEFAULT, we will start with pread, and if the kvs we scanned reaches this limit, we will reopen the scanner with stream.
storesToCompact - Variable in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
StoreUtils - Class in org.apache.hadoop.hbase.regionserver
Utility functions for region server storage layer.
STRIPE_END_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
STRIPE_START_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
The file metadata fields that contain the stripe information.
StripeCompactionPolicy - Class in org.apache.hadoop.hbase.regionserver.compactions
Stripe store implementation of compaction policy.
StripeCompactionPolicy(Configuration, StoreConfigInformation, StripeStoreConfig) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
StripeCompactionPolicy.StripeCompactionRequest - Class in org.apache.hadoop.hbase.regionserver.compactions
Stripe compaction request wrapper.
StripeCompactionPolicy.StripeInformationProvider - Interface in org.apache.hadoop.hbase.regionserver.compactions
The information about stripes that the policy needs to do its stuff
StripeCompactionRequest(CompactionRequestImpl) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy.StripeCompactionRequest
 
StripeCompactionScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
Query matcher for stripe compaction if range drop deletes is used.
StripeCompactionScanQueryMatcher(ScanInfo, DeleteTracker, ColumnTracker, long, long, long, long, byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.StripeCompactionScanQueryMatcher
 
StripeCompactor - Class in org.apache.hadoop.hbase.regionserver.compactions
This is the placeholder for stripe compactor.
StripeCompactor(Configuration, HStore) - Constructor for class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactor
 
StripeFlushRequest(CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.StripeStoreFlusher.StripeFlushRequest
 
StripeMultiFileWriter - Class in org.apache.hadoop.hbase.regionserver
Base class for cell sink that separates the provided cells into multiple files for stripe compaction.
StripeMultiFileWriter(CellComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
 
StripeMultiFileWriter.BoundaryMultiWriter - Class in org.apache.hadoop.hbase.regionserver
MultiWriter that separates the cells based on fixed row-key boundaries.
StripeMultiFileWriter.SizeMultiWriter - Class in org.apache.hadoop.hbase.regionserver
MultiWriter that separates the cells based on target cell number per file and file count.
StripeStoreConfig - Class in org.apache.hadoop.hbase.regionserver
Configuration class for stripe store and compactions.
StripeStoreConfig(Configuration, StoreConfigInformation) - Constructor for class org.apache.hadoop.hbase.regionserver.StripeStoreConfig
 
StripeStoreEngine - Class in org.apache.hadoop.hbase.regionserver
The storage engine that implements the stripe-based store/compaction scheme.
StripeStoreEngine() - Constructor for class org.apache.hadoop.hbase.regionserver.StripeStoreEngine
 
StripeStoreFileManager - Class in org.apache.hadoop.hbase.regionserver
Stripe implementation of StoreFileManager.
StripeStoreFileManager(CellComparator, Configuration, StripeStoreConfig) - Constructor for class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
 
StripeStoreFlusher - Class in org.apache.hadoop.hbase.regionserver
Stripe implementation of StoreFlusher.
StripeStoreFlusher(Configuration, HStore, StripeCompactionPolicy, StripeStoreFileManager) - Constructor for class org.apache.hadoop.hbase.regionserver.StripeStoreFlusher
 
StripeStoreFlusher.BoundaryStripeFlushRequest - Class in org.apache.hadoop.hbase.regionserver
Stripe flush request wrapper based on boundaries.
StripeStoreFlusher.SizeStripeFlushRequest - Class in org.apache.hadoop.hbase.regionserver
Stripe flush request wrapper based on size.
StripeStoreFlusher.StripeFlushRequest - Class in org.apache.hadoop.hbase.regionserver
Stripe flush request wrapper that writes a non-striped file.
strToRow(String) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
strToRow(String) - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
user or file input for row
strToRow(String) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
subList(int, int) - Method in class org.apache.hadoop.hbase.util.SortedList
 
subMap(byte[], byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
subMap(Cell, boolean, Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
subMap(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
submit(EventHandler) - Method in class org.apache.hadoop.hbase.executor.ExecutorService
 
submitAndWaitProcedure(ProcedureExecutor<MasterProcedureEnv>, Procedure<MasterProcedureEnv>) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait
 
submitProcedure(Procedure<MasterProcedureEnv>) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil.NonceProcedureRunnable
 
submitProcedure(MasterProcedureUtil.NonceProcedureRunnable) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil
Helper used to deal with submitting procs with nonce.
submitProcedure(ProcedureExecutor<MasterProcedureEnv>, Procedure<MasterProcedureEnv>) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait
 
submitServerCrash(ServerName, boolean, boolean) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Usually run by the Master in reaction to server crash during normal processing.
submitSubprocedure(Subprocedure) - Method in class org.apache.hadoop.hbase.procedure.ProcedureMember
Submit an subprocedure for execution.
submitTask(String) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
Deprecated.
 
submitTask(String) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
Subprocedure - Class in org.apache.hadoop.hbase.procedure
Distributed procedure member's Subprocedure.
Subprocedure(ProcedureMember, String, ForeignExceptionDispatcher, long, long) - Constructor for class org.apache.hadoop.hbase.procedure.Subprocedure
 
Subprocedure.SubprocedureImpl - Class in org.apache.hadoop.hbase.procedure
Empty Subprocedure for testing.
SubprocedureFactory - Interface in org.apache.hadoop.hbase.procedure
Task builder to build instances of a ProcedureMember's Subprocedures.
SubprocedureImpl(ProcedureMember, String, ForeignExceptionDispatcher, long, long) - Constructor for class org.apache.hadoop.hbase.procedure.Subprocedure.SubprocedureImpl
 
subSet(Cell, Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
subSet(Cell, boolean, Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
succ - Variable in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
SUCCESS - Static variable in class org.apache.hadoop.hbase.regionserver.OperationStatus
Singleton for successful operations.
summarize() - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
supportsAutoLoading() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
 
supportsAutoLoading() - Method in interface org.apache.hadoop.hbase.util.BloomFilter
 
supportsProtocolAuthentication() - Method in class org.apache.hadoop.hbase.security.provider.DigestSaslServerAuthenticationProvider
 
supportsProtocolAuthentication() - Method in class org.apache.hadoop.hbase.security.provider.GssSaslServerAuthenticationProvider
 
supportsProtocolAuthentication() - Method in interface org.apache.hadoop.hbase.security.provider.SaslServerAuthenticationProvider
 
supportsProtocolAuthentication() - Method in class org.apache.hadoop.hbase.security.provider.SimpleSaslServerAuthenticationProvider
 
swap(VersionedSegmentsList, ImmutableSegment, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompactionPipeline
Swaps the versioned list at the tail of the pipeline with a new segment.
swapCompactedSegments(VersionedSegmentsList, ImmutableSegment, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
swapPipelineWithNull(VersionedSegmentsList) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
SwapRegionsAction - Class in org.apache.hadoop.hbase.master.balancer
 
sweep(T) - Method in interface org.apache.hadoop.hbase.util.LossyCounting.LossyCountingListener
 
sweep() - Method in class org.apache.hadoop.hbase.util.LossyCounting
sweep low frequency data
switchCompaction(boolean) - Method in interface org.apache.hadoop.hbase.regionserver.compactions.CompactionRequester
on/off compaction
switchCompaction(boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
switchExceedThrottleQuota(RpcController, MasterProtos.SwitchExceedThrottleQuotaRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
switchExceedThrottleQuota(MasterProtos.SwitchExceedThrottleQuotaRequest) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
switchExceedThrottleQuota(Connection, boolean) - Static method in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
switchRpcThrottle(RpcController, MasterProtos.SwitchRpcThrottleRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
switchRpcThrottle(MasterProtos.SwitchRpcThrottleRequest) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
 
switchRpcThrottle(boolean) - Method in class org.apache.hadoop.hbase.quotas.RegionServerRpcQuotaManager
 
switchRpcThrottle(boolean) - Method in class org.apache.hadoop.hbase.quotas.RpcThrottleStorage
Store the rpc throttle value.
SwitchRpcThrottleProcedure - Class in org.apache.hadoop.hbase.master.procedure
The procedure to switch rpc throttle
SwitchRpcThrottleProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
SwitchRpcThrottleProcedure(RpcThrottleStorage, boolean, ServerName, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
SwitchRpcThrottleRemoteCallable - Class in org.apache.hadoop.hbase.replication.regionserver
The callable executed at RS side to switch rpc throttle state.
SwitchRpcThrottleRemoteCallable() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.SwitchRpcThrottleRemoteCallable
 
SwitchRpcThrottleRemoteProcedure - Class in org.apache.hadoop.hbase.master.procedure
The procedure to switch rpc throttle on region server
SwitchRpcThrottleRemoteProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
SwitchRpcThrottleRemoteProcedure(ServerName, boolean) - Constructor for class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
switchSnapshotCleanup(RpcController, MasterProtos.SetSnapshotCleanupRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
switchThrottleState(MasterProcedureEnv, boolean) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
sync() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
No operation for the sync in the memory IO engine
sync() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileIOEngine
Sync the data to file after writing
sync() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
Sync the data to file after writing
sync() - Method in interface org.apache.hadoop.hbase.io.hfile.bucket.IOEngine
Sync the data to IOEngine after writing
sync() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
sync(long) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
sync(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
sync(long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
sync(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
sync(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
sync() - Method in interface org.apache.hadoop.hbase.wal.WAL
Sync what we have in the WAL.
sync(long) - Method in interface org.apache.hadoop.hbase.wal.WAL
Sync the WAL if the txId was not already sync'd.
sync(boolean) - Method in interface org.apache.hadoop.hbase.wal.WAL
 
sync(long, boolean) - Method in interface org.apache.hadoop.hbase.wal.WAL
 
sync(boolean) - Method in interface org.apache.hadoop.hbase.wal.WALProvider.AsyncWriter
 
sync(boolean) - Method in interface org.apache.hadoop.hbase.wal.WALProvider.Writer
 
syncFutureCache - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
A cache of sync futures reused by threads.
SyncFutureCache - Class in org.apache.hadoop.hbase.regionserver.wal
A cache of SyncFutures.
SyncFutureCache(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.SyncFutureCache
 
SYSTEM_CACHE_FLUSH_INTERVAL - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
Default interval for System tables memstore flush
SYSTEM_LABEL - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
 
SYSTEM_TABLES_ON_MASTER - Static variable in interface org.apache.hadoop.hbase.master.LoadBalancer
Deprecated.
since 2.4.0, will be removed in 3.0.0.
SystemTableWALEntryFilter - Class in org.apache.hadoop.hbase.replication
Skips WAL edits for all System tables including hbase:meta.
SystemTableWALEntryFilter() - Constructor for class org.apache.hadoop.hbase.replication.SystemTableWALEntryFilter
 

T

table_jsp - Class in org.apache.hadoop.hbase.generated.master
 
table_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.table_jsp
 
TABLE_NAME - Static variable in class org.apache.hadoop.hbase.master.region.MasterRegionFactory
 
TABLE_SANITY_CHECKS - Static variable in class org.apache.hadoop.hbase.util.TableDescriptorChecker
 
tableDescriptor(TableDescriptor) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
tableDescriptor() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
TableDescriptorChecker - Class in org.apache.hadoop.hbase.util
Only used for master to sanity check TableDescriptor.
tableDescriptors - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
Go here to get table descriptors.
TableDescriptors - Interface in org.apache.hadoop.hbase
Get, remove and modify table descriptors.
tableHasErrors(HbckTableInfo) - Method in interface org.apache.hadoop.hbase.util.HbckErrorReporter
Deprecated.
 
TableHFileArchiveTracker - Class in org.apache.hadoop.hbase.backup.example
Track HFile archiving state changes in ZooKeeper.
TABLEINFO_DIR - Static variable in class org.apache.hadoop.hbase.util.FSTableDescriptors
 
TableIntegrityErrorHandler - Interface in org.apache.hadoop.hbase.util.hbck
This interface provides callbacks for handling particular table integrity invariant violations.
TableIntegrityErrorHandlerImpl - Class in org.apache.hadoop.hbase.util.hbck
Simple implementation of TableIntegrityErrorHandler.
TableIntegrityErrorHandlerImpl() - Constructor for class org.apache.hadoop.hbase.util.hbck.TableIntegrityErrorHandlerImpl
 
tableLock(TableName, boolean, String, Abortable) - Method in class org.apache.hadoop.hbase.client.locking.LockServiceClient
Create a new EntityLock object to acquire an exclusive or shared lock on a table.
TableMetricsWrapperRunnable() - Constructor for class org.apache.hadoop.hbase.regionserver.MetricsTableWrapperAggregateImpl.TableMetricsWrapperRunnable
 
tableName - Variable in class org.apache.hadoop.hbase.util.compaction.MajorCompactor
 
TableNamespaceManager - Class in org.apache.hadoop.hbase.master
This is a helper class used internally to manage the namespace metadata that is stored in TableName.NAMESPACE_TABLE_NAME.
TableProcedureInterface - Interface in org.apache.hadoop.hbase.master.procedure
Procedures that operates on a specific Table (e.g.
TableProcedureInterface.TableOperationType - Enum in org.apache.hadoop.hbase.master.procedure
 
TableQuotaSnapshotStore - Class in org.apache.hadoop.hbase.quotas
QuotaSnapshotStore for tables.
TableQuotaSnapshotStore(Connection, QuotaObserverChore, Map<RegionInfo, Long>) - Constructor for class org.apache.hadoop.hbase.quotas.TableQuotaSnapshotStore
 
TABLES_ON_MASTER - Static variable in interface org.apache.hadoop.hbase.master.LoadBalancer
Deprecated.
since 2.4.0, will be removed in 3.0.0.
tablesDetailed_jsp - Class in org.apache.hadoop.hbase.generated.master
 
tablesDetailed_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.tablesDetailed_jsp
 
TableSnapshotScanner - Class in org.apache.hadoop.hbase.client
A Scanner which performs a scan over snapshot files.
TableSnapshotScanner(Configuration, Path, String, Scan) - Constructor for class org.apache.hadoop.hbase.client.TableSnapshotScanner
Creates a TableSnapshotScanner.
TableSnapshotScanner(Configuration, Path, Path, String, Scan) - Constructor for class org.apache.hadoop.hbase.client.TableSnapshotScanner
 
TableSnapshotScanner(Configuration, Path, Path, String, Scan, boolean) - Constructor for class org.apache.hadoop.hbase.client.TableSnapshotScanner
Creates a TableSnapshotScanner.
TableSpaceQuotaSnapshotNotifier - Class in org.apache.hadoop.hbase.quotas
A SpaceQuotaSnapshotNotifier which uses the hbase:quota table.
TableSpaceQuotaSnapshotNotifier() - Constructor for class org.apache.hadoop.hbase.quotas.TableSpaceQuotaSnapshotNotifier
 
TableStateManager - Class in org.apache.hadoop.hbase.master
This is a helper class used to manage table states.
tagsPresent - Variable in class org.apache.hadoop.hbase.regionserver.Segment
 
tailMap(byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
tailMap(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
tailMap(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
tailSet(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
tailSet(Cell, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
tailSet(Cell) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
Returns a subset of the segment cell set, which starts with the given cell
tailSet(Cell) - Method in class org.apache.hadoop.hbase.regionserver.Segment
Returns a subset of the segment cell set, which starts with the given cell
take() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
Behaves as LinkedBlockingQueue.take(), except it will silently skip all calls which it thinks should be dropped.
take() - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
 
take() - Method in class org.apache.hadoop.hbase.util.StealJobQueue
 
takeSnapshot(SnapshotProtos.SnapshotDescription) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
Take a snapshot based on the enabled/disabled state of the table.
TakeSnapshotHandler - Class in org.apache.hadoop.hbase.master.snapshot
A handler for taking snapshots from the master.
TakeSnapshotHandler(SnapshotProtos.SnapshotDescription, MasterServices, SnapshotManager) - Constructor for class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
targets - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
'Target' dependent on 'mode'.
targetServer - Variable in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
targetServer - Variable in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
targetServer - Variable in class org.apache.hadoop.hbase.master.procedure.ServerRemoteProcedure
 
Task() - Constructor for class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
TaskBatch() - Constructor for class org.apache.hadoop.hbase.master.SplitLogManager.TaskBatch
Deprecated.
 
TaskGroup - Class in org.apache.hadoop.hbase.monitoring
The TaskGroup can be seen as a big MonitoredTask, which contains a list of sub monitored tasks.
TaskGroup(boolean, String) - Constructor for class org.apache.hadoop.hbase.monitoring.TaskGroup
 
taskLoop() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
Deprecated.
Wait for the new tasks and grab one
taskLoop() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
Wait for tasks to become available at /hbase/splitlog zknode.
TaskMonitor - Class in org.apache.hadoop.hbase.monitoring
Singleton which keeps track of tasks going on in this VM.
taskMonitor - Variable in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
TaskMonitorTmpl - Class in org.apache.hadoop.hbase.tmpl.common
 
TaskMonitorTmpl(TemplateManager) - Constructor for class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
TaskMonitorTmpl(String) - Constructor for class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
TaskMonitorTmpl() - Constructor for class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmpl
 
TaskMonitorTmpl.ImplData - Class in org.apache.hadoop.hbase.tmpl.common
 
TaskMonitorTmpl.Intf - Interface in org.apache.hadoop.hbase.tmpl.common
 
TaskMonitorTmplImpl - Class in org.apache.hadoop.hbase.tmpl.common
 
TaskMonitorTmplImpl(TemplateManager, TaskMonitorTmpl.ImplData) - Constructor for class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmplImpl
 
tasksInProgress - Variable in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
tcpKeepAlive - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
tcpNoDelay - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
TEMP_DIR_NAME - Static variable in class org.apache.hadoop.hbase.mob.MobConstants
 
terminate() - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
terminate(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
terminate(String, Exception) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
terminate(String, Exception, boolean) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
terminate(String, Exception, boolean, boolean) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
terminate(String) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
End the replication
terminate(String, Exception) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
End the replication
terminate(String, Exception, boolean) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
End the replication
TEST_SKIP_REPORTING_TRANSITION - Static variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
For testing only! Set to true to skip notifying region assignment to master .
testCipherProvider(Configuration) - Static method in class org.apache.hadoop.hbase.util.EncryptionTest
Check that the configured cipher provider can be loaded and initialized, or throw an exception.
testCompression(String) - Static method in class org.apache.hadoop.hbase.util.CompressionTest
 
testCompression(Compression.Algorithm) - Static method in class org.apache.hadoop.hbase.util.CompressionTest
 
testEncryption(Configuration, String, byte[]) - Static method in class org.apache.hadoop.hbase.util.EncryptionTest
Check that the specified cipher can be loaded and initialized, or throw an exception.
testKeyProvider(Configuration) - Static method in class org.apache.hadoop.hbase.util.EncryptionTest
Check that the configured key provider can be loaded and initialized, or throw an exception.
testTableCoprocessorAttrs(Configuration, TableDescriptor) - Static method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
Sanity check the table coprocessor attributes of the supplied schema.
ThreadMonitoring - Class in org.apache.hadoop.hbase.monitoring
 
ThreadMonitoring() - Constructor for class org.apache.hadoop.hbase.monitoring.ThreadMonitoring
 
throttleCompaction(long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionPolicy
 
throttleCompaction(long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.SortedCompactionPolicy
 
throttleCompaction(long) - Method in class org.apache.hadoop.hbase.regionserver.compactions.StripeCompactionPolicy
 
throttleCompaction(long) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
ThroughputController - Interface in org.apache.hadoop.hbase.regionserver.throttle
A utility that constrains the total throughput of one or more simultaneous flows by sleeping when necessary.
ThroughputControlUtil - Class in org.apache.hadoop.hbase.regionserver.throttle
Helper methods for throttling
throughputDesc(long, long) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
throughputDesc(double) - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 
TIME_LIMIT_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.CloseChecker
 
TimeBasedLimiter - Class in org.apache.hadoop.hbase.quotas
Simple time based limiter that checks the quota Throttle
timeOfOldestEdit() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
Returns Oldest timestamp of all the Cells in the MemStore
timeOfOldestEdit() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
timeOfOldestEdit() - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
Returns Oldest timestamp of all the Cells in the MemStore
timeOfOldestEdit() - Method in interface org.apache.hadoop.hbase.regionserver.Store
When was the last edit done in the memstore
timeout - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
timeout(int) - Method in class org.apache.hadoop.hbase.util.RegionMover.RegionMoverBuilder
Set the timeout for Load/Unload operation in seconds.This is a global timeout,threadpool for movers also have a separate time which is hbase.move.wait.max * number of regions to load/unload
TimeoutException - Exception in org.apache.hadoop.hbase.errorhandling
Exception for timeout of a task.
TimeoutException(String, long, long, long) - Constructor for exception org.apache.hadoop.hbase.errorhandling.TimeoutException
Exception indicating that an operation attempt has timed out
TimeoutExceptionInjector - Class in org.apache.hadoop.hbase.errorhandling
Time a given process/operation and report a failure if the elapsed time exceeds the max allowed time.
TimeoutExceptionInjector(ForeignExceptionListener, long) - Constructor for class org.apache.hadoop.hbase.errorhandling.TimeoutExceptionInjector
Create a generic timer for a task/process.
timeoutInjector - Variable in class org.apache.hadoop.hbase.procedure.Procedure
 
timeRange - Variable in class org.apache.hadoop.hbase.regionserver.StoreFileReader
 
TIMERANGE_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HStoreFile
Key for Timerange information in metadata
timeRangeTracker - Variable in class org.apache.hadoop.hbase.regionserver.Segment
 
TimeRangeTracker - Class in org.apache.hadoop.hbase.regionserver
Stores minimum and maximum timestamp values, it is [minimumTimestamp, maximumTimestamp] in interval notation.
TimeRangeTracker() - Constructor for class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
TimeRangeTracker.NonSyncTimeRangeTracker - Class in org.apache.hadoop.hbase.regionserver
 
TimeRangeTracker.SyncTimeRangeTracker - Class in org.apache.hadoop.hbase.regionserver
 
TimeRangeTracker.Type - Enum in org.apache.hadoop.hbase.regionserver
 
TimeToLiveHFileCleaner - Class in org.apache.hadoop.hbase.master.cleaner
HFile cleaner that uses the timestamp of the hfile to determine if it should be deleted.
TimeToLiveHFileCleaner() - Constructor for class org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner
 
TimeToLiveLogCleaner - Class in org.apache.hadoop.hbase.master.cleaner
Log cleaner that uses the timestamp of the wal to determine if it should be deleted.
TimeToLiveLogCleaner() - Constructor for class org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
 
TimeToLiveMasterLocalStoreHFileCleaner - Class in org.apache.hadoop.hbase.master.cleaner
Master local storage HFile cleaner that uses the timestamp of the HFile to determine if it should be deleted.
TimeToLiveMasterLocalStoreHFileCleaner() - Constructor for class org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreHFileCleaner
 
TimeToLiveMasterLocalStoreWALCleaner - Class in org.apache.hadoop.hbase.master.cleaner
Master local storage WAL cleaner that uses the timestamp of the WAL file to determine if it should be deleted.
TimeToLiveMasterLocalStoreWALCleaner() - Constructor for class org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreWALCleaner
 
TimeToLiveProcedureWALCleaner - Class in org.apache.hadoop.hbase.master.cleaner
Deprecated.
Since 2.3.0, will be removed in 4.0.0. We will not use the procedure wal to store procedure any more.
TimeToLiveProcedureWALCleaner() - Constructor for class org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner
Deprecated.
 
timeToPurgeDeletes - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.DropDeletesCompactionScanQueryMatcher
By default, when hbase.hstore.time.to.purge.deletes is 0ms, a delete marker is always removed during a major compaction.
TinyLfuBlockCache - Class in org.apache.hadoop.hbase.io.hfile
A block cache that is memory-aware using HeapSize, memory bounded using the W-TinyLFU eviction algorithm, and concurrent.
TinyLfuBlockCache(long, long, Executor, Configuration) - Constructor for class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
Creates a block cache.
TinyLfuBlockCache(long, long, long, Executor) - Constructor for class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
Creates a block cache.
toArray() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
toArray(T[]) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
toArray() - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
toArray(T[]) - Method in class org.apache.hadoop.hbase.regionserver.CellSet
 
toArray() - Method in class org.apache.hadoop.hbase.util.SortedList
 
toArray(T[]) - Method in class org.apache.hadoop.hbase.util.SortedList
 
toByteArray() - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
Returns The filter serialized using pb
toByteArray(TimeRangeTracker) - Static method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
This method used to serialize TimeRangeTracker (TRT) by protobuf while this breaks the forward compatibility on HFile.(See HBASE-21008) In previous hbase version ( < 2.0.0 ) we use DataOutput to serialize TRT, these old versions don't have capability to deserialize TRT which is serialized by protobuf.
toByteArray() - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
toContextString() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
toDescriptiveString() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
toEnsumbleTableLoad(Map<TableName, Map<ServerName, List<RegionInfo>>>) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
toFamilyString() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
toJSON(String, NavigableSet<CachedBlock>) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
Returns A JSON String of filename and counts of blocks
toJSON(BlockCacheUtil.CachedBlocksByFile) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
Returns JSON string of cbsf aggregated
toJSON(BlockCache) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
Returns JSON string of bc content.
toJSON() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
Creates a JSON object for parseable exposure of monitored tasks.
TokenProvider - Class in org.apache.hadoop.hbase.security.token
Provides a service for obtaining authentication tokens via the AuthenticationProtos AuthenticationService coprocessor service.
TokenProvider() - Constructor for class org.apache.hadoop.hbase.security.token.TokenProvider
 
TokenUtil - Class in org.apache.hadoop.hbase.security.token
Utility methods for obtaining authentication tokens.
TokenUtil() - Constructor for class org.apache.hadoop.hbase.security.token.TokenUtil
 
toMap() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
 
toMap() - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
Creates a string map of internal details for extensible exposure of monitored tasks.
toNamespaceEntry(String) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
toNamespaceEntry(byte[]) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
 
TOOL_NAME - Static variable in class org.apache.hadoop.hbase.tool.PreUpgradeValidator
 
toProtoUserInfo(User) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil
 
toQuotas() - Method in class org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
Constructs a new QuotaProtos.Quotas message from this.
toRegionState() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
toShortString() - Method in interface org.apache.hadoop.hbase.ipc.RpcCall
Returns A short string format of this call without possibly lengthy params
toShortString() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
toShortString() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
toStoreFileInfo(Collection<HStoreFile>) - Static method in class org.apache.hadoop.hbase.regionserver.StoreUtils
 
toString() - Method in class org.apache.hadoop.hbase.client.locking.EntityLock
 
toString() - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
toString() - Method in exception org.apache.hadoop.hbase.errorhandling.ForeignException
 
toString() - Method in class org.apache.hadoop.hbase.executor.EventHandler
 
toString() - Method in class org.apache.hadoop.hbase.HDFSBlocksDistribution
 
toString() - Method in class org.apache.hadoop.hbase.io.FileLink
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheKey
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.CachedBlocksByFile
 
toString(CachedBlock, long) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
Returns The block content as String.
toString() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCacheStats
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
 
toString() - Method in exception org.apache.hadoop.hbase.io.hfile.bucket.CacheFullException
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileIOEngine
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.CacheConfig
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilter
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.FixedFileTrailer
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileIndexBlockEncoderImpl
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.LruAdaptiveBlockCache
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.LruBlockCache
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder.NoOpEncodedSeeker
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.NoOpIndexBlockEncoder
 
toString() - Method in class org.apache.hadoop.hbase.io.hfile.TinyLfuBlockCache
 
toString() - Method in class org.apache.hadoop.hbase.io.Reference
 
toString() - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
 
toString() - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
toString() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
toString() - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
toString() - Method in class org.apache.hadoop.hbase.master.balancer.SwapRegionsAction
 
toString() - Method in class org.apache.hadoop.hbase.master.ClusterStatusPublisher.MulticastPublisher
 
toString() - Method in class org.apache.hadoop.hbase.master.ClusterStatusPublisher
 
toString() - Method in class org.apache.hadoop.hbase.master.DeadServer
 
toString() - Method in class org.apache.hadoop.hbase.master.http.MetaBrowser
 
toString() - Method in class org.apache.hadoop.hbase.master.http.RegionReplicaInfo
 
toString() - Method in class org.apache.hadoop.hbase.master.http.RegionVisualizer.RegionDetails
 
toString() - Method in class org.apache.hadoop.hbase.master.janitor.CatalogJanitorReport
 
toString() - Method in class org.apache.hadoop.hbase.master.locking.LockManager.MasterLock
 
toString() - Method in class org.apache.hadoop.hbase.master.RegionPlan
 
toString() - Method in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
toString() - Method in class org.apache.hadoop.hbase.master.SplitLogManager.TaskBatch
Deprecated.
 
toString() - Method in enum org.apache.hadoop.hbase.master.SplitLogManager.TerminationStatus
Deprecated.
 
toString() - Method in class org.apache.hadoop.hbase.monitoring.MonitoredRPCHandlerImpl
 
toString() - Method in class org.apache.hadoop.hbase.namequeues.BalancerDecisionDetails
 
toString() - Method in class org.apache.hadoop.hbase.namequeues.BalancerRejectionDetails
 
toString() - Method in class org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
 
toString() - Method in class org.apache.hadoop.hbase.namequeues.response.NamedQueueGetResponse
 
toString() - Method in class org.apache.hadoop.hbase.namequeues.RpcLogDetails
 
toString() - Method in class org.apache.hadoop.hbase.quotas.ActivePolicyEnforcement
 
toString() - Method in class org.apache.hadoop.hbase.quotas.FileArchiverNotifierImpl
 
toString() - Method in class org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
 
toString() - Method in class org.apache.hadoop.hbase.quotas.QuotaState
 
toString() - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
 
toString() - Method in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
toString() - Method in class org.apache.hadoop.hbase.quotas.UserQuotaState
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.BusyRegionSplitPolicy
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.Chunk
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionWindow
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.DateTieredCompactionRequest
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.CompactSplit
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.ConstantSizeRegionSplitPolicy
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.CustomizedScanInfoBuilder
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitPolicy
Deprecated.
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.FlushAllStoresPolicy
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.FlushLargeStoresPolicy
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HRegion.FlushResultImpl
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HRegion.RowLockImpl
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.ImmutableSegment
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.IncreasingToUpperBoundRegionSplitPolicy
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitPolicy
Deprecated.
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactor
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.MemStoreSize
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl.WriteEntry
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.ScanInfo
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.ScannerContext
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.SteppingSplitPolicy
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.StoreFileScanner
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.throttle.NoLimitThroughputController
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareCompactionThroughputController
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareFlushThroughputController
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
 
toString() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
toString() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationLoad
 
toString() - Method in class org.apache.hadoop.hbase.security.access.AccessChecker.InputUser
 
toString() - Method in class org.apache.hadoop.hbase.security.access.AuthResult.Params
 
toString() - Method in class org.apache.hadoop.hbase.security.access.AuthResult
 
toString() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationKey
 
toString() - Method in class org.apache.hadoop.hbase.security.visibility.expression.LeafExpressionNode
 
toString() - Method in class org.apache.hadoop.hbase.security.visibility.expression.NonLeafExpressionNode
 
toString() - Method in enum org.apache.hadoop.hbase.security.visibility.expression.Operator
 
toString() - Method in class org.apache.hadoop.hbase.SplitLogTask
Deprecated.
 
toString() - Method in class org.apache.hadoop.hbase.tool.BulkLoadHFiles.LoadQueueItem
 
toString() - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation
 
toString() - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
 
toString(BloomFilterChunk) - Static method in class org.apache.hadoop.hbase.util.BloomFilterUtil
 
toString() - Method in class org.apache.hadoop.hbase.util.HashedBytes
 
toString() - Method in class org.apache.hadoop.hbase.util.HbckRegionInfo
 
toString() - Method in class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
 
toString() - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
toString() - Method in class org.apache.hadoop.hbase.wal.WAL.Entry
 
toString() - Method in interface org.apache.hadoop.hbase.wal.WAL
Human readable identifying information about the state of this WAL.
toString() - Method in class org.apache.hadoop.hbase.wal.WALEdit
 
toString() - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.GCMergedRegionsProcedure
Deprecated.
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.GCMultipleMergedRegionsProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.MergeTableRegionsProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.MoveRegionProcedure
Deprecated.
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.SplitTableRegionProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineRegionProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.CloneSnapshotProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.RecoverMetaProcedure
Deprecated.
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.RestoreSnapshotProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.SplitWALRemoteProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.SwitchRpcThrottleRemoteProcedure
 
toStringClassDetails(StringBuilder) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
toStringDetailed() - Method in class org.apache.hadoop.hbase.regionserver.HStoreFile
 
toStringDetailed() - Method in interface org.apache.hadoop.hbase.regionserver.StoreFile
Returns a length description of this StoreFile, suitable for debug output
toStringMap() - Method in interface org.apache.hadoop.hbase.wal.WALKey
Produces a string map for this key.
toStringMap(Cell, boolean, String, String, boolean) - Static method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
 
toStringMap(Cell) - Static method in class org.apache.hadoop.hbase.wal.WALPrettyPrinter
 
toStringMinusFileName(CachedBlock, long) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
Returns The block content of bc as a String minus the filename.
toStringState(StringBuilder) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
tot_mgr_get_data_err - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_get_data_nonode - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_get_data_queued - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_get_data_result - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_get_data_retry - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_heartbeat - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_log_split_batch_err - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_log_split_batch_start - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_log_split_batch_success - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_log_split_err - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_log_split_start - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_log_split_success - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_missing_state_in_delete - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_new_unexpected_wals - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_node_already_exists - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_node_create_err - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_node_create_queued - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_node_create_result - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_node_create_retry - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_node_delete_err - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_node_delete_queued - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_node_delete_result - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_null_data - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_orphan_task_acquired - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_relist_logdir - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_rescan - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_rescan_deleted - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_resubmit - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_resubmit_dead_server_task - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_resubmit_failed - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_resubmit_force - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_resubmit_threshold_reached - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_resubmit_unassigned - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_task_deleted - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_unacquired_orphan_done - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_mgr_wait_for_zk_delete - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_failed_to_grab_task_exception - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_failed_to_grab_task_lost_race - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_failed_to_grab_task_no_data - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_failed_to_grab_task_owned - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_final_transition_failed - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_get_data_queued - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_get_data_result - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_get_data_retry - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_preempt_task - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_task_acquired - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_task_acquired_rescan - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_task_done - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_task_err - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_task_grabing - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_task_heartbeat - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_task_heartbeat_failed - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
tot_wkr_task_resigned - Static variable in class org.apache.hadoop.hbase.SplitLogCounters
Deprecated.
 
totalBuffered - Variable in class org.apache.hadoop.hbase.wal.EntryBuffers
 
totalByteSize - Variable in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
 
totalCompactedFilesSize() - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
totalCompactedFilesSize(long) - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
totalCompactedSize - Variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
the total size of data processed by the currently running compaction, in bytes
totalCompactingKVs - Variable in class org.apache.hadoop.hbase.regionserver.compactions.CompactionProgress
the total compacting key values in currently running compaction
totalKeyCount - Variable in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
The total number of keys in all chunks
totalKeyLength - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Used for calculating the average key length.
totalLogSize - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
The total size of wal
totalMaxKeys - Variable in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
 
totalSkippedEdits - Variable in class org.apache.hadoop.hbase.wal.OutputSink
 
totalUncompressedBytes - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Total uncompressed bytes, maybe calculate a compression ratio later.
totalValueLength - Variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Used for calculating the average value length.
toToken(Token<AuthenticationTokenIdentifier>) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
Deprecated.
External users should not use this method. Please post on the HBase dev mailing list if you need this method. Internal HBase code should use ClientTokenUtil instead.
toToken(AuthenticationProtos.Token) - Static method in class org.apache.hadoop.hbase.security.token.TokenUtil
Deprecated.
External users should not use this method. Please post on the HBase dev mailing list if you need this method. Internal HBase code should use ClientTokenUtil instead.
touch() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
Calling this method in strategic locations where HFileBlocks are referenced may help diagnose potential buffer leaks.
touch(Object) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
 
toUserInfo(RPCProtos.UserInformation) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil
 
tr - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
TRACE_LOG_MAX_LENGTH - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
trackDelete(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
 
TRACKER_IMPL - Static variable in class org.apache.hadoop.hbase.master.region.MasterRegionFactory
 
TRACKER_IMPL - Static variable in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory
 
trackTimestamps(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
Record the earlest Put timestamp.
trailer - Variable in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
trailer - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
trailer - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
trailerSize() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
trailerWarnSize - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
trailerWarnSize - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
trailerWritten - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
transform(float[][]) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer.RandomizedMatrix
Copy a given matrix into a new matrix, transforming each row index and each column index according to the randomization scheme that was created at construction time.
transformCell(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
 
transitionState(RegionState.State, RegionState.State...) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
Set new RegionState.State but only if currently in expected State (if not, throw UnexpectedStateException.
transitionTable(TableName, SpaceQuotaSnapshot) - Method in interface org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotNotifier
Informs the cluster of the current state of a space quota for a table.
transitionTable(TableName, SpaceQuotaSnapshot) - Method in class org.apache.hadoop.hbase.quotas.TableSpaceQuotaSnapshotNotifier
 
TransitRegionStateProcedure - Class in org.apache.hadoop.hbase.master.assignment
The procedure to deal with the state transition of a region.
TransitRegionStateProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
TransitRegionStateProcedure(MasterProcedureEnv, RegionInfo, ServerName, boolean, TransitRegionStateProcedure.TransitionType) - Constructor for class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
TransitRegionStateProcedure.TransitionType - Enum in org.apache.hadoop.hbase.master.assignment
 
treatFailureAsError - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
trigger() - Method in class org.apache.hadoop.hbase.errorhandling.TimeoutExceptionInjector
Trigger the timer immediately.
triggerCacheRefreshForTesting() - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotFileCache
Trigger a cache refresh, even if its before the next cache refresh.
triggerMajorCompaction() - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
truncateTable(TableName, boolean, long, long) - Method in class org.apache.hadoop.hbase.master.HMaster
 
truncateTable(RpcController, MasterProtos.TruncateTableRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
truncateTable(TableName, boolean, long, long) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Truncate a table
TruncateTableProcedure - Class in org.apache.hadoop.hbase.master.procedure
 
TruncateTableProcedure() - Constructor for class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
TruncateTableProcedure(MasterProcedureEnv, TableName, boolean) - Constructor for class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
TruncateTableProcedure(MasterProcedureEnv, TableName, boolean, ProcedurePrepareLatch) - Constructor for class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
 
tryAcquire(long) - Method in class org.apache.hadoop.hbase.master.locking.LockManager.MasterLock
Acquire the lock within a wait time.
tryAtomicRegionLoad(Connection, TableName, byte[], Collection<LoadIncrementalHFiles.LoadQueueItem>, boolean) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
as of release 2.3.0. Use BulkLoadHFiles instead.
tryAtomicRegionLoad(ClientServiceCallable<byte[]>, TableName, byte[], Collection<LoadIncrementalHFiles.LoadQueueItem>) - Method in class org.apache.hadoop.hbase.tool.LoadIncrementalHFiles
Deprecated.
as of release 2.3.0. Use BulkLoadHFiles instead.
tryCommitRecoveredHFile(Path) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
tryDropDelete(Cell) - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.DropDeletesCompactionScanQueryMatcher
 
tryRegionServerReport(long, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
trySkipToNextColumn(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
trySkipToNextRow(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
See if we should actually SEEK or rather just SKIP to the next Cell (see HBASE-13109).
tryThrottle(int) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
tryThrottle(int) - Method in interface org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceInterface
Try to throttle when the peer config with a bandwidth
tryUpdateAndGetMetaTableDescriptor(Configuration, FileSystem, Path) - Static method in class org.apache.hadoop.hbase.util.FSTableDescriptors
 
tryUpdateMetaTableDescriptor(Configuration) - Static method in class org.apache.hadoop.hbase.util.FSTableDescriptors
 
ts - Variable in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker.DeleteVersionsNode
 
TTL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner
 
TTL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
 
TTL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreHFileCleaner
 
TTL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreWALCleaner
 
TTL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner
Deprecated.
 
tune(HeapMemoryManager.TunerContext) - Method in interface org.apache.hadoop.hbase.regionserver.HeapMemoryTuner
Perform the heap memory tuning operation.
TunerContext() - Constructor for class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerContext
 
TunerResult(boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.HeapMemoryManager.TunerResult
 
tuningPeriod - Variable in class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareThroughputController
 

U

unassign(RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
unassign(MasterProcedureEnv, RegionInfo) - Static method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
unassign(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
unassign(byte[]) - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
Unassign the given region from the current regionserver and assign it randomly.
Unassigned(ServerName) - Constructor for class org.apache.hadoop.hbase.SplitLogTask.Unassigned
Deprecated.
 
UnassignProcedure - Class in org.apache.hadoop.hbase.master.assignment
Deprecated.
Do not use any more.
UnassignProcedure() - Constructor for class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
unassignRegion(RpcController, MasterProtos.UnassignRegionRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
UnassignRegionHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Handles closing of a region on a region server.
UnassignRegionHandler(HRegionServer, String, long, boolean, ServerName, EventType) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.UnassignRegionHandler
 
unassigns(RpcController, MasterProtos.UnassignsRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
A 'raw' version of unassign that does bulk and can skirt Master state checks if override is set; i.e.
unblockUpdates() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
unbuffer() - Method in class org.apache.hadoop.hbase.io.FileLink.FileLinkInputStream
 
unbuffer() - Method in class org.apache.hadoop.hbase.io.FSDataInputStreamWrapper
This will free sockets and file descriptors held by the stream only when the stream implements org.apache.hadoop.fs.CanUnbuffer.
unbufferStream() - Method in interface org.apache.hadoop.hbase.io.hfile.HFile.Reader
To close the stream's socket.
unbufferStream() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl
 
uncompress(ByteString, Enum) - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.ByteStringUncompressor
 
undoAction() - Method in class org.apache.hadoop.hbase.master.balancer.SwapRegionsAction
 
UNEXPECTED_STATE_REGION - Static variable in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
 
unforcedResubmits - Variable in class org.apache.hadoop.hbase.master.SplitLogManager.Task
Deprecated.
 
UNIFIED_ENCODED_BLOCKSIZE_RATIO - Static variable in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
if this feature is enabled, preCalculate encoded data size before real encoding happens
UniformSplit() - Constructor for class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
 
UNINITIALIZED - Static variable in class org.apache.hadoop.hbase.regionserver.Chunk
 
UNKNOWN - Static variable in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl
 
UNKNOWN_NUM_UNIQUES - Static variable in class org.apache.hadoop.hbase.regionserver.CellSet
 
UNKNOWN_RACK - Static variable in class org.apache.hadoop.hbase.master.RackManager
 
UnknownServiceException - Exception in org.apache.hadoop.hbase.ipc
 
unload() - Method in class org.apache.hadoop.hbase.util.RegionMover
Unload regions from given RegionMover.hostname using ack/noAck mode and RegionMover.maxthreads.In noAck mode we do not make sure that region is successfully online on the target region server,hence it is best effort.We do not unload regions to hostnames given in RegionMover.excludeFile.
unloadFromRack() - Method in class org.apache.hadoop.hbase.util.RegionMover
Unload regions from given RegionMover.hostname using ack/noAck mode and RegionMover.maxthreads.In noAck mode we do not make sure that region is successfully online on the target region server,hence it is best effort.We do not unload regions to hostnames given in RegionMover.excludeFile.
unlock() - Method in class org.apache.hadoop.hbase.client.locking.EntityLock
 
unlock() - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
unlock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
 
unregisterFlushRequestListener(FlushRequestListener) - Method in interface org.apache.hadoop.hbase.regionserver.FlushRequester
Unregister the given FlushRequestListener
unregisterFlushRequestListener(FlushRequestListener) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreFlusher
Unregister the listener from MemstoreFlushListeners
unregisterListener(ServerListener) - Method in class org.apache.hadoop.hbase.master.ServerManager
Remove the listener from the notification list.
unregisterWALActionsListener(WALActionsListener) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
unregisterWALActionsListener(WALActionsListener) - Method in interface org.apache.hadoop.hbase.wal.WAL
Unregisters WALActionsListener
unset(String) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
unsetCurrentCall() - Static method in class org.apache.hadoop.hbase.ipc.RpcServer
unsetProcedure(TransitRegionStateProcedure) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateNode
 
unwrap(byte[], int, int) - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcServer
 
unwrapRemoteIOException(Procedure) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil
This is a version of unwrapRemoteIOException that can do DoNotRetryIOE.
update(CachedBlock) - Method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.CachedBlocksByFile
Returns True if full....
update(AssignmentManager) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager.RegionInTransitionStat
 
update(UpdateMasterRegion) - Method in class org.apache.hadoop.hbase.master.region.MasterRegion
 
update(HRegion) - Method in interface org.apache.hadoop.hbase.master.region.UpdateMasterRegion
 
update(Procedure<?>) - Method in class org.apache.hadoop.hbase.procedure2.store.region.RegionProcedureStore
 
update(QuotaLimiter, QuotaLimiter) - Static method in class org.apache.hadoop.hbase.quotas.QuotaLimiterFactory
 
update(QuotaState) - Method in class org.apache.hadoop.hbase.quotas.QuotaState
Perform an update of the quota info based on the other quota info object.
update(RateLimiter) - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
Sets the current instance of RateLimiter to a new values.
update(TimeBasedLimiter) - Method in class org.apache.hadoop.hbase.quotas.TimeBasedLimiter
 
update(QuotaState) - Method in class org.apache.hadoop.hbase.quotas.UserQuotaState
Perform an update of the quota state based on the other quota state object.
update() - Method in interface org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker
Called at the end of every StoreFile.
update() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.NewVersionBehaviorTracker
 
update() - Method in class org.apache.hadoop.hbase.regionserver.querymatcher.ScanDeleteTracker
 
update(Configuration) - Method in class org.apache.hadoop.hbase.regionserver.throttle.StoreHotnessProtector
 
update(TableDescriptor) - Method in interface org.apache.hadoop.hbase.TableDescriptors
Add or update descriptor.
update(TableDescriptor, boolean) - Method in interface org.apache.hadoop.hbase.TableDescriptors
Add or update descriptor
update(TableDescriptor, boolean) - Method in class org.apache.hadoop.hbase.util.FSTableDescriptors
 
update(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
 
UPDATE_LAST_SEQ_ID_BATCH_SIZE - Static variable in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
updateAppend() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
updateAppend(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateAppend(long) - Method in interface org.apache.hadoop.hbase.regionserver.MetricsUserAggregate
 
updateAppend(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
updateAppend(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateAssignmentPlan(FavoredNodesPlan) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
 
updateAssignmentPlanToMeta(FavoredNodesPlan) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
Update the assignment plan into hbase:meta
updateBalancerLoadInfo(Map<TableName, Map<ServerName, List<RegionInfo>>>) - Method in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
updateBalancerLoadInfo(Map<TableName, Map<ServerName, List<RegionInfo>>>) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
In some scenarios, Balancer needs to update internal status or information according to the current tables load
updateBalancerStatus(boolean) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
Updates the balancer status tag reported to JMX
updateBalancerStatus(boolean) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
updateBalancerStatus(boolean) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
 
updateBlockCacheDeltaSizeHistogram(int) - Method in class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
Update the increase/decrease blockcache size histogram
updateBlockedFlushCount(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
Update/Set the blocked flush count histogram/gauge
updateBulkLoad(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateCandidateFilesForRowKeyBefore(Iterator<HStoreFile>, KeyValue, Cell) - Method in interface org.apache.hadoop.hbase.regionserver.StoreFileManager
Updates the candidate list for finding row key before.
updateCandidateFilesForRowKeyBefore(Iterator<HStoreFile>, KeyValue, Cell) - Method in class org.apache.hadoop.hbase.regionserver.StripeStoreFileManager
updateCellsCountCompactedFromMob(long) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
updateCellsCountCompactedToMob(long) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
updateCellsSizeCompactedFromMob(long) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
updateCellsSizeCompactedToMob(long) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
updateCheckAndDelete(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateCheckAndDelete(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateCheckAndMutate(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateCheckAndMutate(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateCheckAndPut(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateCheckAndPut(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateClusterMetrics(ClusterMetrics) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
updateClusterMetrics(ClusterMetrics) - Method in class org.apache.hadoop.hbase.master.balancer.MaintenanceLoadBalancer
 
updateClusterMetrics(ClusterMetrics) - Method in class org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer
 
updateClusterMetrics(ClusterMetrics) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
Set the current cluster status.
updateCompactedMetrics(boolean, CompactionProgress) - Method in class org.apache.hadoop.hbase.regionserver.HStore
 
updateCompaction(String, boolean, long, int, int, long, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateCompactionInputFileCount(String, boolean, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
updateCompactionInputSize(String, boolean, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
updateCompactionOutputFileCount(String, boolean, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
updateCompactionOutputSize(String, boolean, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
updateCompactionTime(String, boolean, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
updateConfiguration(RpcController, AdminProtos.UpdateConfigurationRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
updateConfigurationForQuotasObserver(Configuration) - Method in class org.apache.hadoop.hbase.master.HMaster
Adds the MasterQuotasObserver to the list of configured Master observers to automatically remove quotas for a table when that table is deleted.
updateConnectAddr(String, String, String, InetSocketAddress) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
updateConnectAddr(String, InetSocketAddress) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
updateConnectionAccessTime() - Method in class org.apache.hadoop.hbase.util.ConnectionCache
Updates the access time for the current connection.
updateCurrent() - Method in class org.apache.hadoop.hbase.regionserver.SegmentScanner
Private internal method for iterating over the segment, skipping the cells with irrelevant MVCC
updateCurrentBlock(HFileBlock) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.EncodedScanner
Updates the current block to be the given HFileBlock.
updateCurrentBlock(HFileBlock) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderImpl.HFileScannerImpl
Updates the current block to be the given HFileBlock.
updateDeadServerOpenRegions(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
updateDelete() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
updateDelete(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateDelete(long) - Method in interface org.apache.hadoop.hbase.regionserver.MetricsUserAggregate
 
updateDelete(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
updateDelete(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateDeleteBatch(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateDeleteBatch(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateEmptyRegionInfoRegions(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
updateEstimateConsumeQuota(int, int, int) - Method in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
Update estimate quota(read/write size/capacityUnits) which will be consumed
updateFavoredNodes(Map<RegionInfo, List<ServerName>>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesManager
 
updateFavoredNodes(RpcController, AdminProtos.UpdateFavoredNodesRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
 
updateFavoredNodesMap(RegionInfo, List<ServerName>) - Method in class org.apache.hadoop.hbase.favored.FavoredNodesPlan
Update an assignment to the plan
updateFiles(Collection<HStoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionRequestImpl
 
updateFilteredReadRequests() - Method in interface org.apache.hadoop.hbase.regionserver.MetricsUserAggregate
 
updateFilteredReadRequests() - Method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
updateFilteredRecords() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
updateFlush(String, long, long, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateFlushMemstoreSize(String, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
updateFlushOutputSize(String, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
updateFlushTime(String, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
updateFsPreadTime(long) - Method in class org.apache.hadoop.hbase.io.MetricsIO
 
updateFsReadTime(long) - Method in class org.apache.hadoop.hbase.io.MetricsIO
 
updateFsWriteTime(long) - Method in class org.apache.hadoop.hbase.io.MetricsIO
 
updateGet(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
updateGet(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateGet(long) - Method in interface org.apache.hadoop.hbase.regionserver.MetricsUserAggregate
 
updateGet(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
updateGet(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateHeartBeat() - Method in class org.apache.hadoop.hbase.master.locking.LockProcedure
Updates timeout deadline for the lock.
updateHistogram(String, long) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
 
updateHoles(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
updateInconsistentRegions(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
updateIncrement() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
updateIncrement(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateIncrement(long) - Method in interface org.apache.hadoop.hbase.regionserver.MetricsUserAggregate
 
updateIncrement(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
updateIncrement(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateKeyInZK(AuthenticationKey) - Method in class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
updateLastPushedSequenceIdForSerialPeer(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
updateLastPushedSequenceIdForSerialPeer(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
updateLastPushedSequenceIdForSerialPeer(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
updateLowestUnflushedSequenceIdInWAL(boolean) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
Updates the wal with the lowest sequence id (oldest entry) that is still in memory
updateLowestUnflushedSequenceIdInWAL(boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompactingMemStore
 
updateLowestUnflushedSequenceIdInWAL(boolean) - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
 
UpdateMasterRegion - Interface in org.apache.hadoop.hbase.master.region
 
updateMemStoreDeltaSizeHistogram(int) - Method in class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
Update the increase/decrease memstore size histogram
updateMetaInfo(Cell, boolean, boolean, MemStoreSizing, boolean) - Method in class org.apache.hadoop.hbase.regionserver.CompositeImmutableSegment
 
updateMetaInfo(Cell, boolean, boolean, MemStoreSizing, boolean) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
updateMetaInfo(Cell, boolean, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
updateMetaParentRegions(Connection, List<RegionInfo>) - Method in class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper.RestoreMetaChanges
 
updateMetaWithFavoredNodesInfo(Map<RegionInfo, List<ServerName>>, Connection) - Static method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
Update meta table with favored nodes info
updateMetaWithFavoredNodesInfo(Map<RegionInfo, List<ServerName>>, Configuration) - Static method in class org.apache.hadoop.hbase.favored.FavoredNodeAssignmentHelper
Update meta table with favored nodes info
updateMethodCountAndSizeByQueue(BlockingQueue<Runnable>, HashMap<String, Long>, HashMap<String, Long>) - Method in class org.apache.hadoop.hbase.ipc.FifoRpcScheduler
 
updateMetrics(long, boolean) - Method in class org.apache.hadoop.hbase.util.JvmPauseMonitor
 
updateMetricsSize(int) - Method in class org.apache.hadoop.hbase.master.balancer.MetricsStochasticBalancer
Updates the number of metrics reported to JMX
updateMobFlushCount() - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
updateMobFlushedCellsCount(long) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
updateMobFlushedCellsSize(long) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
updateMobScanCellsCount(long) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
updateMobScanCellsSize(long) - Method in class org.apache.hadoop.hbase.regionserver.HMobStore
 
updateOrphanRegionsOnFs(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
updateOrphanRegionsOnRs(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
updateOverlaps(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
updatePeerConfig(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.master.replication.ReplicationPeerManager
 
updatePeerConfig(String) - Method in interface org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandler
 
updatePeerConfig(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.PeerProcedureHandlerImpl
 
UpdatePeerConfigProcedure - Class in org.apache.hadoop.hbase.master.replication
The procedure for updating the config for a replication peer.
UpdatePeerConfigProcedure() - Constructor for class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
UpdatePeerConfigProcedure(String, ReplicationPeerConfig) - Constructor for class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
updatePeerStorage(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.AddPeerProcedure
 
updatePeerStorage(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.DisablePeerProcedure
 
updatePeerStorage(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.EnablePeerProcedure
 
updatePeerStorage(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ModifyPeerProcedure
 
updatePeerStorage(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.RemovePeerProcedure
 
updatePeerStorage(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.UpdatePeerConfigProcedure
 
updateProgress(MasterProcedureEnv, long) - Static method in class org.apache.hadoop.hbase.master.procedure.ServerCrashProcedure
 
updatePut() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
updatePut(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updatePut(long) - Method in interface org.apache.hadoop.hbase.regionserver.MetricsUserAggregate
 
updatePut(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
updatePut(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updatePutBatch(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updatePutBatch(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateQuotaForRegionMerge(RegionInfo) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
 
updateQuotaSnapshot(Map<TableName, SpaceQuotaSnapshot>) - Method in class org.apache.hadoop.hbase.quotas.RegionServerSpaceQuotaManager
Updates the current SpaceQuotaSnapshots for the RegionServer.
updateReaders(List<HStoreFile>, List<KeyValueScanner>) - Method in interface org.apache.hadoop.hbase.regionserver.ChangedReadersObserver
Notify observers.
updateReaders(List<HStoreFile>, List<KeyValueScanner>) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
 
updateReadFailures(String, String) - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
updateReadFailures(String, String) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
updateReadLatency(long, boolean) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
 
updateReadQueryMeter(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateReadRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
updateReadRequestCount() - Method in interface org.apache.hadoop.hbase.regionserver.MetricsUserAggregate
 
updateReadRequestCount() - Method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
updateRegionFavoredNodesMapping(String, List<HBaseProtos.ServerName>) - Method in interface org.apache.hadoop.hbase.regionserver.FavoredNodesForRegion
Used to update the favored nodes mapping when required.
updateRegionFavoredNodesMapping(String, List<HBaseProtos.ServerName>) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
updateRegionState(RegionInfo, RegionState.State) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStates
 
updateReplay(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateReplay(long) - Method in interface org.apache.hadoop.hbase.regionserver.MetricsUserAggregate
 
updateReplay(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
updateReplicationPeerConfig(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.master.HMaster
 
updateReplicationPeerConfig(RpcController, ReplicationProtos.UpdateReplicationPeerConfigRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
 
updateReplicationPeerConfig(String, ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.master.MasterServices
Update the peerConfig for the specified peer
updateRITCount(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
set new value for number of regions in transition.
updateRITCountOverThreshold(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
update RIT count that are in this state for more than the threshold as defined by the property rit.metrics.threshold.time.
updateRitDuration(long) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
update the duration metrics of region is transition
updateRITOldestAge(long) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
update the timestamp for oldest region in transition metrics.
updateScanSize(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateScanSize(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateScanTime(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegion
 
updateScanTime(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateScanTime(long) - Method in interface org.apache.hadoop.hbase.regionserver.MetricsUserAggregate
 
updateScanTime(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsUserAggregateImpl
 
updateScanTime(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateSplitTime(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateSplitTime(String, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsTable
 
updateStats(Segment) - Method in class org.apache.hadoop.hbase.regionserver.AdaptiveMemStoreCompactionStrategy
 
updateStats(Segment) - Method in class org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy
 
updateStatusWithMsg(String) - Method in class org.apache.hadoop.hbase.wal.OutputSink
Set status message in MonitoredTask instance that is set in this OutputSink
updateStochasticCost(String, String, String, Double) - Method in class org.apache.hadoop.hbase.master.balancer.MetricsStochasticBalancer
Reports stochastic load balancer costs to JMX
updateStore(byte[], byte[], Long, boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
updates the sequence number of a specific store.
updateStore(byte[], byte[], Long, boolean) - Method in interface org.apache.hadoop.hbase.wal.WAL
updates the seuence number of a specific store.
updateTableLevelMetrics(List<Pair<WAL.Entry, Long>>) - Method in class org.apache.hadoop.hbase.replication.regionserver.MetricsSource
Update the table level replication metrics per table
updateTableReadQueryMeter(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateTableWriteQueryMeter(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateTableWriteQueryMeter(TableName) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerTableMetrics
 
updateTransition(MasterProcedureEnv, RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.AssignProcedure
Deprecated.
 
updateTransition(MasterProcedureEnv, RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.RegionTransitionProcedure
Deprecated.
 
updateTransition(MasterProcedureEnv, RegionStateNode) - Method in class org.apache.hadoop.hbase.master.assignment.UnassignProcedure
Deprecated.
 
updateTransitionWithoutPersistingToMeta(MasterProcedureEnv, RegionStateNode, RegionServerStatusProtos.RegionStateTransition.TransitionCode, long) - Method in class org.apache.hadoop.hbase.master.assignment.CloseRegionProcedure
 
updateTransitionWithoutPersistingToMeta(MasterProcedureEnv, RegionStateNode, RegionServerStatusProtos.RegionStateTransition.TransitionCode, long) - Method in class org.apache.hadoop.hbase.master.assignment.OpenRegionProcedure
 
updateTransitionWithoutPersistingToMeta(MasterProcedureEnv, RegionStateNode, RegionServerStatusProtos.RegionStateTransition.TransitionCode, long) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
updateTunables(int, int, double) - Method in class org.apache.hadoop.hbase.ipc.AdaptiveLifoCoDelCallQueue
Update tunables.
updateUnblockedFlushCount(long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsHeapMemoryManager
Update/Set the unblocked flush count histogram/gauge
updateUnknownServerOpenRegions(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
updateUnknownServerRegions(int) - Method in class org.apache.hadoop.hbase.master.MetricsAssignmentManager
 
updateWithTrackerConfigs(TableDescriptorBuilder) - Method in interface org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTracker
Adds StoreFileTracker implementations specific configurations into the table descriptor.
updateWithTrackerConfigs(Configuration, TableDescriptor) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory
 
updateWriteFailures(String, String) - Method in interface org.apache.hadoop.hbase.tool.CanaryTool.Sink
 
updateWriteFailures(String, String) - Method in class org.apache.hadoop.hbase.tool.CanaryTool.StdOutSink
 
updateWriteLatency(long) - Static method in class org.apache.hadoop.hbase.io.hfile.HFile
 
updateWriteQueryMeter(TableName, long) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateWriteQueryMeter(TableName) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionServer
 
updateZk(boolean) - Method in class org.apache.hadoop.hbase.security.visibility.DefaultVisibilityLabelServiceImpl
 
updateZKNamespaceManager(MasterProcedureEnv, NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
Update ZooKeeper.
updateZKNamespaceManager(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
upgrade(Set<ServerName>, Set<ServerName>, Set<ServerName>) - Method in class org.apache.hadoop.hbase.master.RegionServerTracker
Upgrade to active master mode, where besides tracking the changes of region server set, we will also started to add new region servers to ServerManager and also schedule SCP if a region server dies.
upgrade() - Method in class org.apache.hadoop.hbase.replication.master.ReplicationPeerConfigUpgrader
 
upsert(Iterable<Cell>, long, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.AbstractMemStore
 
upsert(Iterable<Cell>, long, MemStoreSizing) - Method in class org.apache.hadoop.hbase.regionserver.HStore
Adds or replaces the specified KeyValues.
upsert(Iterable<Cell>, long, MemStoreSizing) - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
Update or insert the specified cells.
upsert(Cell, long, MemStoreSizing, boolean) - Method in class org.apache.hadoop.hbase.regionserver.MutableSegment
 
usage() - Static method in class org.apache.hadoop.hbase.util.CompressionTest
 
usage(String) - Method in class org.apache.hadoop.hbase.util.ServerCommandLine
Print usage information for this command line.
USE_HSYNC_KEY - Static variable in class org.apache.hadoop.hbase.master.region.MasterRegionFactory
 
USE_META_CELL_COMPARATOR - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
Whether to use MetaCellComparator even if we are not meta region.
useDateTieredSingleOutputForMinorCompaction() - Method in class org.apache.hadoop.hbase.regionserver.compactions.CompactionConfiguration
 
usedCount() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator.Bucket
 
useDurability() - Method in class org.apache.hadoop.hbase.regionserver.BaseRowProcessor
 
useDurability() - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
Deprecated.
Returns The Durability to use
useEncodedScanner() - Method in interface org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoder
Decides whether we should use a scanner over encoded blocks.
useEncodedScanner(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
useEncodedScanner() - Method in class org.apache.hadoop.hbase.io.hfile.HFileDataBlockEncoderImpl
 
useEncodedScanner() - Method in class org.apache.hadoop.hbase.io.hfile.NoOpDataBlockEncoder
 
useHBaseChecksum() - Method in class org.apache.hadoop.hbase.fs.HFileSystem
Are we verifying checksums in HBase?
useHsync(boolean) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
useHsync() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
useHsync - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
useMetaCellComparator(boolean) - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
useMetaCellComparator() - Method in class org.apache.hadoop.hbase.master.region.MasterRegionParams
 
USEMSLAB_DEFAULT - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
USEMSLAB_KEY - Static variable in interface org.apache.hadoop.hbase.regionserver.MemStoreLAB
 
user - Variable in class org.apache.hadoop.hbase.ipc.ServerCall
 
USER_COPROCESSORS_ENABLED_CONF_KEY - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
USER_REGION_COPROCESSOR_CONF_KEY - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
useRegExp - Variable in class org.apache.hadoop.hbase.tool.CanaryTool.Monitor
 
useRegionFinder - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
 
userProvider - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
UserQuotaState - Class in org.apache.hadoop.hbase.quotas
In-Memory state of the user quotas
UserQuotaState() - Constructor for class org.apache.hadoop.hbase.quotas.UserQuotaState
 
UserQuotaState(long) - Constructor for class org.apache.hadoop.hbase.quotas.UserQuotaState
 
UserScanQueryMatcher - Class in org.apache.hadoop.hbase.regionserver.querymatcher
Query matcher for user scan.
UserScanQueryMatcher(Scan, ScanInfo, ColumnTracker, boolean, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
 
userSnapshots_jsp - Class in org.apache.hadoop.hbase.generated.master
 
userSnapshots_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.userSnapshots_jsp
 
UserTableDirFilter(FileSystem) - Constructor for class org.apache.hadoop.hbase.util.FSUtils.UserTableDirFilter
 
usesSharedMemory() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
 
usesSharedMemory() - Method in interface org.apache.hadoop.hbase.io.hfile.bucket.IOEngine
IOEngine uses shared memory means, when reading Cacheable from it, those refers to the same memory area as used by the Engine for caching it.
usesSharedMemory() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.SharedMemoryMmapIOEngine
 
useThisHostnameInstead - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
hostname specified by hostname config

V

valiateFilename(Path) - Method in class org.apache.hadoop.hbase.master.cleaner.BaseTimeToLiveFileCleaner
 
valiateFilename(Path) - Method in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner
 
valiateFilename(Path) - Method in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveLogCleaner
 
valiateFilename(Path) - Method in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreHFileCleaner
 
valiateFilename(Path) - Method in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveMasterLocalStoreWALCleaner
 
valiateFilename(Path) - Method in class org.apache.hadoop.hbase.master.cleaner.TimeToLiveProcedureWALCleaner
Deprecated.
 
validate(Path) - Method in class org.apache.hadoop.hbase.master.cleaner.CleanerChore
Validate the file to see if it even belongs in the directory.
validate(Path) - Method in class org.apache.hadoop.hbase.master.cleaner.HFileCleaner
 
validate(Path) - Method in class org.apache.hadoop.hbase.master.cleaner.LogCleaner
 
validate(String) - Method in class org.apache.hadoop.hbase.master.zksyncer.ClientZKSyncer
Validate whether a znode path is watched by us
validate(String) - Method in class org.apache.hadoop.hbase.master.zksyncer.MasterAddressSyncer
 
validate(String) - Method in class org.apache.hadoop.hbase.master.zksyncer.MetaLocationSyncer
 
validate(SnapshotProtos.SnapshotDescription, Configuration) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Convert the passed snapshot description into a 'full' snapshot description based on default parameters, if none have been supplied.
VALIDATE_CP_NAME - Static variable in class org.apache.hadoop.hbase.tool.PreUpgradeValidator
 
VALIDATE_DBE_NAME - Static variable in class org.apache.hadoop.hbase.tool.PreUpgradeValidator
 
VALIDATE_HFILE - Static variable in class org.apache.hadoop.hbase.tool.PreUpgradeValidator
 
validateBlockAddition(Cacheable, Cacheable, BlockCacheKey) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
Validate that the existing and newBlock are the same without including the nextBlockMetadata, if not, throw an exception.
validateCallerWithFilterUser(User, TablePermission, String) - Method in class org.apache.hadoop.hbase.security.access.AccessChecker
 
validateClasses(ClassLoader, List<String>, List<CoprocessorViolation>) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorValidator
 
validateClasses(ClassLoader, String[], List<CoprocessorViolation>) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorValidator
 
validatePreRestoreSnapshot(TableDescriptor, TableDescriptor, Configuration) - Static method in class org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerValidationUtils
Makes sure restoring a snapshot does not break the current SFT setup follows StoreUtils.createStoreConfiguration
validateProcedureWALFilename(String) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureUtil
A Procedure WAL file name is of the format: pv-<wal-id>.log where wal-id is 20 digits.
validateStoreFile(Path) - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Validates a store file by opening and closing it.
validateStoreFileName(String) - Static method in class org.apache.hadoop.hbase.regionserver.StoreFileInfo
Validate the store file name.
validateTableAndRegionCount(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
 
validateTables(ClassLoader, Admin, Pattern, List<CoprocessorViolation>) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorValidator
 
validateWALFilename(String) - Static method in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
A WAL file name is of the format: <wal-name>AbstractFSWALProvider.WAL_FILE_NAME_DELIMITER <file-creation-timestamp>[.meta].
value - Variable in class org.apache.hadoop.hbase.util.ManualEnvironmentEdge
 
valueCompressionType - Variable in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
 
valueOf(String) - Static method in enum org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.TaskFinisher.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.executor.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.executor.ExecutorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.favored.FavoredNodesPlan.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.filter.FilterWrapper.FilterRowRetCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.assignment.ServerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure.TransitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer.GeneratorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.normalizer.NormalizationPlan.PlanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.procedure.MetaProcedureInterface.MetaOperationType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.procedure.PeerProcedureInterface.PeerOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface.ServerOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.ServerManager.ServerLiveState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.SplitLogManager.ResubmitDirective
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.SplitLogManager.TerminationStatus
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.monitoring.MonitoredTask.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.namequeues.NamedQueuePayload.NamedQueueEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.quotas.OperationQuota.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.ChunkCreator.ChunkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.CompactingMemStore.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.HRegion.FlushResult.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker.DeleteResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.ReadPointCalculationLock.LockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.Region.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.ScannerContext.LimitScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.ScannerContext.NextState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.ScanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.SplitLogWorker.TaskExecutor.Status
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory.Trackers
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.TimeRangeTracker.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.wal.CompressionContext.DictionaryIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.wal.WALActionsListener.RollRequestReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper.WorkerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.security.visibility.expression.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.util.HbckErrorReporter.ERROR_CODE
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.hadoop.hbase.util.IdReadWriteLock.ReferenceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination.TaskFinisher.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.coprocessor.RegionObserver.MutationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.executor.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.executor.ExecutorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.favored.FavoredNodesPlan.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.filter.FilterWrapper.FilterRowRetCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.hadoop.hbase.io.hfile.HFileInfo
 
values() - Static method in enum org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.assignment.ServerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure.TransitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer.GeneratorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.normalizer.NormalizationPlan.PlanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.procedure.MetaProcedureInterface.MetaOperationType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.procedure.PeerProcedureInterface.PeerOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.procedure.ServerProcedureInterface.ServerOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.procedure.TableProcedureInterface.TableOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.ServerManager.ServerLiveState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.SplitLogManager.ResubmitDirective
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.master.SplitLogManager.TerminationStatus
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.monitoring.MonitoredTask.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.namequeues.NamedQueuePayload.NamedQueueEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.quotas.OperationQuota.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.hadoop.hbase.regionserver.CellFlatMap
 
values() - Static method in enum org.apache.hadoop.hbase.regionserver.ChunkCreator.ChunkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.CompactingMemStore.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.HRegion.FlushResult.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.MemStoreCompactionStrategy.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker.DeleteResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.ReadPointCalculationLock.LockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.Region.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.ScannerContext.LimitScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.ScannerContext.NextState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.ScanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.SplitLogWorker.TaskExecutor.Status
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.storefiletracker.StoreFileTrackerFactory.Trackers
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.TimeRangeTracker.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.wal.CompressionContext.DictionaryIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.regionserver.wal.WALActionsListener.RollRequestReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper.WorkerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.security.visibility.expression.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.tool.coprocessor.CoprocessorViolation.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.util.HbckErrorReporter.ERROR_CODE
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.hadoop.hbase.util.IdReadWriteLock.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyFileIntegrity(byte[], String) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.PersistentIOEngine
Verify cache files's integrity
verifyRegionPlacement(boolean) - Method in class org.apache.hadoop.hbase.master.RegionPlacementMaintainer
Verify the region placement is consistent with the assignment plan
verifySnapshot(Path, Set<String>) - Method in class org.apache.hadoop.hbase.master.snapshot.MasterSnapshotVerifier
Verify that the snapshot in the directory is a valid snapshot
verifySnapshot(Configuration, FileSystem, Path, SnapshotProtos.SnapshotDescription) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil
Verify the validity of the snapshot
verifySnapshot(Configuration, FileSystem, SnapshotManifest) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil
Verify the validity of the snapshot
VerifyWALEntriesReplicationEndpoint - Class in org.apache.hadoop.hbase.replication
A dummy ReplicationEndpoint that replicates nothing.
VerifyWALEntriesReplicationEndpoint() - Constructor for class org.apache.hadoop.hbase.replication.VerifyWALEntriesReplicationEndpoint
 
VERSION - Static variable in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterBase
The Bloom filter version.
VERSION - Static variable in class org.apache.hadoop.hbase.regionserver.SecureBulkLoadManager
 
VersionedSegmentsList - Class in org.apache.hadoop.hbase.regionserver
A list of segment managers coupled with the version of the memstore (version at the time it was created).
VersionedSegmentsList(List<ImmutableSegment>, long) - Constructor for class org.apache.hadoop.hbase.regionserver.VersionedSegmentsList
 
VersionInfoUtil - Class in org.apache.hadoop.hbase.client
Class to help with parsing the version info.
versionNumberToString(int) - Static method in class org.apache.hadoop.hbase.client.VersionInfoUtil
Returns the passed-in version int as a version String (e.g.
VISIBILITY_LABEL_GENERATOR_CLASS - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
 
VISIBILITY_LABEL_SERVICE_CLASS - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelServiceManager
 
VisibilityController - Class in org.apache.hadoop.hbase.security.visibility
Coprocessor that has both the MasterObserver and RegionObserver implemented that supports in visibility labels
VisibilityController() - Constructor for class org.apache.hadoop.hbase.security.visibility.VisibilityController
 
VisibilityExpEvaluator - Interface in org.apache.hadoop.hbase.security.visibility
During the read (ie.
VisibilityLabelOrdinalProvider - Interface in org.apache.hadoop.hbase.security.visibility
 
VisibilityLabelsCache - Class in org.apache.hadoop.hbase.security.visibility
Maintains the cache for visibility labels and also uses the zookeeper to update the labels in the system.
VisibilityLabelService - Interface in org.apache.hadoop.hbase.security.visibility
The interface which deals with visibility labels and user auths admin service as well as the cell visibility expression storage part and read time evaluation.
VisibilityLabelServiceManager - Class in org.apache.hadoop.hbase.security.visibility
Manages singleton instance of VisibilityLabelService
VisibilityNewVersionBehaivorTracker - Class in org.apache.hadoop.hbase.security.visibility
Similar to MvccSensitiveTracker but tracks the visibility expression also before deciding if a Cell can be considered deleted
VisibilityNewVersionBehaivorTracker(NavigableSet<byte[]>, CellComparator, int, int, int, long) - Constructor for class org.apache.hadoop.hbase.security.visibility.VisibilityNewVersionBehaivorTracker
 
VisibilityReplication - Class in org.apache.hadoop.hbase.security.visibility
A RegionServerObserver impl that provides the custom VisibilityReplicationEndpoint.
VisibilityReplication() - Constructor for class org.apache.hadoop.hbase.security.visibility.VisibilityReplication
 
VisibilityReplicationEndpoint - Class in org.apache.hadoop.hbase.security.visibility
 
VisibilityReplicationEndpoint(ReplicationEndpoint, VisibilityLabelService) - Constructor for class org.apache.hadoop.hbase.security.visibility.VisibilityReplicationEndpoint
 
VisibilityScanDeleteTracker - Class in org.apache.hadoop.hbase.security.visibility
Similar to ScanDeletTracker but tracks the visibility expression also before deciding if a Cell can be considered deleted
VisibilityScanDeleteTracker(CellComparator) - Constructor for class org.apache.hadoop.hbase.security.visibility.VisibilityScanDeleteTracker
 
VisibilityUtils - Class in org.apache.hadoop.hbase.security.visibility
Utility method to support visibility
VisibilityUtils() - Constructor for class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
 
visit(HDFSBlocksDistribution.HostAndWeight) - Method in interface org.apache.hadoop.hbase.HDFSBlocksDistribution.Visitor
 
visitLogEntryBeforeWrite(RegionInfo, WALKey, WALEdit) - Method in interface org.apache.hadoop.hbase.regionserver.wal.WALActionsListener
Called before each write.
visitMeta(RegionStateStore.RegionStateVisitor) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
 
visitMetaEntry(RegionStateStore.RegionStateVisitor, Result) - Static method in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
 
visitMetaForRegion(String, RegionStateStore.RegionStateVisitor) - Method in class org.apache.hadoop.hbase.master.assignment.RegionStateStore
Queries META table for the passed region encoded name, delegating action upon results to the RegionStateVisitor passed as second parameter.
visitReferencedFiles(Configuration, FileSystem, Path, SnapshotReferenceUtil.SnapshotVisitor) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil
Iterate over the snapshot store files
visitReferencedFiles(Configuration, FileSystem, Path, SnapshotProtos.SnapshotDescription, SnapshotReferenceUtil.SnapshotVisitor) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotReferenceUtil
Iterate over the snapshot store files, restored.edits and logs
visitRegionState(Result, RegionInfo, RegionState.State, ServerName, ServerName, long) - Method in interface org.apache.hadoop.hbase.master.assignment.RegionStateStore.RegionStateVisitor
 
visitRegionStoreFiles(FileSystem, Path, FSVisitor.StoreFileVisitor) - Static method in class org.apache.hadoop.hbase.util.FSVisitor
Iterate over the region store files
visitTableStoreFiles(FileSystem, Path, FSVisitor.StoreFileVisitor) - Static method in class org.apache.hadoop.hbase.util.FSVisitor
Iterate over the table store files

W

WAIT_ON_ENDPOINT_SECONDS - Static variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
WAIT_ON_REGIONSERVERS_INTERVAL - Static variable in class org.apache.hadoop.hbase.master.ServerManager
 
WAIT_ON_REGIONSERVERS_MAXTOSTART - Static variable in class org.apache.hadoop.hbase.master.ServerManager
 
WAIT_ON_REGIONSERVERS_MINTOSTART - Static variable in class org.apache.hadoop.hbase.master.ServerManager
 
WAIT_ON_REGIONSERVERS_TIMEOUT - Static variable in class org.apache.hadoop.hbase.master.ServerManager
 
waitFor(MasterProcedureEnv, String, ProcedureSyncWait.Predicate<T>) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait
 
waitFor(MasterProcedureEnv, long, String, ProcedureSyncWait.Predicate<T>) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait
 
waitFor(MasterProcedureEnv, long, long, String, ProcedureSyncWait.Predicate<T>) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait
 
waitForCompleted() - Method in class org.apache.hadoop.hbase.procedure.Procedure
Waits until the entire procedure has globally completed, or has been aborted.
waitForCompletedWithRet() - Method in class org.apache.hadoop.hbase.procedure.Procedure
Waits until the entire procedure has globally completed, or has been aborted.
waitForFlushes() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Wait for all current flushes of the region to complete
waitForFlushes(long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
waitForFlushes(long) - Method in interface org.apache.hadoop.hbase.regionserver.Region
Wait for all current flushes of the region to complete
waitForFlushesAndCompactions() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
Wait for all current flushes and compactions of the region to complete
waitForLatch(CountDownLatch, ForeignExceptionSnare, long, String) - Static method in class org.apache.hadoop.hbase.procedure.Procedure
Wait for latch to count to zero, ignoring any spurious wake-ups, but waking periodically to check for errors
waitForLocallyCompleted() - Method in class org.apache.hadoop.hbase.procedure.Subprocedure
Waits until the entire procedure has globally completed, or has been aborted.
waitForMasterActive() - Method in class org.apache.hadoop.hbase.master.HMaster
If configured to put regions on active master, wait till a backup master becomes active.
waitForMasterActive() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
Wait for an active Master.
waitForMetaOnline() - Method in class org.apache.hadoop.hbase.master.HMaster
Check hbase:meta is up and ready for reading.
waitForNamespaceOnline() - Method in class org.apache.hadoop.hbase.master.HMaster
Check hbase:namespace table is assigned.
waitForProcedureToComplete(ProcedureExecutor<MasterProcedureEnv>, Procedure<?>, long) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait
 
waitForProcedureToCompleteIOE(ProcedureExecutor<MasterProcedureEnv>, Procedure<?>, long) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait
 
waitForRegionServers(MonitoredTask) - Method in class org.apache.hadoop.hbase.master.ServerManager
Wait for the region servers to report in.
waitForServerOnline() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
waitForServerOnline() - Method in class org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
Block until the region server has come online, indicating it is ready to be used.
waitForUpdates() - Method in class org.apache.hadoop.hbase.regionserver.Segment
 
waitForWaiters(T, int) - Method in class org.apache.hadoop.hbase.util.IdReadWriteLock
 
waiting() - Method in interface org.apache.hadoop.hbase.master.ServerListener
Started waiting on RegionServers to check-in.
waitingTimeForEvents - Variable in class org.apache.hadoop.hbase.executor.EventHandler
 
waitInitialized(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.RegionRemoteProcedureBase
 
waitInitialized(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.assignment.TransitRegionStateProcedure
 
waitInitialized(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineNamespaceProcedure
 
waitInitialized(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
 
waitInitialized(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.CreateNamespaceProcedure
 
waitInitialized(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
 
waitInitialized(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.InitMetaProcedure
 
waitInitialized(Procedure<?>) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv
 
waitInitialized(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.AbstractPeerProcedure
 
waitInitialized(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.ClaimReplicationQueueRemoteProcedure
 
waitInitialized(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.replication.RefreshPeerProcedure
 
waitInterval() - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
Returns estimate of the ms required to wait before being able to provide 1 resource.
waitInterval(long) - Method in class org.apache.hadoop.hbase.quotas.RateLimiter
Returns estimate of the ms required to wait before being able to provide "amount" resources.
waitMetaAssigned(Procedure<?>, RegionInfo) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Notice that this event does not mean the AM has already finished region state rebuilding.
waitMetaExclusiveLock(Procedure<?>) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Deprecated.
only used for RecoverMetaProcedure. Should be removed along with RecoverMetaProcedure.
waitMetaLoaded(Procedure<?>) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
Wait until AM finishes the meta loading, i.e, the region states rebuilding.
waitMetaRegions(MasterProcedureEnv) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait
 
waitNamespaceExclusiveLock(Procedure<?>, String) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Suspend the procedure if the specified namespace is already locked.
waitOnMaster(int) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Wait for the specified master to stop.
waitOnMaster(JVMClusterUtil.MasterThread) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Wait for the specified master to stop.
waitOnRegionServer(int) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Wait for the specified region server to stop.
waitOnRegionServer(JVMClusterUtil.RegionServerThread) - Method in class org.apache.hadoop.hbase.LocalHBaseCluster
Wait for the specified region server to stop.
waitOnSafeMode(Configuration, long) - Static method in class org.apache.hadoop.hbase.util.FSUtils
If DFS, check safe mode and if so, wait until we clear it.
waitPeerExclusiveLock(Procedure<?>, String) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Try to acquire the exclusive lock on the specified peer.
waitRegion(Procedure<?>, RegionInfo) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Suspend the procedure if the specified region is already locked.
waitRegionInTransition(MasterProcedureEnv, List<RegionInfo>) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedureSyncWait
 
waitRegions(Procedure<?>, TableName, RegionInfo...) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Suspend the procedure if the specified set of regions are already locked.
waitServerExclusiveLock(Procedure<?>, ServerName) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Try to acquire the exclusive lock on the specified server.
waitTableExclusiveLock(Procedure<?>, TableName) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Suspend the procedure if the specified table is already locked.
waitTableSharedLock(Procedure<?>, TableName) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Suspend the procedure if the specified table is already locked.
waitUntilAssigned(Admin, RegionInfo) - Static method in class org.apache.hadoop.hbase.util.HBaseFsckRepair
 
waitUntilDrained() - Method in class org.apache.hadoop.hbase.wal.EntryBuffers
 
waitUntilWalRollFinished() - Method in class org.apache.hadoop.hbase.master.region.MasterRegion
 
waitUntilWalRollFinished() - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller
Wait until all wals have been rolled after calling AbstractWALRoller.requestRollAll().
wakeFrequency - Variable in class org.apache.hadoop.hbase.procedure.Procedure
frequency to check for errors (ms)
wakeFrequency - Variable in class org.apache.hadoop.hbase.procedure.Subprocedure
frequency to check for errors (ms)
wakeMetaExclusiveLock(Procedure<?>) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Deprecated.
only used for RecoverMetaProcedure. Should be removed along with RecoverMetaProcedure.
wakeMetaLoadedEvent() - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
This method will be called in master initialization method after calling AssignmentManager.processOfflineRegions(), as in processOfflineRegions we will generate assign procedures for offline regions, which may be conflict with creating table.
wakeNamespaceExclusiveLock(Procedure<?>, String) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Wake the procedures waiting for the specified namespace
wakePeerExclusiveLock(Procedure<?>, String) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Wake the procedures waiting for the specified peer
wakeRegion(Procedure<?>, RegionInfo) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Wake the procedures waiting for the specified region
wakeRegions(Procedure<?>, TableName, RegionInfo...) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Wake the procedures waiting for the specified regions
wakeServerExclusiveLock(Procedure<?>, ServerName) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Wake the procedures waiting for the specified server
wakeTableExclusiveLock(Procedure<?>, TableName) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Wake the procedures waiting for the specified table
wakeTableSharedLock(Procedure<?>, TableName) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Wake the procedures waiting for the specified table
wal - Variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
WAL - Interface in org.apache.hadoop.hbase.wal
A Write Ahead Log (WAL) provides service for reading, writing waledits.
WAL.Entry - Class in org.apache.hadoop.hbase.wal
Utility class that lets us keep track of the edit with it's key.
WAL.Reader - Interface in org.apache.hadoop.hbase.wal
When outside clients need to consume persisted WALs, they rely on a provided Reader.
WAL_BATCH_SIZE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL
 
WAL_BLOCK_SIZE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.WALUtil
 
WAL_CELL_CODEC_CLASS_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
Configuration key for the class to use when encoding cells in the WAL
WAL_COPROCESSOR_CONF_KEY - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
 
WAL_ENABLED - Static variable in class org.apache.hadoop.hbase.wal.WALFactory
 
WAL_ENTRY_FILTER_KEY - Static variable in interface org.apache.hadoop.hbase.replication.regionserver.WALEntrySinkFilter
Name of configuration to set with name of implementing WALEntrySinkFilter class.
WAL_FILE_NAME_DELIMITER - Static variable in class org.apache.hadoop.hbase.wal.AbstractFSWALProvider
 
WAL_HSYNC_CONF_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.HRegion
 
WAL_PROVIDER - Static variable in class org.apache.hadoop.hbase.wal.WALFactory
 
WAL_ROLL_MULTIPLIER - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
WAL_ROLL_PERIOD_KEY - Static variable in class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
WAL_ROLL_RETRIES - Static variable in class org.apache.hadoop.hbase.wal.AbstractWALRoller
Configure for the max count of log rolling retry.
WAL_ROLL_WAIT_TIMEOUT - Static variable in class org.apache.hadoop.hbase.wal.AbstractWALRoller
Configure for the timeout of log rolling retry.
WAL_SHUTDOWN_WAIT_TIMEOUT_MS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
WAL_SPLIT_TO_HFILE - Static variable in class org.apache.hadoop.hbase.wal.WALSplitter
Split WAL directly to hfiles instead of into intermediary 'recovered.edits' files.
WAL_SYNC_TIMEOUT_MS - Static variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
WAL_VALUE_COMPRESSION_TYPE - Static variable in class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
 
WALActionsListener - Interface in org.apache.hadoop.hbase.regionserver.wal
Get notification of WAL events.
WALActionsListener.RollRequestReason - Enum in org.apache.hadoop.hbase.regionserver.wal
The reason for the log roll request.
walArchiveDir - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
dir path where old logs are kept.
WALCellCodec - Class in org.apache.hadoop.hbase.regionserver.wal
Compression in this class is lifted off Compressor/KeyValueCompression.
WALCellCodec() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
All subclasses must implement a no argument constructor
WALCellCodec(Configuration, CompressionContext) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec
Default constructor - all subclasses must implement a constructor with this signature if they are to be dynamically loaded from the Configuration.
WALCellCodec.ByteStringCompressor - Interface in org.apache.hadoop.hbase.regionserver.wal
 
WALCellCodec.ByteStringUncompressor - Interface in org.apache.hadoop.hbase.regionserver.wal
 
WALCellCodec.EnsureKvEncoder - Class in org.apache.hadoop.hbase.regionserver.wal
 
WALCellFilter - Interface in org.apache.hadoop.hbase.replication
A filter for WAL entry cells before being sent over to replication.
WALCoprocessor - Interface in org.apache.hadoop.hbase.coprocessor
WALCoprocessor don't support loading services using Coprocessor.getServices().
WALCoprocessorEnvironment - Interface in org.apache.hadoop.hbase.coprocessor
 
WALCoprocessorHost - Class in org.apache.hadoop.hbase.regionserver.wal
Implements the coprocessor environment and runtime support for coprocessors loaded within a WAL.
WALCoprocessorHost(WAL, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.WALCoprocessorHost
Constructor
walDir - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
WAL directory, where all WAL files would be placed.
WALEdit - Class in org.apache.hadoop.hbase.wal
Used in HBase's transaction log (WAL) to represent a collection of edits (Cell/KeyValue objects) that came in as a single transaction.
WALEdit() - Constructor for class org.apache.hadoop.hbase.wal.WALEdit
 
WALEdit(boolean) - Constructor for class org.apache.hadoop.hbase.wal.WALEdit
Deprecated.
since 2.0.1 and will be removed in 4.0.0. Use WALEdit(int, boolean) instead.
WALEdit(int) - Constructor for class org.apache.hadoop.hbase.wal.WALEdit
Deprecated.
since 2.0.1 and will be removed in 4.0.0. Use WALEdit(int, boolean) instead.
WALEdit(int, boolean) - Constructor for class org.apache.hadoop.hbase.wal.WALEdit
 
walEntryFilter - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
A filter (or a chain of filters) for WAL entries; filters out edits.
WALEntryFilter - Interface in org.apache.hadoop.hbase.replication
A Filter for WAL entries before being sent over to replication.
WALEntryFilterRetryableException - Exception in org.apache.hadoop.hbase.replication.regionserver
This exception should be thrown from any wal filter when the filter is expected to recover from the failures and it wants the replication to backup till it fails.
WALEntryFilterRetryableException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.replication.regionserver.WALEntryFilterRetryableException
 
WALEntryFilterRetryableException(String) - Constructor for exception org.apache.hadoop.hbase.replication.regionserver.WALEntryFilterRetryableException
 
WALEntrySinkFilter - Interface in org.apache.hadoop.hbase.replication.regionserver
Implementations are installed on a Replication Sink called from inside ReplicationSink#replicateEntries to filter replicated WALEntries based off WALEntry attributes.
WALFactory - Class in org.apache.hadoop.hbase.wal
Entry point for users of the Write Ahead Log.
WALFactory(Configuration, String) - Constructor for class org.apache.hadoop.hbase.wal.WALFactory
 
WALFactory(Configuration, String, Abortable) - Constructor for class org.apache.hadoop.hbase.wal.WALFactory
 
walFile2Props - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Map of WAL log file to properties.
WALFileLengthProvider - Interface in org.apache.hadoop.hbase.replication.regionserver
Used by replication to prevent replicating unacked log entries.
walFilePrefix - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Prefix of a WAL file, usually the region server name it is hosted on.
walFileSuffix - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
Suffix included on generated wal file names
walFS - Variable in class org.apache.hadoop.hbase.wal.WALSplitter
 
walGroupId - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceShipper
 
WALKey - Interface in org.apache.hadoop.hbase.wal
Key for WAL Entry.
WALKeyImpl - Class in org.apache.hadoop.hbase.wal
Default implementation of Key for an Entry in the WAL.
WALKeyImpl() - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
 
WALKeyImpl(NavigableMap<byte[], Integer>) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
 
WALKeyImpl(byte[], TableName, long, long, UUID) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
 
WALKeyImpl(byte[], TableName, long) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
 
WALKeyImpl(byte[], TableName, long, NavigableMap<byte[], Integer>) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
 
WALKeyImpl(byte[], TableName, long, MultiVersionConcurrencyControl, NavigableMap<byte[], Integer>) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
 
WALKeyImpl(byte[], TableName, long, MultiVersionConcurrencyControl, NavigableMap<byte[], Integer>, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
 
WALKeyImpl(byte[], TableName, long, MultiVersionConcurrencyControl) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
 
WALKeyImpl(WALKeyImpl, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
Copy constructor that takes in an existing WALKeyImpl plus some extended attributes.
WALKeyImpl(WALKey, List<UUID>, MultiVersionConcurrencyControl, NavigableMap<byte[], Integer>, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
Copy constructor that takes in an existing WALKey, the extra WALKeyImpl fields that the parent interface is missing, plus some extended attributes.
WALKeyImpl(byte[], TableName, long, long, List<UUID>, long, long, MultiVersionConcurrencyControl, NavigableMap<byte[], Integer>) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
Create the log key for writing to somewhere.
WALKeyImpl(byte[], TableName, long, long, List<UUID>, long, long, MultiVersionConcurrencyControl) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
Create the log key for writing to somewhere.
WALKeyImpl(byte[], TableName, long, List<UUID>, long, long, MultiVersionConcurrencyControl) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
Create the log key for writing to somewhere.
WALKeyImpl(byte[], TableName, long, List<UUID>, long, long, MultiVersionConcurrencyControl, NavigableMap<byte[], Integer>) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
Create the log key for writing to somewhere.
WALKeyImpl(byte[], TableName, long, long, long, MultiVersionConcurrencyControl) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
Create the log key for writing to somewhere.
WALKeyImpl(byte[], TableName, long, List<UUID>, long, long, MultiVersionConcurrencyControl, NavigableMap<byte[], Integer>, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.wal.WALKeyImpl
 
WALLink - Class in org.apache.hadoop.hbase.io
WALLink describes a link to a WAL.
WALLink(Configuration, String, String) - Constructor for class org.apache.hadoop.hbase.io.WALLink
 
WALLink(Path, String, String) - Constructor for class org.apache.hadoop.hbase.io.WALLink
 
WALLink(Path, Path) - Constructor for class org.apache.hadoop.hbase.io.WALLink
 
WALObserver - Interface in org.apache.hadoop.hbase.coprocessor
It's provided to have a way for coprocessors to observe, rewrite, or skip WALEdits as they are being written to the WAL.
WALPrettyPrinter - Class in org.apache.hadoop.hbase.wal
WALPrettyPrinter prints the contents of a given WAL with a variety of options affecting formatting and extent of content.
WALPrettyPrinter() - Constructor for class org.apache.hadoop.hbase.wal.WALPrettyPrinter
Basic constructor that simply initializes values to reasonable defaults.
WALPrettyPrinter(boolean, boolean, long, Set<String>, String, String, String, boolean, boolean, PrintStream) - Constructor for class org.apache.hadoop.hbase.wal.WALPrettyPrinter
Fully specified constructor.
WALProcedurePrettyPrinter - Class in org.apache.hadoop.hbase.procedure2.store.region
A tool to dump the procedures in the WAL files.
WALProcedurePrettyPrinter() - Constructor for class org.apache.hadoop.hbase.procedure2.store.region.WALProcedurePrettyPrinter
 
WALProcedurePrettyPrinter(PrintStream) - Constructor for class org.apache.hadoop.hbase.procedure2.store.region.WALProcedurePrettyPrinter
 
WALProvider - Interface in org.apache.hadoop.hbase.wal
The Write Ahead Log (WAL) stores all durable edits to the HRegion.
WALProvider.AsyncWriter - Interface in org.apache.hadoop.hbase.wal
 
WALProvider.Writer - Interface in org.apache.hadoop.hbase.wal
 
WALProvider.WriterBase - Interface in org.apache.hadoop.hbase.wal
 
walRollFinished() - Method in class org.apache.hadoop.hbase.wal.AbstractWALRoller
Returns true if all WAL roll finished
walRollRequestFinished() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
For testing
walRootDir - Variable in class org.apache.hadoop.hbase.wal.WALSplitter
 
wals - Variable in class org.apache.hadoop.hbase.wal.AbstractWALRoller
 
walShutdownTimeout - Variable in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL
 
WALSplitter - Class in org.apache.hadoop.hbase.wal
Split RegionServer WAL files.
WALSplitter.PipelineController - Class in org.apache.hadoop.hbase.wal
Contains some methods to control WAL-entries producer / consumer interactions
WALSplitterHandler - Class in org.apache.hadoop.hbase.regionserver.handler
Deprecated.
since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based distributed WAL splitter, see SplitWALManager
WALSplitterHandler(Server, SplitLogWorkerCoordination, SplitLogWorkerCoordination.SplitTaskDetails, CancelableProgressable, AtomicInteger, SplitLogWorker.TaskExecutor) - Constructor for class org.apache.hadoop.hbase.regionserver.handler.WALSplitterHandler
Deprecated.
 
WALSplitUtil - Class in org.apache.hadoop.hbase.wal
This class provides static methods to support WAL splitting related works
WALSplitUtil.MutationReplay - Class in org.apache.hadoop.hbase.wal
A struct used by getMutationsFromWALEntry
WALStartTimeComparator() - Constructor for class org.apache.hadoop.hbase.wal.AbstractFSWALProvider.WALStartTimeComparator
 
WALUtil - Class in org.apache.hadoop.hbase.regionserver.wal
Helper methods to ease Region Server integration with the Write Ahead Log (WAL).
WARMUP_BEFORE_MOVE - Static variable in class org.apache.hadoop.hbase.master.HMaster
 
warmupHRegion(RegionInfo, TableDescriptor, WAL, Configuration, RegionServerServices, CancelableProgressable) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
 
warmupRegion(RpcController, AdminProtos.WarmupRegionRequest) - Method in class org.apache.hadoop.hbase.regionserver.RSRpcServices
Warmup a region on this server.
WARN_RESPONSE_SIZE - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
WARN_RESPONSE_TIME - Static variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
WARN_THRESHOLD_KEY - Static variable in class org.apache.hadoop.hbase.util.JvmPauseMonitor
 
warnResponseSize - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
warnResponseTime - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
 
watcher - Variable in class org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager
Deprecated.
 
WeightComparator() - Constructor for class org.apache.hadoop.hbase.HDFSBlocksDistribution.HostAndWeight.WeightComparator
 
whoAmI(RpcController, AuthenticationProtos.WhoAmIRequest, RpcCallback<AuthenticationProtos.WhoAmIResponse>) - Method in class org.apache.hadoop.hbase.security.token.TokenProvider
 
WINDOWS - Static variable in class org.apache.hadoop.hbase.util.FSUtils
Set to true on Windows platforms
WINDOWS_PER_TIER_KEY - Static variable in class org.apache.hadoop.hbase.regionserver.compactions.ExponentialCompactionWindowFactory
 
withAgeOfLastShippedOp(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
 
withBlockSize(int) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withBlockType(BlockType) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withBloomType(BloomType) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withBloomType(BloomType) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
 
withByteBuff(ByteBuff) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withByteBuffAllocator(ByteBuffAllocator) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withCacheConfig(CacheConfig) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withCellComparator(CellComparator) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withColumnFamilyDescriptor(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withCompactedFilesSupplier(Supplier<Collection<HStoreFile>>) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withCompactedFilesSupplier(Supplier<Collection<HStoreFile>>) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
 
withCurrentPath(Path) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
 
withCurrentPosition(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
 
withEncryptionContext(Encryption.Context) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withFamilyStoreDirectoryPath(Path) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withFavoredNodes(InetSocketAddress[]) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
withFavoredNodes(InetSocketAddress[]) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
 
withFavoredNodesSupplier(Supplier<InetSocketAddress[]>) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withFileContext(HFileContext) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
withFileContext(HFileContext) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
 
withFilePath(Path) - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
withFilePath(Path) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
withFileSize(long) - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
withFileSize(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
 
withFileStoragePolicy(String) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
 
withFileSystem(HFileSystem) - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
withFileSystem(FileSystem) - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
withFileSystemAndPath(FileSystem, Path) - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
withFillHeader(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withHFileContext(HFileContext) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withInputStreamWrapper(FSDataInputStreamWrapper) - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
withMaxKeyCount(long) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
 
withNextBlockOnDiskSize(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withOffset(long) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withOnDiskDataSizeWithHeader(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withOnDiskSizeWithoutHeader(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withOutputDir(Path) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
withOutputStream(FSDataOutputStream) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
withParameters(String...) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethod
 
withParameters(Class<?>...) - Method in class org.apache.hadoop.hbase.tool.coprocessor.CoprocessorMethod
 
withPath(FileSystem, Path) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
withPeerId(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
 
withPrevBlockOffset(long) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withPrimaryReplicaReader(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
withQueueSize(int) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
 
withReaderType(ReaderContext.ReaderType) - Method in class org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
 
withRegionCoprocessorHost(RegionCoprocessorHost) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withRegionFileSystem(HRegionFileSystem) - Method in class org.apache.hadoop.hbase.regionserver.StoreContext.Builder
 
withReplicationDelay(long) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
 
withShared(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withShouldDropCacheBehind(boolean) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.WriterFactory
 
withShouldDropCacheBehind(boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
 
withUncompressedSizeWithoutHeader(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockBuilder
 
withWalGroup(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationStatus.ReplicationStatusBuilder
 
withWriterCreationTracker(Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileWriter.Builder
 
workerThreads - Variable in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
 
workingDir - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
workingDirFs - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
 
wrap(byte[], int, int) - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcServer
 
wrapWithSasl(BufferChain) - Method in class org.apache.hadoop.hbase.ipc.ServerCall
 
WritableWithSize - Interface in org.apache.hadoop.hbase.io
An optional interface to 'size' writables.
write(DataOutput) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
write(ByteBuffer, long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
Transfers data from the given ByteBuffer to the buffer array.
write(ByteBuff, long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
Transfers data from the given ByteBuff to the buffer array.
write(ByteBuffer, long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileIOEngine
Transfers data from the given byte buffer to file
write(ByteBuff, long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileIOEngine
 
write(ByteBuffer, long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
Transfers data from the given byte buffer to file
write(ByteBuff, long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileMmapIOEngine
 
write(ByteBuffer, long) - Method in interface org.apache.hadoop.hbase.io.hfile.bucket.IOEngine
Transfers data from the given byte buffer to IOEngine
write(ByteBuff, long) - Method in interface org.apache.hadoop.hbase.io.hfile.bucket.IOEngine
Transfers the data from the given MultiByteBuffer to IOEngine
write(FileSystem, Path) - Method in class org.apache.hadoop.hbase.io.Reference
 
write(Cell) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALCellCodec.EnsureKvEncoder
 
write(DataOutput) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationKey
 
WRITE_CAPACITY_UNIT_CONF_KEY - Static variable in class org.apache.hadoop.hbase.quotas.QuotaUtil
 
writeBloom(Cell) - Method in class org.apache.hadoop.hbase.util.BloomContext
Bloom information from the cell is retrieved
writeBloom(DataOutput) - Method in class org.apache.hadoop.hbase.util.BloomFilterChunk
Writes just the bloom filter to the output array
writeBloom(Cell) - Method in class org.apache.hadoop.hbase.util.RowPrefixFixedLengthBloomContext
 
writeBulkLoadMarkerAndSync(WAL, NavigableMap<byte[], Integer>, RegionInfo, WALProtos.BulkLoadDescriptor, MultiVersionConcurrencyControl) - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALUtil
Write a log marker that a bulk load has succeeded and is about to be committed.
writeCapacityUnitConsumed - Variable in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
writeCapacityUnitDiff - Variable in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
writeCompactionMarker(WAL, NavigableMap<byte[], Integer>, RegionInfo, WALProtos.CompactionDescriptor, MultiVersionConcurrencyControl) - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALUtil
Write the marker that a compaction has succeeded and is about to be committed.
writeConsumed - Variable in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
writeDiff - Variable in class org.apache.hadoop.hbase.quotas.DefaultOperationQuota
 
writeFileInfo(FixedFileTrailer, DataOutputStream) - Method in class org.apache.hadoop.hbase.io.hfile.HFileWriterImpl
Sets the file info offset in the trailer, finishes up populating fields in the file info, and writes the file info into the given data output.
writeFlushMarker(WAL, NavigableMap<byte[], Integer>, RegionInfo, WALProtos.FlushDescriptor, boolean, MultiVersionConcurrencyControl) - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALUtil
Write a flush marker indicating a start / abort or a complete of a region flush

This write is for internal use only.

writeIndexBlocks(FSDataOutputStream) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
Writes the root level and intermediate levels of the block index into the output stream, generating the tree from bottom up.
writeInlineBlock(DataOutput) - Method in class org.apache.hadoop.hbase.io.hfile.CompoundBloomFilterWriter
 
writeInlineBlock(DataOutput) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
Write out the current inline index block.
writeInlineBlock(DataOutput) - Method in interface org.apache.hadoop.hbase.io.hfile.InlineBlockWriter
Writes the block to the provided stream.
writeLock() - Method in class org.apache.hadoop.hbase.master.assignment.ServerStateNode
 
writeLock() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Acquire write lock of this store.
writeMagicAndWALHeader(byte[], WALProtos.WALHeader) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
return the file length after written.
writeMagicAndWALHeader(byte[], WALProtos.WALHeader) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
writeMagicAndWALHeader(byte[], WALProtos.WALHeader) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
writeMyEphemeralNodeOnDisk(String) - Static method in class org.apache.hadoop.hbase.ZNodeClearer
Logs the errors without failing on exception.
writePermissionsAsBytes(ListMultimap<String, UserPermission>, Configuration) - Static method in class org.apache.hadoop.hbase.security.access.PermissionStorage
Writes a set of permissions as Writable instances and returns the resulting byte array.
writer - Variable in class org.apache.hadoop.hbase.regionserver.StoreFileWriter
 
WRITER_IMPL - Static variable in class org.apache.hadoop.hbase.wal.AsyncFSWALProvider
 
writerCreationTracker() - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
writerCreationTracker(Consumer<Path>) - Method in class org.apache.hadoop.hbase.regionserver.CreateStoreFileWriterParams
 
writeRegionEventMarker(WAL, NavigableMap<byte[], Integer>, RegionInfo, WALProtos.RegionEventDescriptor, MultiVersionConcurrencyControl) - Static method in class org.apache.hadoop.hbase.regionserver.wal.WALUtil
Write a region open marker indicating that the region is opened.
writeRegionOpenMarker(WAL, long) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
 
writeRegionSequenceIdFile(FileSystem, Path, long) - Static method in class org.apache.hadoop.hbase.wal.WALSplitUtil
Create a file with name as region's max sequence id
writerFactory - Variable in class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
Factory that is used to produce single StoreFile.Writer-s
writers() - Method in class org.apache.hadoop.hbase.regionserver.AbstractMultiFileWriter
 
writers() - Method in class org.apache.hadoop.hbase.regionserver.DateTieredMultiFileWriter
 
writers() - Method in class org.apache.hadoop.hbase.regionserver.StripeMultiFileWriter
 
writeSingleLevelIndex(DataOutput, String) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexWriter
Writes the block index data as a single level only.
WriteSinkCoprocessor - Class in org.apache.hadoop.hbase.tool
This coprocessor 'shallows' all the writes.
WriteSinkCoprocessor() - Constructor for class org.apache.hadoop.hbase.tool.WriteSinkCoprocessor
 
writeSnapshotInfo(SnapshotProtos.SnapshotDescription, Path, FileSystem) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
Write the snapshot description into the working directory of a snapshot
writeToZookeeper(byte[], byte[]) - Method in class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
Write a table's access controls to the permissions mirror in zookeeper
writeToZookeeper(byte[], boolean) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
 
writeToZookeeper(byte[], boolean) - Method in class org.apache.hadoop.hbase.security.visibility.ZKVisibilityLabelWatcher
Write a labels mirror or user auths mirror into zookeeper
writeUnlock() - Method in class org.apache.hadoop.hbase.regionserver.StoreEngine
Release write lock of this store.
writeWALTrailer() - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
writeWALTrailerAndMagic(WALProtos.WALTrailer, byte[]) - Method in class org.apache.hadoop.hbase.regionserver.wal.AbstractProtobufLogWriter
 
writeWALTrailerAndMagic(WALProtos.WALTrailer, byte[]) - Method in class org.apache.hadoop.hbase.regionserver.wal.AsyncProtobufLogWriter
 
writeWALTrailerAndMagic(WALProtos.WALTrailer, byte[]) - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogWriter
 
writeXml(OutputStream) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 
writeXml(Writer) - Method in class org.apache.hadoop.hbase.coprocessor.ReadOnlyConfiguration
 

Y

YammerHistogramUtils - Class in org.apache.hadoop.hbase.util
Utility functions for working with Yammer Metrics.
yield(Procedure) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
 
YouAreDeadException - Exception in org.apache.hadoop.hbase
This exception is thrown by the master when a region server reports and is already being processed as dead.
YouAreDeadException(String) - Constructor for exception org.apache.hadoop.hbase.YouAreDeadException
 

Z

zk_jsp - Class in org.apache.hadoop.hbase.generated.master
 
zk_jsp() - Constructor for class org.apache.hadoop.hbase.generated.master.zk_jsp
 
ZkCoordinatedStateManager - Class in org.apache.hadoop.hbase.coordination
Deprecated.
since 2.4.0 and in 3.0.0, to be removed in 4.0.0, replaced by procedure-based distributed WAL splitter (see SplitWALManager) which doesn't use this zk-based coordinator.
ZkCoordinatedStateManager(Server) - Constructor for class org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager
Deprecated.
 
ZKDataMigrator - Class in org.apache.hadoop.hbase.util
Deprecated.
Since 2.0.0. To be removed in hbase-3.0.0.
ZKNamespaceManager - Class in org.apache.hadoop.hbase
Class servers two purposes: 1.
ZKNamespaceManager(ZKWatcher) - Constructor for class org.apache.hadoop.hbase.ZKNamespaceManager
 
ZKPermissionWatcher - Class in org.apache.hadoop.hbase.security.access
Handles synchronization of access control list entries and updates throughout all nodes in the cluster.
ZKPermissionWatcher(ZKWatcher, AuthManager, Configuration) - Constructor for class org.apache.hadoop.hbase.security.access.ZKPermissionWatcher
 
ZKProcedureCoordinator - Class in org.apache.hadoop.hbase.procedure
ZKProcedureCoordinator(ZKWatcher, String, String) - Constructor for class org.apache.hadoop.hbase.procedure.ZKProcedureCoordinator
 
ZKProcedureMemberRpcs - Class in org.apache.hadoop.hbase.procedure
ZooKeeper based controller for a procedure member.
ZKProcedureMemberRpcs(ZKWatcher, String) - Constructor for class org.apache.hadoop.hbase.procedure.ZKProcedureMemberRpcs
Must call ZKProcedureMemberRpcs.start(String, ProcedureMember) before this can be used.
ZKProcedureUtil - Class in org.apache.hadoop.hbase.procedure
This is a shared ZooKeeper-based znode management utils for distributed procedure.
ZKProcedureUtil(ZKWatcher, String) - Constructor for class org.apache.hadoop.hbase.procedure.ZKProcedureUtil
Top-level watcher/controller for procedures across the cluster.
ZKSecretWatcher - Class in org.apache.hadoop.hbase.security.token
Synchronizes token encryption keys across cluster nodes.
ZKSecretWatcher(Configuration, ZKWatcher, AuthenticationTokenSecretManager) - Constructor for class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
 
ZKSplitLogManagerCoordination - Class in org.apache.hadoop.hbase.coordination
ZooKeeper based implementation of SplitLogManagerCoordination
ZKSplitLogManagerCoordination(Configuration, ZKWatcher) - Constructor for class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
 
ZKSplitLogManagerCoordination.CreateAsyncCallback - Class in org.apache.hadoop.hbase.coordination
Asynchronous handler for zk create node results.
ZKSplitLogManagerCoordination.CreateRescanAsyncCallback - Class in org.apache.hadoop.hbase.coordination
Asynchronous handler for zk create RESCAN-node results.
ZKSplitLogManagerCoordination.DeleteAsyncCallback - Class in org.apache.hadoop.hbase.coordination
Asynchronous handler for zk delete node results.
ZKSplitLogManagerCoordination.GetDataAsyncCallback - Class in org.apache.hadoop.hbase.coordination
Asynchronous handler for zk get-data-set-watch on node results.
ZKSplitLogManagerCoordination.TaskFinisher - Interface in org.apache.hadoop.hbase.coordination
SplitLogManager can use objects implementing this interface to finish off a partially done task by SplitLogWorker.
ZKSplitLogManagerCoordination.TaskFinisher.Status - Enum in org.apache.hadoop.hbase.coordination
status that can be returned finish()
ZkSplitLogWorkerCoordination - Class in org.apache.hadoop.hbase.coordination
ZooKeeper based implementation of SplitLogWorkerCoordination It listen for changes in ZooKeeper and
ZkSplitLogWorkerCoordination(ServerName, ZKWatcher) - Constructor for class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
 
ZkSplitLogWorkerCoordination.ZkSplitTaskDetails - Class in org.apache.hadoop.hbase.coordination
When ZK-based implementation wants to complete the task, it needs to know task znode and current znode cversion (needed for subsequent update operation).
ZkSplitTaskDetails() - Constructor for class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination.ZkSplitTaskDetails
 
ZkSplitTaskDetails(String, MutableInt) - Constructor for class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination.ZkSplitTaskDetails
 
ZKTableArchiveClient - Class in org.apache.hadoop.hbase.backup.example
Example class for how to use the table archiving coordinated via zookeeper
ZKTableArchiveClient(Configuration, ClusterConnection) - Constructor for class org.apache.hadoop.hbase.backup.example.ZKTableArchiveClient
 
ZKVisibilityLabelWatcher - Class in org.apache.hadoop.hbase.security.visibility
A zk watcher that watches the labels table znode.
ZKVisibilityLabelWatcher(ZKWatcher, VisibilityLabelsCache, Configuration) - Constructor for class org.apache.hadoop.hbase.security.visibility.ZKVisibilityLabelWatcher
 
ZNodeClearer - Class in org.apache.hadoop.hbase
Contains a set of methods for the collaboration between the start/stop scripts and the servers.
zooKeeper - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
 
ZookeeperStdOutSink() - Constructor for class org.apache.hadoop.hbase.tool.CanaryTool.ZookeeperStdOutSink
 

_

__jamon_setOptionalArguments(TaskMonitorTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.common.TaskMonitorTmplImpl
 
__jamon_setOptionalArguments(AssignmentManagerStatusTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.master.AssignmentManagerStatusTmplImpl
 
__jamon_setOptionalArguments(BackupMasterStatusTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.master.BackupMasterStatusTmplImpl
 
__jamon_setOptionalArguments(MasterStatusTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.master.MasterStatusTmplImpl
 
__jamon_setOptionalArguments(RegionServerListTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.master.RegionServerListTmplImpl
 
__jamon_setOptionalArguments(RegionVisualizerTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.master.RegionVisualizerTmplImpl
 
__jamon_setOptionalArguments(RSGroupListTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.master.RSGroupListTmplImpl
 
__jamon_setOptionalArguments(BlockCacheTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheTmplImpl
 
__jamon_setOptionalArguments(BlockCacheViewTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.regionserver.BlockCacheViewTmplImpl
 
__jamon_setOptionalArguments(RegionListTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.regionserver.RegionListTmplImpl
 
__jamon_setOptionalArguments(ReplicationStatusTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.regionserver.ReplicationStatusTmplImpl
 
__jamon_setOptionalArguments(RSStatusTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.regionserver.RSStatusTmplImpl
 
__jamon_setOptionalArguments(ServerMetricsTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.regionserver.ServerMetricsTmplImpl
 
__jamon_setOptionalArguments(CanaryStatusTmpl.ImplData) - Static method in class org.apache.hadoop.hbase.tmpl.tool.CanaryStatusTmplImpl
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.footer_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.hbck_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.header_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.master_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.operationDetails_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.procedures_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.processMaster_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.quotas_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.redirect_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.rits_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.rsgroup_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.snapshot_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.snapshotsStats_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.startupProgress_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.table_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.tablesDetailed_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.userSnapshots_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.master.zk_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.regionserver.footer_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.regionserver.header_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.regionserver.processRS_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.regionserver.region_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.regionserver.regionserver_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.regionserver.rsOperationDetails_jsp
 
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.hadoop.hbase.generated.regionserver.storeFile_jsp
 
A B C D E F G H I J K L M N O P Q R S T U V W Y Z _ 

Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.