- R - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for 'R'
- r - Variable in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.AtomicOperation
-
- rackManager - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster
-
- 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
-
- rand - Static variable in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase
-
- rand - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
-
- random - Static variable in class org.apache.hadoop.hbase.filter.RandomRowFilter
-
- random(byte[]) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Fill given array with random bytes.
- random(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Fill given array with random bytes at the specified position.
- random - Variable in class org.apache.hadoop.hbase.util.TestPoolMap.TestPoolType
-
- randomAssignment(HRegionInfo, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
-
Used to assign a single region to a random server.
- randomAssignment(HRegionInfo, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.FavoredNodeLoadBalancer
-
- randomAssignment(HRegionInfo, List<ServerName>) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
-
Get a random region server from the list
- randomAssignment(HRegionInfo, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.TestAssignmentManager.MockedLoadBalancer
-
- RandomDistribution - Class in org.apache.hadoop.hbase.io.hfile
-
A class that generates random numbers that follow some distribution.
- RandomDistribution() - Constructor for class org.apache.hadoop.hbase.io.hfile.RandomDistribution
-
- RandomDistribution.Binomial - Class in org.apache.hadoop.hbase.io.hfile
-
Binomial distribution.
- RandomDistribution.DiscreteRNG - Interface in org.apache.hadoop.hbase.io.hfile
-
Interface for discrete (integer) random distributions.
- RandomDistribution.Flat - Class in org.apache.hadoop.hbase.io.hfile
-
P(i)=1/(max-min)
- RandomDistribution.Zipf - Class in org.apache.hadoop.hbase.io.hfile
-
Zipf distribution.
- randomFreePort() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
Returns a random free port and marks that port as taken.
- RandomizedMatrix(int, int) - Constructor for class org.apache.hadoop.hbase.master.RegionPlacementMaintainer.RandomizedMatrix
-
Create a randomization scheme for a matrix of a given size.
- randomKeyValue(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
-
- randomMultiCastAddress() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- RandomNumberUtils - Class in org.apache.hadoop.hbase.util.number
-
- RandomNumberUtils() - Constructor for class org.apache.hadoop.hbase.util.number.RandomNumberUtils
-
- randomOrderedKey(Random, int) - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
-
Generates a random key that is guaranteed to increase as the given index i
increases.
- randomPort() - Static method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
Returns a random port.
- randomReadableChar(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
-
- randomRegions(int) - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase
-
- randomRegions(int, int) - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase
-
- RandomRowFilter - Class in org.apache.hadoop.hbase.filter
-
A filter that includes rows based on a chance.
- RandomRowFilter(float) - Constructor for class org.apache.hadoop.hbase.filter.RandomRowFilter
-
Create a new filter with a specified chance for a row to be included.
- randomRowOrQualifier(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
-
- randomServer(int) - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase
-
- randomServers(int, int) - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase
-
- RandomStringGenerator - Interface in org.apache.hadoop.hbase
-
- RandomStringGeneratorImpl - Class in org.apache.hadoop.hbase
-
- RandomStringGeneratorImpl() - Constructor for class org.apache.hadoop.hbase.RandomStringGeneratorImpl
-
- RandomTimeoutRpcClient(Configuration, String, SocketAddress) - Constructor for class org.apache.hadoop.hbase.client.TestClientTimeouts.RandomTimeoutRpcClient
-
- randomValue(Random) - Static method in class org.apache.hadoop.hbase.io.hfile.TestHFileWriterV2
-
- RANGE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.FSProtos.Reference
-
- 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
-
- raw() - Method in class org.apache.hadoop.hbase.client.Result
-
- RAW_COMPARATOR - Static variable in class org.apache.hadoop.hbase.KeyValue
-
Needed for Bloom Filters.
- RawByte - Class in org.apache.hadoop.hbase.types
-
- RawByte() - Constructor for class org.apache.hadoop.hbase.types.RawByte
-
- RawBytes - Class in org.apache.hadoop.hbase.types
-
- RawBytes() - Constructor for class org.apache.hadoop.hbase.types.RawBytes
-
- RawBytes(Order) - Constructor for class org.apache.hadoop.hbase.types.RawBytes
-
- RawBytesComparator() - Constructor for class org.apache.hadoop.hbase.KeyValue.RawBytesComparator
-
- RawBytesFixedLength - Class in org.apache.hadoop.hbase.types
-
- RawBytesFixedLength(Order, int) - Constructor for class org.apache.hadoop.hbase.types.RawBytesFixedLength
-
Create a RawBytesFixedLength
using the specified order
and length
.
- RawBytesFixedLength(int) - Constructor for class org.apache.hadoop.hbase.types.RawBytesFixedLength
-
Create a RawBytesFixedLength
of the specified length
.
- RawBytesTerminated - Class in org.apache.hadoop.hbase.types
-
- RawBytesTerminated(Order, byte[]) - Constructor for class org.apache.hadoop.hbase.types.RawBytesTerminated
-
Create a RawBytesTerminated
using the specified terminator and
order
.
- RawBytesTerminated(Order, String) - Constructor for class org.apache.hadoop.hbase.types.RawBytesTerminated
-
Create a RawBytesTerminated
using the specified terminator and
order
.
- RawBytesTerminated(byte[]) - Constructor for class org.apache.hadoop.hbase.types.RawBytesTerminated
-
Create a RawBytesTerminated
using the specified terminator.
- RawBytesTerminated(String) - Constructor for class org.apache.hadoop.hbase.types.RawBytesTerminated
-
Create a RawBytesTerminated
using the specified terminator.
- rawCells() - Method in class org.apache.hadoop.hbase.client.Result
-
Return the array of Cells backing this Result instance.
- RawDouble - Class in org.apache.hadoop.hbase.types
-
- RawDouble() - Constructor for class org.apache.hadoop.hbase.types.RawDouble
-
- RawFloat - Class in org.apache.hadoop.hbase.types
-
- RawFloat() - Constructor for class org.apache.hadoop.hbase.types.RawFloat
-
- RawInteger - Class in org.apache.hadoop.hbase.types
-
- RawInteger() - Constructor for class org.apache.hadoop.hbase.types.RawInteger
-
- RawLong - Class in org.apache.hadoop.hbase.types
-
- RawLong() - Constructor for class org.apache.hadoop.hbase.types.RawLong
-
- RawShort - Class in org.apache.hadoop.hbase.types
-
- RawShort() - Constructor for class org.apache.hadoop.hbase.types.RawShort
-
- RawString - Class in org.apache.hadoop.hbase.types
-
- RawString() - Constructor for class org.apache.hadoop.hbase.types.RawString
-
- RawString(Order) - Constructor for class org.apache.hadoop.hbase.types.RawString
-
- RawStringFixedLength - Class in org.apache.hadoop.hbase.types
-
- RawStringFixedLength(Order, int) - Constructor for class org.apache.hadoop.hbase.types.RawStringFixedLength
-
Create a RawStringFixedLength
using the specified
order
and length
.
- RawStringFixedLength(int) - Constructor for class org.apache.hadoop.hbase.types.RawStringFixedLength
-
Create a RawStringFixedLength
of the specified length
.
- RawStringTerminated - Class in org.apache.hadoop.hbase.types
-
- RawStringTerminated(Order, byte[]) - Constructor for class org.apache.hadoop.hbase.types.RawStringTerminated
-
Create a RawStringTerminated
using the specified terminator and
order
.
- RawStringTerminated(Order, String) - Constructor for class org.apache.hadoop.hbase.types.RawStringTerminated
-
Create a RawStringTerminated
using the specified terminator and
order
.
- RawStringTerminated(byte[]) - Constructor for class org.apache.hadoop.hbase.types.RawStringTerminated
-
Create a RawStringTerminated
using the specified terminator.
- RawStringTerminated(String) - Constructor for class org.apache.hadoop.hbase.types.RawStringTerminated
-
Create a RawStringTerminated
using the specified terminator.
- 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.ByteBufferInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.ByteBufferInputStream
-
Reads up to next len
bytes of data from buffer into passed array(starting from
given offset).
- read() - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
-
- read(byte[]) - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
-
- read(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
-
- read(long, byte[], int, int) - Method in class org.apache.hadoop.hbase.io.hadoopbackport.ThrottledInputStream
-
Read bytes starting from the specified position.
- read(DataInputStream) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType
-
- read(ByteBuffer) - Static method in enum org.apache.hadoop.hbase.io.hfile.BlockType
-
- read(ByteBuffer, long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.ByteBufferIOEngine
-
Transfers data from the buffer array to the given byte buffer
- read(ByteBuffer, long) - Method in class org.apache.hadoop.hbase.io.hfile.bucket.FileIOEngine
-
Transfers data from file to the given byte buffer
- read(ByteBuffer, long) - Method in interface org.apache.hadoop.hbase.io.hfile.bucket.IOEngine
-
Transfers data from IOEngine to the given byte buffer
- read() - Method in class org.apache.hadoop.hbase.io.hfile.NanoTimer
-
Read the timer.
- read() - Method in class org.apache.hadoop.hbase.io.LimitInputStream
-
- read(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.LimitInputStream
-
- read(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.io.Reference
-
Read a Reference from FileSystem.
- read(ProcedureWALFile, ProcedureWALFormat.Loader) - Method in class org.apache.hadoop.hbase.procedure2.store.wal.ProcedureWALFormatReader
-
- read() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
-
- read(byte[]) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
-
- read(byte[], int, int) - Method in class org.apache.hadoop.hbase.rest.filter.GZIPRequestStream
-
- read(DataInput) - Static method in enum org.apache.hadoop.hbase.security.AuthMethod
-
Read from in
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.AlreadyExists
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.BatchMutation
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.ColumnDescriptor
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.append_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.append_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.checkAndPut_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.checkAndPut_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.compact_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.createTable_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteTable_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.disableTable_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.enableTable_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getColumnDescriptors_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRegionInfo_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRegionInfo_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowOrBefore_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowOrBefore_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableNames_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getTableRegions_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.increment_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.increment_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.incrementRows_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.incrementRows_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.isTableEnabled_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.majorCompact_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerClose_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGet_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerGetList_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpen_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithScan_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithScan_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStop_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithStopTs_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.IllegalArgument
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.IOError
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.Mutation
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.TAppend
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.TCell
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.TColumn
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.TIncrement
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.TRegionInfo
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.TRowResult
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift.generated.TScan
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TAppend
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TAuthorization
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TCellVisibility
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TColumn
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TColumnIncrement
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TColumnValue
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TDelete
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TGet
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.append_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.append_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndDelete_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndDelete_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.closeScanner_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.closeScanner_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.deleteMultiple_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.deleteMultiple_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.deleteSingle_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.deleteSingle_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.exists_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.exists_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.get_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.get_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getMultiple_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getMultiple_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getScannerResults_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getScannerResults_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getScannerRows_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getScannerRows_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.increment_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.increment_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.mutateRow_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.mutateRow_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.openScanner_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.openScanner_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.put_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.put_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.putMultiple_args
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.putMultiple_result
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TIllegalArgument
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TIncrement
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TIOError
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TPut
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TResult
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TRowMutations
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TScan
-
- read(org.apache.thrift.protocol.TProtocol) - Method in class org.apache.hadoop.hbase.thrift2.generated.TTimeRange
-
- read() - Method in class org.apache.hadoop.hbase.util.Base64.Base64InputStream
-
Reads enough of the input stream to convert to/from Base64 and returns
the next byte.
- read(byte[], int, int) - Method in class org.apache.hadoop.hbase.util.Base64.Base64InputStream
-
- READ_LOCK_CHILD_NODE_PREFIX - Static variable in class org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase
-
ZNode prefix used by processes acquiring reader locks
- READ_NUM_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Throttle
-
- READ_NUMBER_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.ThrottleType
-
READ_NUMBER = 5;
- READ_REQUEST_COUNT - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
-
- READ_REQUEST_COUNT_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
-
- READ_REQUESTS_COUNT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad
-
- READ_SIZE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Throttle
-
- READ_SIZE_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.ThrottleType
-
READ_SIZE = 6;
- READ_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.Permission.Action
-
READ = 0;
- readAllEntriesToReplicateOrNextFile(boolean, List<WAL.Entry>) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
-
Read all the entries from the current log files and retain those
that need to be replicated.
- readAndCheck(DataInputStream) - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
-
Reads a magic record of the length
BlockType.MAGIC_LENGTH
from the given
stream and expects it to match this block type.
- readAndCheck(ByteBuffer) - Method in enum org.apache.hadoop.hbase.io.hfile.BlockType
-
Reads a magic record of the length
BlockType.MAGIC_LENGTH
from the given
byte buffer and expects it to match this block type.
- readAndProcess() - Method in class org.apache.hadoop.hbase.ipc.RpcServer.Connection
-
Read off the wire.
- readAsInt(byte[], int, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Converts a byte array to an int value
- readAsVLong(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Reads a zero-compressed encoded long from input buffer and returns it.
- 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) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderV2
-
- readBlockData(long, long, int, boolean) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReader
-
Reads the block at the given offset in the file with the given on-disk
size and uncompressed size.
- readByteArray(DataInput) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Read byte-array written with a WritableableUtils.vint prefix.
- readByteArrayThrowsRuntime(DataInput) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Read byte-array written with a WritableableUtils.vint prefix.
- readChunked(DataInput, byte[], int, int) - Static method in class org.apache.hadoop.hbase.ipc.IPCUtil
-
Read in chunks of 8K (HBASE-7239)
- readClusterIdZNode(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKClusterId
-
- readCompressedInt(InputStream) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Read integer from stream coded in 7 bits and increment position.
- readCompressedInt(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Read integer from buffer coded in 7 bits and increment position.
- readEntry(InputStream) - Static method in class org.apache.hadoop.hbase.procedure2.store.wal.ProcedureWALFormat
-
- reader - Variable in class org.apache.hadoop.hbase.codec.prefixtree.column.TestColumnBuilder
-
- reader - Variable in class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader.Scanner
-
- Reader(FileSystem, Path, CacheConfig, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFile.Reader
-
- Reader(FileSystem, Path, FSDataInputStreamWrapper, long, CacheConfig, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.StoreFile.Reader
-
- reader - Variable in class org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogReader
-
- ReaderBase - Class in org.apache.hadoop.hbase.regionserver.wal
-
- ReaderBase() - Constructor for class org.apache.hadoop.hbase.regionserver.wal.ReaderBase
-
Default constructor.
- readerId - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
-
- readers - Variable in class org.apache.hadoop.hbase.util.MultiThreadedReader
-
- readerThreads - Variable in class org.apache.hadoop.hbase.util.LoadTestTool
-
- readerThreads - Variable in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.HRegionInfo
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.io.ImmutableBytesWritable
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.io.Reference
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapred.TableSnapshotInputFormat.TableSnapshotRegionSplit
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapred.TableSplit
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.EmptySplit
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkChain
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkKey
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormat.TableSnapshotRegionSplit
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.InputSplit
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.mapreduce.TableSplit
-
Reads the values of each field.
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.regionserver.TimeRangeTracker
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.regionserver.wal.HLogKey
-
Deprecated.
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALEdit
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.PeInputSplit
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.access.UserPermission
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationKey
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- readFieldsFromPb(WALProtos.WALKey, WALCellCodec.ByteStringUncompressor) - Method in class org.apache.hadoop.hbase.wal.WALKey
-
- readFrom(InputStream) - Method in class org.apache.hadoop.hbase.procedure2.store.ProcedureStoreTracker
-
- readFrom(Class<ProtobufMessageHandler>, Type, Annotation[], MediaType, <any>, InputStream) - Method in class org.apache.hadoop.hbase.rest.provider.consumer.ProtobufMessageBodyConsumer
-
- readFromCells(Codec.Decoder, int) - Method in class org.apache.hadoop.hbase.regionserver.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.
- readHeader(InputStream) - Static method in class org.apache.hadoop.hbase.procedure2.store.wal.ProcedureWALFormat
-
- 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.HFileReaderV2.ScannerV2
-
- readKeyValueLen() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderV3.ScannerV3
-
- readLabelsFromZKData(byte[]) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
-
Reads back from the zookeeper.
- readLock(byte[]) - Method in interface org.apache.hadoop.hbase.InterProcessReadWriteLock
-
Obtain a read lock containing given metadata.
- readLock(TableName, String) - Method in class org.apache.hadoop.hbase.master.TableLockManager.NullTableLockManager
-
- readLock(TableName, String) - Method in class org.apache.hadoop.hbase.master.TableLockManager
-
Returns a TableLock for locking the table for shared access among read-lock holders
- readLock(byte[]) - Method in class org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessReadWriteLock
-
Obtain a read lock containing given metadata.
- readLong(InputStream) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
-
- readLong(InputStream, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Read long which was written to fitInBytes bytes and increment position.
- readLong(ByteBuffer, int) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Read long which was written to fitInBytes bytes and increment position.
- readMultiLevelIndexRoot(HFileBlock, int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader
-
Read the root-level metadata of a multi-level block index.
- readMvccVersion(int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderV2.ScannerV2
-
Read mvcc.
- readMvccVersion() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderV2.ScannerV2
-
- 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.
- readNext(WAL.Entry) - Method in class org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogReader
-
fill in the passed entry with teh next key/value.
- readNextAndSetPosition() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationWALReaderManager
-
Get the next entry, returned and also added in the array
- readNextDataBlock() - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderV2.AbstractScannerV2
-
Scans blocks in the "scanned" section of the
HFile
until the next
data block is found.
- readOlderScopes(NavigableMap<byte[], Integer>) - Method in class org.apache.hadoop.hbase.wal.WALKey
-
- readOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.FriendsOfFriendsProcessor
-
- readOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.IncrementCounterProcessor
-
- readOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor
-
- readOnly() - Method in class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint.TimeoutProcessor
-
- READONLY - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
INTERNAL Used by rest interface to access this metadata
attribute which denotes if the table is Read Only
- readOnly() - Method in interface org.apache.hadoop.hbase.regionserver.RowProcessor
-
Is this operation read only? If this is true, process() should not add
any mutations or it throws IOException.
- READONLY_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema
-
- ReadOnlyByteRangeException - Exception in org.apache.hadoop.hbase.util
-
Exception thrown when a read only byte range is modified
- ReadOnlyByteRangeException() - Constructor for exception org.apache.hadoop.hbase.util.ReadOnlyByteRangeException
-
- readOutput(URL) - Static method in class org.apache.hadoop.hbase.http.HttpServerFunctionalTest
-
Read in the content from a URL
- readPermissions(byte[], Configuration) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlLists
-
Reads a set of permissions as org.apache.hadoop.io.Writable
instances
from the input stream.
- readProtobufStream(InputStream) - Method in class org.apache.hadoop.hbase.rest.TestTableScan
-
Read protobuf stream.
- readRawVarint32(InputStream) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
-
- readRawVarint32(ByteBuffer) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
-
- readRawVarint32(byte[], int) - Static method in class org.apache.hadoop.hbase.io.util.StreamUtils
-
Reads a varInt value stored in an array.
- readRawVarint32(DataInput) - Static method in class org.apache.hadoop.hbase.util.ProtoUtil
-
Read a variable length integer in the same format that ProtoBufs encodes.
- READREQUESTSCOUNT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
-
- readResponse() - Method in class org.apache.hadoop.hbase.ipc.RpcClientImpl.Connection
-
- readRootIndex(DataInput, int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader
-
Read in the root-level index from the given input stream.
- readRootIndex(HFileBlock, int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader
-
Read in the root-level index from the given input stream.
- readSnapshotInfo(FileSystem, Path) - Static method in class org.apache.hadoop.hbase.snapshot.SnapshotDescriptionUtils
-
- readStringFixedSize(DataInput, int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
Reads a fixed-size field and interprets it as a string padded with zeros.
- readTimestamp(ByteBuffer) - Method in class org.apache.hadoop.hbase.io.encoding.DiffKeyDeltaEncoder.DiffCompressionState
-
- readTO - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- readTracker(ProcedureStoreTracker) - Method in class org.apache.hadoop.hbase.procedure2.store.wal.ProcedureWALFile
-
- readTrailer() - Method in class org.apache.hadoop.hbase.procedure2.store.wal.ProcedureWALFile
-
- readTrailer(FSDataInputStream, long, long) - Static method in class org.apache.hadoop.hbase.procedure2.store.wal.ProcedureWALFormat
-
- readUserAuthsFromZKData(byte[]) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityUtils
-
Reads back User auth data written to zookeeper.
- readVariableBytesFromArray(byte[], int) - Method in class org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeBlockMeta
-
- readVariableBytesFromInputStream(InputStream) - Method in class org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeBlockMeta
-
- readVLong(ByteBuffer) - Static method in class org.apache.hadoop.hbase.util.ByteBufferUtils
-
Similar to
WritableUtils#readVLong(DataInput)
but reads from a
ByteBuffer
.
- readVLong(byte[], int) - Static method in class org.apache.hadoop.hbase.util.Bytes
-
- readWithExtra(InputStream, byte[], int, int, int) - Static method in class org.apache.hadoop.hbase.io.hfile.HFileBlock
-
Read from an input stream.
- READY_TO_MERGE_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode
-
READY_TO_MERGE = 4;
- READY_TO_SPLIT_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.TransitionCode
-
READY_TO_SPLIT = 3;
- REAL_USER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.RPCProtos.UserInformation
-
- 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.StoreFileScanner
-
- reapAllExpiredLocks() - Method in class org.apache.hadoop.hbase.master.TableLockManager.NullTableLockManager
-
- reapAllExpiredLocks() - Method in class org.apache.hadoop.hbase.master.TableLockManager
-
Force releases all table locks(read and write) that have been held longer than
"hbase.table.lock.expire.ms".
- reapAllLocks() - Method in interface org.apache.hadoop.hbase.InterProcessLock
-
If supported, attempts to reap all the locks of this type by forcefully
deleting the locks (both held and attempted).
- reapAllLocks() - Method in class org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase
-
- reapExpiredLocks(long) - Method in interface org.apache.hadoop.hbase.InterProcessLock
-
If supported, attempts to reap all the locks of this type by forcefully
deleting the locks (both held and attempted) that have expired according
to the given timeout.
- reapExpiredLocks(long) - Method in class org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase
-
Will delete all lock znodes of this type (either read or write) which are "expired"
according to timeout.
- reapWriteLocks() - Method in class org.apache.hadoop.hbase.master.TableLockManager.NullTableLockManager
-
- reapWriteLocks() - Method in class org.apache.hadoop.hbase.master.TableLockManager
-
Force releases table write locks and lock attempts even if this thread does
not own the lock.
- REASON_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequest
-
- rebuildMeta(boolean) - Method in class org.apache.hadoop.hbase.util.HBaseFsck
-
Rebuilds meta from information in hdfs/fs.
- 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
- RECEIVED_BYTES_DESC - Static variable in interface org.apache.hadoop.hbase.ipc.MetricsHBaseServerSource
-
- RECEIVED_BYTES_NAME - Static variable in interface org.apache.hadoop.hbase.ipc.MetricsHBaseServerSource
-
- receivedBytes(int) - Method in interface org.apache.hadoop.hbase.ipc.MetricsHBaseServerSource
-
- receivedBytes(int) - Method in class org.apache.hadoop.hbase.ipc.MetricsHBaseServerSourceImpl
-
- 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.
- reconcile(List<ServerAndLoad>, List<RegionPlan>, Map<ServerName, List<HRegionInfo>>) - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase
-
This assumes the RegionPlan HSI instances are the same ones in the map, so
actually no need to even pass in the map, but I think it's clearer.
- 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.
- reconnectAfterExpiration() - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- reconnectAfterExpiration() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- reconstruct(PrefixTreeBlockMeta, Tokenizer, ColumnNodeType) - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.column.ColumnSectionWriter
-
- reconstruct(PrefixTreeEncoder, TokenizerNode) - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.row.RowNodeWriter
-
- reconstruct(PrefixTreeEncoder) - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.row.RowSectionWriter
-
- reconstruct(Tokenizer, TokenizerNode, int, int, int, int) - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize.TokenizerNode
-
- RecordingFilter() - Constructor for class org.apache.hadoop.hbase.http.TestGlobalFilter.RecordingFilter
-
- RecordingFilter() - Constructor for class org.apache.hadoop.hbase.http.TestPathFilter.RecordingFilter
-
- RecordReader() - Constructor for class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatImpl.RecordReader
-
- recordsToWrite - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
-
- RecoverableZooKeeper - Class in org.apache.hadoop.hbase.zookeeper
-
A zookeeper that can handle 'recoverable' errors.
- RecoverableZooKeeper(String, int, Watcher, int, int) - Constructor for class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- RecoverableZooKeeper(String, int, Watcher, int, int, String) - Constructor for class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- RECOVERED_EDITS_DIR - Static variable in class org.apache.hadoop.hbase.HConstants
-
- recoveredEdits(String, String) - Method in interface org.apache.hadoop.hbase.util.FSVisitor.RecoveredEditsVisitor
-
- recoverFileLease(FileSystem, Path) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv.WALStoreLeaseRecovery
-
- recoverFileLease(FileSystem, Path) - Method in interface org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore.LeaseRecovery
-
- recoverFileLease(FileSystem, Path, Configuration, CancelableProgressable) - Method in class org.apache.hadoop.hbase.util.FSHDFSUtils
-
Recover the lease from HDFS, retrying multiple times.
- recoverFileLease(FileSystem, Path, Configuration, CancelableProgressable) - Method in class org.apache.hadoop.hbase.util.FSMapRUtils
-
- recoverFileLease(FileSystem, Path, Configuration, CancelableProgressable) - Method in class org.apache.hadoop.hbase.util.FSUtils
-
Recover file lease.
- recoveringRegionLock - Variable in class org.apache.hadoop.hbase.master.SplitLogManager
-
In distributedLogReplay mode, we need touch both splitlog and recovering-regions znodes in one
operation.
- recoveringRegions - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
Set of regions currently being in recovering state which means it can accept writes(edits from
previous failed region server) but not reads.
- recoveringRegionsZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- RecoveringRegionWatcher - Class in org.apache.hadoop.hbase.zookeeper
-
Watcher used to be notified of the recovering region coming out of recovering state
- RecoveringRegionWatcher(ZooKeeperWatcher, HRegionServer) - Constructor for class org.apache.hadoop.hbase.zookeeper.RecoveringRegionWatcher
-
Construct a ZooKeeper event listener.
- recoverLease() - Method in interface org.apache.hadoop.hbase.procedure2.store.ProcedureStore
-
Acquire the lease for the procedure store.
- recoverLease() - Method in class org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore
-
- recoverTask(TaskAttemptContext) - Method in class org.apache.hadoop.hbase.mapreduce.TableOutputCommitter
-
- recv_append() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_append() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_atomicIncrement() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_checkAndDelete() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_checkAndPut() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_checkAndPut() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_closeScanner() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_compact() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_createTable() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_deleteAll() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_deleteAllRow() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_deleteAllRowTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_deleteAllTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_deleteMultiple() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_deleteSingle() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_deleteTable() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_disableTable() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_enableTable() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_exists() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_get() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_get() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_getColumnDescriptors() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getMultiple() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_getRegionInfo() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getRow() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getRowOrBefore() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getRows() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getRowsTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getRowsWithColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getRowsWithColumnsTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getRowTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getRowWithColumns() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getRowWithColumnsTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getScannerResults() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_getScannerRows() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_getTableNames() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getTableRegions() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getVer() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_getVerTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_increment() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_increment() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_incrementRows() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_isTableEnabled() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_majorCompact() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_mutateRow() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_mutateRow() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_mutateRows() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_mutateRowsTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_mutateRowTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_openScanner() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_put() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_putMultiple() - Method in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.Client
-
- recv_scannerClose() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_scannerGet() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_scannerGetList() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_scannerOpen() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_scannerOpenTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_scannerOpenWithPrefix() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_scannerOpenWithScan() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_scannerOpenWithStop() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- recv_scannerOpenWithStopTs() - Method in class org.apache.hadoop.hbase.thrift.generated.Hbase.Client
-
- RedirectServlet() - Constructor for class org.apache.hadoop.hbase.master.HMaster.RedirectServlet
-
- reduce(Stack<ByteBuffer>, Stack<Filter>, ByteBuffer) - Method in class org.apache.hadoop.hbase.filter.ParseFilter
-
This function is called while parsing the filterString and an operator is parsed
- reduce(ImmutableBytesWritable, Iterator<Put>, <any>, Reporter) - Method in class org.apache.hadoop.hbase.mapred.IdentityTableReduce
-
No aggregation, output pairs of (key, record)
- reduce(ImmutableBytesWritable, Iterator<NullWritable>, <any>, Reporter) - Method in class org.apache.hadoop.hbase.mapred.TestTableSnapshotInputFormat.TestTableSnapshotReducer
-
- reduce(Writable, Iterable<Mutation>, Context) - Method in class org.apache.hadoop.hbase.mapreduce.IdentityTableReducer
-
Writes each given record, consisting of the row key and the given values,
to the configured org.apache.hadoop.mapreduce.OutputFormat
.
- reduce(IntegrationTestBulkLoad.LinkKey, Iterable<IntegrationTestBulkLoad.LinkChain>, Context) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad.LinkedListCheckingReducer
-
- reduce(ImmutableBytesWritable, Iterable<KeyValue>, <any>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.KeyValueSortReducer
-
- reduce(K, Iterable<Put>, Context) - Method in class org.apache.hadoop.hbase.mapreduce.PutCombiner
-
- reduce(ImmutableBytesWritable, Iterable<Put>, <any>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.PutSortReducer
-
- reduce(ImmutableBytesWritable, Iterable<ImmutableBytesWritable>, Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat.ScanReducer
-
- reduce(ImmutableBytesWritable, Iterable<ImmutableBytesWritable>, Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScanBase.ScanReducer
-
- reduce(ImmutableBytesWritable, Iterable<NullWritable>, Context) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableSnapshotInputFormat.TestTableSnapshotReducer
-
- reduce(ImmutableBytesWritable, Iterable<Text>, <any>.Context) - Method in class org.apache.hadoop.hbase.mapreduce.TextSortReducer
-
- reduce(BytesWritable, Iterable<BytesWritable>, org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.VerifyReducer.Context) - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.VerifyReducer
-
- RedundantKVGenerator - Class in org.apache.hadoop.hbase.util.test
-
Generate list of key values which are very useful to test data block encoding
and compression.
- RedundantKVGenerator() - Constructor for class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
-
Default constructor, assumes all parameters from class constants.
- RedundantKVGenerator(Random, int, int, int, int, int, int, float, float, int, int, int, int, float, int, int) - Constructor for class org.apache.hadoop.hbase.util.test.RedundantKVGenerator
-
Various configuration options for generating key values
- REENTRANT_LOCK - Static variable in class org.apache.hadoop.hbase.util.ClassSize
-
Overhead for ReentrantReadWriteLock
- 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
-
- REFERENCE - Static variable in class org.apache.hadoop.hbase.util.ClassSize
-
Reference size is 8 bytes on 64-bit, 4 bytes on 32-bit
- REFERENCE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.StoreFile
-
- 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
-
- ReflectionUtils - Class in org.apache.hadoop.hbase.util
-
- ReflectionUtils() - Constructor for class org.apache.hadoop.hbase.util.ReflectionUtils
-
- 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() - 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
-
- refreshAuthManager(PolicyProvider) - Method in class org.apache.hadoop.hbase.ipc.RpcServer
-
- refreshAuthManager(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.TableAuthManager
-
- refreshStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.HRegion
-
- refreshStoreFiles() - Method in class org.apache.hadoop.hbase.regionserver.HStore
-
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(Collection<String>) - Method in class org.apache.hadoop.hbase.regionserver.HStore
-
- 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(Collection<String>) - Method in interface org.apache.hadoop.hbase.regionserver.Store
-
Replaces the store files that the store has with the given files.
- refreshTableCacheFromWritable(TableName, byte[]) - Method in class org.apache.hadoop.hbase.security.access.TableAuthManager
-
- refreshUserAuthsCache(byte[]) - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsCache
-
- refsWritten - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
-
- regex - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsValidator
-
- REGEX_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetTableDescriptorsRequest
-
- REGEX_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetTableNamesRequest
-
- REGEX_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.ListLabelsRequest
-
- RegexStringComparator - Class in org.apache.hadoop.hbase.filter
-
- RegexStringComparator(String) - Constructor for class org.apache.hadoop.hbase.filter.RegexStringComparator
-
Constructor
Adds Pattern.DOTALL to the underlying Pattern
- RegexStringComparator(String, RegexStringComparator.EngineType) - Constructor for class org.apache.hadoop.hbase.filter.RegexStringComparator
-
Constructor
Adds Pattern.DOTALL to the underlying Pattern
- RegexStringComparator(String, int) - Constructor for class org.apache.hadoop.hbase.filter.RegexStringComparator
-
Constructor
- RegexStringComparator(String, int, RegexStringComparator.EngineType) - Constructor for class org.apache.hadoop.hbase.filter.RegexStringComparator
-
Constructor
- RegexStringComparator.EngineType - Enum in org.apache.hadoop.hbase.filter
-
Engine implementation type (default=JAVA)
- regexStringType - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
RegexStringType byte array
- region - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.AssignRegionAction
-
- region - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer.Cluster.MoveRegionAction
-
- 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
-
Regions store data for a certain region of a table.
- region - Variable in class org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
-
The region configured for this split policy.
- region - Variable in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.AtomicOperation
-
- Region() - Constructor for class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
-
Default constructor
- Region(byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
-
Constructor
- Region(byte[], int, int, int, int, int, long, long, int, int, int, long, long) - Constructor for class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel.Node.Region
-
Constructor
- region(String) - Method in interface org.apache.hadoop.hbase.util.FSVisitor.RegionVisitor
-
- Region.BulkLoadListener - Interface in org.apache.hadoop.hbase.regionserver
-
Listener class to enable callers of
bulkLoadHFile() to perform any necessary
pre/post processing of a given bulkload call
- Region.FlushResult - Interface in org.apache.hadoop.hbase.regionserver
-
- Region.FlushResult.Result - Enum in org.apache.hadoop.hbase.regionserver
-
- 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_A_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.MergeRegionsRequest
-
- REGION_A_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.DispatchMergingRegionsRequest
-
- REGION_B_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.MergeRegionsRequest
-
- REGION_B_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.DispatchMergingRegionsRequest
-
- REGION_CLOSE_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.WALProtos.RegionEventDescriptor.EventType
-
REGION_CLOSE = 1;
- REGION_COPROCESSOR_CONF_KEY - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
-
- REGION_COUNT - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
-
- REGION_COUNT - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
-
- REGION_COUNT_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
-
- REGION_COUNT_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.CloseRegionRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.CompactRegionRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.FlushRegionRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetRegionInfoRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetStoreFileRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionRequest.RegionOpenInfo
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.SplitRegionRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.UpdateFavoredNodesRequest.RegionUpdateInfo
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceResponse
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.GetRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutateRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionAction
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MapReduceProtos.TableSnapshotRegionSplit
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.AssignRegionRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MajorCompactionTimestampForRegionRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MoveRegionRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.OfflineRegionRequest
-
- REGION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.UnassignRegionRequest
-
- REGION_ID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo
-
- REGION_IMPL - Static variable in class org.apache.hadoop.hbase.HConstants
-
- REGION_INFO - Static variable in class org.apache.hadoop.hbase.regionserver.TestScanner
-
HRegionInfo for root region
- REGION_INFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetOnlineRegionResponse
-
- REGION_INFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetRegionInfoResponse
-
- REGION_INFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionState
-
- REGION_INFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.CreateTableStateData
-
- REGION_INFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.DeleteTableStateData
-
- REGION_INFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.TruncateTableStateData
-
- REGION_INFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionStateTransition
-
- REGION_INFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest
-
- 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_KEY - Static variable in class org.apache.hadoop.hbase.master.balancer.TestStochasticLoadBalancer
-
- REGION_LOADS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad
-
- REGION_MANIFESTS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotDataManifest
-
- REGION_MEMSTORE_REPLICATION - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
INTERNAL flag to indicate whether or not the memstore should be replicated
for read-replicas (CONSISTENCY => TIMELINE).
- REGION_MERGES_DIR - Static variable in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
-
Temporary subdirectory of the region directory used for merges.
- REGION_NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.GetLastFlushedSequenceIdRequest
-
- REGION_NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.WALProtos.CompactionDescriptor
-
- REGION_NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.WALProtos.FlushDescriptor
-
- REGION_NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.WALProtos.RegionEventDescriptor
-
- REGION_NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.RegionTransition
-
- REGION_NAME_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionSpecifier.RegionSpecifierType
-
REGION_NAME = 1;
- REGION_OPEN_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.WALProtos.RegionEventDescriptor.EventType
-
REGION_OPEN = 0;
- 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_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_REPLICA_WAIT_FOR_PRIMARY_FLUSH_CONF_KEY - Static variable in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
Whether or not the secondary region will wait for observing a flush / region open event
from the primary region via async wal replication before enabling read requests.
- REGION_REPLICATION - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
INTERNAL number of region replicas for the table.
- REGION_SERVER_CLASS - Static variable in class org.apache.hadoop.hbase.mapreduce.TableOutputFormat
-
Optional specification of the rs class name of the peer cluster
- REGION_SERVER_COUNT - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
-
- REGION_SERVER_HANDLER_ABORT_ON_ERROR_PERCENT - Static variable in class org.apache.hadoop.hbase.HConstants
-
- REGION_SERVER_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
-
- REGION_SERVER_HIGH_PRIORITY_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
-
- REGION_SERVER_IMPL - Static variable in class org.apache.hadoop.hbase.HConstants
-
Parameter name for what region server implementation to use.
- REGION_SERVER_IMPL - Static variable in class org.apache.hadoop.hbase.mapreduce.TableOutputFormat
-
Optional specification of the rs impl name of the peer cluster
- REGION_SERVER_REGION_SPLIT_LIMIT - Static variable in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- REGION_SERVER_REPLICATION_HANDLER_COUNT - Static variable in class org.apache.hadoop.hbase.HConstants
-
- 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_SPECIFIER_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad
-
- REGION_SPLIT_THREADS_MAX - Static variable in class org.apache.hadoop.hbase.HConstants
-
The max number of threads used for splitting storefiles in parallel during
the region split process.
- REGION_SPLITS_DIR - Static variable in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
-
Temporary subdirectory of the region directory used for splits.
- REGION_STATE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionInTransition
-
- REGION_TO_FLUSH_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse
-
- REGIONACTION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiRequest
-
- REGIONACTIONRESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiResponse
-
- RegionAdminServiceCallable<T> - Class in org.apache.hadoop.hbase.client
-
- RegionAdminServiceCallable(ClusterConnection, RpcControllerFactory, TableName, byte[]) - Constructor for class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- RegionAdminServiceCallable(ClusterConnection, RpcControllerFactory, HRegionLocation, TableName, byte[]) - Constructor for class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- RegionAdminServiceCallable(ClusterConnection, RpcControllerFactory, HRegionLocation, TableName, byte[], int) - Constructor for class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- RegionAlreadyInTransitionException - Exception in org.apache.hadoop.hbase.regionserver
-
This exception is thrown when a region server is asked to open or close
a region but it's already processing it
- RegionAlreadyInTransitionException(String) - Constructor for exception org.apache.hadoop.hbase.regionserver.RegionAlreadyInTransitionException
-
- regionAssignmentWaitTimeout - Variable in class org.apache.hadoop.hbase.master.handler.ServerShutdownHandler
-
- regionClosed(HRegionInfo) - Method in interface org.apache.hadoop.hbase.master.AssignmentListener
-
The region was closed on the region server.
- 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(Region, RegionServerServices, Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionCoprocessorHost
-
Constructor
- RegionCoprocessorRpcChannel - Class in org.apache.hadoop.hbase.ipc
-
Provides clients with an RPC connection to call coprocessor endpoint com.google.protobuf.Service
s
against a given table region.
- RegionCoprocessorRpcChannel(HConnection, TableName, byte[]) - Constructor for class org.apache.hadoop.hbase.ipc.RegionCoprocessorRpcChannel
-
- RegionCoprocessorServiceExec - Class in org.apache.hadoop.hbase.client
-
Represents a coprocessor service method execution against a single region.
- RegionCoprocessorServiceExec(byte[], byte[], MethodDescriptor, Message) - Constructor for class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- regionDict - Variable in class org.apache.hadoop.hbase.regionserver.wal.CompressionContext
-
- RegionDirFilter(FileSystem) - Constructor for class org.apache.hadoop.hbase.util.FSUtils.RegionDirFilter
-
- regionDirPattern - Static variable in class org.apache.hadoop.hbase.util.FSUtils.RegionDirFilter
-
- RegionException - Exception in org.apache.hadoop.hbase
-
Thrown when something happens related to region handling.
- RegionException() - Constructor for exception org.apache.hadoop.hbase.RegionException
-
default constructor
- RegionException(String) - Constructor for exception org.apache.hadoop.hbase.RegionException
-
Constructor
- regionFavoredNodesMap - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
Map of encoded region names to the DataNode locations they should be hosted on
We store the value as InetSocketAddress since this is used only in HDFS
API (create() that takes favored nodes as hints for placing file blocks).
- regionFinder - Variable in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
-
- REGIONINFO_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WarmupRegionRequest
-
- REGIONINFO_QUALIFIER - Static variable in class org.apache.hadoop.hbase.HConstants
-
The regioninfo column qualifier
- REGIONINFO_QUALIFIER_STR - Static variable in class org.apache.hadoop.hbase.HConstants
-
The RegionInfo qualifier as a string
- RegionInRecoveryException - Exception in org.apache.hadoop.hbase.exceptions
-
Thrown when a read request issued against a region which is in recovering state.
- RegionInRecoveryException() - Constructor for exception org.apache.hadoop.hbase.exceptions.RegionInRecoveryException
-
default constructor
- RegionInRecoveryException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.RegionInRecoveryException
-
Constructor
- RegionLoad - Class in org.apache.hadoop.hbase
-
Encapsulates per-region load metrics.
- RegionLoad(ClusterStatusProtos.RegionLoad) - Constructor for class org.apache.hadoop.hbase.RegionLoad
-
- regionLoadPB - Variable in class org.apache.hadoop.hbase.RegionLoad
-
- RegionLocations - Class in org.apache.hadoop.hbase
-
Container for holding a list of
HRegionLocation
's that correspond to the
same range.
- RegionLocations(HRegionLocation...) - Constructor for class org.apache.hadoop.hbase.RegionLocations
-
Constructs the region location list.
- RegionLocations(Collection<HRegionLocation>) - Constructor for class org.apache.hadoop.hbase.RegionLocations
-
- RegionLocator - Interface in org.apache.hadoop.hbase.client
-
Used to view region location information for a single HBase table.
- regionMaximumEditLogSeqNum - Variable in class org.apache.hadoop.hbase.wal.WALSplitter.OutputSink
-
- regionMaxSeqIdInStores - Variable in class org.apache.hadoop.hbase.wal.WALSplitter
-
- RegionMergeCoordination - Interface in org.apache.hadoop.hbase.coordination
-
Coordination operations for region merge transaction.
- regionMergeCoordination - Variable in class org.apache.hadoop.hbase.coordination.ZkCoordinatedStateManager
-
- RegionMergeCoordination.RegionMergeDetails - Interface in org.apache.hadoop.hbase.coordination
-
Dummy interface for region merge transaction details.
- RegionMergeTransaction - Interface in org.apache.hadoop.hbase.regionserver
-
Executes region merge as a "transaction".
- RegionMergeTransaction.JournalEntry - Interface in org.apache.hadoop.hbase.regionserver
-
Split transaction journal entry
- RegionMergeTransaction.RegionMergeTransactionPhase - Enum in org.apache.hadoop.hbase.regionserver
-
Each enum is a step in the merge transaction.
- RegionMergeTransaction.TransactionListener - Interface in org.apache.hadoop.hbase.regionserver
-
Split transaction listener
- RegionMergeTransactionFactory - Class in org.apache.hadoop.hbase.regionserver
-
A factory for creating RegionMergeTransactions, which execute region split as a "transaction".
- RegionMergeTransactionFactory(Configuration) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionMergeTransactionFactory
-
- RegionMergeTransactionImpl - Class in org.apache.hadoop.hbase.regionserver
-
- RegionMergeTransactionImpl(Region, Region, boolean) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionMergeTransactionImpl
-
Constructor
- RegionMergeTransactionImpl(Region, Region, boolean, long) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionMergeTransactionImpl
-
Constructor
- RegionMergeTransactionImpl.JournalEntryImpl - Class in org.apache.hadoop.hbase.regionserver
-
- RegionMovedException - Exception in org.apache.hadoop.hbase.exceptions
-
Subclass if the server knows the region is now on another server.
- RegionMovedException(ServerName, long) - Constructor for exception org.apache.hadoop.hbase.exceptions.RegionMovedException
-
- RegionMovedException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.RegionMovedException
-
For hadoop.ipc internal call.
- regionName - Variable in class org.apache.hadoop.hbase.regionserver.handler.FinishRegionRecoveringHandler
-
- RegionNormalizer - Interface in org.apache.hadoop.hbase.master.normalizer
-
Performs "normalization" of regions on the cluster, making sure that suboptimal
choice of split keys doesn't leave cluster in a situation when some regions are
substantially larger than others for considerable amount of time.
- RegionNormalizerChore - Class in org.apache.hadoop.hbase.master.normalizer
-
- RegionNormalizerChore(HMaster) - Constructor for class org.apache.hadoop.hbase.master.normalizer.RegionNormalizerChore
-
- RegionNormalizerFactory - Class in org.apache.hadoop.hbase.master.normalizer
-
- RegionNormalizerProtos - Class in org.apache.hadoop.hbase.protobuf.generated
-
- RegionNormalizerProtos.RegionNormalizerState - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionNormalizerState
- RegionNormalizerProtos.RegionNormalizerState.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionNormalizerState
- RegionNormalizerProtos.RegionNormalizerStateOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionNormalizerTracker - Class in org.apache.hadoop.hbase.zookeeper
-
Tracks region normalizer state up in ZK
- RegionNormalizerTracker(ZooKeeperWatcher, Abortable) - Constructor for class org.apache.hadoop.hbase.zookeeper.RegionNormalizerTracker
-
- 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(HRegionInfo) - Method in class org.apache.hadoop.hbase.master.AssignmentManager
-
Marks the region as offline.
- regionOffline(HRegionInfo) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
-
- regionOffline(HRegionInfo) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
-
Marks the region as offline at balancer.
- regionOffline(HRegionInfo) - Method in class org.apache.hadoop.hbase.master.RegionStates
-
A region is offline, won't be in transition any more.
- regionOffline(HRegionInfo, RegionState.State) - Method in class org.apache.hadoop.hbase.master.RegionStates
-
A region is offline, won't be in transition any more.
- RegionOfflineException - Exception in org.apache.hadoop.hbase.client
-
Thrown when a table can not be located
- RegionOfflineException() - Constructor for exception org.apache.hadoop.hbase.client.RegionOfflineException
-
default constructor
- RegionOfflineException(String) - Constructor for exception org.apache.hadoop.hbase.client.RegionOfflineException
-
- regionOnline(HRegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.master.balancer.BaseLoadBalancer
-
- regionOnline(HRegionInfo, ServerName) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
-
Marks the region as online at balancer.
- regionOnline(HRegionInfo, ServerName) - Method in class org.apache.hadoop.hbase.master.RegionStates
-
- regionOnline(HRegionInfo, ServerName, long) - Method in class org.apache.hadoop.hbase.master.RegionStates
-
A region is online, won't be in transition any more.
- regionOpened(HRegionInfo, ServerName) - Method in interface org.apache.hadoop.hbase.master.AssignmentListener
-
The region was opened on the specified server.
- RegionOpeningException - Exception in org.apache.hadoop.hbase.exceptions
-
Subclass if the server knows the region is now on another server.
- RegionOpeningException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.RegionOpeningException
-
- RegionOpeningState - Enum in org.apache.hadoop.hbase.regionserver
-
- 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(HRegionInfo, 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
-
- RegionRepairException(String, IOException) - Constructor for exception org.apache.hadoop.hbase.util.HBaseFsck.RegionRepairException
-
- 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
-
- 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
-
- RegionReplicaUtil - Class in org.apache.hadoop.hbase.client
-
Utility methods which contain the logic for regions and replicas.
- RegionReplicaUtil() - Constructor for class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
- REGIONS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
-
- REGIONS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
-
- REGIONS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo
-
- REGIONS_IN_TRANSITION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ClusterStatus
-
- REGIONS_PER_SERVER_KEY - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
-
- RegionScanner - Interface in org.apache.hadoop.hbase.regionserver
-
RegionScanner describes iterators over rows in an HRegion.
- regionSequenceIdsToByteArray(Long, Map<byte[], Long>) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
- REGIONSERVER - Static variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
region server process name
- REGIONSERVER_COPROCESSOR_CONF_KEY - Static variable in class org.apache.hadoop.hbase.coprocessor.CoprocessorHost
-
- REGIONSERVER_COUNT_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestManyRegions
-
- REGIONSERVER_INFO_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
-
A configuration key for regionserver info port
- REGIONSERVER_INFO_PORT_AUTO - Static variable in class org.apache.hadoop.hbase.HConstants
-
A flag that enables automatic selection of regionserver info port
- 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_METRICS_PERIOD - Static variable in class org.apache.hadoop.hbase.HConstants
-
The period (in milliseconds) between computing region server point in time metrics
- REGIONSERVER_PORT - Static variable in class org.apache.hadoop.hbase.HConstants
-
Parameter name for port region server listens on.
- 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.
- RegionServerAbortedException - Exception in org.apache.hadoop.hbase.regionserver
-
Thrown by the region server when it is aborting.
- RegionServerAbortedException(String) - Constructor for exception org.apache.hadoop.hbase.regionserver.RegionServerAbortedException
-
- RegionServerAccounting - Class in org.apache.hadoop.hbase.regionserver
-
RegionServerAccounting keeps record of some basic real time information about
the Region Server.
- RegionServerAccounting() - Constructor for class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
-
- RegionServerCallable<T> - Class in org.apache.hadoop.hbase.client
-
- RegionServerCallable(Connection, TableName, byte[]) - Constructor for class org.apache.hadoop.hbase.client.RegionServerCallable
-
- 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
-
- RegionServerCoprocessorRpcChannel - Class in org.apache.hadoop.hbase.ipc
-
Provides clients with an RPC connection to call coprocessor endpoint
com.google.protobuf.Service
s against a given region server.
- RegionServerCoprocessorRpcChannel(ClusterConnection, ServerName) - Constructor for class org.apache.hadoop.hbase.ipc.RegionServerCoprocessorRpcChannel
-
- 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
-
- RegionServerObserver - Interface in org.apache.hadoop.hbase.coprocessor
-
- 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
-
- RegionServerQuotaManager - Class in org.apache.hadoop.hbase.quotas
-
Region Server Quota Manager.
- RegionServerQuotaManager(RegionServerServices) - Constructor for class org.apache.hadoop.hbase.quotas.RegionServerQuotaManager
-
- regionServerRemoved(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
-
- regionServerRemoved(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationListener
-
A region server has been removed from the local cluster
- regionServerReport(RpcController, RegionServerStatusProtos.RegionServerReportRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
-
- regionServerReport(com.google.protobuf.RpcController, RegionServerStatusProtos.RegionServerReportRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.BlockingInterface
-
- regionServerReport(com.google.protobuf.RpcController, RegionServerStatusProtos.RegionServerReportRequest, <any>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.Interface
-
rpc RegionServerReport(.RegionServerReportRequest) returns (.RegionServerReportResponse);
- regionServerReport(com.google.protobuf.RpcController, RegionServerStatusProtos.RegionServerReportRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService
-
rpc RegionServerReport(.RegionServerReportRequest) returns (.RegionServerReportResponse);
- regionServerReport(com.google.protobuf.RpcController, RegionServerStatusProtos.RegionServerReportRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.Stub
-
- RegionServerRunningException - Exception in org.apache.hadoop.hbase.regionserver
-
Thrown if the region server log directory exists (which indicates another
region server is running at the same address)
- RegionServerRunningException() - Constructor for exception org.apache.hadoop.hbase.regionserver.RegionServerRunningException
-
Default Constructor
- RegionServerRunningException(String) - Constructor for exception org.apache.hadoop.hbase.regionserver.RegionServerRunningException
-
Constructs the exception and supplies a string as the message
- 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
- regionServerStartup(RpcController, RegionServerStatusProtos.RegionServerStartupRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
-
- regionServerStartup(com.google.protobuf.RpcController, RegionServerStatusProtos.RegionServerStartupRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.BlockingInterface
-
- regionServerStartup(com.google.protobuf.RpcController, RegionServerStatusProtos.RegionServerStartupRequest, <any>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.Interface
-
rpc RegionServerStartup(.RegionServerStartupRequest) returns (.RegionServerStartupResponse);
- regionServerStartup(com.google.protobuf.RpcController, RegionServerStatusProtos.RegionServerStartupRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService
-
rpc RegionServerStartup(.RegionServerStartupRequest) returns (.RegionServerStartupResponse);
- regionServerStartup(com.google.protobuf.RpcController, RegionServerStatusProtos.RegionServerStartupRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.Stub
-
- RegionServerStatusProtos - Class in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.GetLastFlushedSequenceIdRequest - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type GetLastFlushedSequenceIdRequest
- RegionServerStatusProtos.GetLastFlushedSequenceIdRequest.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type GetLastFlushedSequenceIdRequest
- RegionServerStatusProtos.GetLastFlushedSequenceIdRequestOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.GetLastFlushedSequenceIdResponse - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type GetLastFlushedSequenceIdResponse
- RegionServerStatusProtos.GetLastFlushedSequenceIdResponse.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type GetLastFlushedSequenceIdResponse
- RegionServerStatusProtos.GetLastFlushedSequenceIdResponseOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.RegionServerReportRequest - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionServerReportRequest
- RegionServerStatusProtos.RegionServerReportRequest.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionServerReportRequest
- RegionServerStatusProtos.RegionServerReportRequestOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.RegionServerReportResponse - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionServerReportResponse
- RegionServerStatusProtos.RegionServerReportResponse.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionServerReportResponse
- RegionServerStatusProtos.RegionServerReportResponseOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.RegionServerStartupRequest - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionServerStartupRequest
- RegionServerStatusProtos.RegionServerStartupRequest.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionServerStartupRequest
- RegionServerStatusProtos.RegionServerStartupRequestOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.RegionServerStartupResponse - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionServerStartupResponse
- RegionServerStatusProtos.RegionServerStartupResponse.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionServerStartupResponse
- RegionServerStatusProtos.RegionServerStartupResponseOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.RegionServerStatusService - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf service RegionServerStatusService
- RegionServerStatusProtos.RegionServerStatusService.BlockingInterface - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.RegionServerStatusService.Interface - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.RegionServerStatusService.Stub - Class in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.RegionStateTransition - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionStateTransition
- RegionServerStatusProtos.RegionStateTransition.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RegionStateTransition
- RegionServerStatusProtos.RegionStateTransition.TransitionCode - Enum in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf enum RegionStateTransition.TransitionCode
- RegionServerStatusProtos.RegionStateTransitionOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.ReportRegionStateTransitionRequest - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ReportRegionStateTransitionRequest
- RegionServerStatusProtos.ReportRegionStateTransitionRequest.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ReportRegionStateTransitionRequest
- RegionServerStatusProtos.ReportRegionStateTransitionRequestOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.ReportRegionStateTransitionResponse - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ReportRegionStateTransitionResponse
- RegionServerStatusProtos.ReportRegionStateTransitionResponse.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ReportRegionStateTransitionResponse
- RegionServerStatusProtos.ReportRegionStateTransitionResponseOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.ReportRSFatalErrorRequest - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ReportRSFatalErrorRequest
- RegionServerStatusProtos.ReportRSFatalErrorRequest.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ReportRSFatalErrorRequest
- RegionServerStatusProtos.ReportRSFatalErrorRequestOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusProtos.ReportRSFatalErrorResponse - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ReportRSFatalErrorResponse
- RegionServerStatusProtos.ReportRSFatalErrorResponse.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ReportRSFatalErrorResponse
- RegionServerStatusProtos.ReportRSFatalErrorResponseOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RegionServerStatusService() - Constructor for class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService
-
- RegionServerStdOutSink() - Constructor for class org.apache.hadoop.hbase.tool.Canary.RegionServerStdOutSink
-
- RegionServerStoppedException - Exception in org.apache.hadoop.hbase.regionserver
-
Thrown by the region server when it is in shutting down state.
- RegionServerStoppedException(String) - Constructor for exception org.apache.hadoop.hbase.regionserver.RegionServerStoppedException
-
- RegionServerThread(HRegionServer, int) - Constructor for class org.apache.hadoop.hbase.util.JVMClusterUtil.RegionServerThread
-
- RegionServerTracker - Class in org.apache.hadoop.hbase.zookeeper
-
Tracks the online region servers via ZK.
- RegionServerTracker(ZooKeeperWatcher, Server, ServerManager) - Constructor for class org.apache.hadoop.hbase.zookeeper.RegionServerTracker
-
- regionsInTransitionInRS - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
- RegionSizeCalculator - Class in org.apache.hadoop.hbase.util
-
Computes size of each region for given table and given column families.
- RegionSizeCalculator(HTable) - Constructor for class org.apache.hadoop.hbase.util.RegionSizeCalculator
-
- RegionSizeCalculator(RegionLocator, Admin) - Constructor for class org.apache.hadoop.hbase.util.RegionSizeCalculator
-
Computes size of each region for table and given column families.
- 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
-
- 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.HexStringSplit - 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.
- RegionsResource - Class in org.apache.hadoop.hbase.rest
-
- RegionsResource(TableResource) - Constructor for class org.apache.hadoop.hbase.rest.RegionsResource
-
Constructor
- RegionState - Class in org.apache.hadoop.hbase.master
-
State of a Region while undergoing transitions.
- RegionState() - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState(HRegionInfo, RegionState.State) - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState(HRegionInfo, RegionState.State, ServerName) - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState(HRegionInfo, RegionState.State, long, ServerName) - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState.State - Enum in org.apache.hadoop.hbase.master
-
- RegionStateListener - Interface in org.apache.hadoop.hbase.quotas
-
The listener interface for receiving region state events.
- RegionStates - Class in org.apache.hadoop.hbase.master
-
Region state accountant.
- RegionStateStore - Class in org.apache.hadoop.hbase.master
-
A helper to persist region state in meta.
- RegionStateTransitionContext(RegionServerStatusProtos.RegionStateTransition.TransitionCode, long, long, HRegionInfo...) - Constructor for class org.apache.hadoop.hbase.regionserver.RegionServerServices.RegionStateTransitionContext
-
- RegionStatistics() - Constructor for class org.apache.hadoop.hbase.client.backoff.ServerStatistics.RegionStatistics
-
- RegionTooBusyException - Exception in org.apache.hadoop.hbase
-
Thrown by a region server if it will block and wait to serve a request.
- RegionTooBusyException() - Constructor for exception org.apache.hadoop.hbase.RegionTooBusyException
-
default constructor
- RegionTooBusyException(String) - Constructor for exception org.apache.hadoop.hbase.RegionTooBusyException
-
Constructor
- RegionTransition - Class in org.apache.hadoop.hbase
-
Current state of a region in transition.
- register(String, String, Object) - Method in interface org.apache.hadoop.hbase.metrics.MBeanSource
-
Register an mbean with the underlying metrics system
- register(String, String, Object) - Method in class org.apache.hadoop.hbase.metrics.MBeanSourceImpl
-
Register an mbean with the underlying metrics system
- register(E) - Method in class org.apache.hadoop.hbase.procedure.ProcedureManagerHost
-
- register(MetricsRegionSource) - Method in interface org.apache.hadoop.hbase.regionserver.MetricsRegionAggregateSource
-
Register a MetricsRegionSource as being open.
- register(MetricsRegionSource) - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionAggregateSourceImpl
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithErrorsProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.ColumnAggregationWithNullResponseProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.DummyRegionServerEndpointProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.ipc.protobuf.generated.TestDelayedRpcProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.ipc.protobuf.generated.TestProcedureProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.ipc.protobuf.generated.TestProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.ipc.protobuf.generated.TestRpcServiceProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.CellProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.EncryptionProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.FilterProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.FSProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.HFileProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.LoadBalancerProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.MapReduceProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.QuotaProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.RegionNormalizerProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.RPCProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.TracingProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.WALProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage
-
- registerAllExtensions(com.google.protobuf.ExtensionRegistry) - Static method in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage
-
- registerChildren(ConfigurationManager) - Method in interface org.apache.hadoop.hbase.conf.PropagatingConfigurationObserver
-
Needs to be called to register the children to the manager.
- registerChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
Needs to be called to register the children to the manager.
- registerChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
-
Needs to be called to register the children to the manager.
- registerChildren(ConfigurationManager) - Method in class org.apache.hadoop.hbase.regionserver.HStore
-
Needs to be called to register the children to the manager.
- registerDeserializer(CacheableDeserializer<Cacheable>) - Static method in class org.apache.hadoop.hbase.io.hfile.CacheableDeserializerIdManager
-
Register the given cacheable deserializer and generate an unique identifier
id for it
- registerFilter(String, String) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Register a new filter with the parser.
- registerFilters(Configuration) - Static method in class org.apache.hadoop.hbase.thrift.ThriftServerRunner
-
- registerFilters(Configuration) - Static method in class org.apache.hadoop.hbase.thrift2.ThriftServer
-
Adds the option to pre-load filters at startup.
- registerFlushRequestListener(FlushRequestListener) - Method in interface org.apache.hadoop.hbase.regionserver.FlushRequester
-
Register a FlushRequestListener
- registerForWrite(RpcServer.Connection) - Method in class org.apache.hadoop.hbase.ipc.RpcServer.Responder
-
Add a connection to the list that want to write,
- registerListener() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
-
set the listener for task changes.
- registerListener() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
-
- registerListener(EventType, EventHandler.EventHandlerListener) - Method in class org.apache.hadoop.hbase.executor.ExecutorService
-
Subscribe to updates before and after processing instances of
EventType
.
- registerListener(AssignmentListener) - Method in class org.apache.hadoop.hbase.master.AssignmentManager
-
Add the listener to the notification list.
- registerListener(ServerListener) - Method in class org.apache.hadoop.hbase.master.ServerManager
-
Add the listener to the notification list.
- registerListener(ProcedureExecutor.ProcedureExecutorListener) - Method in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor
-
- registerListener(ProcedureStore.ProcedureStoreListener) - Method in interface org.apache.hadoop.hbase.procedure2.store.ProcedureStore
-
Add the listener to the notification list.
- registerListener(ProcedureStore.ProcedureStoreListener) - Method in class org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore
-
- registerListener(ReplicationListener) - Method in interface org.apache.hadoop.hbase.replication.ReplicationTracker
-
Register a replication listener to receive replication events.
- registerListener(ReplicationListener) - Method in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl
-
- registerListener(ZooKeeperListener) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Register the specified listener to receive ZooKeeper events.
- registerListenerFirst(ZooKeeperListener) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Register the specified listener to receive ZooKeeper events and add it as
the first in the list of current listeners.
- registerObserver(ConfigurationObserver) - Method in class org.apache.hadoop.hbase.conf.ConfigurationManager
-
Register an observer class
- 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.MockRegionServerServices
-
- registerService(Service) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
-
- registerService(Service) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
- registerService(Service) - Method in interface org.apache.hadoop.hbase.regionserver.Region
-
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 interface org.apache.hadoop.hbase.regionserver.RegionServerServices
-
Registers a new protocol buffer Service
subclass as a coprocessor endpoint to be
available for handling
- registerTransactionListener(RegionMergeTransaction.TransactionListener) - Method in interface org.apache.hadoop.hbase.regionserver.RegionMergeTransaction
-
Register a listener for transaction preparation, execution, and possibly
rollback phases.
- registerTransactionListener(RegionMergeTransaction.TransactionListener) - Method in class org.apache.hadoop.hbase.regionserver.RegionMergeTransactionImpl
-
- registerTransactionListener(SplitTransaction.TransactionListener) - Method in interface org.apache.hadoop.hbase.regionserver.SplitTransaction
-
Register a listener for transaction preparation, execution, and possibly
rollback phases.
- registerTransactionListener(SplitTransaction.TransactionListener) - Method in class org.apache.hadoop.hbase.regionserver.SplitTransactionImpl
-
- registerWALActionsListener(WALActionsListener) - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
-
- registerWALActionsListener(WALActionsListener) - Method in interface org.apache.hadoop.hbase.wal.WAL
-
Registers WALActionsListener
- reInitFirstNode() - Method in class org.apache.hadoop.hbase.codec.prefixtree.decode.PrefixTreeArrayScanner
-
secondary traversal methods
- release() - Method in interface org.apache.hadoop.hbase.InterProcessLock
-
Release the lock.
- release() - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlock.Writer
-
Releases resources used by this writer.
- release(TableProcedureInterface) - Method in class org.apache.hadoop.hbase.master.procedure.TestMasterProcedureQueue.TestTableProcSet
-
- release() - Method in interface org.apache.hadoop.hbase.master.TableLockManager.TableLock
-
Release the lock already held.
- 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.
- release() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.MockHRegion.WrappedRowLock
-
- release() - Method in class org.apache.hadoop.hbase.zookeeper.lock.ZKInterProcessLockBase
-
Release the lock.
- releaseBarrier() - Method in class org.apache.hadoop.hbase.procedure.flush.FlushTableSubprocedure
-
- releaseBarrier() - Method in class org.apache.hadoop.hbase.regionserver.snapshot.FlushSnapshotSubprocedure
-
Hooray!
- releaseBlockReference() - Method in class org.apache.hadoop.hbase.codec.prefixtree.decode.PrefixTreeArrayScanner
-
Call this before putting the scanner back into a pool so it doesn't hold the last used block
in memory.
- releaseCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
-
- releaseCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTsv
-
- releaseCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithOperationAttributes
-
- releaseCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithTTLs
-
- releaseCluster() - Static method in class org.apache.hadoop.hbase.mapreduce.TestImportTSVWithVisibilityLabels
-
- releaseCompressor() - Method in class org.apache.hadoop.hbase.io.hfile.TestHFileBlockCompatibility.Writer
-
Releases the compressor this writer uses to compress blocks into the
compressor pool.
- releaseCurrentSearcher() - Method in class org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeSeeker
-
Currently unused.
- releaseDelegationToken() - Method in class org.apache.hadoop.hbase.security.token.FsDelegationToken
-
Releases a previously acquired delegation token.
- releaseHTableInterface(HTableInterface) - Method in class org.apache.hadoop.hbase.client.HTableFactory
-
Deprecated.
- releaseHTableInterface(HTableInterface) - Method in interface org.apache.hadoop.hbase.client.HTableInterfaceFactory
-
Deprecated.
Release the HTable resource represented by the table.
- releaseLatch(ProcedurePrepareLatch, Procedure) - Static method in class org.apache.hadoop.hbase.master.procedure.ProcedurePrepareLatch
-
- releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.AddColumnFamilyProcedure
-
- releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
-
- releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteColumnFamilyProcedure
-
- releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteTableProcedure
-
- releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.DisableTableProcedure
-
- releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.EnableTableProcedure
-
- releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyColumnFamilyProcedure
-
- releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
-
- releaseLock(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
-
- releaseLock(TEnvironment) - Method in class org.apache.hadoop.hbase.procedure2.Procedure
-
The user should override this method, and release lock if necessary.
- releaseLockEntry(IdLock.Entry) - Method in class org.apache.hadoop.hbase.util.IdLock
-
Must be called in a finally block to decrease the internal counter and
remove the monitor object for the given id if the caller is the last
client.
- releaseRowLocks(List<Region.RowLock>) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
-
- releaseRowLocks(List<Region.RowLock>) - Method in interface org.apache.hadoop.hbase.regionserver.Region
-
If the given list of row locks is not null, releases all locks.
- releaseTableLock() - Method in class org.apache.hadoop.hbase.master.handler.DeleteTableHandler
-
- releaseTableLock() - Method in class org.apache.hadoop.hbase.master.handler.TableEventHandler
-
- releaseTableLock() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
-
- releaseTableRead(TableName) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureQueue
-
Release the read lock taken with tryAcquireTableRead()
- releaseTableWrite(TableName) - Method in class org.apache.hadoop.hbase.master.procedure.MasterProcedureQueue
-
Release the write lock taken with tryAcquireTableWrite()
- reloadCachedMappings() - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase.MockMapping
-
- reloadCachedMappings(List<String>) - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase.MockMapping
-
- relocateRegion(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Find the location of the region of tableName that row
lives in, ignoring any value that might be in the cache.
- relocateRegion(TableName, byte[], int) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Find the location of the region of tableName that row
lives in, ignoring any value that might be in the cache.
- relocateRegion(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.HConnection
-
- relocateRegion(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.HConnection
-
Deprecated.
- remainingCapacity() - Method in class org.apache.hadoop.hbase.thrift.CallQueue
-
- remainingCapacity() - Method in class org.apache.hadoop.hbase.util.BoundedConcurrentLinkedQueue
-
- remainingCapacity() - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
-
- remainingCapacity() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
-
- remainingTasksInCoordination() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
-
Return the number of remaining tasks
- remainingTasksInCoordination() - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
-
- remainingTime() - Method in class org.apache.hadoop.hbase.ipc.Call
-
- RemoteAdmin - Class in org.apache.hadoop.hbase.rest.client
-
- RemoteAdmin(Client, Configuration) - Constructor for class org.apache.hadoop.hbase.rest.client.RemoteAdmin
-
Constructor
- RemoteAdmin(Client, Configuration, String) - Constructor for class org.apache.hadoop.hbase.rest.client.RemoteAdmin
-
Constructor
- RemoteExceptionHandler - Class in org.apache.hadoop.hbase
-
An immutable class which contains a static method for handling
org.apache.hadoop.ipc.RemoteException exceptions.
- RemoteHTable - Class in org.apache.hadoop.hbase.rest.client
-
HTable interface to remote tables accessed via REST gateway
- RemoteHTable(Client, String) - Constructor for class org.apache.hadoop.hbase.rest.client.RemoteHTable
-
Constructor
- RemoteHTable(Client, Configuration, String) - Constructor for class org.apache.hadoop.hbase.rest.client.RemoteHTable
-
Constructor
- RemoteHTable(Client, Configuration, byte[]) - Constructor for class org.apache.hadoop.hbase.rest.client.RemoteHTable
-
Constructor
- remoteId - Variable in class org.apache.hadoop.hbase.ipc.RpcClientImpl.Connection
-
- remotePort - Variable in class org.apache.hadoop.hbase.ipc.RpcServer.Connection
-
- RemoteProcedureException - Exception in org.apache.hadoop.hbase.procedure2
-
A RemoteProcedureException is an exception from another thread or process.
- RemoteProcedureException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.procedure2.RemoteProcedureException
-
Create a new RemoteProcedureException that can be serialized.
- RemoteShell(String, String[], File, Map<String, String>, long) - Constructor for class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
-
- RemoteShell(String, String[], File, Map<String, String>) - Constructor for class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
-
- RemoteShell(String, String[], File) - Constructor for class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
-
- RemoteShell(String, String[]) - Constructor for class org.apache.hadoop.hbase.HBaseClusterManager.RemoteShell
-
- RemoteWithExtrasException - Class in org.apache.hadoop.hbase.ipc
-
A RemoteException
with some extra information.
- RemoteWithExtrasException(String, String, boolean) - Constructor for class org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
- RemoteWithExtrasException(String, String, String, int, boolean) - Constructor for class org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
- 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(byte[]) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
- remove(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- remove(ImmutableBytesWritable) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- remove(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- remove(Object) - Method in class org.apache.hadoop.hbase.io.hfile.HFile.FileInfo
-
- remove(String) - Method in class org.apache.hadoop.hbase.master.TableNamespaceManager
-
- remove(TKey) - Method in class org.apache.hadoop.hbase.procedure2.ProcedureFairRunQueues
-
- remove(HRegionLocation) - Method in class org.apache.hadoop.hbase.RegionLocations
-
Removes the given location from the list
- remove(int) - Method in class org.apache.hadoop.hbase.RegionLocations
-
Removes location of the given replicaId from the list
- remove(Object) - Method in class org.apache.hadoop.hbase.regionserver.CellSkipListSet
-
- remove(Object) - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap
-
Deletes the mapping for the specified key if it exists.
- remove(String) - Method in class org.apache.hadoop.hbase.rest.client.Cluster
-
Remove a node from the cluster
- remove(String, int) - Method in class org.apache.hadoop.hbase.rest.client.Cluster
-
Remove a node from the cluster
- remove() - Method in class org.apache.hadoop.hbase.rest.RowResultGenerator
-
- remove() - Method in class org.apache.hadoop.hbase.rest.ScannerResultGenerator
-
- remove(TableName) - Method in interface org.apache.hadoop.hbase.TableDescriptors
-
- remove() - Method in class org.apache.hadoop.hbase.thrift.CallQueue
-
- remove(Object) - Method in class org.apache.hadoop.hbase.thrift.CallQueue
-
- remove() - Method in class org.apache.hadoop.hbase.types.StructIterator
-
- remove(Object) - Method in class org.apache.hadoop.hbase.util.BoundedConcurrentLinkedQueue
-
- remove(Object) - Method in class org.apache.hadoop.hbase.util.BoundedPriorityBlockingQueue
-
- remove() - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists.Iterator
-
- remove(Object) - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists
-
- remove(K, V) - Method in class org.apache.hadoop.hbase.util.ConcurrentIndex
-
Removes the association between a specified key and value.
- remove() - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
-
- remove(Object) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
-
- remove(TableName) - Method in class org.apache.hadoop.hbase.util.FSTableDescriptors
-
Removes the table descriptor from the local cache and returns it.
- remove(R) - Method in interface org.apache.hadoop.hbase.util.PoolMap.Pool
-
- remove(Object) - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- remove(Object) - Method in class org.apache.hadoop.hbase.util.SortedCopyOnWriteSet
-
- remove(String) - Method in class org.apache.hadoop.hbase.ZKNamespaceManager
-
- REMOVE_ALL_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.SetQuotaRequest
-
- removeAction(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionAction.Builder
-
repeated .Action action = 3;
- removeAll(Collection<?>) - Method in class org.apache.hadoop.hbase.regionserver.CellSkipListSet
-
- removeAll(Collection<?>) - Method in class org.apache.hadoop.hbase.thrift.CallQueue
-
- removeAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists
-
- removeAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
-
- removeAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.SortedCopyOnWriteSet
-
- removeAllQueues() - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
-
Remove all replication queues for this region server.
- removeAllQueues() - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
-
- removeAttribute(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Get.Builder
-
repeated .NameBytesPair attribute = 3;
- removeAttribute(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto.Builder
-
repeated .NameBytesPair attribute = 5;
- removeAttribute(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan.Builder
-
repeated .NameBytesPair attribute = 2;
- removeAttributes(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder
-
repeated .BytesBytesPair attributes = 2;
- removeAttributes(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder
-
repeated .BytesBytesPair attributes = 2;
- removeAttrs(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Builder
-
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema.Attribute attrs = 2;
- removeAttrs(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
-
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
- removeBackupMasters(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ClusterStatus.Builder
-
repeated .ServerName backup_masters = 8;
- removeByServer(ServerName) - Method in class org.apache.hadoop.hbase.RegionLocations
-
Returns a new RegionLocations with the locations removed (set to null)
which have the destination server as given.
- removeCell(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Result.Builder
-
repeated .Cell cell = 1;
- removeClosedRegion(HRegionInfo) - Method in class org.apache.hadoop.hbase.master.AssignmentManager
-
When a region is closed, it should be removed from the regionsToReopen
- removeClusterIds(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALKey.Builder
-
repeated .UUID cluster_ids = 8;
- removeColumn(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Get.Builder
-
repeated .Column column = 2;
- removeColumn(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan.Builder
-
repeated .Column column = 1;
- RemoveColumnAction - Class in org.apache.hadoop.hbase.chaos.actions
-
Action that removes a column family.
- RemoveColumnAction(TableName, Set<String>) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RemoveColumnAction
-
- removeColumnFamilies(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder
-
repeated .ColumnFamilySchema column_families = 3;
- removeColumns(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Builder
-
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchema columns = 3;
- removeColumnValue(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto.Builder
-
repeated .MutationProto.ColumnValue column_value = 3;
- removeConfiguration(String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
- removeConfiguration(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- removeConfiguration(String) - Method in class org.apache.hadoop.hbase.NamespaceDescriptor.Builder
-
- removeConfiguration(String) - Method in class org.apache.hadoop.hbase.NamespaceDescriptor
-
- removeConfiguration(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder
-
repeated .NameStringPair configuration = 3;
- removeConfiguration(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NamespaceDescriptor.Builder
-
repeated .NameStringPair configuration = 2;
- removeConfiguration(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ProcedureDescription.Builder
-
repeated .NameStringPair configuration = 4;
- removeConfiguration(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder
-
repeated .NameStringPair configuration = 4;
- removeConfiguration(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeer.Builder
-
repeated .NameStringPair configuration = 4;
- removeConnection(AsyncRpcChannel) - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcClient
-
Remove connection from pool
- removeCoprocessor(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Remove a coprocessor from those set on the table
- removeCoprocessors(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad.Builder
-
repeated .Coprocessor coprocessors = 6;
- removeData(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeer.Builder
-
repeated .BytesBytesPair data = 3;
- removeDeadServers(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ClusterStatus.Builder
-
repeated .ServerName dead_servers = 3;
- removeEntry(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest.Builder
-
repeated .WALEntry entry = 1;
- removeExtraHeader(String) - Method in class org.apache.hadoop.hbase.rest.client.Client
-
Remove an extra header.
- removeFamily(byte[]) - Method in class org.apache.hadoop.hbase.client.UnmodifyableHTableDescriptor
-
- removeFamily(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Removes the HColumnDescriptor with name specified by the parameter column
from the table descriptor
- removeFamilyFiles(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.Builder
-
repeated .SnapshotRegionManifest.FamilyFiles family_files = 3;
- removeFamilyPath(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.Builder
-
repeated .BulkLoadHFileRequest.FamilyPath family_path = 2;
- removeFamilyPath(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest.Builder
-
repeated .BulkLoadHFileRequest.FamilyPath family_path = 1;
- removeFavoredNode(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.FavoredNodes.Builder
-
repeated .ServerName favored_node = 1;
- removeFavoredNodes(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionRequest.RegionOpenInfo.Builder
-
repeated .ServerName favored_nodes = 3;
- removeFavoredNodes(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.UpdateFavoredNodesRequest.RegionUpdateInfo.Builder
-
repeated .ServerName favored_nodes = 2;
- removeFile() - Method in class org.apache.hadoop.hbase.procedure2.store.wal.ProcedureWALFile
-
- removeFilters(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.FilterList.Builder
-
repeated .Filter filters = 2;
- removeFromNamespaceUsage(TableName) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
-
- removeFromOnlineRegions(Region, ServerName) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
-
- removeFromOnlineRegions(Region, ServerName) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
- removeFromOnlineRegions(Region, ServerName) - Method in interface org.apache.hadoop.hbase.regionserver.OnlineRegions
-
This method removes Region corresponding to hri from the Map of onlineRegions.
- removeFuzzyKeysData(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.FuzzyRowFilter.Builder
-
repeated .BytesBytesPair fuzzy_keys_data = 1;
- removeKeyFromZK(AuthenticationKey) - Method in class org.apache.hadoop.hbase.security.token.ZKSecretWatcher
-
- removeListener() - Method in interface org.apache.hadoop.hbase.coordination.SplitLogWorkerCoordination
-
remove the listener for task changes.
- removeListener() - Method in class org.apache.hadoop.hbase.coordination.ZkSplitLogWorkerCoordination
-
- removeListener(ReplicationListener) - Method in interface org.apache.hadoop.hbase.replication.ReplicationTracker
-
- removeListener(ReplicationListener) - Method in class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl
-
- removeLiveNodes(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Builder
-
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatus.Node liveNodes = 1;
- removeLiveServers(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ClusterStatus.Builder
-
repeated .LiveServerInfo live_servers = 2;
- removeLog(String, String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
-
Remove an WAL file from the given queue.
- removeLog(String, String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
-
- removeMapEntries(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse.Builder
-
repeated .NameStringPair map_entries = 1;
- removeMapEntry(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.HFileProtos.FileInfoProto.Builder
-
repeated .BytesBytesPair map_entry = 1;
- removeMasterCoprocessors(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ClusterStatus.Builder
-
repeated .Coprocessor master_coprocessors = 6;
- removeMetaData(byte[]) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- removeMetric(String) - Method in interface org.apache.hadoop.hbase.metrics.BaseSource
-
Remove a metric and no longer announce it.
- removeMetric(String) - Method in class org.apache.hadoop.hbase.metrics.BaseSourceImpl
-
Remove a named gauge.
- removeMetric(String) - Method in class org.apache.hadoop.metrics2.lib.DynamicMetricsRegistry
-
Removes metric by name
- removeMetrics(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MapReduceProtos.ScanMetrics.Builder
-
repeated .NameInt64Pair metrics = 1;
- removeMutationRequest(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MutateRowsRequest.Builder
-
repeated .MutationProto mutation_request = 1;
- removeNamespace(byte[]) - Method in class org.apache.hadoop.hbase.security.access.TableAuthManager
-
- removeNamespaceDescriptor(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.ListNamespaceDescriptorsResponse.Builder
-
repeated .NamespaceDescriptor namespaceDescriptor = 1;
- removeNamespaceQuota(String) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
-
- removeNode(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos.ProcedureStoreTracker.Builder
-
repeated .ProcedureStoreTracker.TrackerNode node = 1;
- removeNonDefaultRegions(Collection<HRegionInfo>) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
Removes the non-default replicas from the passed regions collection
- removeOpenInfo(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionRequest.Builder
-
repeated .OpenRegionRequest.RegionOpenInfo open_info = 1;
- removePeer(String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Removes a peer cluster and stops the replication to it.
- removePeer(String) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSourceManager
-
Thie method first deletes all the recovered sources for the specified
id, then deletes the normal source (deleting all related data in ZK).
- removePeer(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeers
-
Removes a remote slave cluster and stops the replication to it.
- removePeer(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
-
- removePeerTableCFs(String, String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Remove some table-cfs from table-cfs config of the specified peer
- removePeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Remove some table-cfs from config of the specified peer
- removePermission(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.CheckPermissionsRequest.Builder
-
repeated .Permission permission = 1;
- removePermissions(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UsersAndPermissions.UserPermissions.Builder
-
repeated .Permission permissions = 2;
- removeProcedure(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.ListProceduresResponse.Builder
-
repeated .Procedure procedure = 1;
- removeProcedure(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos.ProcedureWALEntry.Builder
-
repeated .Procedure procedure = 2;
- removeQualifierValue(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto.ColumnValue.Builder
-
repeated .MutationProto.ColumnValue.QualifierValue qualifier_value = 2;
- removeQueue(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationQueues
-
Remove a replication queue.
- removeQueue(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
-
- removeQuotesFromByteArray(byte[]) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Takes a quoted byte array and converts it into an unquoted byte array
For example: given a byte array representing 'abc', it returns a
byte array representing abc
- removeRecoveringRegions(Set<String>, Boolean) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
-
It removes recovering regions from Coordination
- removeRecoveringRegions(Set<String>, Boolean) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
-
It removes recovering regions under /hbase/recovering-regions/[encoded region name] so that the
region server hosting the region can allow reads to the recovered region
- removeRegionAction(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiRequest.Builder
-
repeated .RegionAction regionAction = 1;
- removeRegionActionResult(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiResponse.Builder
-
repeated .RegionActionResult regionActionResult = 1;
- removeRegionFromNamespaceUsage(HRegionInfo) - Method in class org.apache.hadoop.hbase.namespace.NamespaceAuditor
-
- removeRegionInfo(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetOnlineRegionResponse.Builder
-
repeated .RegionInfo region_info = 1;
- removeRegionInfo(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.CreateTableStateData.Builder
-
repeated .RegionInfo region_info = 3;
- removeRegionInfo(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.DeleteTableStateData.Builder
-
repeated .RegionInfo region_info = 3;
- removeRegionInfo(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProcedureProtos.TruncateTableStateData.Builder
-
repeated .RegionInfo region_info = 5;
- removeRegionInfo(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionStateTransition.Builder
-
repeated .RegionInfo region_info = 2;
- removeRegionLoads(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad.Builder
-
repeated .RegionLoad region_loads = 5;
- removeRegionManifests(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotDataManifest.Builder
-
repeated .SnapshotRegionManifest region_manifests = 2;
- removeRegionReplicasFromMeta(Set<byte[]>, int, int, Connection) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Deletes some replica columns corresponding to replicas for the passed rows
- removeRegions(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node.Builder
-
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatus.Region regions = 6;
- removeRegions(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Builder
-
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableInfo.Region regions = 2;
- removeRegionsInTransition(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ClusterStatus.Builder
-
repeated .RegionInTransition regions_in_transition = 4;
- removeReplLoadSource(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad.Builder
-
repeated .ReplicationLoadSource replLoadSource = 10;
- removeResult(long) - Method in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor
-
Mark the specified completed procedure, as ready to remove.
- removeResult(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.VisibilityLabelsResponse.Builder
-
repeated .RegionActionResult result = 1;
- removeResultOrException(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionActionResult.Builder
-
repeated .ResultOrException resultOrException = 1;
- removeResults(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanResponse.Builder
-
repeated .Result results = 5;
- removeRootPath(Path, Configuration) - Static method in class org.apache.hadoop.hbase.util.FSUtils
-
Checks for the presence of the root path (using the provided conf object) in the given path.
- removeRowRangeList(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.MultiRowRangeFilter.Builder
-
repeated .RowRange row_range_list = 1;
- removeRows(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Builder
-
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.CellSet.Row rows = 1;
- removeScanner(int) - Method in class org.apache.hadoop.hbase.thrift.ThriftServerRunner.HBaseHandler
-
Removes the scanner associated with the specified ID from the internal
id->scanner hash-map.
- removeScanner(int) - Method in class org.apache.hadoop.hbase.thrift2.ThriftHBaseServiceHandler
-
Removes the scanner associated with the specified ID from the internal HashMap.
- removeScopes(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALKey.Builder
-
repeated .FamilyScope scopes = 6;
- removeServerFromDrainList(ServerName) - Method in class org.apache.hadoop.hbase.master.ServerManager
-
- removeShutdownHook(Runnable) - Method in class org.apache.hadoop.hbase.util.ShutdownHookManager
-
- removeSnapshots(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetCompletedSnapshotsResponse.Builder
-
repeated .SnapshotDescription snapshots = 1;
- removeStackIndex() - Method in class org.apache.hadoop.hbase.procedure2.Procedure
-
- removeStaleRecoveringRegions(Set<String>) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
-
Removes known stale servers
- removeStaleRecoveringRegions(Set<String>) - Method in class org.apache.hadoop.hbase.coordination.ZKSplitLogManagerCoordination
-
ZooKeeper implementation of
{@link org.apache.hadoop.hbase.master.
- removeStoreCompleteSequenceId(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad.Builder
-
repeated .StoreSequenceId store_complete_sequence_id = 18;
- removeStoreFile(String, Path) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
-
Archives the specified store file from the specified family.
- removeStoreFiles(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.SnapshotProtos.SnapshotRegionManifest.FamilyFiles.Builder
-
repeated .SnapshotRegionManifest.StoreFile store_files = 2;
- removeStoreFiles(String, Collection<StoreFile>) - Method in class org.apache.hadoop.hbase.regionserver.HRegionFileSystem
-
Closes and archives the specified store files from the specified family.
- removeStoreFlushes(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.WALProtos.FlushDescriptor.Builder
-
repeated .FlushDescriptor.StoreFlushDescriptor store_flushes = 5;
- removeStoreLastFlushedSequenceId(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.GetLastFlushedSequenceIdResponse.Builder
-
repeated .StoreSequenceId store_last_flushed_sequence_id = 2;
- removeStores(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.WALProtos.BulkLoadDescriptor.Builder
-
repeated .StoreDescriptor stores = 3;
- removeStores(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.WALProtos.RegionEventDescriptor.Builder
-
repeated .StoreDescriptor stores = 5;
- removeStoreSequenceId(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionStoreSequenceIds.Builder
-
repeated .StoreSequenceId store_sequence_id = 2;
- removeTable(String) - Method in class org.apache.hadoop.hbase.backup.example.HFileArchiveTableMonitor
-
- removeTable(TableName) - Method in class org.apache.hadoop.hbase.security.access.TableAuthManager
-
- removeTableData(List<HRegionInfo>) - Method in class org.apache.hadoop.hbase.master.handler.DeleteTableHandler
-
Removes the table from hbase:meta and archives the HDFS files.
- removeTableFromNamespaceQuota(TableName) - Method in class org.apache.hadoop.hbase.quotas.MasterQuotaManager
-
Remove table from namespace quota.
- removeTableName(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.ListTableNamesByNamespaceResponse.Builder
-
repeated .TableName tableName = 1;
- removeTableNames(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetTableDescriptorsRequest.Builder
-
repeated .TableName table_names = 1;
- removeTableNames(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetTableNamesResponse.Builder
-
repeated .TableName table_names = 1;
- removeTableSchema(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetTableDescriptorsResponse.Builder
-
repeated .TableSchema table_schema = 1;
- removeTableSchema(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder
-
repeated .TableSchema tableSchema = 1;
- removeTrace(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.GenericExceptionMessage.Builder
-
repeated .StackTraceElementMessage trace = 4;
- removeTransition(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.ReportRegionStateTransitionRequest.Builder
-
repeated .RegionStateTransition transition = 2;
- removeUpdateInfo(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.UpdateFavoredNodesRequest.Builder
-
repeated .UpdateFavoredNodesRequest.RegionUpdateInfo update_info = 1;
- removeUserAuths(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.MultiUserAuthorizations.Builder
-
repeated .UserAuthorizations userAuths = 1;
- removeUserPermission(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.GetUserPermissionsResponse.Builder
-
repeated .UserPermission user_permission = 1;
- removeUserPermissions(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UsersAndPermissions.Builder
-
repeated .UsersAndPermissions.UserPermissions user_permissions = 1;
- removeValue(K, V) - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- removeValues(int) - Method in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row.Builder
-
repeated .org.apache.hadoop.hbase.rest.protobuf.generated.Cell values = 2;
- removeVisLabel(int) - Method in class org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.VisibilityLabelsRequest.Builder
-
repeated .VisibilityLabel visLabel = 1;
- renameAndSetModifyTime(FileSystem, Path, Path) - Static method in class org.apache.hadoop.hbase.util.FSUtils
-
- renewLease() - Method in class org.apache.hadoop.hbase.client.AbstractClientScanner
-
Allow the client to renew the scanner's lease on the server.
- renewLease() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- 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.Leases
-
Renew a lease
- reOpenAllRegions(List<HRegionInfo>) - Method in class org.apache.hadoop.hbase.master.handler.TableEventHandler
-
- reOpenAllRegions(MasterProcedureEnv, TableName, List<HRegionInfo>) - Static method in class org.apache.hadoop.hbase.master.procedure.MasterDDLOperationHelper
-
Reopen all regions from a table after a schema change operation.
- repeat(char, int) - Static method in class org.apache.hadoop.hbase.util.Strings
-
- RepeatingTestThread(MultithreadedTestUtil.TestContext) - Constructor for class org.apache.hadoop.hbase.MultithreadedTestUtil.RepeatingTestThread
-
- replaceValue(V) - Method in class org.apache.hadoop.hbase.regionserver.LruHashMap.Entry
-
Replace the value of this entry.
- replay(com.google.protobuf.RpcController, AdminProtos.ReplicateWALEntryRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-
- replay(com.google.protobuf.RpcController, AdminProtos.ReplicateWALEntryRequest, <any>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.Interface
-
rpc Replay(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse);
- replay(com.google.protobuf.RpcController, AdminProtos.ReplicateWALEntryRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService
-
rpc Replay(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse);
- replay(com.google.protobuf.RpcController, AdminProtos.ReplicateWALEntryRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.Stub
-
- 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.
- REPLAY_BATCH_SIZE_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.wal.MetricsEditsReplaySource
-
- REPLAY_BATCH_SIZE_NAME - Static variable in interface org.apache.hadoop.hbase.regionserver.wal.MetricsEditsReplaySource
-
- REPLAY_DATA_SIZE_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.wal.MetricsEditsReplaySource
-
- REPLAY_DATA_SIZE_NAME - Static variable in interface org.apache.hadoop.hbase.regionserver.wal.MetricsEditsReplaySource
-
- REPLAY_KEY - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
-
- REPLAY_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
-
- REPLAY_TIME_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.wal.MetricsEditsReplaySource
-
- REPLAY_TIME_NAME - Static variable in interface org.apache.hadoop.hbase.regionserver.wal.MetricsEditsReplaySource
-
- replayCompactionMarker(WALProtos.CompactionDescriptor, boolean, boolean) - Method in class org.apache.hadoop.hbase.regionserver.HStore
-
Call to complete a compaction.
- replayCompactionMarker(WALProtos.CompactionDescriptor, boolean, boolean) - Method in interface org.apache.hadoop.hbase.regionserver.Store
-
Call to complete a compaction.
- replayEntries(List<Pair<HRegionLocation, WAL.Entry>>) - Method in class org.apache.hadoop.hbase.regionserver.wal.WALEditsReplaySink
-
Replay an array of actions of the same region directly into the newly assigned Region Server
- ReplayHLogKey - Class in org.apache.hadoop.hbase.regionserver.wal
-
An HLogKey specific to WalEdits coming from replay.
- ReplayHLogKey(byte[], TableName, long, List<UUID>, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.ReplayHLogKey
-
- ReplayHLogKey(byte[], TableName, long, long, List<UUID>, long, long) - Constructor for class org.apache.hadoop.hbase.regionserver.wal.ReplayHLogKey
-
- replayRecoveredEditsIfAny(Path, Map<byte[], Long>, CancelableProgressable, MonitoredTask) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
-
Read the edits put under this region by wal splitting process.
- REPLICA_ID_DELIMITER - Static variable in class org.apache.hadoop.hbase.HRegionInfo
-
- REPLICA_ID_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo
-
- REPLICA_ID_FORMAT - Static variable in class org.apache.hadoop.hbase.HRegionInfo
-
- replicaId - Variable in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- replicaRegionsNotRecordedInMeta(Set<HRegionInfo>, MasterServices) - Static method in class org.apache.hadoop.hbase.master.AssignmentManager
-
Get a list of replica regions that are:
not recorded in meta yet.
- replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.regionserver.HBaseInterClusterReplicationEndpoint
-
Do the shipping logic
- 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.TestReplicationEndpoint.ReplicationEndpointForTest
-
- replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointReturningFalse
-
- replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointWithWALEntryFilter
-
- replicate(ReplicationEndpoint.ReplicateContext) - Method in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication.VisibilityReplicationEndPointForTest
-
- 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<AdminProtos.WALEntry>, CellScanner) - 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) - 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) - Method in class org.apache.hadoop.hbase.replication.regionserver.Replication
-
Carry on the list of log entries down to the sink
- replicateWALEntry(com.google.protobuf.RpcController, AdminProtos.ReplicateWALEntryRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-
- replicateWALEntry(com.google.protobuf.RpcController, AdminProtos.ReplicateWALEntryRequest, <any>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.Interface
-
rpc ReplicateWALEntry(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse);
- replicateWALEntry(com.google.protobuf.RpcController, AdminProtos.ReplicateWALEntryRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService
-
rpc ReplicateWALEntry(.ReplicateWALEntryRequest) returns (.ReplicateWALEntryResponse);
- replicateWALEntry(com.google.protobuf.RpcController, AdminProtos.ReplicateWALEntryRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.Stub
-
- replicateWALEntry(AdminProtos.AdminService.BlockingInterface, WAL.Entry[]) - 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 - Static variable in class org.apache.hadoop.hbase.HBaseInterfaceAudience
-
- Replication - Class in org.apache.hadoop.hbase.replication.regionserver
-
Gateway to Replication.
- Replication(Server, FileSystem, Path, Path) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.Replication
-
Instantiate the replication management (if rep is enabled).
- Replication() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.Replication
-
Empty constructor
- REPLICATION_CODEC_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
Configuration key for setting replication codec class name
- REPLICATION_ENABLE_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
-
- REPLICATION_ENABLE_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
- REPLICATION_QOS - Static variable in class org.apache.hadoop.hbase.HConstants
-
- REPLICATION_QUEUE_DESC - Static variable in interface org.apache.hadoop.hbase.ipc.MetricsHBaseServerSource
-
- REPLICATION_QUEUE_NAME - Static variable in interface org.apache.hadoop.hbase.ipc.MetricsHBaseServerSource
-
- REPLICATION_SCOPE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
- REPLICATION_SCOPE_BYTES - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
- REPLICATION_SCOPE_GLOBAL - Static variable in class org.apache.hadoop.hbase.HConstants
-
Scope tag for globally scoped data.
- REPLICATION_SCOPE_GLOBAL_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.WALProtos.ScopeType
-
REPLICATION_SCOPE_GLOBAL = 1;
- REPLICATION_SCOPE_LOCAL - Static variable in class org.apache.hadoop.hbase.HConstants
-
Scope tag for locally scoped data.
- REPLICATION_SCOPE_LOCAL_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.WALProtos.ScopeType
-
REPLICATION_SCOPE_LOCAL = 0;
- REPLICATION_SERVICE_CLASSNAME_DEFAULT - Static variable in class org.apache.hadoop.hbase.HConstants
-
- REPLICATION_SINK_SERVICE_CLASSNAME - Static variable in class org.apache.hadoop.hbase.HConstants
-
- REPLICATION_SOURCE_SERVICE_CLASSNAME - Static variable in class org.apache.hadoop.hbase.HConstants
-
- ReplicationAdmin - Class in org.apache.hadoop.hbase.client.replication
-
This class provides the administrative interface to HBase cluster
replication.
- ReplicationAdmin(Configuration) - Constructor for class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Constructor that creates a connection to the local ZooKeeper ensemble.
- replicationAdmin - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication
-
- 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
-
- ReplicationEndpointForTest() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointForTest
-
- REPLICATIONENDPOINTIMPL_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeer
-
- ReplicationEndpointReturningFalse() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointReturningFalse
-
- ReplicationEndpointWithWALEntryFilter() - Constructor for class org.apache.hadoop.hbase.replication.TestReplicationEndpoint.ReplicationEndpointWithWALEntryFilter
-
- ReplicationException - Exception in org.apache.hadoop.hbase.replication
-
An HBase Replication exception.
- ReplicationException() - Constructor for exception org.apache.hadoop.hbase.replication.ReplicationException
-
- ReplicationException(String) - Constructor for exception org.apache.hadoop.hbase.replication.ReplicationException
-
- ReplicationException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.replication.ReplicationException
-
- ReplicationException(Throwable) - Constructor for exception org.apache.hadoop.hbase.replication.ReplicationException
-
- ReplicationFactory - Class in org.apache.hadoop.hbase.replication
-
A factory class for instantiating replication objects that deal with replication state.
- ReplicationFactory() - Constructor for class org.apache.hadoop.hbase.replication.ReplicationFactory
-
- REPLICATIONGLOBAL - Static variable in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- REPLICATIONLAG_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ReplicationLoadSource
-
- ReplicationListener - Interface in org.apache.hadoop.hbase.replication
-
The replication listener interface can be implemented if a class needs to subscribe to events
generated by the ReplicationTracker.
- 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
- ReplicationLoadSink - Class in org.apache.hadoop.hbase.replication
-
A HBase ReplicationLoad to present MetricsSink information
- ReplicationLoadSink(long, long) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationLoadSink
-
- ReplicationLoadSource - Class in org.apache.hadoop.hbase.replication
-
A HBase ReplicationLoad to present MetricsSource information
- ReplicationLoadSource(String, long, int, long, long) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- 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
-
- ReplicationPeer - Interface in org.apache.hadoop.hbase.replication
-
ReplicationPeer manages enabled / disabled state for the peer.
- ReplicationPeer.PeerState - Enum in org.apache.hadoop.hbase.replication
-
State of the peer, whether it is enabled or not
- ReplicationPeerConfig - Class in org.apache.hadoop.hbase.replication
-
A configuration for the replication peer cluster.
- ReplicationPeerConfig() - Constructor for class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- ReplicationPeers - Interface in org.apache.hadoop.hbase.replication
-
This provides an interface for maintaining a set of peer clusters.
- ReplicationPeersZKImpl - Class in org.apache.hadoop.hbase.replication
-
This class provides an implementation of the ReplicationPeers interface using Zookeeper.
- ReplicationPeersZKImpl(ZooKeeperWatcher, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationPeersZKImpl
-
- ReplicationPeerZKImpl - Class in org.apache.hadoop.hbase.replication
-
- ReplicationPeerZKImpl(Configuration, String, ReplicationPeerConfig) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationPeerZKImpl
-
Constructor that takes all the objects required to communicate with the
specified peer, except for the region server addresses.
- ReplicationPeerZKImpl.PeerStateTracker - Class in org.apache.hadoop.hbase.replication
-
Tracker for state of this peer
- ReplicationPeerZKImpl.TableCFsTracker - Class in org.apache.hadoop.hbase.replication
-
Tracker for (table, cf-list) map of this peer
- ReplicationProtbufUtil - Class in org.apache.hadoop.hbase.protobuf
-
- ReplicationProtbufUtil() - Constructor for class org.apache.hadoop.hbase.protobuf.ReplicationProtbufUtil
-
- ReplicationQueueInfo - Class in org.apache.hadoop.hbase.replication
-
This class is responsible for the parsing logic for a znode representing a queue.
- ReplicationQueueInfo(String) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueueInfo
-
The passed znode will be either the id of the peer cluster or
the handling story of that queue in the form of id-servername-*
- ReplicationQueues - Interface in org.apache.hadoop.hbase.replication
-
This provides an interface for maintaining a region server's replication queues.
- ReplicationQueuesClient - Interface in org.apache.hadoop.hbase.replication
-
This provides an interface for clients of replication to view replication queues.
- ReplicationQueuesClientZKImpl - Class in org.apache.hadoop.hbase.replication
-
- ReplicationQueuesClientZKImpl(ZooKeeperWatcher, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueuesClientZKImpl
-
- ReplicationQueuesZKImpl - Class in org.apache.hadoop.hbase.replication
-
This class provides an implementation of the ReplicationQueues interface using Zookeeper.
- ReplicationQueuesZKImpl(ZooKeeperWatcher, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationQueuesZKImpl
-
- 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, Stoppable) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationSink
-
Create a sink for replication
- replicationSinkHandler - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
- 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(HConnection, 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.
- ReplicationSource - Class in org.apache.hadoop.hbase.replication.regionserver
-
Class that handles the source of a replication stream.
- ReplicationSource() - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
-
- ReplicationSource.LogsComparator - Class in org.apache.hadoop.hbase.replication.regionserver
-
Comparator used to compare logs together based on their start time
- ReplicationSourceDummy - Class in org.apache.hadoop.hbase.replication
-
Source that does nothing at all, helpful to test ReplicationSourceManager
- ReplicationSourceDummy() - Constructor for class org.apache.hadoop.hbase.replication.ReplicationSourceDummy
-
- replicationSourceHandler - Variable in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
- ReplicationSourceInterface - Interface in org.apache.hadoop.hbase.replication.regionserver
-
Interface that defines a replication source
- ReplicationSourceManager - Class in org.apache.hadoop.hbase.replication.regionserver
-
This class is responsible to manage all the replication
sources.
- ReplicationSourceManager(ReplicationQueues, ReplicationPeers, ReplicationTracker, Configuration, Server, FileSystem, Path, Path, UUID) - 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.
- ReplicationStateZKBase - Class in org.apache.hadoop.hbase.replication
-
This is a base class for maintaining replication state in zookeeper.
- ReplicationStateZKBase(ZooKeeperWatcher, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
-
- 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
- ReplicationTracker - Interface in org.apache.hadoop.hbase.replication
-
This is the interface for a Replication Tracker.
- ReplicationTrackerZKImpl - Class in org.apache.hadoop.hbase.replication
-
This class is a Zookeeper implementation of the ReplicationTracker interface.
- ReplicationTrackerZKImpl(ZooKeeperWatcher, ReplicationPeers, Configuration, Abortable, Stoppable) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationTrackerZKImpl
-
- ReplicationTrackerZKImpl.OtherRegionServerWatcher - Class in org.apache.hadoop.hbase.replication
-
Watcher used to be notified of the other region server's death in the local cluster.
- ReplicationTrackerZKImpl.PeersWatcher - Class in org.apache.hadoop.hbase.replication
-
Watcher used to follow the creation and deletion of peer clusters.
- REPLICATIONTYPE - Static variable in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- ReplicationWALReaderManager - Class in org.apache.hadoop.hbase.replication.regionserver
-
Wrapper class around WAL to help manage the implementation details
such as compression.
- ReplicationWALReaderManager(FileSystem, Configuration) - Constructor for class org.apache.hadoop.hbase.replication.regionserver.ReplicationWALReaderManager
-
Creates the helper but doesn't open any file
Use setInitialPosition after using the constructor if some content needs to be skipped
- replicationZNode - Variable in class org.apache.hadoop.hbase.replication.ReplicationStateZKBase
-
The name of the base znode that contains all replication state.
- REPLLOADSINK_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad
-
- REPLLOADSOURCE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad
-
- report(String) - Method in interface org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter
-
- report(HBaseFsck.ErrorReporter) - Method in class org.apache.hadoop.hbase.util.hbck.HFileCorruptionChecker
-
Print a human readable summary of hfile quarantining operations.
- REPORT_END_TIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad
-
- REPORT_START_TIME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad
-
- 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
-
- reportCompactionRequestStart(boolean) - Method in class org.apache.hadoop.hbase.regionserver.HRegion
-
- reporter - Variable in class org.apache.hadoop.hbase.wal.WALSplitter.OutputSink
-
- reportError(String) - Method in interface org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter
-
- reportError(HBaseFsck.ErrorReporter.ERROR_CODE, String) - Method in interface org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter
-
- reportError(HBaseFsck.ErrorReporter.ERROR_CODE, String, HBaseFsck.TableInfo) - Method in interface org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter
-
- reportError(HBaseFsck.ErrorReporter.ERROR_CODE, String, HBaseFsck.TableInfo, HBaseFsck.HbckInfo) - Method in interface org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter
-
- reportError(HBaseFsck.ErrorReporter.ERROR_CODE, String, HBaseFsck.TableInfo, HBaseFsck.HbckInfo, HBaseFsck.HbckInfo) - Method in interface org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter
-
- REPORTING_INTERVAL_MS - Static variable in class org.apache.hadoop.hbase.util.MultiThreadedAction
-
- reportOperationFromWal(long, long, long) - Method in class org.apache.hadoop.hbase.regionserver.ServerNonceManager
-
Reports the operation from WAL during replay.
- reportRegionStateTransition(RpcController, RegionServerStatusProtos.ReportRegionStateTransitionRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
-
- reportRegionStateTransition(RegionServerStatusProtos.RegionStateTransition.TransitionCode, long, HRegionInfo...) - Method in class org.apache.hadoop.hbase.master.TestAssignmentManagerOnCluster.MyRegionServer
-
- reportRegionStateTransition(RegionServerStatusProtos.RegionStateTransition.TransitionCode, long, HRegionInfo...) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
-
- reportRegionStateTransition(RegionServerStatusProtos.RegionStateTransition.TransitionCode, HRegionInfo...) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
-
- reportRegionStateTransition(RegionServerServices.RegionStateTransitionContext) - Method in class org.apache.hadoop.hbase.MockRegionServerServices
-
- reportRegionStateTransition(com.google.protobuf.RpcController, RegionServerStatusProtos.ReportRegionStateTransitionRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.BlockingInterface
-
- reportRegionStateTransition(com.google.protobuf.RpcController, RegionServerStatusProtos.ReportRegionStateTransitionRequest, <any>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.Interface
-
rpc ReportRegionStateTransition(.ReportRegionStateTransitionRequest) returns (.ReportRegionStateTransitionResponse);
- reportRegionStateTransition(com.google.protobuf.RpcController, RegionServerStatusProtos.ReportRegionStateTransitionRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService
-
rpc ReportRegionStateTransition(.ReportRegionStateTransitionRequest) returns (.ReportRegionStateTransitionResponse);
- reportRegionStateTransition(com.google.protobuf.RpcController, RegionServerStatusProtos.ReportRegionStateTransitionRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.Stub
-
- reportRegionStateTransition(RegionServerStatusProtos.RegionStateTransition.TransitionCode, HRegionInfo...) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
- reportRegionStateTransition(RegionServerStatusProtos.RegionStateTransition.TransitionCode, long, HRegionInfo...) - Method in class org.apache.hadoop.hbase.regionserver.HRegionServer
-
- 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
- reportRegionStateTransition(RegionServerStatusProtos.RegionStateTransition.TransitionCode, long, HRegionInfo...) - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
-
- reportRegionStateTransition(RegionServerStatusProtos.RegionStateTransition.TransitionCode, HRegionInfo...) - Method in interface org.apache.hadoop.hbase.regionserver.RegionServerServices
-
- reportRSFatalError(RpcController, RegionServerStatusProtos.ReportRSFatalErrorRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
-
- reportRSFatalError(com.google.protobuf.RpcController, RegionServerStatusProtos.ReportRSFatalErrorRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.BlockingInterface
-
- reportRSFatalError(com.google.protobuf.RpcController, RegionServerStatusProtos.ReportRSFatalErrorRequest, <any>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.Interface
-
rpc ReportRSFatalError(.ReportRSFatalErrorRequest) returns (.ReportRSFatalErrorResponse);
- reportRSFatalError(com.google.protobuf.RpcController, RegionServerStatusProtos.ReportRSFatalErrorRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService
-
rpc ReportRSFatalError(.ReportRSFatalErrorRequest) returns (.ReportRSFatalErrorResponse);
- reportRSFatalError(com.google.protobuf.RpcController, RegionServerStatusProtos.ReportRSFatalErrorRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.Stub
-
- reportSinkSuccess(ReplicationSinkManager.SinkPeer) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSinkManager
-
Report that a SinkPeer
successfully replicated a chunk of data.
- REQ_NUM_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Throttle
-
- REQ_SIZE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.Throttle
-
- 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
-
- REQUEST_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceCall
-
- REQUEST_KEY - Static variable in interface org.apache.hadoop.hbase.rest.MetricsRESTSource
-
- REQUEST_NUMBER_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.ThrottleType
-
REQUEST_NUMBER = 1;
- REQUEST_PARAM_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader
-
- REQUEST_SIZE_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.ThrottleType
-
REQUEST_SIZE = 2;
- requestCompaction(Region, String) - Method in interface org.apache.hadoop.hbase.regionserver.CompactionRequestor
-
- requestCompaction(Region, String, List<Pair<CompactionRequest, Store>>) - Method in interface org.apache.hadoop.hbase.regionserver.CompactionRequestor
-
- requestCompaction(Region, Store, String, CompactionRequest) - Method in interface org.apache.hadoop.hbase.regionserver.CompactionRequestor
-
- requestCompaction(Region, String, int, List<Pair<CompactionRequest, Store>>, User) - Method in interface org.apache.hadoop.hbase.regionserver.CompactionRequestor
-
- requestCompaction(Region, Store, String, int, CompactionRequest, User) - Method in interface org.apache.hadoop.hbase.regionserver.CompactionRequestor
-
- requestCompaction(Region, String) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- requestCompaction(Region, String, List<Pair<CompactionRequest, Store>>) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- requestCompaction(Region, Store, String, CompactionRequest) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- requestCompaction(Region, String, int, List<Pair<CompactionRequest, Store>>, User) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- requestCompaction(Region, Store, String, int, CompactionRequest, User) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- requestCompaction() - Method in class org.apache.hadoop.hbase.regionserver.HStore
-
- requestCompaction(int, CompactionRequest) - Method in class org.apache.hadoop.hbase.regionserver.HStore
-
- requestCompaction() - Method in interface org.apache.hadoop.hbase.regionserver.Store
-
- requestCompaction(int, CompactionRequest) - Method in interface org.apache.hadoop.hbase.regionserver.Store
-
- RequestConverter - Class in org.apache.hadoop.hbase.protobuf
-
Helper utility to build protocol buffer requests,
or build components for protocol buffer requests.
- requestDelayedFlush(Region, long, boolean) - Method in interface org.apache.hadoop.hbase.regionserver.FlushRequester
-
Tell the listener the cache needs to be flushed after a delay
- requestedSize() - Method in exception org.apache.hadoop.hbase.io.hfile.bucket.CacheFullException
-
- requestFlush(Region, boolean) - Method in interface org.apache.hadoop.hbase.regionserver.FlushRequester
-
Tell the listener the cache needs to be flushed.
- requestLogRoll() - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
-
- RequestQuoter(HttpServletRequest) - Constructor for class org.apache.hadoop.hbase.http.HttpServer.QuotingInputFilter.RequestQuoter
-
- requestRegionsMerge(Region, Region, boolean, long, User) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- requestRollAll() - Method in class org.apache.hadoop.hbase.regionserver.LogRoller
-
- REQUESTS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node
-
- REQUESTS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus
-
- 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.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.CompactSplitThread
-
- requestSplit(Region, byte[]) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- requestSplit(Region, byte[], User) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- requestSystemCompaction(Region, String) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- requestSystemCompaction(Region, Store, String) - Method in class org.apache.hadoop.hbase.regionserver.CompactSplitThread
-
- requireNamespacePermission(String, String, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessController
-
Checks that the user has the given global or namespace permission.
- requireNamespacePermission(String, String, TableName, Map<byte[], ? extends Collection<byte[]>>, Permission.Action...) - Method in class org.apache.hadoop.hbase.security.access.AccessController
-
Checks that the user has the given global or namespace permission.
- requiresLayout() - Method in class org.apache.hadoop.hbase.http.HttpRequestLogAppender
-
- reseek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore.MemStoreScanner
-
Move forward on the sub-lists set previously by seek.
- 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.StoreFileScanner
-
- reseek(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
-
- reseek(Cell) - Method in class org.apache.hadoop.hbase.util.CollectionBackedScanner
-
- reseekTo(byte[]) - Method in class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader.Scanner
-
- reseekTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderV2.AbstractScannerV2
-
- reseekTo(Cell) - Method in class org.apache.hadoop.hbase.io.hfile.HFileReaderV2.AbstractScannerV2
-
- reseekTo(byte[]) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
-
Deprecated.
- reseekTo(byte[], int, int) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
-
Deprecated.
- reseekTo(Cell) - Method in interface org.apache.hadoop.hbase.io.hfile.HFileScanner
-
- RESERVED_NAMESPACES - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
-
- RESERVED_NAMESPACES_BYTES - Static variable in class org.apache.hadoop.hbase.NamespaceDescriptor
-
- reset() - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.column.ColumnSectionWriter
-
- reset() - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.other.CellTypeEncoder
-
construct
- reset() - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.other.LongEncoder
-
- reset(OutputStream, boolean) - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.PrefixTreeEncoder
-
- reset(TokenizerNode) - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.row.RowNodeWriter
-
- reset() - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.row.RowSectionWriter
-
- reset() - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize.Tokenizer
-
- reset() - Method in class org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize.TokenizerNode
-
- reset() - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.Filter
-
Reset the state of the filter between rows.
- reset() - Method in class org.apache.hadoop.hbase.filter.FilterBase
-
Filters that are purely stateless and do nothing in their reset() methods can inherit
this null/empty implementation.
- reset() - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- reset() - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
-
- reset() - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.RandomRowFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.RowFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.SkipFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
-
- reset() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESDecryptor
-
- reset() - Method in class org.apache.hadoop.hbase.io.crypto.aes.AESEncryptor
-
- reset() - Method in interface org.apache.hadoop.hbase.io.crypto.Decryptor
-
Reset state, reinitialize with the key and iv
- reset() - Method in interface org.apache.hadoop.hbase.io.crypto.Encryptor
-
Reset state, reinitialize with the key and iv
- reset() - Method in class org.apache.hadoop.hbase.io.hfile.bucket.BucketCacheStats
-
- reset() - Method in class org.apache.hadoop.hbase.io.hfile.NanoTimer
-
Reset the timer.
- reset() - Method in class org.apache.hadoop.hbase.io.LimitInputStream
-
- reset() - Method in class org.apache.hadoop.hbase.ipc.PayloadCarryingRpcController
-
- reset() - Method in class org.apache.hadoop.hbase.ipc.ServerRpcController
-
- reset() - Method in class org.apache.hadoop.hbase.ipc.TimeLimitedRpcController
-
- reset() - Method in class org.apache.hadoop.hbase.procedure2.util.ByteSlot
-
- reset() - Method in interface org.apache.hadoop.hbase.regionserver.ColumnTracker
-
Resets the Matcher
- reset() - Method in interface org.apache.hadoop.hbase.regionserver.DeleteTracker
-
Called between rows.
- reset() - Method in class org.apache.hadoop.hbase.regionserver.ExplicitColumnTracker
-
- reset() - Method in class org.apache.hadoop.hbase.regionserver.ScanDeleteTracker
-
- reset() - Method in class org.apache.hadoop.hbase.regionserver.ScanQueryMatcher
-
- reset() - Method in class org.apache.hadoop.hbase.regionserver.ScanWildcardColumnTracker
-
- reset() - Method in class org.apache.hadoop.hbase.regionserver.wal.ProtobufLogReader
-
- reset() - Method in class org.apache.hadoop.hbase.regionserver.wal.SequenceFileLogReader
-
- reset() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
-
- reset() - Method in class org.apache.hadoop.hbase.security.visibility.VisibilityScanDeleteTracker
-
- reset() - Method in class org.apache.hadoop.hbase.types.StructBuilder
-
Reset the sequence of accumulated fields.
- reset() - Method in class org.apache.hadoop.hbase.util.byterange.ByteRangeSet
-
- reset() - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManager
-
- reset() - Static method in class org.apache.hadoop.hbase.util.EnvironmentEdgeManagerTestHelper
-
- reset() - Method in class org.apache.hadoop.hbase.util.LauncherSecurityManager
-
- reset() - Method in interface org.apache.hadoop.hbase.wal.WAL.Reader
-
- resetBuf(int) - Method in class org.apache.hadoop.hbase.codec.BaseDecoder.PBIS
-
- resetBuffer() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseStream
-
- resetBuffer() - Method in class org.apache.hadoop.hbase.rest.filter.GZIPResponseWrapper
-
- resetCacheConfig(Configuration) - Static method in class org.apache.hadoop.hbase.mapreduce.TableMapReduceUtil
-
Enable a basic on-heap cache for these jobs.
- resetCounters() - Static method in class org.apache.hadoop.hbase.SplitLogCounters
-
- resetEnvironmentEdge() - Static method in class org.apache.hadoop.hbase.regionserver.compactions.TestFIFOCompactionPolicy
-
- resetErrors() - Method in interface org.apache.hadoop.hbase.util.HBaseFsck.ErrorReporter
-
- resetFanIndex() - Method in class org.apache.hadoop.hbase.codec.prefixtree.decode.row.RowNodeReader
-
- resetKVHeap(List<? extends KeyValueScanner>, KeyValue.KVComparator) - 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.ZKProcedureCoordinatorRpcs
-
Delete znodes that are no longer in use.
- resetScannerStack(Cell) - Method in class org.apache.hadoop.hbase.regionserver.StoreScanner
-
- resetStartTick() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationThrottler
-
Reset the cycle start tick to NOW
- resetState() - Method in class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
-
- resetStates() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterObserver.CPMasterObserver
-
- resetStates() - Method in class org.apache.hadoop.hbase.coprocessor.TestRegionServerObserver.CPRegionServerObserver
-
- resetTest() - Method in class org.apache.hadoop.hbase.procedure.TestProcedureCoordinator
-
- resetTest() - Method in class org.apache.hadoop.hbase.procedure.TestProcedureMember
-
Reset all the mock objects
- resetToBeforeFirstEntry() - Method in class org.apache.hadoop.hbase.codec.prefixtree.decode.PrefixTreeArrayScanner
-
- resetToBeforeFirstEntry() - Method in interface org.apache.hadoop.hbase.codec.prefixtree.scanner.CellSearcher
-
Reset any state in the scanner so it appears it was freshly opened.
- resetUpdates() - Method in class org.apache.hadoop.hbase.procedure2.store.ProcedureStoreTracker.BitSetNode
-
- resetUpdates() - Method in class org.apache.hadoop.hbase.procedure2.store.ProcedureStoreTracker
-
- Resigned(ServerName, ZooKeeperProtos.SplitLogTask.RecoveryMode) - Constructor for class org.apache.hadoop.hbase.SplitLogTask.Resigned
-
- RESIGNED_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask.State
-
RESIGNED = 2;
- ResizableBlockCache - Interface in org.apache.hadoop.hbase.io.hfile
-
BlockCache which is resizable.
- resolve(List<String>) - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase.MockMapping
-
- ResourceBase - Class in org.apache.hadoop.hbase.rest
-
- ResourceBase() - Constructor for class org.apache.hadoop.hbase.rest.ResourceBase
-
- ResourceChecker - Class in org.apache.hadoop.hbase
-
Utility class to check the resources:
- log them before and after each test method
- check them against a minimum or maximum
- check that they don't leak during the test
- ResourceChecker(String) - Constructor for class org.apache.hadoop.hbase.ResourceChecker
-
Constructor
- ResourceCheckerJUnitListener - Class in org.apache.hadoop.hbase
-
Listen to the test progress and check the usage of:
- threads
- open file descriptor
- max open file descriptor
When surefire forkMode=once/always/perthread, this code is executed on the forked process.
- ResourceCheckerJUnitListener() - Constructor for class org.apache.hadoop.hbase.ResourceCheckerJUnitListener
-
- ResourceConfig - Class in org.apache.hadoop.hbase.rest
-
- ResourceConfig() - Constructor for class org.apache.hadoop.hbase.rest.ResourceConfig
-
- responder - Variable in class org.apache.hadoop.hbase.ipc.RpcServer
-
- Response - Class in org.apache.hadoop.hbase.rest.client
-
The HTTP result code, response headers, and body of a HTTP response.
- Response(int) - Constructor for class org.apache.hadoop.hbase.rest.client.Response
-
Constructor
- Response(int, Header[]) - Constructor for class org.apache.hadoop.hbase.rest.client.Response
-
Constructor
- Response(int, Header[], byte[]) - Constructor for class org.apache.hadoop.hbase.rest.client.Response
-
Constructor
- Response(int, Header[], byte[], InputStream) - Constructor for class org.apache.hadoop.hbase.rest.client.Response
-
Constructor
- RESPONSE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorResponse
-
- RESPONSE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.HelloResponse
-
- RESPONSE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.ipc.protobuf.generated.TestDelayedRpcProtos.TestResponse
-
- RESPONSE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.UpdateFavoredNodesResponse
-
- ResponseConverter - Class in org.apache.hadoop.hbase.protobuf
-
Helper utility to build protocol buffer responses,
or retrieve data from protocol buffer responses.
- responseQueue - Variable in class org.apache.hadoop.hbase.ipc.RpcServer.Connection
-
- REST_AUTHENTICATION_PRINCIPAL - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- REST_AUTHENTICATION_TYPE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- REST_DNS_INTERFACE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- REST_DNS_NAMESERVER - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- REST_KERBEROS_PRINCIPAL - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- REST_KEYTAB_FILE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- REST_SSL_ENABLED - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- REST_SSL_KEYSTORE_KEYPASSWORD - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- REST_SSL_KEYSTORE_PASSWORD - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- REST_SSL_KEYSTORE_STORE - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- REST_TEST_UTIL - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
-
- RESTApiClusterManager - Class in org.apache.hadoop.hbase
-
A ClusterManager implementation designed to control Cloudera Manager (http://www.cloudera.com)
clusters via REST API.
- restart(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
-
- restart(byte[]) - Method in class org.apache.hadoop.hbase.mapred.TableRecordReader
-
Restart from survivable exceptions by creating a new scanner.
- restart(byte[]) - Method in class org.apache.hadoop.hbase.mapred.TableRecordReaderImpl
-
Restart from survivable exceptions by creating a new scanner.
- restart(byte[]) - Method in class org.apache.hadoop.hbase.mapreduce.TableRecordReader
-
Restart from survivable exceptions by creating a new scanner.
- restart(byte[]) - Method in class org.apache.hadoop.hbase.mapreduce.TableRecordReaderImpl
-
Restart from survivable exceptions by creating a new scanner.
- restart(ProcedureExecutor<TEnv>) - Static method in class org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility
-
- restart(ProcedureExecutor<TEnv>, Runnable) - Static method in class org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility
-
- restart(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.RESTApiClusterManager
-
- RESTART_ACTIVE_MASTER_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
-
- RESTART_RANDOM_RS_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
-
- RESTART_RS_HOLDING_META_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
-
- RestartActionBaseAction - Class in org.apache.hadoop.hbase.chaos.actions
-
Base class for restarting HBaseServer's
- RestartActionBaseAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartActionBaseAction
-
- RestartActiveMasterAction - Class in org.apache.hadoop.hbase.chaos.actions
-
Action that tries to restart the active master.
- RestartActiveMasterAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartActiveMasterAction
-
- restartHBaseCluster(int) - Method in class org.apache.hadoop.hbase.HBaseTestingUtility
-
Starts the hbase cluster up again after shutting it down previously in a
test.
- RestartMetaTest - Class in org.apache.hadoop.hbase.util
-
A command-line tool that spins up a local process-based cluster, loads
some data, restarts the regionserver holding hbase:meta, and verifies that the
cluster recovers.
- RestartMetaTest() - Constructor for class org.apache.hadoop.hbase.util.RestartMetaTest
-
- RestartRandomRsAction - Class in org.apache.hadoop.hbase.chaos.actions
-
Action that restarts a random HRegionServer
- RestartRandomRsAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartRandomRsAction
-
- RestartRandomRsExceptMetaAction - Class in org.apache.hadoop.hbase.chaos.actions
-
- RestartRandomRsExceptMetaAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartRandomRsExceptMetaAction
-
- RestartRsHoldingMetaAction - Class in org.apache.hadoop.hbase.chaos.actions
-
Action that tries to restart the HRegionServer holding Meta.
- RestartRsHoldingMetaAction(long) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartRsHoldingMetaAction
-
- RestartRsHoldingTableAction - Class in org.apache.hadoop.hbase.chaos.actions
-
Action that restarts an HRegionServer holding one of the regions of the table.
- RestartRsHoldingTableAction(long, String) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RestartRsHoldingTableAction
-
- restoreAdmin() - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
-
- restoreCluster() - Method in class org.apache.hadoop.hbase.IntegrationTestingUtility
-
Restores the cluster to the initial state if it is a distributed cluster, otherwise, shutdowns the
mini cluster.
- restoreClusterStatus(ClusterStatus) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
-
- restoreClusterStatus(ClusterStatus) - Method in class org.apache.hadoop.hbase.HBaseCluster
-
Restores the cluster to given state if this is a real cluster,
otherwise does nothing.
- restoreEdit(Store, Cell) - 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.
- restoreInitialStatus() - Method in class org.apache.hadoop.hbase.HBaseCluster
-
Restores the cluster to it's initial state if this is a real cluster,
otherwise does nothing.
- restoreMasters(ClusterStatus, ClusterStatus) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
-
- restoreRegionServers(ClusterStatus, ClusterStatus) - Method in class org.apache.hadoop.hbase.DistributedHBaseCluster
-
- restoreSnapshot(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(String, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(byte[], boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(String, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(RpcController, MasterProtos.RestoreSnapshotRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
-
Execute Restore/Clone snapshot operation.
- restoreSnapshot(HBaseProtos.SnapshotDescription) - Method in class org.apache.hadoop.hbase.master.snapshot.SnapshotManager
-
Restore the specified snapshot
- restoreSnapshot(com.google.protobuf.RpcController, MasterProtos.RestoreSnapshotRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.BlockingInterface
-
- restoreSnapshot(com.google.protobuf.RpcController, MasterProtos.RestoreSnapshotRequest, <any>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.Interface
-
rpc RestoreSnapshot(.RestoreSnapshotRequest) returns (.RestoreSnapshotResponse);
- restoreSnapshot(com.google.protobuf.RpcController, MasterProtos.RestoreSnapshotRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService
-
rpc RestoreSnapshot(.RestoreSnapshotRequest) returns (.RestoreSnapshotResponse);
- restoreSnapshot(com.google.protobuf.RpcController, MasterProtos.RestoreSnapshotRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.Stub
-
- RestoreSnapshotException - Exception in org.apache.hadoop.hbase.snapshot
-
Thrown when a snapshot could not be restored due to a server-side error when restoring it.
- RestoreSnapshotException(String, HBaseProtos.SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
-
- RestoreSnapshotException(String, Throwable, HBaseProtos.SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
-
- RestoreSnapshotException(String) - Constructor for exception org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
-
- RestoreSnapshotException(String, Exception) - Constructor for exception org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
-
- RestoreSnapshotHandler - Class in org.apache.hadoop.hbase.master.snapshot
-
Handler to Restore a snapshot.
- RestoreSnapshotHandler(MasterServices, HBaseProtos.SnapshotDescription, HTableDescriptor) - Constructor for class org.apache.hadoop.hbase.master.snapshot.RestoreSnapshotHandler
-
- RestoreSnapshotHelper - Class in org.apache.hadoop.hbase.snapshot
-
Helper to Restore/Clone a Snapshot
- RestoreSnapshotHelper(Configuration, FileSystem, SnapshotManifest, HTableDescriptor, Path, ForeignExceptionDispatcher, MonitoredTask) - Constructor for class org.apache.hadoop.hbase.snapshot.RestoreSnapshotHelper
-
- RestoreSnapshotHelper(Configuration, FileSystem, SnapshotManifest, HTableDescriptor, 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.
- RESTServer - Class in org.apache.hadoop.hbase.rest
-
Main class for launching REST gateway as a servlet hosted by Jetty.
- RESTServer() - Constructor for class org.apache.hadoop.hbase.rest.RESTServer
-
- RESTServlet - Class in org.apache.hadoop.hbase.rest
-
Singleton class encapsulating global REST servlet state and functions.
- RESTServletContainer - Class in org.apache.hadoop.hbase.rest
-
REST servlet container.
- RESTServletContainer() - Constructor for class org.apache.hadoop.hbase.rest.RESTServletContainer
-
- RESTVERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version
-
- resubmitTask(String, SplitLogManager.Task, SplitLogManager.ResubmitDirective) - Method in interface org.apache.hadoop.hbase.coordination.SplitLogManagerCoordination
-
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
-
- Result - Class in org.apache.hadoop.hbase.client
-
Single row result of a
Get
or
Scan
query.
- Result() - Constructor for class org.apache.hadoop.hbase.client.Result
-
Creates an empty Result w/ no KeyValue payload; returns null if you call
Result.rawCells()
.
- Result(KeyValue[]) - Constructor for class org.apache.hadoop.hbase.client.Result
-
- Result(List<KeyValue>) - Constructor for class org.apache.hadoop.hbase.client.Result
-
- RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
-
- RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorResponse
-
- RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.GetResponse
-
- RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutateResponse
-
- RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ResultOrException
-
- RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetProcedureResultResponse
-
- RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos.Procedure
-
- RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.VisibilityLabelsProtos.VisibilityLabelsResponse
-
- ResultBoundedCompletionService<V> - Class in org.apache.hadoop.hbase.client
-
A completion service for the RpcRetryingCallerFactory.
- ResultBoundedCompletionService(RpcRetryingCallerFactory, Executor, int) - Constructor for class org.apache.hadoop.hbase.client.ResultBoundedCompletionService
-
- resultFromHBase(Result) - Static method in class org.apache.hadoop.hbase.thrift2.ThriftUtilities
-
- ResultGenerator - Class in org.apache.hadoop.hbase.rest
-
- ResultGenerator() - Constructor for class org.apache.hadoop.hbase.rest.ResultGenerator
-
- RESULTOREXCEPTION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionActionResult
-
- RESULTS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanResponse
-
- ResultScanner - Interface in org.apache.hadoop.hbase.client
-
Interface for client-side scanning.
- ResultScannerWrapper(ResultScanner, boolean) - Constructor for class org.apache.hadoop.hbase.thrift.ThriftServerRunner.ResultScannerWrapper
-
- ResultSerialization - Class in org.apache.hadoop.hbase.mapreduce
-
- ResultSerialization() - Constructor for class org.apache.hadoop.hbase.mapreduce.ResultSerialization
-
- resultsFromHBase(Result[]) - Static method in class org.apache.hadoop.hbase.thrift2.ThriftUtilities
-
Converts multiple
Result
s (HBase) into a list of
TResult
s (Thrift).
- ResultStatsUtil - Class in org.apache.hadoop.hbase.client
-
A
Result
with some statistics about the server/region status
- resume(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.HBaseClusterManager
-
- resume(String) - Method in interface org.apache.hadoop.hbase.monitoring.MonitoredTask
-
- resume(ClusterManager.ServiceType, String, int) - Method in class org.apache.hadoop.hbase.RESTApiClusterManager
-
- resumeEncoding() - Method in class org.apache.hadoop.hbase.util.Base64.Base64OutputStream
-
Resumes encoding of the stream.
- retainAll(Collection<?>) - Method in class org.apache.hadoop.hbase.regionserver.CellSkipListSet
-
- retainAll(Collection<?>) - Method in class org.apache.hadoop.hbase.thrift.CallQueue
-
- retainAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.ConcatenatedLists
-
- retainAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.ConstantDelayQueue
-
- retainAll(Collection<?>) - Method in class org.apache.hadoop.hbase.util.SortedCopyOnWriteSet
-
- retainAssignment(Map<HRegionInfo, 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<HRegionInfo, ServerName>, List<ServerName>) - Method in interface org.apache.hadoop.hbase.master.LoadBalancer
-
Assign regions to the previously hosting region server
- retainAssignment(Map<HRegionInfo, ServerName>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.TestAssignmentManager.MockedLoadBalancer
-
- 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.CloneSnapshotHandler
-
- rethrowExceptionIfFailed() - Method in class org.apache.hadoop.hbase.master.snapshot.RestoreSnapshotHandler
-
- rethrowExceptionIfFailed() - Method in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
-
- rethrowExceptionIfFailed() - Method in interface org.apache.hadoop.hbase.master.SnapshotSentinel
-
- rethrowIfInterrupt(Throwable) - Static method in class org.apache.hadoop.hbase.util.ExceptionUtil
-
- RETRIES_BY_SERVER_KEY - Static variable in class org.apache.hadoop.hbase.client.HConnectionManager
-
Deprecated.
- RetriesExhaustedException - Exception in org.apache.hadoop.hbase.client
-
Exception thrown by HTable methods when an attempt to do something (like
commit changes) fails after a bunch of retries.
- RetriesExhaustedException(String) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedException
-
- RetriesExhaustedException(String, IOException) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedException
-
- RetriesExhaustedException(String, int, List<Throwable>) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedException
-
Create a new RetriesExhaustedException from the list of prior failures.
- RetriesExhaustedException(int, List<RetriesExhaustedException.ThrowableWithExtraContext>) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedException
-
Create a new RetriesExhaustedException from the list of prior failures.
- RetriesExhaustedException.ThrowableWithExtraContext - Class in org.apache.hadoop.hbase.client
-
Datastructure that allows adding more info around Throwable incident.
- RetriesExhaustedWithDetailsException - Exception in org.apache.hadoop.hbase.client
-
This subclass of
RetriesExhaustedException
is thrown when we have more information about which rows were causing which
exceptions on what servers.
- RetriesExhaustedWithDetailsException(List<Throwable>, List<Row>, List<String>) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- retrieveGetCounterWithStringsParams(TaskAttemptContext) - Static method in class org.apache.hadoop.hbase.mapreduce.TableRecordReaderImpl
-
In new mapreduce APIs, TaskAttemptContext has two getCounter methods
Check if getCounter(String, String) method is available.
- retrievePassword(AuthenticationTokenIdentifier) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSecretManager
-
- RETRY_BACKOFF - Static variable in class org.apache.hadoop.hbase.HConstants
-
Retrying we multiply hbase.client.pause setting by what we have in this array until we
run out of array items.
- RetryConfig() - Constructor for class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
-
- RetryConfig(int, long, long, TimeUnit, RetryCounter.BackoffPolicy) - Constructor for class org.apache.hadoop.hbase.util.RetryCounter.RetryConfig
-
- RetryCounter - Class in org.apache.hadoop.hbase.util
-
- RetryCounter(int, long, TimeUnit) - Constructor for class org.apache.hadoop.hbase.util.RetryCounter
-
- RetryCounter(RetryCounter.RetryConfig) - Constructor for class org.apache.hadoop.hbase.util.RetryCounter
-
- RetryCounter.BackoffPolicy - Class in org.apache.hadoop.hbase.util
-
Policy for calculating sleeping intervals between retry attempts
- RetryCounter.ExponentialBackoffPolicy - Class in org.apache.hadoop.hbase.util
-
- RetryCounter.ExponentialBackoffPolicyWithLimit - Class in org.apache.hadoop.hbase.util
-
- RetryCounter.RetryConfig - Class in org.apache.hadoop.hbase.util
-
Configuration for a retry counter
- retryCounterFactory - Variable in class org.apache.hadoop.hbase.HBaseClusterManager
-
- RetryCounterFactory - Class in org.apache.hadoop.hbase.util
-
- RetryCounterFactory(int, int) - Constructor for class org.apache.hadoop.hbase.util.RetryCounterFactory
-
- RetryCounterFactory(int, int, int) - Constructor for class org.apache.hadoop.hbase.util.RetryCounterFactory
-
- RetryCounterFactory(RetryCounter.RetryConfig) - Constructor for class org.apache.hadoop.hbase.util.RetryCounterFactory
-
- RetryingCallable<T> - Interface in org.apache.hadoop.hbase.client
-
A Callable that will be retried.
- RETURN_DATA_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.ExecProcedureResponse
-
- returnCompressor(Compressor) - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
-
- returnDecompressor(Decompressor) - Method in enum org.apache.hadoop.hbase.io.compress.Compression.Algorithm
-
- returnRegions(List<HRegionInfo>) - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase
-
- returnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase
-
- returnServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.BalancerTestBase
-
- ReusableGzipOutputStream(OutputStream) - Constructor for class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec.ReusableGzipOutputStream
-
- ReusablePool(int) - Constructor for class org.apache.hadoop.hbase.util.PoolMap.ReusablePool
-
- ReusableStreamGzipCodec - Class in org.apache.hadoop.hbase.io.compress
-
Fixes an inefficiency in Hadoop's Gzip codec, allowing to reuse compression
streams.
- ReusableStreamGzipCodec() - Constructor for class org.apache.hadoop.hbase.io.compress.ReusableStreamGzipCodec
-
- ReusableStreamGzipCodec.ReusableGzipOutputStream - Class in org.apache.hadoop.hbase.io.compress
-
A bridge that wraps around a DeflaterOutputStream to make it a
CompressionOutputStream.
- reversed - Variable in class org.apache.hadoop.hbase.filter.Filter
-
- reversed - Variable in class org.apache.hadoop.hbase.thrift.generated.TScan
-
- reversed - Variable in class org.apache.hadoop.hbase.thrift2.generated.TScan
-
- REVERSED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan
-
- ReversedClientScanner - Class in org.apache.hadoop.hbase.client
-
A reversed client scanner which support backward scanning
- ReversedClientScanner(Configuration, Scan, TableName, ClusterConnection, RpcRetryingCallerFactory, RpcControllerFactory, ExecutorService, int) - Constructor for class org.apache.hadoop.hbase.client.ReversedClientScanner
-
Create a new ReversibleClientScanner for the specified table Note that the
passed
Scan
's start row maybe changed.
- ReversedKeyValueHeap - Class in org.apache.hadoop.hbase.regionserver
-
ReversedKeyValueHeap is used for supporting reversed scanning.
- ReversedKeyValueHeap(List<? extends KeyValueScanner>, KeyValue.KVComparator) - Constructor for class org.apache.hadoop.hbase.regionserver.ReversedKeyValueHeap
-
- reverseDNS(InetAddress) - Method in class org.apache.hadoop.hbase.mapreduce.TableInputFormatBase
-
- ReversedScannerCallable - Class in org.apache.hadoop.hbase.client
-
A reversed ScannerCallable which supports backward scanning.
- ReversedScannerCallable(ClusterConnection, TableName, Scan, ScanMetrics, byte[], RpcControllerFactory) - Constructor for class org.apache.hadoop.hbase.client.ReversedScannerCallable
-
- ReversedScannerCallable(ClusterConnection, TableName, Scan, ScanMetrics, byte[], RpcControllerFactory, int) - Constructor for class org.apache.hadoop.hbase.client.ReversedScannerCallable
-
- ReversedScannerCallable(ClusterConnection, TableName, Scan, ScanMetrics, byte[]) - Constructor for class org.apache.hadoop.hbase.client.ReversedScannerCallable
-
- ReversibleCellScanner - Interface in org.apache.hadoop.hbase.codec.prefixtree.scanner
-
An extension of CellScanner indicating the scanner supports iterating backwards through cells.
- REVISION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.RPCProtos.VersionInfo
-
- revoke(com.google.protobuf.RpcController, AccessControlProtos.RevokeRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.AccessControlService.BlockingInterface
-
- revoke(com.google.protobuf.RpcController, AccessControlProtos.RevokeRequest, <any>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.AccessControlService.Interface
-
rpc Revoke(.RevokeRequest) returns (.RevokeResponse);
- revoke(com.google.protobuf.RpcController, AccessControlProtos.RevokeRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.AccessControlService
-
rpc Revoke(.RevokeRequest) returns (.RevokeResponse);
- revoke(com.google.protobuf.RpcController, AccessControlProtos.RevokeRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.AccessControlService.Stub
-
- revoke(AccessControlProtos.AccessControlService.BlockingInterface, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
A utility used to revoke a user's global permissions.
- revoke(AccessControlProtos.AccessControlService.BlockingInterface, String, TableName, byte[], byte[], Permission.Action...) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
A utility used to revoke a user's table permissions.
- revoke(AccessControlProtos.AccessControlService.BlockingInterface, String, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
A utility used to revoke a user's namespace permissions.
- revoke(Connection, TableName, String, byte[], byte[], Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Revokes the permission on the table
- revoke(Connection, String, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Revokes the permission on the table for the specified user.
- revoke(Connection, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Revoke global permissions for the specified user.
- revoke(Configuration, TableName, String, byte[], byte[], Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
- revoke(Configuration, String, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
- revoke(Configuration, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
- revoke(RpcController, AccessControlProtos.RevokeRequest, <any>) - Method in class org.apache.hadoop.hbase.security.access.AccessController
-
- revokeFromNamespace(HBaseTestingUtility, String, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.SecureTestUtil
-
Revoke permissions on a namespace from the given user.
- revokeFromNamespaceUsingAccessControlClient(HBaseTestingUtility, Connection, String, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.SecureTestUtil
-
Revoke permissions on a namespace from the given user using AccessControl Client.
- revokeFromTable(HBaseTestingUtility, String, TableName, byte[], byte[], Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.SecureTestUtil
-
Revoke permissions on a table from the given user.
- revokeFromTableUsingAccessControlClient(HBaseTestingUtility, Connection, String, TableName, byte[], byte[], Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.SecureTestUtil
-
Revoke permissions on a table from the given user using AccessControlClient.
- revokeGlobal(HBaseTestingUtility, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.SecureTestUtil
-
Revoke permissions globally from the given user.
- revokeGlobalUsingAccessControlClient(HBaseTestingUtility, Connection, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.SecureTestUtil
-
Revoke global permissions from the given user using AccessControlClient.
- rewind() - Method in class org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeSeeker
-
- rewind() - Method in interface org.apache.hadoop.hbase.io.encoding.DataBlockEncoder.EncodedSeeker
-
Set position to beginning of given block
- rewindThenToList(ByteBuffer, boolean, boolean) - Static method in class org.apache.hadoop.hbase.KeyValueTestUtil
-
- RIT_COUNT_NAME - Static variable in interface org.apache.hadoop.hbase.master.MetricsAssignmentManagerSource
-
- RIT_COUNT_OVER_THRESHOLD_NAME - Static variable in interface org.apache.hadoop.hbase.master.MetricsAssignmentManagerSource
-
- RIT_OLDEST_AGE_NAME - Static variable in interface org.apache.hadoop.hbase.master.MetricsAssignmentManagerSource
-
- 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
-
- RNG_ALGORITHM_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.aes.AES
-
- RNG_PROVIDER_KEY - Static variable in class org.apache.hadoop.hbase.io.crypto.aes.AES
-
- ROLL_REQUESTED - Static variable in interface org.apache.hadoop.hbase.regionserver.wal.MetricsWALSource
-
- ROLL_REQUESTED_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.wal.MetricsWALSource
-
- rollback(Void) - Method in class org.apache.hadoop.hbase.master.procedure.TestMasterProcedureQueue.TestTableProcedure
-
- rollback(TEnvironment) - Method in class org.apache.hadoop.hbase.procedure2.Procedure
-
The code to undo what done by the execute() code.
- rollback(Void) - Method in class org.apache.hadoop.hbase.procedure2.ProcedureTestingUtility.TestProcedure
-
- rollback(TEnvironment) - Method in class org.apache.hadoop.hbase.procedure2.StateMachineProcedure
-
- rollback(Void) - Method in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore.TestSequentialProcedure
-
- rollback(Void) - Method in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution.TestFaultyRollback
-
- rollback(Void) - Method in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution.TestSequentialProcedure
-
- rollback(Void) - Method in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution.TestWaitingProcedure
-
- rollback(Void) - Method in class org.apache.hadoop.hbase.procedure2.TestProcedureExecution.TestWaitingProcedure.TestWaitChild
-
- rollback(Void) - Method in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery.BaseTestStepProcedure
-
- rollback(Void) - Method in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery.TestSingleStepProcedure
-
- rollback(TestProcedureReplayOrder.TestProcedureEnv) - Method in class org.apache.hadoop.hbase.procedure2.TestProcedureReplayOrder.TestSingleStepProcedure
-
- rollback(TestProcedureReplayOrder.TestProcedureEnv) - Method in class org.apache.hadoop.hbase.procedure2.TestProcedureReplayOrder.TestTwoStepProcedure
-
- rollback(Cell) - Method in class org.apache.hadoop.hbase.regionserver.DefaultMemStore
-
Remove n key from the memstore.
- rollback(Cell) - Method in class org.apache.hadoop.hbase.regionserver.HStore
-
- rollback(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.MemStore
-
Remove n key from the memstore.
- rollback(Server, RegionServerServices) - Method in interface org.apache.hadoop.hbase.regionserver.RegionMergeTransaction
-
- rollback(Server, RegionServerServices, User) - Method in interface org.apache.hadoop.hbase.regionserver.RegionMergeTransaction
-
Roll back a failed transaction
- rollback(RegionMergeTransaction, RegionMergeTransaction.RegionMergeTransactionPhase, RegionMergeTransaction.RegionMergeTransactionPhase) - Method in interface org.apache.hadoop.hbase.regionserver.RegionMergeTransaction.TransactionListener
-
Invoked when rolling back a transaction from one transaction phase to the
previous
- rollback(Server, RegionServerServices) - Method in class org.apache.hadoop.hbase.regionserver.RegionMergeTransactionImpl
-
- rollback(Server, RegionServerServices, User) - Method in class org.apache.hadoop.hbase.regionserver.RegionMergeTransactionImpl
-
- rollback(Server, RegionServerServices) - Method in interface org.apache.hadoop.hbase.regionserver.SplitTransaction
-
- rollback(Server, RegionServerServices, User) - Method in interface org.apache.hadoop.hbase.regionserver.SplitTransaction
-
Roll back a failed transaction
- rollback(SplitTransaction, SplitTransaction.SplitTransactionPhase, SplitTransaction.SplitTransactionPhase) - Method in interface org.apache.hadoop.hbase.regionserver.SplitTransaction.TransactionListener
-
Invoked when rolling back a transaction from one transaction phase to the
previous
- rollback(Server, RegionServerServices) - Method in class org.apache.hadoop.hbase.regionserver.SplitTransactionImpl
-
- rollback(Server, RegionServerServices, User) - Method in class org.apache.hadoop.hbase.regionserver.SplitTransactionImpl
-
- rollback(Cell) - Method in interface org.apache.hadoop.hbase.regionserver.Store
-
Removes a Cell from the memstore.
- rollback(Server, RegionServerServices) - Method in class org.apache.hadoop.hbase.regionserver.TestSplitTransactionOnCluster.MockedSplitTransaction
-
- rollback(MasterProcedureEnv) - Method in class org.apache.hadoop.hbase.security.access.TestAccessController.TestTableDDLProcedure
-
- rollbackRegionReplayEditsSize(byte[]) - Method in class org.apache.hadoop.hbase.regionserver.RegionServerAccounting
-
Roll back the global MemStore size for a specified region when this region
can't be opened.
- rollbackState(MasterProcedureEnv, MasterProcedureProtos.AddColumnFamilyState) - Method in class org.apache.hadoop.hbase.master.procedure.AddColumnFamilyProcedure
-
- rollbackState(MasterProcedureEnv, MasterProcedureProtos.CreateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.CreateTableProcedure
-
- rollbackState(MasterProcedureEnv, MasterProcedureProtos.DeleteColumnFamilyState) - Method in class org.apache.hadoop.hbase.master.procedure.DeleteColumnFamilyProcedure
-
- 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.ModifyColumnFamilyState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyColumnFamilyProcedure
-
- rollbackState(MasterProcedureEnv, MasterProcedureProtos.ModifyTableState) - Method in class org.apache.hadoop.hbase.master.procedure.ModifyTableProcedure
-
- rollbackState(MasterProcedureEnv, MasterProcedureProtos.CreateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.TestCreateTableProcedure.FaultyCreateTableProcedure
-
- rollbackState(MasterProcedureEnv, MasterProcedureProtos.TruncateTableState) - Method in class org.apache.hadoop.hbase.master.procedure.TruncateTableProcedure
-
- rollbackState(TEnvironment, TState) - Method in class org.apache.hadoop.hbase.procedure2.StateMachineProcedure
-
called to perform the rollback of the specified state
- rollbackState(Void, TestProcedureRecovery.TestStateMachineProcedure.State) - Method in class org.apache.hadoop.hbase.procedure2.TestProcedureRecovery.TestStateMachineProcedure
-
- ROLLEDBACK_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos.ProcedureState
-
ROLLEDBACK = 5;
- rollHLogWriter(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- ROLLING_BATCH_RESTART_RS_RATIO - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
-
- ROLLING_BATCH_RESTART_RS_SLEEP_TIME - Static variable in interface org.apache.hadoop.hbase.chaos.factories.MonkeyConstants
-
- RollingBatchRestartRsAction - Class in org.apache.hadoop.hbase.chaos.actions
-
Restarts a ratio of the regionservers in a rolling fashion.
- RollingBatchRestartRsAction(long, float) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsAction
-
- RollingBatchRestartRsAction(long, float, int) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsAction
-
- RollingBatchRestartRsExceptMetaAction - Class in org.apache.hadoop.hbase.chaos.actions
-
- RollingBatchRestartRsExceptMetaAction(long, float, int) - Constructor for class org.apache.hadoop.hbase.chaos.actions.RollingBatchRestartRsExceptMetaAction
-
- rollMetricsPeriod() - Method in class org.apache.hadoop.hbase.io.hfile.CacheStats
-
- rollWALWriter(ServerName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Roll the log writer.
- rollWALWriter(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- rollWALWriter(com.google.protobuf.RpcController, AdminProtos.RollWALWriterRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface
-
- rollWALWriter(com.google.protobuf.RpcController, AdminProtos.RollWALWriterRequest, <any>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.Interface
-
rpc RollWALWriter(.RollWALWriterRequest) returns (.RollWALWriterResponse);
- rollWALWriter(com.google.protobuf.RpcController, AdminProtos.RollWALWriterRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService
-
rpc RollWALWriter(.RollWALWriterRequest) returns (.RollWALWriterResponse);
- rollWALWriter(com.google.protobuf.RpcController, AdminProtos.RollWALWriterRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.Stub
-
- 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.FSHLog
-
- rollWriter(boolean) - Method in class org.apache.hadoop.hbase.regionserver.wal.FSHLog
-
- 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.
- rollWriterForTesting() - Method in class org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore
-
- root - Variable in class org.apache.hadoop.hbase.codec.prefixtree.encode.tokenize.Tokenizer
-
- ROOT_INDEX_SIZE_KB_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad
-
- rootBlockContainingKey(byte[], int, int) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader
-
Finds the root-level index block containing the given key.
- rootBlockContainingKey(Cell) - Method in class org.apache.hadoop.hbase.io.hfile.HFileBlockIndex.BlockIndexReader
-
Finds the root-level index block containing the given key.
- rootDir - Variable in class org.apache.hadoop.hbase.mapreduce.TableSnapshotInputFormatTestBase
-
- rootDir - Variable in class org.apache.hadoop.hbase.master.snapshot.TakeSnapshotHandler
-
- rootDir - Variable in class org.apache.hadoop.hbase.wal.WALSplitter
-
- ROOTINDEXSIZEKB_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region
-
- RootResource - Class in org.apache.hadoop.hbase.rest
-
- RootResource() - Constructor for class org.apache.hadoop.hbase.rest.RootResource
-
Constructor
- roundRobinAssignment(List<HRegionInfo>, 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<HRegionInfo>, List<ServerName>) - Method in class org.apache.hadoop.hbase.master.balancer.FavoredNodeLoadBalancer
-
- roundRobinAssignment(List<HRegionInfo>, 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
- row - Variable in class org.apache.hadoop.hbase.client.Mutation
-
- row - Variable in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- row - Variable in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- Row - Interface in org.apache.hadoop.hbase.client
-
Has a row.
- ROW - Static variable in class org.apache.hadoop.hbase.coprocessor.TestRegionObserverInterface
-
- row - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
-
- row - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
-
- row - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
-
- row - Static variable in class org.apache.hadoop.hbase.replication.TestReplicationBase
-
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.BatchMutation
-
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.atomicIncrement_args
-
row to increment
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.checkAndPut_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAll_args
-
Row to update
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRow_args
-
key of the row to be completely deleted.
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllRowTs_args
-
key of the row to be completely deleted.
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.deleteAllTs_args
-
Row to update
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.get_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRegionInfo_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRow_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowOrBefore_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowTs_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumns_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowWithColumnsTs_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVer_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getVerTs_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRow_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowTs_args
-
row key
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.TAppend
-
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.TIncrement
-
- row - Variable in class org.apache.hadoop.hbase.thrift.generated.TRowResult
-
- row - Variable in class org.apache.hadoop.hbase.thrift2.generated.TAppend
-
- row - Variable in class org.apache.hadoop.hbase.thrift2.generated.TDelete
-
- row - Variable in class org.apache.hadoop.hbase.thrift2.generated.TGet
-
- row - Variable in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndDelete_args
-
row to check
- row - Variable in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_args
-
row to check
- row - Variable in class org.apache.hadoop.hbase.thrift2.generated.TIncrement
-
- row - Variable in class org.apache.hadoop.hbase.thrift2.generated.TPut
-
- row - Variable in class org.apache.hadoop.hbase.thrift2.generated.TResult
-
- row - Variable in class org.apache.hadoop.hbase.thrift2.generated.TRowMutations
-
- row1 - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabels
-
- row1 - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication
-
- ROW1_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
-
- row2 - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegion
-
- row2 - Variable in class org.apache.hadoop.hbase.regionserver.TestHRegionReplayEvents
-
- row2 - Variable in class org.apache.hadoop.hbase.regionserver.TestRegionReplicaFailover
-
- row2 - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabels
-
- row2 - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication
-
- ROW2_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest
-
- row3 - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabels
-
- row3 - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication
-
- row4 - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabels
-
- row4 - Static variable in class org.apache.hadoop.hbase.security.visibility.TestVisibilityLabelsReplication
-
- ROW_01 - Static variable in class org.apache.hadoop.hbase.client.TestPutDotHas
-
- ROW_1 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
-
- ROW_2 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
-
- ROW_3 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
-
- ROW_4 - Static variable in class org.apache.hadoop.hbase.rest.RowResourceBase
-
- ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.FriendsOfFriendsProcessorRequest
-
- ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.IncCounterProcessorRequest
-
- ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.TimeoutProcessorRequest
-
- ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell
-
- ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.CellProtos.KeyValue
-
- ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Condition
-
- ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceCall
-
- ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Get
-
- ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto
-
- ROW_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell
-
- ROW_KEYS_PARAM_NAME - Static variable in interface org.apache.hadoop.hbase.rest.Constants
-
- ROW_LENGTH - Static variable in class org.apache.hadoop.hbase.PerformanceEvaluation
-
- ROW_LENGTH_SIZE - Static variable in class org.apache.hadoop.hbase.KeyValue
-
Size of the row length field in bytes
- ROW_OFFSET - Static variable in class org.apache.hadoop.hbase.KeyValue
-
- ROW_PROCESSOR_CLASS_NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.ProcessRequest
-
- ROW_PROCESSOR_INITIALIZER_MESSAGE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.ProcessRequest
-
- ROW_PROCESSOR_INITIALIZER_MESSAGE_NAME_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.ProcessRequest
-
- ROW_PROCESSOR_RESULT_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.ProcessResponse
-
- ROW_RANGE_LIST_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.MultiRowRangeFilter
-
- ROW_VALUE - Static variable in enum org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest.DeleteType
-
ROW = 0;
- rowBatches - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRows_args
-
list of row batches
- rowBatches - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.mutateRowsTs_args
-
list of row batches
- ROWBATCHSIZE_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest
-
- rowBuffer - Variable in class org.apache.hadoop.hbase.codec.prefixtree.decode.PrefixTreeCell
-
- RowComparator() - Constructor for class org.apache.hadoop.hbase.CellComparator.RowComparator
-
- rowCount(TableName, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
-
It gives the row count, by summing up the individual results obtained from
regions.
- rowCount(Table, ColumnInterpreter<R, S, P, Q, T>, Scan) - Method in class org.apache.hadoop.hbase.client.coprocessor.AggregationClient
-
It gives the row count, by summing up the individual results obtained from
regions.
- RowCountEndpoint - Class in org.apache.hadoop.hbase.coprocessor.example
-
Sample coprocessor endpoint exposing a Service interface for counting rows and key values.
- RowCountEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.example.RowCountEndpoint
-
- RowCounter - Class in org.apache.hadoop.hbase.mapred
-
A job with a map to count rows.
- RowCounter() - Constructor for class org.apache.hadoop.hbase.mapred.RowCounter
-
- RowCounter - Class in org.apache.hadoop.hbase.mapreduce
-
A job with a just a map phase to count rows.
- RowCounter() - Constructor for class org.apache.hadoop.hbase.mapreduce.RowCounter
-
- RowCountService() - Constructor for class org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos.RowCountService
-
- RowEndKeyComparator() - Constructor for class org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
-
- RowFilter - Class in org.apache.hadoop.hbase.filter
-
This filter is used to filter based on the key.
- RowFilter(CompareFilter.CompareOp, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.RowFilter
-
Constructor.
- rowIsInRange(HRegionInfo, 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 HRegionInfo
- rowIsInRange(HRegionInfo, byte[], int, short) - Static method in class org.apache.hadoop.hbase.regionserver.HRegion
-
- rowkey(int) - Static method in class org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
-
- ROWKEY_COLUMN_SPEC - Static variable in class org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser
-
- rowLength - Variable in class org.apache.hadoop.hbase.codec.prefixtree.decode.PrefixTreeCell
-
- RowLockImpl() - Constructor for class org.apache.hadoop.hbase.regionserver.HRegion.RowLockImpl
-
- rowMatchesAfterCurrentPosition(Cell) - Method in class org.apache.hadoop.hbase.codec.prefixtree.decode.PrefixTreeArraySearcher
-
compare this.row to key.row but starting at the current rowLength
- RowModel - Class in org.apache.hadoop.hbase.rest.model
-
Representation of a row.
- RowModel() - Constructor for class org.apache.hadoop.hbase.rest.model.RowModel
-
Default constructor
- RowModel(String) - Constructor for class org.apache.hadoop.hbase.rest.model.RowModel
-
Constructor
- RowModel(byte[]) - Constructor for class org.apache.hadoop.hbase.rest.model.RowModel
-
Constructor
- RowModel(String, List<CellModel>) - Constructor for class org.apache.hadoop.hbase.rest.model.RowModel
-
Constructor
- RowModel(byte[], List<CellModel>) - Constructor for class org.apache.hadoop.hbase.rest.model.RowModel
-
Constructor
- RowMutations - Class in org.apache.hadoop.hbase.client
-
Performs multiple mutations atomically on a single row.
- RowMutations() - Constructor for class org.apache.hadoop.hbase.client.RowMutations
-
Constructor for Writable.
- RowMutations(byte[]) - Constructor for class org.apache.hadoop.hbase.client.RowMutations
-
Create an atomic mutation for the specified row.
- rowMutations - Variable in class org.apache.hadoop.hbase.thrift2.generated.THBaseService.mutateRow_args
-
mutations to apply
- rowMutationsFromThrift(TRowMutations) - Static method in class org.apache.hadoop.hbase.thrift2.ThriftUtilities
-
- RowNodeReader - Class in org.apache.hadoop.hbase.codec.prefixtree.decode.row
-
Position one of these appropriately in the data block and you can call its methods to retrieve
information necessary to decode the cells in the row.
- RowNodeReader() - Constructor for class org.apache.hadoop.hbase.codec.prefixtree.decode.row.RowNodeReader
-
- rowNodes - Variable in class org.apache.hadoop.hbase.codec.prefixtree.decode.PrefixTreeArrayScanner
-
- rowNodeStackIndex - Variable in class org.apache.hadoop.hbase.codec.prefixtree.decode.PrefixTreeArrayScanner
-
- RowNodeWriter - Class in org.apache.hadoop.hbase.codec.prefixtree.encode.row
-
Serializes the fields comprising one node of the row trie, which can be a branch, nub, or leaf.
- RowNodeWriter(PrefixTreeEncoder, TokenizerNode) - Constructor for class org.apache.hadoop.hbase.codec.prefixtree.encode.row.RowNodeWriter
-
construct
- RowOnlyComparator(KeyValue.KVComparator) - Constructor for class org.apache.hadoop.hbase.KeyValue.RowOnlyComparator
-
- RowProcessor<S extends Message,T extends Message> - Interface in org.apache.hadoop.hbase.regionserver
-
Defines the procedure to atomically perform multiple scans and mutations
on a HRegion.
- 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
-
- RowProcessorEndpoint() - Constructor for class org.apache.hadoop.hbase.coprocessor.TestRowProcessorEndpoint.RowProcessorEndpoint
-
- RowProcessorProtos - Class in org.apache.hadoop.hbase.protobuf.generated
-
- RowProcessorProtos.ProcessRequest - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ProcessRequest
- RowProcessorProtos.ProcessRequest.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ProcessRequest
- RowProcessorProtos.ProcessRequestOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RowProcessorProtos.ProcessResponse - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ProcessResponse
- RowProcessorProtos.ProcessResponse.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ProcessResponse
- RowProcessorProtos.ProcessResponseOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RowProcessorProtos.RowProcessorService - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf service RowProcessorService
- RowProcessorProtos.RowProcessorService.BlockingInterface - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RowProcessorProtos.RowProcessorService.Interface - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RowProcessorProtos.RowProcessorService.Stub - Class in org.apache.hadoop.hbase.protobuf.generated
-
- RowProcessorService() - Constructor for class org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorService
-
- rowRange - Variable in class org.apache.hadoop.hbase.codec.prefixtree.encode.PrefixTreeEncoder
-
- RowRange() - Constructor for class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- RowRange(String, boolean, String, boolean) - Constructor for class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
If the startRow is empty or null, set it to HConstants.EMPTY_BYTE_ARRAY, means begin at the
start row of the table.
- RowRange(byte[], boolean, byte[], boolean) - Constructor for class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- RowResource - Class in org.apache.hadoop.hbase.rest
-
- RowResource(TableResource, String, String, String) - Constructor for class org.apache.hadoop.hbase.rest.RowResource
-
Constructor
- RowResourceBase - Class in org.apache.hadoop.hbase.rest
-
- RowResourceBase() - Constructor for class org.apache.hadoop.hbase.rest.RowResourceBase
-
- rowResultFromHBase(Result[], boolean) - Static method in class org.apache.hadoop.hbase.thrift.ThriftUtilities
-
This utility method creates a list of Thrift TRowResult "struct" based on
an Hbase RowResult object.
- rowResultFromHBase(Result[]) - Static method in class org.apache.hadoop.hbase.thrift.ThriftUtilities
-
This utility method creates a list of Thrift TRowResult "struct" based on
an array of Hbase RowResult objects.
- rowResultFromHBase(Result) - Static method in class org.apache.hadoop.hbase.thrift.ThriftUtilities
-
- RowResultGenerator - Class in org.apache.hadoop.hbase.rest
-
- RowResultGenerator(String, RowSpec, Filter, boolean) - Constructor for class org.apache.hadoop.hbase.rest.RowResultGenerator
-
- rows - Variable in class org.apache.hadoop.hbase.codec.prefixtree.row.TestPrefixTreeSearcher
-
- rows - Variable in class org.apache.hadoop.hbase.codec.prefixtree.row.TestRowEncoder
-
- ROWS - Static variable in class org.apache.hadoop.hbase.HBaseTestingUtility
-
All the row values for the data loaded by #loadTable(HTable, byte[])
- rows - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRows_args
-
row keys
- rows - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsTs_args
-
row keys
- rows - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumns_args
-
row keys
- rows - Variable in class org.apache.hadoop.hbase.thrift.generated.Hbase.getRowsWithColumnsTs_args
-
row keys
- ROWS_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet
-
- ROWSDELETED_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse
-
- RowSectionWriter - Class in org.apache.hadoop.hbase.codec.prefixtree.encode.row
-
Most of the complexity of the PrefixTree is contained in the "row section".
- RowSectionWriter() - Constructor for class org.apache.hadoop.hbase.codec.prefixtree.encode.row.RowSectionWriter
-
construct
- RowSectionWriter(PrefixTreeEncoder) - Constructor for class org.apache.hadoop.hbase.codec.prefixtree.encode.row.RowSectionWriter
-
- RowSpec - Class in org.apache.hadoop.hbase.rest
-
Parses a path based row/column/timestamp specification into its component
elements.
- RowSpec(String) - Constructor for class org.apache.hadoop.hbase.rest.RowSpec
-
- RowSpec(byte[], byte[], byte[][], long, long, int) - Constructor for class org.apache.hadoop.hbase.rest.RowSpec
-
- RowSpec(byte[], byte[], Collection<byte[]>, long, long, int, Collection<String>) - Constructor for class org.apache.hadoop.hbase.rest.RowSpec
-
- RowSpec(byte[], byte[], Collection<byte[]>, long, long, int) - Constructor for class org.apache.hadoop.hbase.rest.RowSpec
-
- rowsWritten - Variable in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper
-
- rowTokenizer - Variable in class org.apache.hadoop.hbase.codec.prefixtree.encode.PrefixTreeEncoder
-
- RowTooBigException - Exception in org.apache.hadoop.hbase.client
-
Gets or Scans throw this exception if running without in-row scan flag
set and row size appears to exceed max configured size (configurable via
hbase.table.max.rowsize).
- RowTooBigException(String) - Constructor for exception org.apache.hadoop.hbase.client.RowTooBigException
-
- RowTooBigException - Exception in org.apache.hadoop.hbase.regionserver
-
Gets or Scans throw this exception if running without in-row scan flag
set and row size appears to exceed max configured size (configurable via
hbase.table.max.rowsize).
- RowTooBigException(String) - Constructor for exception org.apache.hadoop.hbase.regionserver.RowTooBigException
-
- rowToStr(byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.HexStringSplit
-
- rowToStr(byte[]) - Method in interface org.apache.hadoop.hbase.util.RegionSplitter.SplitAlgorithm
-
- rowToStr(byte[]) - Method in class org.apache.hadoop.hbase.util.RegionSplitter.UniformSplit
-
- rowTreeDepth - Variable in class org.apache.hadoop.hbase.codec.prefixtree.PrefixTreeBlockMeta
-
- rowWriter - Variable in class org.apache.hadoop.hbase.codec.prefixtree.encode.PrefixTreeEncoder
-
- rp - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
-
- RPAREN - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for RPAREN
- RPC_CODEC_CONF_KEY - Static variable in class org.apache.hadoop.hbase.HConstants
-
Configuration key for setting RPC codec class name
- RPC_CURRENT_VERSION - Static variable in class org.apache.hadoop.hbase.HConstants
-
- RPC_HEADER - Static variable in class org.apache.hadoop.hbase.HConstants
-
The first four bytes of Hadoop RPC connections
- RPC_VERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Master
-
- RPC_VERSION_FIELD_NUMBER - Static variable in class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.MetaRegionServer
-
- RpcCallContext - Interface in org.apache.hadoop.hbase.ipc
-
- RpcChannelImplementation(AsyncRpcClient, ServerName, User, int) - Constructor for class org.apache.hadoop.hbase.ipc.AsyncRpcClient.RpcChannelImplementation
-
- RpcClient - Interface in org.apache.hadoop.hbase.ipc
-
Interface for RpcClient implementations so ConnectionManager can handle it.
- RpcClientFactory - Class in org.apache.hadoop.hbase.ipc
-
- RpcClientImpl - Class in org.apache.hadoop.hbase.ipc
-
Does RPC against a cluster.
- RpcClientImpl(Configuration, String) - Constructor for class org.apache.hadoop.hbase.ipc.RpcClientImpl
-
Construct an IPC client for the cluster clusterId
with the default SocketFactory
- RpcClientImpl(Configuration, String, SocketAddress) - Constructor for class org.apache.hadoop.hbase.ipc.RpcClientImpl
-
Construct an IPC client for the cluster clusterId
with the default SocketFactory
This method is called with reflection by the RpcClientFactory to create an instance
- RpcClientImpl.Connection - Class in org.apache.hadoop.hbase.ipc
-
Thread that reads responses and notifies callers.
- rpcControllerFactory - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- rpcControllerFactory - Variable in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- RpcControllerFactory - Class in org.apache.hadoop.hbase.ipc
-
- RpcControllerFactory(Configuration) - Constructor for class org.apache.hadoop.hbase.ipc.RpcControllerFactory
-
- RpcExecutor - Class in org.apache.hadoop.hbase.ipc
-
- RpcExecutor(String, int) - Constructor for class org.apache.hadoop.hbase.ipc.RpcExecutor
-
- RpcExecutor(String, int, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.RpcExecutor
-
- RpcExecutor.QueueBalancer - Class in org.apache.hadoop.hbase.ipc
-
- RPCProtos - Class in org.apache.hadoop.hbase.protobuf.generated
-
- RPCProtos.CellBlockMeta - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type CellBlockMeta
- RPCProtos.CellBlockMeta.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type CellBlockMeta
- RPCProtos.CellBlockMetaOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RPCProtos.ConnectionHeader - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ConnectionHeader
- RPCProtos.ConnectionHeader.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ConnectionHeader
- RPCProtos.ConnectionHeaderOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RPCProtos.ExceptionResponse - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ExceptionResponse
- RPCProtos.ExceptionResponse.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ExceptionResponse
- RPCProtos.ExceptionResponseOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RPCProtos.RequestHeader - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RequestHeader
- RPCProtos.RequestHeader.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type RequestHeader
- RPCProtos.RequestHeaderOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RPCProtos.ResponseHeader - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ResponseHeader
- RPCProtos.ResponseHeader.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type ResponseHeader
- RPCProtos.ResponseHeaderOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RPCProtos.UserInformation - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type UserInformation
- RPCProtos.UserInformation.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type UserInformation
- RPCProtos.UserInformationOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RPCProtos.VersionInfo - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type VersionInfo
- RPCProtos.VersionInfo.Builder - Class in org.apache.hadoop.hbase.protobuf.generated
-
Protobuf type VersionInfo
- RPCProtos.VersionInfoOrBuilder - Interface in org.apache.hadoop.hbase.protobuf.generated
-
- RpcRetryingCaller<T> - Class in org.apache.hadoop.hbase.client
-
- RpcRetryingCaller(long, int, int) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCaller
-
- RpcRetryingCaller(long, int, RetryingCallerInterceptor, int) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCaller
-
- RpcRetryingCallerFactory - Class in org.apache.hadoop.hbase.client
-
- RpcRetryingCallerFactory(Configuration) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- RpcRetryingCallerFactory(Configuration, RetryingCallerInterceptor) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- RpcRetryingCallerWithReadReplicas - Class in org.apache.hadoop.hbase.client
-
Caller that goes to replica if the primary region does no answer within a configurable
timeout.
- RpcRetryingCallerWithReadReplicas(RpcControllerFactory, TableName, ClusterConnection, Get, ExecutorService, int, int, int) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas
-
- 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
-
- 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) - Constructor for class org.apache.hadoop.hbase.ipc.RpcServer
-
Constructs a server listening on the named port and address.
- rpcServer - Static variable in class org.apache.hadoop.hbase.ipc.TestDelayedRpc
-
- RpcServer.BlockingServiceAndInterface - Class in org.apache.hadoop.hbase.ipc
-
Datastructure for passing a BlockingService
and its associated class of
protobuf service interface.
- RpcServer.CallQueueTooBigException - Exception in org.apache.hadoop.hbase.ipc
-
- RpcServer.Connection - Class in org.apache.hadoop.hbase.ipc
-
Reads calls from a connection and queues them for handling.
- RpcServer.Responder - 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
-
- rq1 - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
-
- rq2 - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
-
- rq3 - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
-
- rqc - Variable in class org.apache.hadoop.hbase.replication.TestReplicationStateBasic
-
- RS_START_TIME_DESC - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
-
- RS_START_TIME_NAME - Static variable in interface org.apache.hadoop.hbase.regionserver.MetricsRegionServerSource
-
- RSDumpServlet - Class in org.apache.hadoop.hbase.regionserver
-
- RSDumpServlet() - Constructor for class org.apache.hadoop.hbase.regionserver.RSDumpServlet
-
- RSRpcServices - Class in org.apache.hadoop.hbase.regionserver
-
Implements the regionserver RPC services.
- RSRpcServices(HRegionServer) - Constructor for class org.apache.hadoop.hbase.regionserver.RSRpcServices
-
- rss - Variable in class org.apache.hadoop.hbase.regionserver.handler.FinishRegionRecoveringHandler
-
- rsServices - Variable in class org.apache.hadoop.hbase.regionserver.handler.OpenRegionHandler
-
- RSStatusServlet - Class in org.apache.hadoop.hbase.regionserver
-
- RSStatusServlet() - Constructor for class org.apache.hadoop.hbase.regionserver.RSStatusServlet
-
- rsZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- run() - Method in class org.apache.hadoop.hbase.chaos.policies.CompositeSequentialPolicy
-
- run() - Method in class org.apache.hadoop.hbase.chaos.policies.PeriodicPolicy
-
- run() - Method in class org.apache.hadoop.hbase.client.DelayingRunner
-
- run(String[]) - Method in class org.apache.hadoop.hbase.client.example.BufferedMutatorExample
-
- run(String[]) - Method in class org.apache.hadoop.hbase.client.TestClientNoCluster
-
- run() - Method in class org.apache.hadoop.hbase.coprocessor.TestMasterCoprocessorExceptionWithAbort.CreateTableThread
-
- 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(R) - Method in class org.apache.hadoop.hbase.ipc.BlockingRpcCallback
-
Called on completion of the RPC call with the response object, or null
in the case of
an error.
- run() - Method in class org.apache.hadoop.hbase.ipc.CallRunner
-
- run() - Method in class org.apache.hadoop.hbase.ipc.RpcClientImpl.Connection
-
- run() - Method in class org.apache.hadoop.hbase.ipc.RpcServer.Responder
-
- run() - Method in class org.apache.hadoop.hbase.ipc.TestDelayedRpc.TestThread
-
- run(String[]) - Method in class org.apache.hadoop.hbase.mapred.RowCounter
-
- run(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.CopyTable
-
- run(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.ImportTsv
-
- run(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestImportTsv
-
- run(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableMapReduceUtil
-
- run(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles
-
- run(Context) - Method in class org.apache.hadoop.hbase.mapreduce.MultithreadedTableMapper
-
Run the application's maps using a thread pool.
- run(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.replication.VerifyReplication
-
- run(String[]) - Method in class org.apache.hadoop.hbase.mapreduce.WALPlayer
-
- 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.snapshot.SnapshotFileCache.RefreshCacheTask
-
- run() - Method in class org.apache.hadoop.hbase.master.TestActiveMasterManager.WaitToBeMasterThread
-
- run(String[]) - Method in class org.apache.hadoop.hbase.migration.NamespaceUpgrade
-
- run(String[]) - Method in class org.apache.hadoop.hbase.migration.UpgradeTo96
-
- run() - Method in class org.apache.hadoop.hbase.MiniHBaseCluster.MiniHBaseClusterRegionServer
-
- run(Callable<Boolean>, String) - Method in class org.apache.hadoop.hbase.mttr.IntegrationTestMTTR
-
- run() - Method in class org.apache.hadoop.hbase.MultithreadedTestUtil.TestThread
-
- run(String[]) - Method in class org.apache.hadoop.hbase.PerformanceEvaluation
-
- run(String[]) - Method in class org.apache.hadoop.hbase.regionserver.CompactionTool
-
- run(String[]) - Method in class org.apache.hadoop.hbase.regionserver.CreateRandomStoreFile
-
Runs the tools.
- 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.Leases
-
- run() - Method in class org.apache.hadoop.hbase.regionserver.LogRoller
-
- run() - Method in class org.apache.hadoop.hbase.regionserver.MetricsRegionWrapperImpl.HRegionMetricsWrapperRunnable
-
- run() - Method in class org.apache.hadoop.hbase.regionserver.SplitLogWorker
-
- run() - Method in class org.apache.hadoop.hbase.regionserver.TestAtomicOperation.Incrementer
-
- run() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.FlushThread
-
- run() - Method in class org.apache.hadoop.hbase.regionserver.TestHRegion.PutThread
-
- run() - Method in class org.apache.hadoop.hbase.regionserver.TestParallelPut.Putter
-
- run() - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSource
-
- run(String[]) - Method in class org.apache.hadoop.hbase.replication.regionserver.ReplicationSyncUp
-
- run(String[]) - Method in class org.apache.hadoop.hbase.rest.PerformanceEvaluation
-
- run() - Method in class org.apache.hadoop.hbase.ScheduledChore
-
- run(String[]) - Method in class org.apache.hadoop.hbase.snapshot.ExportSnapshot
-
Execute the export snapshot by copying the snapshot metadata, hfiles and wals.
- run(String[]) - Method in class org.apache.hadoop.hbase.snapshot.SnapshotInfo
-
- run(String[]) - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
-
The main test runner
This test has 4 steps:
1: setupTablesAndReplication
2: generate the data into the source cluster
3: wait for replication to propagate
4: verify that the data is available in the sink cluster
- run(String[]) - Method in class org.apache.hadoop.hbase.TestAcidGuarantees
-
- run() - Method in class org.apache.hadoop.hbase.thrift.CallQueue.Call
-
- run() - Method in class org.apache.hadoop.hbase.thrift.ThriftServerRunner
-
- run() - Method in class org.apache.hadoop.hbase.thrift2.DemoClient
-
- run() - Method in class org.apache.hadoop.hbase.tool.Canary.Monitor
-
- run(String[]) - Method in class org.apache.hadoop.hbase.tool.Canary
-
- run(String[]) - Method in class org.apache.hadoop.hbase.util.AbstractHBaseTool
-
- run() - Method in class org.apache.hadoop.hbase.util.HasThread
-
- run(String[]) - Method in class org.apache.hadoop.hbase.util.HFileV1Detector
-
Checks for HFileV1.
- run(String[]) - Method in class org.apache.hadoop.hbase.util.MapreduceDependencyClasspathTool
-
- run(String[]) - Method in class org.apache.hadoop.hbase.util.Merge
-
- run() - Method in class org.apache.hadoop.hbase.util.MultiThreadedReader.HBaseReaderThread
-
- run() - Method in class org.apache.hadoop.hbase.util.MultiThreadedUpdater.HBaseUpdaterThread
-
- run() - Method in class org.apache.hadoop.hbase.util.MultiThreadedWriter.HBaseWriterThread
-
- run(String[]) - Method in class org.apache.hadoop.hbase.util.ZKDataMigrator
-
- run(String[]) - Method in class org.apache.hadoop.hbase.wal.WALPerformanceEvaluation
-
- 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() - Method in class org.apache.hadoop.hbase.wal.WALSplitter.WriterThread
-
- run() - Method in class org.apache.hadoop.hbase.zookeeper.TestZooKeeperNodeTracker.WaitToGetDataThread
-
- run(String[]) - Method in class org.apache.hadoop.hbase.zookeeper.ZkAclReset
-
- RUN_SHUTDOWN_HOOK - Static variable in class org.apache.hadoop.hbase.regionserver.ShutdownHook
-
Key for boolean configuration whose default is true.
- RUN_TIME_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
-
A soft limit on how long we should run
- RUN_TIME_KEY - Static variable in class org.apache.hadoop.hbase.IntegrationTestIngest
-
A soft limit on how long we should run
- runAs(PrivilegedAction<T>) - Method in class org.apache.hadoop.hbase.security.User
-
Executes the given action within the context of this user.
- runAs(PrivilegedExceptionAction<T>) - Method in class org.apache.hadoop.hbase.security.User
-
Executes the given action within the context of this user.
- runAsLoginUser(PrivilegedExceptionAction<T>) - Static method in class org.apache.hadoop.hbase.security.User
-
Executes the given action as the login user
- runBenchmark(HFilePerformanceEvaluation.RowOrientedBenchmark, int, String, String) - Method in class org.apache.hadoop.hbase.HFilePerformanceEvaluation
-
- runBenchmark(MapFilePerformanceEvaluation.RowOrientedBenchmark, int) - Method in class org.apache.hadoop.hbase.MapFilePerformanceEvaluation
-
Deprecated.
- runCatalogScan() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Ask for a scan of the catalog table
- runCatalogScan() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Ask for a scan of the catalog table
- runCatalogScan(RpcController, MasterProtos.RunCatalogScanRequest) - Method in class org.apache.hadoop.hbase.master.MasterRpcServices
-
- runCatalogScan(com.google.protobuf.RpcController, MasterProtos.RunCatalogScanRequest) - Method in interface org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.BlockingInterface
-
- runCatalogScan(com.google.protobuf.RpcController, MasterProtos.RunCatalogScanRequest, <any>) - Method in interface org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.Interface
-
rpc RunCatalogScan(.RunCatalogScanRequest) returns (.RunCatalogScanResponse);
- runCatalogScan(com.google.protobuf.RpcController, MasterProtos.RunCatalogScanRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService
-
rpc RunCatalogScan(.RunCatalogScanRequest) returns (.RunCatalogScanResponse);
- runCatalogScan(com.google.protobuf.RpcController, MasterProtos.RunCatalogScanRequest, <any>) - Method in class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.MasterService.Stub
-
- runCoordinatedOperation(Procedure, TestProcedureCoordinator.AcquireBarrierAnswer, String...) - Method in class org.apache.hadoop.hbase.procedure.TestProcedureCoordinator
-
- runCoordinatedOperation(Procedure, TestProcedureCoordinator.BarrierAnswer, String...) - Method in class org.apache.hadoop.hbase.procedure.TestProcedureCoordinator
-
- runCoordinatedOperation(Procedure, TestProcedureCoordinator.AcquireBarrierAnswer, TestProcedureCoordinator.BarrierAnswer, String...) - Method in class org.apache.hadoop.hbase.procedure.TestProcedureCoordinator
-
- runCoordinatedProcedure(Procedure, String...) - Method in class org.apache.hadoop.hbase.procedure.TestProcedureCoordinator
-
Just run a procedure with the standard name and data, with not special task for the mock
coordinator (it works just like a regular coordinator).
- runEarlyPrepareNodes(TestZKProcedureControllers.StartControllers, String, byte[], String...) - Method in class org.apache.hadoop.hbase.procedure.TestZKProcedureControllers
-
- runGenerator() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
-
Run the IntegrationTestBigLinkedList.Generator
in the
source cluster.
- runIngestTest(long, long, int, int, int, int) - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
-
- runIngestTest(long, long, int, int, int, int) - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaReplication
-
- runIngestTest(long, long, int, int, int, int) - Method in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas
-
- runLoad() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
-
- runLoadTestOnExistingTable() - Method in class org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
-
- RUNNABLE_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.ProcedureProtos.ProcedureState
-
RUNNABLE = 2;
- running - Variable in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
-
- running - Variable in class org.apache.hadoop.hbase.ipc.RpcClientImpl
-
- RUNNING_VALUE - Static variable in enum org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetProcedureResultResponse.State
-
RUNNING = 1;
- RunningEventStatus(Thread, EventHandler) - Constructor for class org.apache.hadoop.hbase.executor.ExecutorService.RunningEventStatus
-
- runOneIteration() - Method in class org.apache.hadoop.hbase.chaos.policies.DoActionsOncePolicy
-
- runOneIteration() - Method in class org.apache.hadoop.hbase.chaos.policies.PeriodicPolicy
-
- runOneIteration() - Method in class org.apache.hadoop.hbase.chaos.policies.PeriodicRandomActionPolicy
-
- runOneIteration() - Method in class org.apache.hadoop.hbase.chaos.policies.TwoConcurrentActionPolicy
-
- RunResult(long, Histogram) - Constructor for class org.apache.hadoop.hbase.PerformanceEvaluation.RunResult
-
- runSimpleProcedure(String...) - Method in class org.apache.hadoop.hbase.procedure.TestProcedureCoordinator
-
- runTestAtomicity(long, int, int, int, int) - Method in class org.apache.hadoop.hbase.TestAcidGuarantees
-
- runTestAtomicity(long, int, int, int, int, boolean) - Method in class org.apache.hadoop.hbase.TestAcidGuarantees
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestAcidGuarantees
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestBase
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestDDLMasterFailover
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestIngest
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestIngestWithEncryption
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.IntegrationTestRegionReplicaPerf
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestBulkLoad
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.mapreduce.IntegrationTestTableSnapshotInputFormat
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication
-
- runTestFromCommandLine() - Method in class org.apache.hadoop.hbase.test.IntegrationTestWithCellVisibilityLoadAndVerify
-
- runTestOnTable(HTable) - Method in class org.apache.hadoop.hbase.mapred.TestTableMapReduce
-
- runTestOnTable(HTable) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduce
-
- runTestOnTable(HTable) - Method in class org.apache.hadoop.hbase.mapreduce.TestTableMapReduceBase
-
Handles API-specifics for setting up and executing the job.
- runTests(Path, DataBlockEncoding[]) - Method in class org.apache.hadoop.hbase.regionserver.EncodedSeekPerformanceTest
-
- runThread(String, String, String) - Method in class org.apache.hadoop.hbase.util.TestPoolMap.TestPoolType
-
- runTime - Variable in class org.apache.hadoop.hbase.test.IntegrationTestTimeBoundedRequestsWithRegionReplicas.TimeBoundedMultiThreadedReader
-
- RuntimeFailConstraint - Class in org.apache.hadoop.hbase.constraint
-
Always non-gracefully fail on attempt
- RuntimeFailConstraint() - Constructor for class org.apache.hadoop.hbase.constraint.RuntimeFailConstraint
-
- runVerify(long) - Method in class org.apache.hadoop.hbase.test.IntegrationTestReplication.VerifyReplicationLoop
-
Run the IntegrationTestBigLinkedList.Verify
in the sink cluster.
- runwarmup() - Method in class org.apache.hadoop.hbase.master.TestWarmupRegion
-
- RWQueueRpcExecutor - Class in org.apache.hadoop.hbase.ipc
-
RPC Executor that uses different queues for reads and writes.
- RWQueueRpcExecutor(String, int, int, float, int, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
-
- RWQueueRpcExecutor(String, int, int, float, float, int) - Constructor for class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
-
- RWQueueRpcExecutor(String, int, int, float, float, int, Configuration, Abortable) - Constructor for class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
-
- RWQueueRpcExecutor(String, int, int, float, int, Configuration, Abortable, Class<? extends BlockingQueue>, Object...) - Constructor for class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
-
- RWQueueRpcExecutor(String, int, int, float, float, int, Configuration, Abortable, Class<? extends BlockingQueue>, Object...) - Constructor for class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
-
- RWQueueRpcExecutor(String, int, int, int, int, Class<? extends BlockingQueue>, Object[], Class<? extends BlockingQueue>, Object[]) - Constructor for class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
-
- RWQueueRpcExecutor(String, int, int, int, int, float, Class<? extends BlockingQueue>, Object[], Class<? extends BlockingQueue>, Object[]) - Constructor for class org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
-