- 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
-
- 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
-
- 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
-
- call(BlockingService, Descriptors.MethodDescriptor, Message, CellScanner, long, MonitoredRPCHandler, long, int) - Method in interface org.apache.hadoop.hbase.ipc.RpcServerInterface
-
- 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
-
- 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(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(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
-
- checkAndMutate(byte[], byte[], byte[], CompareOperator, ByteArrayComparable, TimeRange, Mutation) - Method in interface org.apache.hadoop.hbase.regionserver.Region
-
- checkAndMutate(byte[], Filter, Mutation) - Method in interface org.apache.hadoop.hbase.regionserver.Region
-
- checkAndMutate(byte[], Filter, TimeRange, Mutation) - Method in interface org.apache.hadoop.hbase.regionserver.Region
-
- 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
-
- checkAndRowMutate(byte[], byte[], byte[], CompareOperator, ByteArrayComparable, TimeRange, RowMutations) - Method in interface org.apache.hadoop.hbase.regionserver.Region
-
- checkAndRowMutate(byte[], Filter, RowMutations) - Method in interface org.apache.hadoop.hbase.regionserver.Region
-
- checkAndRowMutate(byte[], Filter, TimeRange, RowMutations) - Method in interface org.apache.hadoop.hbase.regionserver.Region
-
- 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
-
- 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
-
- ClusterMetricsResource - Class in org.apache.hadoop.hbase.master.http.api_v1.cluster_metrics.resource
-
- 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(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
-
- 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
-
- 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
-
- completeAndWait(MultiVersionConcurrencyControl.WriteEntry) - Method in class org.apache.hadoop.hbase.regionserver.MultiVersionConcurrencyControl
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- create(RegionServerServices, TableName, SpaceQuotaSnapshot) - Method in class org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcementFactory
-
- 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
-
- create(Configuration, PriorityFunction) - Method in interface org.apache.hadoop.hbase.regionserver.RpcSchedulerFactory
-
- create(Configuration, PriorityFunction) - Method in class org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory
-
- 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
-
- 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
-
- 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
-
- 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(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
-
- GCMergedRegionsProcedure - Class in org.apache.hadoop.hbase.master.assignment
-
- 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
-
- get(Connection, Configuration, FileSystem, TableName) - Method in class org.apache.hadoop.hbase.quotas.FileArchiverNotifierFactoryImpl
-
- 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
-
- getAccessChecker() - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
- getAccessChecker() - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getExecutorService() - Method in interface org.apache.hadoop.hbase.master.MasterServices
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getLoadedCachedBlocksByFile(Configuration, BlockCache) - Static method in class org.apache.hadoop.hbase.io.hfile.BlockCacheUtil
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getOnlineRegions() - Method in interface org.apache.hadoop.hbase.coprocessor.RegionServerCoprocessorEnvironment
-
- 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
-
- getPolicyEnforcement(Region) - Method in class org.apache.hadoop.hbase.quotas.ActivePolicyEnforcement
-
- getPolicyEnforcement(TableName) - Method in class org.apache.hadoop.hbase.quotas.ActivePolicyEnforcement
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getScanner(boolean, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.StoreFileReader
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- isTablePresent(TableName) - Method in class org.apache.hadoop.hbase.master.TableStateManager
-
- isTablesOnMaster(Configuration) - Static method in interface org.apache.hadoop.hbase.master.LoadBalancer
-
- 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
-
- 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
-
- populateRegionStatesFromMeta(String) - Method in class org.apache.hadoop.hbase.master.assignment.AssignmentManager
-
- 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
-
- 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
-
- postCheckAndDelete(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Delete, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
-
- 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
-
- postCheckAndPut(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Put, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- postInstantiateDeleteTracker(DeleteTracker) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- preCheckAndDelete(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Delete, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
-
- 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
-
- preCheckAndDeleteAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Delete, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
-
- 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
-
- preCheckAndPut(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Put, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
-
- 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
-
- preCheckAndPutAfterRowLock(ObserverContext<RegionCoprocessorEnvironment>, byte[], Filter, Put, boolean) - Method in interface org.apache.hadoop.hbase.coprocessor.RegionObserver
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- prePrepareTimeStampForDeleteVersion(Mutation, Cell, byte[], Get) - Method in class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
-
- 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
-
- 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
-
- 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
-
- PressureAwareCompactionThroughputController() - Constructor for class org.apache.hadoop.hbase.regionserver.throttle.PressureAwareCompactionThroughputController
-
- PressureAwareFlushThroughputController - Class in org.apache.hadoop.hbase.regionserver.throttle
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- processRowsWithLocks(RowProcessor<?, ?>, long, long) - Method in interface org.apache.hadoop.hbase.regionserver.Region
-
- processRowsWithLocks(RowProcessor<?, ?>, long, long, long) - Method in interface org.apache.hadoop.hbase.regionserver.Region
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- RegionNormalizerManager - Class in org.apache.hadoop.hbase.master.normalizer
-
- 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
-
- 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
-
- RegionSizeStoreImpl - Class in org.apache.hadoop.hbase.quotas
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- requestSeek(Cell, boolean, boolean) - Method in interface org.apache.hadoop.hbase.regionserver.KeyValueScanner
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setCompressionContext(CompressionContext) - Method in class org.apache.hadoop.hbase.wal.WALKeyImpl
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- SpaceViolationPolicyEnforcement - Interface in org.apache.hadoop.hbase.quotas
-
- SpaceViolationPolicyEnforcementFactory - Class in org.apache.hadoop.hbase.quotas
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-