- BACKOFF_POLICY_CLASS - Static variable in interface org.apache.hadoop.hbase.client.backoff.ClientBackoffPolicy
-
- BACKSLASH - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for Backslash
- backupMasterAddressesZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- BadAuthException - Exception in org.apache.hadoop.hbase.ipc
-
- BadAuthException() - Constructor for exception org.apache.hadoop.hbase.ipc.BadAuthException
-
- BadAuthException(String) - Constructor for exception org.apache.hadoop.hbase.ipc.BadAuthException
-
- BadAuthException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.ipc.BadAuthException
-
- balance() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Invoke the balancer.
- balance(BalanceRequest) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Invoke the balancer with the given balance request.
- balance(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- balance() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Invoke the balancer.
- balance(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- balance(BalanceRequest) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Invoke the balancer with the given balance request.
- balance(BalanceRequest) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- balance(RpcController, MasterProtos.BalanceRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- balancer() - Method in interface org.apache.hadoop.hbase.client.Admin
-
- balancer(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- BalancerDecision - Class in org.apache.hadoop.hbase.client
-
History of balancer decisions taken for region movements.
- BalancerDecision.Builder - Class in org.apache.hadoop.hbase.client
-
- BalanceRequest - Class in org.apache.hadoop.hbase.client
-
Encapsulates options for executing a run of the Balancer.
- BalanceRequest.Builder - Class in org.apache.hadoop.hbase.client
-
- BalanceResponse - Class in org.apache.hadoop.hbase.client
-
Response returned from a balancer invocation
- BalanceResponse.Builder - Class in org.apache.hadoop.hbase.client
-
Used in HMaster to build a
BalanceResponse
for returning results of a balance
invocation to callers
- BalancerRejection - Class in org.apache.hadoop.hbase.client
-
History of detail information that balancer movements was rejected
- BalancerRejection.Builder - Class in org.apache.hadoop.hbase.client
-
- balancerSwitch(boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Turn the load balancer on or off.
- balancerSwitch(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the load balancer on or off.
- balancerSwitch(boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the load balancer on or off.
- balancerSwitch(boolean, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- balancerZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- baseZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- batch(List<? extends Row>) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Method that does a batch call on Deletes, Gets, Puts, Increments, Appends and RowMutations.
- Batch - Class in org.apache.hadoop.hbase.client.coprocessor
-
A collection of interfaces and utilities used for interacting with custom RPC interfaces exposed
by Coprocessors.
- Batch() - Constructor for class org.apache.hadoop.hbase.client.coprocessor.Batch
-
- batch(List<? extends Row>, Object[]) - Method in class org.apache.hadoop.hbase.client.HTable
-
- batch(List<? extends Row>, Object[], int) - Method in class org.apache.hadoop.hbase.client.HTable
-
- batch(List<? extends Row>, Object[]) - Method in interface org.apache.hadoop.hbase.client.Table
-
Method that does a batch call on Deletes, Gets, Puts, Increments, Appends, RowMutations.
- Batch.Call<T,R> - Interface in org.apache.hadoop.hbase.client.coprocessor
-
Defines a unit of work to be executed.
- Batch.Callback<R> - Interface in org.apache.hadoop.hbase.client.coprocessor
-
- batchAll(List<? extends Row>) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
A simple version of batch.
- batchCallback(List<? extends Row>, Object[], Batch.Callback<R>) - Method in class org.apache.hadoop.hbase.client.HTable
-
- batchCallback(List<? extends Row>, Object[], Batch.Callback<R>) - Method in interface org.apache.hadoop.hbase.client.Table
-
- batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R) - Method in class org.apache.hadoop.hbase.client.HTable
-
- batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R, Batch.Callback<R>) - Method in class org.apache.hadoop.hbase.client.HTable
-
- batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R) - Method in interface org.apache.hadoop.hbase.client.Table
-
Creates an instance of the given Service
subclass for each table
region spanning the range from the startKey
row to endKey
row (inclusive), all
the invocations to the same region server will be batched into one call.
- batchCoprocessorService(Descriptors.MethodDescriptor, Message, byte[], byte[], R, Batch.Callback<R>) - Method in interface org.apache.hadoop.hbase.client.Table
-
Creates an instance of the given Service
subclass for each table
region spanning the range from the startKey
row to endKey
row (inclusive), all
the invocations to the same region server will be batched into one call.
- BatchScanResultCache - Class in org.apache.hadoop.hbase.client
-
A scan result cache for batched scan, i.e,
scan.getBatch() > 0 && !scan.getAllowPartialResults()
.
- BatchScanResultCache(int) - Constructor for class org.apache.hadoop.hbase.client.BatchScanResultCache
-
- BigDecimalColumnInterpreter - Class in org.apache.hadoop.hbase.client.coprocessor
-
ColumnInterpreter for doing Aggregation's with BigDecimal columns.
- BigDecimalColumnInterpreter() - Constructor for class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- BigDecimalComparator - Class in org.apache.hadoop.hbase.filter
-
A BigDecimal comparator which numerical compares against the specified byte array
- BigDecimalComparator(BigDecimal) - Constructor for class org.apache.hadoop.hbase.filter.BigDecimalComparator
-
- BinaryComparator - Class in org.apache.hadoop.hbase.filter
-
- BinaryComparator(byte[]) - Constructor for class org.apache.hadoop.hbase.filter.BinaryComparator
-
Constructor
- BinaryComponentComparator - Class in org.apache.hadoop.hbase.filter
-
A comparator which compares against a specified byte array, but only compares specific portion of
the byte array.
- BinaryComponentComparator(byte[], int) - Constructor for class org.apache.hadoop.hbase.filter.BinaryComponentComparator
-
Constructor
- BinaryPrefixComparator - Class in org.apache.hadoop.hbase.filter
-
A comparator which compares against a specified byte array, but only compares up to the length of
this byte array.
- BinaryPrefixComparator(byte[]) - Constructor for class org.apache.hadoop.hbase.filter.BinaryPrefixComparator
-
Constructor
- binaryPrefixType - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
BinaryPrefixType byte array
- binarySearch(Cell[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
-
- binarySearch(Cell[], byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.client.Result
-
Searches for the latest value for the specified column.
- binaryType - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
BinaryType byte array
- BitComparator - Class in org.apache.hadoop.hbase.filter
-
A bit comparator which performs the specified bitwise operation on each of the bytes with the
specified byte array.
- BitComparator(byte[], BitComparator.BitwiseOp) - Constructor for class org.apache.hadoop.hbase.filter.BitComparator
-
Constructor
- BitComparator.BitwiseOp - Enum in org.apache.hadoop.hbase.filter
-
Bit operators.
- bitOperator - Variable in class org.apache.hadoop.hbase.filter.BitComparator
-
- BLOCK_BYTES_SCANNED_KEY_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- BLOCKCACHE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Key for the BLOCKCACHE attribute.
- BLOCKCACHE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- BlockingRpcCallback<R> - Class in org.apache.hadoop.hbase.ipc
-
- BlockingRpcCallback() - Constructor for class org.apache.hadoop.hbase.ipc.BlockingRpcCallback
-
- BlockingRpcCallback() - Constructor for class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils.BlockingRpcCallback
-
- BlockingRpcChannelImplementation(AbstractRpcClient<?>, Address, User, int) - Constructor for class org.apache.hadoop.hbase.ipc.AbstractRpcClient.BlockingRpcChannelImplementation
-
- BlockingRpcClient - Class in org.apache.hadoop.hbase.ipc
-
Does RPC against a cluster.
- BlockingRpcClient(Configuration, String, SocketAddress, MetricsConnection, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.ipc.BlockingRpcClient
-
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
- BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Size of storefile/hfile 'blocks'.
- BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- BLOOMFILTER - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- BLOOMFILTER - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- BloomType - Enum in org.apache.hadoop.hbase.regionserver
-
- BOOTSTRAP_NODES - Static variable in class org.apache.hadoop.hbase.client.RpcConnectionRegistry
-
- BufferedMutator - Interface in org.apache.hadoop.hbase.client
-
Used to communicate with a single HBase table similar to
Table
but meant for batched,
asynchronous puts.
- BufferedMutator.ExceptionListener - Interface in org.apache.hadoop.hbase.client
-
- BufferedMutatorImpl - Class in org.apache.hadoop.hbase.client
-
Used to communicate with a single HBase table similar to
Table
but meant for batched,
potentially asynchronous puts.
- BufferedMutatorParams - Class in org.apache.hadoop.hbase.client
-
- BufferedMutatorParams(TableName) - Constructor for class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- build() - Method in class org.apache.hadoop.hbase.CacheEvictionStatsBuilder
-
- build() - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder
-
- build() - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutatorBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask.Builder
-
- build() - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.BalancerDecision.Builder
-
- build() - Method in class org.apache.hadoop.hbase.client.BalanceRequest.Builder
-
- build() - Method in class org.apache.hadoop.hbase.client.BalanceResponse.Builder
-
- build() - Method in class org.apache.hadoop.hbase.client.BalancerRejection.Builder
-
- build(Put) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate.Builder
-
Build the CheckAndMutate object
- build(Delete) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate.Builder
-
Build the CheckAndMutate object
- build(Increment) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate.Builder
-
Build the CheckAndMutate object with an Increment to commit if the check succeeds.
- build(Append) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate.Builder
-
Build the CheckAndMutate object with an Append to commit if the check succeeds.
- build(RowMutations) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate.Builder
-
Build the CheckAndMutate object with a RowMutations to commit if the check succeeds.
- build() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.CoprocessorDescriptorBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.NormalizeTableFilterParams.Builder
-
- build() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.RegionInfoBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.RegionStatesCount.RegionStatesCountBuilder
-
- build() - Method in interface org.apache.hadoop.hbase.client.TableBuilder
-
Create the
Table
instance.
- build() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.trace.ConnectionSpanBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.trace.IpcClientSpanBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.trace.TableSpanBuilder
-
- build() - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- build() - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- build() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink.ReplicationLoadSinkBuilder
-
- build() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- build() - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Builds the configuration object from the current state of this
.
- build() - Method in class org.apache.hadoop.hbase.security.access.GetUserPermissionsRequest.Builder
-
- build() - Method in class org.apache.hadoop.hbase.security.access.Permission.Builder
-
- build() - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- build() - Method in class org.apache.hadoop.hbase.ServerTaskBuilder
-
- build() - Method in class org.apache.hadoop.hbase.UserMetricsBuilder
-
- buildActionResult(Throwable) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Wrap a throwable to an action result.
- buildActionResult(ClientProtos.Result) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Wrap a throwable to an action result.
- buildAddColumnRequest(TableName, ColumnFamilyDescriptor, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer AddColumnRequest
- buildAddReplicationPeerRequest(String, ReplicationPeerConfig, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildAssignRegionRequest(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer AssignRegionRequest
- buildBulkLoadHFileRequest(List<Pair<byte[], String>>, byte[], boolean, Token<?>, String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer bulk load request
- buildBulkLoadHFileRequest(List<Pair<byte[], String>>, byte[], boolean, Token<?>, String, boolean, List<String>, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer bulk load request
- buildCatalogScanRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a request for running a catalog scan
- buildClearCompactionQueuesRequest(Set<String>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildClearDeadServersRequest(Collection<ServerName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildClearRegionBlockCacheRequest(List<RegionInfo>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer ClearRegionBlockCacheRequest
- buildClearRegionBlockCacheResponse(HBaseProtos.CacheEvictionStats) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Creates a protocol buffer ClearRegionBlockCacheResponse
- buildClearSlowLogResponseRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildCloseRegionRequest(ServerName, byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Create a CloseRegionRequest for a given region name
- buildCloseRegionRequest(ServerName, byte[], ServerName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- buildCloseRegionRequest(ServerName, byte[], ServerName, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- buildCloseRegionRequest(ServerName, byte[], ServerName, long, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- buildCompactRegionRequest(byte[], boolean, byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a CompactRegionRequest for a given region name
- buildCreateNamespaceRequest(NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer CreateNamespaceRequest
- buildCreateTableRequest(TableDescriptor, byte[][], long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer CreateTableRequest
- buildDecommissionRegionServersRequest(List<ServerName>, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildDeleteColumnRequest(TableName, byte[], long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer DeleteColumnRequest
- buildDeleteNamespaceRequest(String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer DeleteNamespaceRequest
- buildDeleteTableRequest(TableName, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer DeleteTableRequest
- buildDisableReplicationPeerRequest(String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildDisableTableRequest(TableName, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer DisableTableRequest
- buildEnableCatalogJanitorRequest(boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a request for enabling/disabling the catalog janitor
- buildEnableCatalogJanitorResponse(boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Creates a response for the catalog scan request
- buildEnableReplicationPeerRequest(String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildEnableTableRequest(TableName, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer EnableTableRequest
- builder() - Static method in class org.apache.hadoop.hbase.CacheEvictionStats
-
- Builder() - Constructor for class org.apache.hadoop.hbase.client.BalancerDecision.Builder
-
- Builder() - Constructor for class org.apache.hadoop.hbase.client.BalancerRejection.Builder
-
- Builder() - Constructor for class org.apache.hadoop.hbase.client.NormalizeTableFilterParams.Builder
-
- buildException(Throwable) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Returns NameValuePair of the exception name to stringified version os exception.
- buildFlushRegionRequest(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer FlushRegionRequest for a given region name
- buildFlushRegionRequest(byte[], byte[], boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer FlushRegionRequest for a given region name
- buildFlushTableRequest(TableName, List<byte[]>, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildFromProto(MasterProtos.SetQuotaRequest) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
Converts the protocol buffer request into a QuotaSetting POJO.
- buildGetClusterStatusRequest(EnumSet<ClusterMetrics.Option>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer GetClusterStatusRequest
- buildGetLastFlushedSequenceIdRequest(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a request for querying the master the last flushed sequence Id for a region
- buildGetLastFlushedSequenceIdResponse(ClusterStatusProtos.RegionStoreSequenceIds) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Creates a response for the last flushed sequence Id request
- buildGetNamespaceDescriptorRequest(String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer GetNamespaceDescriptorRequest
- buildGetOnlineRegionRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer GetOnlineRegionRequest
- buildGetOnlineRegionResponse(List<RegionInfo>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
A utility to build a GetOnlineRegionResponse.
- buildGetQuotaStatesRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildGetRegionInfoRequest(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer GetRegionInfoRequest for a given region name
- buildGetRegionInfoRequest(byte[], boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer GetRegionInfoRequest for a given region name
- buildGetRegionInfoRequest(byte[], boolean, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer GetRegionInfoRequest,
- buildGetRegionLoadRequest(TableName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer GetRegionLoadRequest for all regions/regions of a table.
- buildGetReplicationPeerConfigRequest(String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildGetRequest(byte[], Get) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer GetRequest for a client Get
- buildGetSchemaAlterStatusRequest(TableName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer GetSchemaAlterStatusRequest
- buildGetServerInfoRequest() - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Create a new GetServerInfoRequest
- buildGetServerInfoRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a new GetServerInfoRequest
- buildGetServerInfoResponse(ServerName, int) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
A utility to build a GetServerInfoResponse.
- buildGetSpaceQuotaRegionSizesRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildGetSpaceQuotaSnapshotsRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildGetStoreFileRequest(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Create a protocol buffer GetStoreFileRequest for a given region name
- buildGetTableDescriptorsRequest(List<TableName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer GetTableDescriptorsRequest
- buildGetTableDescriptorsRequest(Pattern, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer GetTableDescriptorsRequest
- buildGetTableDescriptorsRequest(TableName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer GetTableDescriptorsRequest for a single table
- buildGetTableNamesRequest(Pattern, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer GetTableNamesRequest
- buildGetTableStateRequest(TableName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer GetTableStateRequest
- buildGetUserPermissionsRequest(GetUserPermissionsRequest) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
- buildGetUserPermissionsResponse(List<UserPermission>) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Converts the permissions list into a protocol buffer GetUserPermissionsResponse
- buildGetUserPermissionsResponse(List<UserPermission>) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
- buildGrantRequest(String, TableName, byte[], byte[], boolean, AccessControlProtos.Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Create a request to grant user table permissions.
- buildGrantRequest(String, String, boolean, AccessControlProtos.Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Create a request to grant user namespace permissions.
- buildGrantRequest(String, boolean, AccessControlProtos.Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Create a request to grant user global permissions.
- buildGrantRequest(UserPermission, boolean) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
- buildHasPermissionResponse(boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Builds a protocol buffer HasPermissionResponse
- buildHasUserPermissionsRequest(String, List<Permission>) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
- buildIncrementRequest(byte[], byte[], byte[], byte[], long, Durability, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MutateRequest for a client increment
- buildIsBalancerEnabledRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer IsBalancerEnabledRequest
- buildIsCatalogJanitorEnabledRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a request for querying the master whether the catalog janitor is enabled
- buildIsCleanerChoreEnabledRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a request for querying the master whether the cleaner chore is enabled
- buildIsMasterRunningRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer IsMasterRunningRequest
- buildIsNormalizerEnabledRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer IsNormalizerEnabledRequest
- buildIsSnapshotCleanupEnabledRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates IsSnapshotCleanupEnabledRequest to determine if auto snapshot cleanup based on TTL
expiration is turned on
- buildIsSplitOrMergeEnabledRequest(MasterSwitchType) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer IsSplitOrMergeEnabledRequest
- buildListReplicationPeersRequest(Pattern) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildMergeTableRegionsRequest(byte[][], boolean, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildModifyColumnRequest(TableName, ColumnFamilyDescriptor, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer ModifyColumnRequest
- buildModifyColumnStoreFileTrackerRequest(TableName, byte[], String, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildModifyNamespaceRequest(NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer ModifyNamespaceRequest
- buildModifyTableRequest(TableName, TableDescriptor, long, long, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer ModifyTableRequest
- buildModifyTableStoreFileTrackerRequest(TableName, String, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildMoveRegionRequest(byte[], ServerName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MoveRegionRequest
- buildMultiRequest(byte[], byte[], byte[], byte[], CompareOperator, byte[], Filter, TimeRange, RowMutations, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MultiRequest for conditioned row mutations
- buildMultiRequest(byte[], RowMutations, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MultiRequest for row mutations
- buildMutateRequest(byte[], byte[], byte[], byte[], CompareOperator, byte[], Filter, TimeRange, Mutation, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MutateRequest for a conditioned put/delete/increment/append
- buildMutateRequest(byte[], Put) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MutateRequest for a put
- buildMutateRequest(byte[], Append, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MutateRequest for an append
- buildMutateRequest(byte[], Increment, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MutateRequest for a client increment
- buildMutateRequest(byte[], Delete) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MutateRequest for a delete
- buildNoDataRegionActions(byte[], Iterable<Action>, List<CellScannable>, ClientProtos.MultiRequest.Builder, ClientProtos.RegionAction.Builder, ClientProtos.Action.Builder, ClientProtos.MutationProto.Builder, long, Map<Integer, Integer>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer multirequest with NO data for a list of actions (data is carried
otherwise than via protobuf).
- buildNormalizeRequest(NormalizeTableFilterParams) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer NormalizeRequest
- buildOfflineRegionRequest(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer OfflineRegionRequest
- buildOpenRegionRequest(ServerName, RegionInfo, List<ServerName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer OpenRegionRequest for a given region
- buildProcedureDescription(String, String, Map<String, String>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- buildRecommissionRegionServerRequest(ServerName, List<byte[]>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildRegionActions(byte[], List<Action>, ClientProtos.MultiRequest.Builder, ClientProtos.RegionAction.Builder, ClientProtos.Action.Builder, ClientProtos.MutationProto.Builder, long, Map<Integer, Integer>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer multi request for a list of actions.
- buildRegionOpenInfo(RegionInfo, List<ServerName>, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a RegionOpenInfo based on given region info and version of offline node
- buildRegionSpecifier(HBaseProtos.RegionSpecifier.RegionSpecifierType, byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a byte array to a protocol buffer RegionSpecifier
- buildRegionSpecifier(HBaseProtos.RegionSpecifier.RegionSpecifierType, byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Convert a byte array to a protocol buffer RegionSpecifier
- buildRemoveReplicationPeerRequest(String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildRevokeRequest(String, AccessControlProtos.Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Create a request to revoke user global permissions.
- buildRevokeRequest(String, String, AccessControlProtos.Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Create a request to revoke user namespace permissions.
- buildRevokeRequest(String, TableName, byte[], byte[], AccessControlProtos.Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Create a request to revoke user table permissions.
- buildRevokeRequest(UserPermission) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
- buildRollWALWriterRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a new RollWALWriterRequest
- buildRunCatalogScanResponse(int) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Creates a response for the catalog scan request
- buildRunCleanerChoreRequest() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a request for running cleaner chore
- buildRunCleanerChoreResponse(boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Creates a response for the cleaner chore request
- buildScanRequest(byte[], Scan, int, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer ScanRequest for a client Scan
- buildScanRequest(long, int, boolean, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer ScanRequest for a scanner id
- buildScanRequest(long, int, boolean, long, boolean, boolean, int) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer ScanRequest for a scanner id
- buildSetBalancerRunningRequest(boolean, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer SetBalancerRunningRequest
- buildSetCleanerChoreRunningRequest(boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a request for enabling/disabling the cleaner chore
- buildSetNormalizerRunningRequest(boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer SetNormalizerRunningRequest
- buildSetQuotaRequestProto(QuotaSettings) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
Convert a QuotaSettings to a protocol buffer SetQuotaRequest.
- buildSetRegionStateInMetaRequest(Map<String, RegionState.State>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer SetRegionStateInMetaRequest
- buildSetSnapshotCleanupRequest(boolean, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates SetSnapshotCleanupRequest for turning on/off auto snapshot cleanup
- buildSetSplitOrMergeEnabledRequest(boolean, boolean, MasterSwitchType...) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer SetSplitOrMergeEnabledRequest
- buildSetTableStateInMetaRequest(TableState) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer SetTableStateInMetaRequest
- buildSlowLogResponseRequest(Map<String, Object>, int, String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Build RPC request payload for getLogEntries
- buildSpanName(String, String) - Static method in class org.apache.hadoop.hbase.client.trace.IpcClientSpanBuilder
-
Construct an RPC span name.
- buildSplitTableRegionRequest(RegionInfo, byte[], long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildStopServerRequest(String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a new StopServerRequest
- buildTruncateRegionRequest(RegionInfo, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildTruncateTableRequest(TableName, boolean, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer TruncateTableRequest
- buildUnassignRegionRequest(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer UnassignRegionRequest
- buildUpdateFavoredNodesRequest(List<Pair<RegionInfo, List<ServerName>>>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer UpdateFavoredNodesRequest to update a list of favorednode mappings
- buildUpdateReplicationPeerConfigRequest(String, ReplicationPeerConfig) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildWarmupRegionRequest(RegionInfo) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a WarmupRegionRequest for a given region name
- BuiltInProviderSelector - Class in org.apache.hadoop.hbase.security.provider
-
Default implementation of
AuthenticationProviderSelector
which can choose from the
authentication implementations which HBase provides out of the box: Simple, Kerberos, and
Delegation Token authentication.
- BuiltInProviderSelector() - Constructor for class org.apache.hadoop.hbase.security.provider.BuiltInProviderSelector
-
- BuiltInSaslAuthenticationProvider - Class in org.apache.hadoop.hbase.security.provider
-
- BuiltInSaslAuthenticationProvider() - Constructor for class org.apache.hadoop.hbase.security.provider.BuiltInSaslAuthenticationProvider
-
- bypassGlobals(String, boolean) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Set the "bypass global settings" for the specified user
- bypassProcedure(List<Long>, long, boolean, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseHbck
-
- bypassProcedure(List<Long>, long, boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.Hbck
-
Bypass specified procedure and move it to completion.
- BYTES_IN_REMOTE_RESULTS_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
- BYTES_IN_RESULTS_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
- cache - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- CACHE_BLOOMS_ON_WRITE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- CACHE_BLOOMS_ON_WRITE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- CACHE_DATA_IN_L1 - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- CACHE_DATA_ON_WRITE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- CACHE_DATA_ON_WRITE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- CACHE_INDEX_ON_WRITE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- CACHE_INDEX_ON_WRITE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- CacheEvictionStats - Class in org.apache.hadoop.hbase
-
- CacheEvictionStatsAggregator - Class in org.apache.hadoop.hbase
-
Used to merge CacheEvictionStats.
- CacheEvictionStatsAggregator() - Constructor for class org.apache.hadoop.hbase.CacheEvictionStatsAggregator
-
- CacheEvictionStatsBuilder - Class in org.apache.hadoop.hbase
-
- cacheLocation(TableName, RegionLocations) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- cacheLocation(TableName, RegionLocations) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
Put a newly discovered HRegionLocation into the cache.
- cacheLocation(TableName, ServerName, HRegionLocation) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Put a newly discovered HRegionLocation into the cache.
- cacheLocation(TableName, RegionLocations) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Put a newly discovered HRegionLocation into the cache.
- caching - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- calculateTheClosestNextRowKeyForPrefix(byte[]) - Static method in class org.apache.hadoop.hbase.client.ClientUtil
-
When scanning for a prefix the scan should stop immediately after the the last row that has the
specified prefix.
- call(HBaseRpcController, AdminProtos.AdminService.Interface) - Method in interface org.apache.hadoop.hbase.client.AsyncAdminRequestRetryingCaller.Callable
-
- call(HBaseRpcController, MasterProtos.MasterService.Interface) - Method in interface org.apache.hadoop.hbase.client.AsyncMasterRequestRpcRetryingCaller.Callable
-
- call(HBaseRpcController, ClientProtos.ClientService.Interface) - Method in interface org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller.Callable
-
- call(T) - Method in interface org.apache.hadoop.hbase.client.coprocessor.Batch.Call
-
- call(HBaseRpcController) - Method in class org.apache.hadoop.hbase.client.FlushRegionCallable
-
- call(int) - Method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- call(HBaseRpcController) - Method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
Run RPC call.
- call(int) - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- call(int) - Method in interface org.apache.hadoop.hbase.client.RetryingCallable
-
Computes a result, or throws an exception if unable to do so.
- call(int) - Method in class org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas
-
Algo: - we put the query into the execution pool.
- call(S, RpcController, RpcCallback<R>) - Method in interface org.apache.hadoop.hbase.client.ServiceCaller
-
Represent the actual protobuf rpc call.
- call(Callable<T>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Contain ServiceException inside here.
- callable - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message, Message) - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient.BlockingRpcChannelImplementation
-
- CallCancelledException - Exception in org.apache.hadoop.hbase.ipc
-
Client side call cancelled.
- CallCancelledException(String) - Constructor for exception org.apache.hadoop.hbase.ipc.CallCancelledException
-
- CallDroppedException - Exception in org.apache.hadoop.hbase
-
Returned to the clients when their request was discarded due to server being overloaded.
- CallDroppedException() - Constructor for exception org.apache.hadoop.hbase.CallDroppedException
-
- CallDroppedException(String) - Constructor for exception org.apache.hadoop.hbase.CallDroppedException
-
- caller - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- CallerDisconnectedException - Exception in org.apache.hadoop.hbase.ipc
-
Exception indicating that the remote host making this IPC lost its IPC connection.
- CallerDisconnectedException(String) - Constructor for exception org.apache.hadoop.hbase.ipc.CallerDisconnectedException
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.client.RegionServerCoprocessorRpcChannelImpl
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient.RpcChannelImplementation
-
- CallQueueTooBigException - Exception in org.apache.hadoop.hbase
-
Returned to clients when their request was dropped because the call queue was too big to accept a
new call.
- CallQueueTooBigException() - Constructor for exception org.apache.hadoop.hbase.CallQueueTooBigException
-
- CallQueueTooBigException(String) - Constructor for exception org.apache.hadoop.hbase.CallQueueTooBigException
-
- CallStats() - Constructor for class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- CallTimeoutException - Exception in org.apache.hadoop.hbase.ipc
-
Client-side call timeout
- CallTimeoutException(String) - Constructor for exception org.apache.hadoop.hbase.ipc.CallTimeoutException
-
- CallTimeoutException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.ipc.CallTimeoutException
-
CallTimeoutException with cause
- callWithoutRetries(RetryingCallable<T>, int) - Method in interface org.apache.hadoop.hbase.client.RpcRetryingCaller
-
Call the server once only.
- callWithoutRetries(RetryingCallable<T>, int) - Method in class org.apache.hadoop.hbase.client.RpcRetryingCallerImpl
-
- callWithRetries(RetryingCallable<T>, int) - Method in interface org.apache.hadoop.hbase.client.RpcRetryingCaller
-
Retries if invocation fails.
- callWithRetries(RetryingCallable<T>, int) - Method in class org.apache.hadoop.hbase.client.RpcRetryingCallerImpl
-
- cancel(boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture
-
- cancel() - Method in interface org.apache.hadoop.hbase.client.RpcRetryingCaller
-
- cancel() - Method in class org.apache.hadoop.hbase.client.RpcRetryingCallerImpl
-
- cancelAll() - Method in class org.apache.hadoop.hbase.client.ResultBoundedCompletionService
-
- cancelConnections(ServerName) - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
Interrupt the connections to the given ip:port server.
- cancelConnections(ServerName) - Method in interface org.apache.hadoop.hbase.ipc.RpcClient
-
Interrupt the connections to the given server.
- canRetry() - Method in class org.apache.hadoop.hbase.security.provider.GssSaslClientAuthenticationProvider
-
- canRetry() - Method in interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
-
Returns true if the implementation is capable of performing some action which may allow a
failed authentication to become a successful authentication.
- canTakeRow(HRegionLocation, Row) - Method in interface org.apache.hadoop.hbase.client.RequestController.Checker
-
Checks the data whether it is valid to submit.
- castToCellType(BigDecimal) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- castToCellType(Double) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- castToCellType(Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- castToCellType(S) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
The response message comes as type S.
- castToReturnType(BigDecimal) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- castToReturnType(Double) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- castToReturnType(Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- castToReturnType(T) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
provides casting opportunity between the data types.
- catalogJanitorSwitch(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Enable/Disable the catalog janitor/
- catalogJanitorSwitch(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the catalog janitor on/off.
- catalogJanitorSwitch(boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- CatalogReplicaMode - Enum in org.apache.hadoop.hbase
-
There are two modes with catalog replica support.
- cConnection - Variable in class org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas
-
- cellBlockBuilder - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- cellScanner() - Method in class org.apache.hadoop.hbase.client.Mutation
-
- cellScanner() - Method in class org.apache.hadoop.hbase.client.Result
-
- cellScanner() - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- cellScanner() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
Returns One-shot cell scanner (you cannot back it up and restart)
- CellScannerButNoCodecException - Exception in org.apache.hadoop.hbase.ipc
-
Thrown if a cellscanner but no codec to encode it with.
- CellScannerButNoCodecException() - Constructor for exception org.apache.hadoop.hbase.ipc.CellScannerButNoCodecException
-
- CellVisibility - Class in org.apache.hadoop.hbase.security.visibility
-
This contains a visibility expression which can be associated with a cell.
- CellVisibility(String) - Constructor for class org.apache.hadoop.hbase.security.visibility.CellVisibility
-
- CF_ATTRIBUTE_EARLY_OUT - Static variable in interface org.apache.hadoop.hbase.security.access.AccessControlConstants
-
Configuration or CF schema option for early termination of access checks if table or CF
permissions grant access.
- CFNAME - Static variable in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- chance - Variable in class org.apache.hadoop.hbase.filter.RandomRowFilter
-
- channelInactive(ChannelHandlerContext) - Method in class org.apache.hadoop.hbase.security.NettyHBaseSaslRpcClientHandler
-
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class org.apache.hadoop.hbase.security.NettyHBaseRpcConnectionHeaderHandler
-
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class org.apache.hadoop.hbase.security.NettyHBaseSaslRpcClientHandler
-
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class org.apache.hadoop.hbase.security.SaslUnwrapHandler
-
- CHECK_AUTHS_FOR_MUTATION - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityConstants
-
- checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- checkAndDelete(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Delete) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- checkAndDelete(byte[], byte[], byte[], CompareOperator, byte[], Delete) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in interface org.apache.hadoop.hbase.client.Table
-
- checkAndDelete(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Delete) - Method in interface org.apache.hadoop.hbase.client.Table
-
- checkAndDelete(byte[], byte[], byte[], CompareOperator, byte[], Delete) - Method in interface org.apache.hadoop.hbase.client.Table
-
- checkAndGetReversed(List<Filter>, boolean) - Static method in class org.apache.hadoop.hbase.filter.FilterListBase
-
- checkAndMutate(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
- checkAndMutate(byte[], Filter) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
- checkAndMutate(CheckAndMutate) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
checkAndMutate that atomically checks if a row matches the specified condition.
- checkAndMutate(List<CheckAndMutate>) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Batch version of checkAndMutate.
- CheckAndMutate - Class in org.apache.hadoop.hbase.client
-
Used to perform CheckAndMutate operations.
- checkAndMutate(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- checkAndMutate(byte[], Filter) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- checkAndMutate(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], RowMutations) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- checkAndMutate(byte[], byte[], byte[], CompareOperator, byte[], RowMutations) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- checkAndMutate(CheckAndMutate) - Method in class org.apache.hadoop.hbase.client.HTable
-
- checkAndMutate(List<CheckAndMutate>) - Method in class org.apache.hadoop.hbase.client.HTable
-
- checkAndMutate(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.Table
-
- checkAndMutate(byte[], Filter) - Method in interface org.apache.hadoop.hbase.client.Table
-
- checkAndMutate(CheckAndMutate) - Method in interface org.apache.hadoop.hbase.client.Table
-
checkAndMutate that atomically checks if a row matches the specified condition.
- checkAndMutate(List<CheckAndMutate>) - Method in interface org.apache.hadoop.hbase.client.Table
-
Batch version of checkAndMutate.
- checkAndMutate(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], RowMutations) - Method in interface org.apache.hadoop.hbase.client.Table
-
- checkAndMutate(byte[], byte[], byte[], CompareOperator, byte[], RowMutations) - Method in interface org.apache.hadoop.hbase.client.Table
-
- CheckAndMutate.Builder - Class in org.apache.hadoop.hbase.client
-
A builder class for building a CheckAndMutate object.
- checkAndMutateAll(List<CheckAndMutate>) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
A simple version of batch checkAndMutate.
- CheckAndMutateResult - Class in org.apache.hadoop.hbase.client
-
Represents a result of a CheckAndMutate operation
- CheckAndMutateResult(boolean, Result) - Constructor for class org.apache.hadoop.hbase.client.CheckAndMutateResult
-
- checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- checkAndPut(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Put) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- checkAndPut(byte[], byte[], byte[], CompareOperator, byte[], Put) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in interface org.apache.hadoop.hbase.client.Table
-
- checkAndPut(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Put) - Method in interface org.apache.hadoop.hbase.client.Table
-
- checkAndPut(byte[], byte[], byte[], CompareOperator, byte[], Put) - Method in interface org.apache.hadoop.hbase.client.Table
-
- checkFailed() - Method in class org.apache.hadoop.hbase.ipc.ServerRpcController
-
Throws an IOException back out if one is currently stored.
- checkForAnd(byte[], int) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Checks if the current index of filter string we are on is the beginning of the keyword 'AND'
- checkForOr(byte[], int) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Checks if the current index of filter string we are on is the beginning of the keyword 'OR'
- checkForSkip(byte[], int) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Checks if the current index of filter string we are on is the beginning of the keyword 'SKIP'
- checkForWhile(byte[], int) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Checks if the current index of filter string we are on is the beginning of the keyword 'WHILE'
- checkIfRegionServerIsRemote() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
compare the local machine hostname with region server's hostname to decide if hbase client
connects to a remote region server
- checkState(int) - Method in interface org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture.WaitForStateCallable
-
- classifyExs(List<Throwable>) - Static method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- CLASSNAME_KEY - Static variable in interface org.apache.hadoop.hbase.client.BufferedMutator
-
Key to use setting non-default BufferedMutator implementation in Configuration.
- cleanerChoreSwitch(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Enable/Disable the cleaner chore.
- cleanerChoreSwitch(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the cleaner chore on/off.
- cleanerChoreSwitch(boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- cleanupBulkLoad(Connection, String) - Method in class org.apache.hadoop.hbase.client.SecureBulkLoadClient
-
- clear() - Method in class org.apache.hadoop.hbase.client.BatchScanResultCache
-
- clear() - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- clear() - Method in interface org.apache.hadoop.hbase.util.PoolMap.Pool
-
- clearAuths(Configuration, String[], String) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
- clearAuths(Connection, String[], String) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
Removes given labels from user's globally authorized list of labels.
- clearBlockCache(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Clear all the blocks corresponding to this table from BlockCache.
- clearBlockCache(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Clear all the blocks corresponding to this table from BlockCache.
- clearBlockCache(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Clear all the blocks corresponding to this table from BlockCache.
- clearCache() - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Delete all cached entries.
- clearCache(ServerName) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Delete all cached entries of a server.
- clearCache(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Delete a cached location, no matter what it is.
- clearCache(TableName) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Delete all cached entries of a table.
Synchronized because of calls in cacheLocation which need to be executed atomically
- clearCache(TableName, byte[], int) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Delete a cached location with specific replicaId.
Synchronized because of calls in cacheLocation which need to be executed atomically
- clearCache(TableName, byte[], ServerName) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Delete a cached location for a table, row and server.
- clearCache(RegionInfo) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Deletes the cached location of the region if necessary, based on some error from source.
Synchronized because of calls in cacheLocation which need to be executed atomically
- clearCaches(ServerName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Clear any caches that pertain to server name sn
.
- clearCaches(ServerName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- clearCompactionQueues(ServerName, Set<String>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Clear compacting queues on a regionserver.
- clearCompactionQueues(ServerName, Set<String>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Clear compacting queues on a region server.
- clearCompactionQueues(ServerName, Set<String>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- clearDeadServers(List<ServerName>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Clear dead region servers from master.
- clearDeadServers(List<ServerName>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Clear dead region servers from master.
- clearDeadServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- clearDeadServers(RpcController, MasterProtos.ClearDeadServersRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- clearRegionCache() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- clearRegionCache(TableName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Allows flushing the region cache of all locations that pertain to tableName
- clearRegionCache(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- clearRegionCache(TableName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- clearRegionCache() - Method in class org.apache.hadoop.hbase.client.HTable
-
Explicitly clears the region cache to fetch the latest value from META.
- clearRegionLocationCache() - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
Clear all the entries in the region location cache, for all the tables.
- clearRegionLocationCache() - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- clearRegionLocationCache() - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Clear all the entries in the region location cache.
- clearRegionLocationCache() - Method in interface org.apache.hadoop.hbase.client.Connection
-
Clear all the entries in the region location cache, for all the tables.
- clearRegionLocationCache() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- clearRegionLocationCache() - Method in class org.apache.hadoop.hbase.client.HRegionLocator
-
- clearRegionLocationCache() - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Clear all the entries in the region location cache.
- clearSlowLogResponses(Set<ServerName>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Clears online slow/large RPC logs from the provided list of RegionServers
- clearSlowLogResponses(Set<ServerName>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Clears online slow RPC logs from the provided list of RegionServers
- clearSlowLogResponses(Set<ServerName>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- CLIENT_NONCES_ENABLED_KEY - Static variable in interface org.apache.hadoop.hbase.client.NonceGenerator
-
- CLIENT_SIDE_METRICS_ENABLED_KEY - Static variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
Set this key to true
to enable metrics collection of client requests.
- CLIENT_SIDE_TABLE_METRICS_ENABLED_KEY - Static variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
Set this key to true
to enable table metrics collection of client requests.
- ClientAsyncPrefetchScanner - Class in org.apache.hadoop.hbase.client
-
ClientAsyncPrefetchScanner implements async scanner behaviour.
- ClientAsyncPrefetchScanner(Configuration, Scan, Scan, TableName, ClusterConnection, RpcRetryingCallerFactory, RpcControllerFactory, ExecutorService, int, int, int, ConnectionConfiguration, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.client.ClientAsyncPrefetchScanner
-
- ClientBackoffPolicy - Interface in org.apache.hadoop.hbase.client.backoff
-
Configurable policy for the amount of time a client should wait for a new request to the server
when given the server load statistics.
- ClientBackoffPolicyFactory - Class in org.apache.hadoop.hbase.client.backoff
-
- ClientBackoffPolicyFactory.NoBackoffPolicy - Class in org.apache.hadoop.hbase.client.backoff
-
Default backoff policy that doesn't create any backoff for the client, regardless of load
- ClientCoprocessorRpcController - Class in org.apache.hadoop.hbase.client
-
Client side rpc controller for coprocessor implementation.
- ClientCoprocessorRpcController() - Constructor for class org.apache.hadoop.hbase.client.ClientCoprocessorRpcController
-
- ClientExceptionsUtil - Class in org.apache.hadoop.hbase.exceptions
-
- ClientMetricsImpl(String, long, long, long) - Constructor for class org.apache.hadoop.hbase.UserMetricsBuilder.ClientMetricsImpl
-
- ClientScanner - Class in org.apache.hadoop.hbase.client
-
Implements the scanner interface for the HBase client.
- ClientScanner(Configuration, Scan, Scan, TableName, ClusterConnection, RpcRetryingCallerFactory, RpcControllerFactory, ExecutorService, int, int, int, ConnectionConfiguration, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.client.ClientScanner
-
Create a new ClientScanner for the specified table Note that the passed
Scan
's start
row maybe changed changed.
- ClientServiceCallable<T> - Class in org.apache.hadoop.hbase.client
-
A RegionServerCallable set to use the Client protocol.
- ClientServiceCallable(Connection, TableName, byte[], RpcController, int, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.client.ClientServiceCallable
-
- ClientSimpleScanner - Class in org.apache.hadoop.hbase.client
-
ClientSimpleScanner implements a sync scanner behaviour.
- ClientSimpleScanner(Configuration, Scan, Scan, TableName, ClusterConnection, RpcRetryingCallerFactory, RpcControllerFactory, ExecutorService, int, int, int, ConnectionConfiguration, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.client.ClientSimpleScanner
-
- ClientSnapshotDescriptionUtils - Class in org.apache.hadoop.hbase.snapshot
-
Class to help with dealing with a snapshot description on the client side.
- ClientTokenUtil - Class in org.apache.hadoop.hbase.security.token
-
Utility methods for obtaining authentication tokens, that do not require hbase-server.
- ClientUtil - Class in org.apache.hadoop.hbase.client
-
- ClientUtil() - Constructor for class org.apache.hadoop.hbase.client.ClientUtil
-
- ClockOutOfSyncException - Exception in org.apache.hadoop.hbase
-
This exception is thrown by the master when a region server clock skew is too high.
- ClockOutOfSyncException(String) - Constructor for exception org.apache.hadoop.hbase.ClockOutOfSyncException
-
- clone() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- cloneSnapshot(byte[], TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- cloneSnapshot(String, TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create a new table by cloning the snapshot content.
- cloneSnapshot(String, TableName, boolean, String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create a new table by cloning the snapshot content.
- cloneSnapshot(String, TableName, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create a new table by cloning the snapshot content.
- cloneSnapshot(String, TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Create a new table by cloning the snapshot content.
- cloneSnapshot(String, TableName, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Create a new table by cloning the snapshot content.
- cloneSnapshot(String, TableName, boolean, String) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Create a new table by cloning the snapshot content.
- cloneSnapshotAsync(String, TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create a new table by cloning the snapshot content, but does not block and wait for it to be
completely cloned.
- cloneSnapshotAsync(String, TableName, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create a new table by cloning the snapshot content.
- cloneSnapshotAsync(String, TableName, boolean, String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create a new table by cloning the snapshot content.
- cloneSnapshotAsync(String, TableName, boolean, String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- cloneTableSchema(TableName, TableName, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create a new table by cloning the existent table schema.
- cloneTableSchema(TableName, TableName, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Create a new table by cloning the existent table schema.
- cloneTableSchema(TableName, TableName, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- close() - Method in interface org.apache.hadoop.hbase.client.Admin
-
- close() - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutator
-
- close() - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- close() - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
- close() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- close() - Method in class org.apache.hadoop.hbase.client.ClientAsyncPrefetchScanner
-
- close() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- close() - Method in interface org.apache.hadoop.hbase.client.Connection
-
- close() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- close() - Method in interface org.apache.hadoop.hbase.client.ConnectionRegistry
-
Closes this instance and releases any system resources associated with it
- close() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- close() - Method in class org.apache.hadoop.hbase.client.HBaseHbck
-
- close() - Method in class org.apache.hadoop.hbase.client.HRegionLocator
- close() - Method in class org.apache.hadoop.hbase.client.HTable
-
- close() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer
-
Deprecated.
- close() - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- close() - Method in interface org.apache.hadoop.hbase.client.ResultScanner
-
Closes the scanner and releases any resources it has allocated
- close() - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- close() - Method in interface org.apache.hadoop.hbase.client.Table
-
Releases any resources held or pending changes in internal buffers.
- close() - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- close() - Method in interface org.apache.hadoop.hbase.ipc.RpcClient
-
Stop all threads related to this client.
- close() - Method in class org.apache.hadoop.hbase.quotas.QuotaRetriever
-
- close() - Method in class org.apache.hadoop.hbase.zookeeper.ReadOnlyZKClient
-
- closed - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- closed - Variable in class org.apache.hadoop.hbase.client.ScannerCallable
-
- CLOSED_PARAN - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityConstants
-
- closeInternal() - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- closeInternal() - Method in class org.apache.hadoop.hbase.ipc.BlockingRpcClient
-
- closeInternal() - Method in class org.apache.hadoop.hbase.ipc.NettyRpcClient
-
- closeRegion(String, String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- closeRegion(byte[], String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- closeRegion(ServerName, HRegionInfo) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- closeRegion(String, String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Deprecated.
- closeRegion(byte[], String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Deprecated.
- closeRegion(ServerName, HRegionInfo) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Deprecated.
- closeRegion(RpcController, AdminProtos.AdminService.BlockingInterface, ServerName, byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
A helper to close a region given a region name using admin protocol.
- closeRegionWithEncodedRegionName(String, String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- closeRegionWithEncodedRegionName(String, String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Deprecated.
- ClusterConnection - Interface in org.apache.hadoop.hbase.client
-
Internal methods on Connection that should not be used by user code.
- clusterId - Variable in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- ClusterId - Class in org.apache.hadoop.hbase
-
The identifier for this cluster.
- ClusterId() - Constructor for class org.apache.hadoop.hbase.ClusterId
-
New ClusterID.
- ClusterId(String) - Constructor for class org.apache.hadoop.hbase.ClusterId
-
- clusterId - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- clusterIdZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- ClusterMetrics - Interface in org.apache.hadoop.hbase
-
Metrics information on the HBase cluster.
- ClusterMetrics.Option - Enum in org.apache.hadoop.hbase
-
Kinds of ClusterMetrics
- ClusterMetricsBuilder - Class in org.apache.hadoop.hbase
-
- clusterStateZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- ClusterStatus - Class in org.apache.hadoop.hbase
-
- ClusterStatus(String, String, Map<ServerName, ServerLoad>, Collection<ServerName>, ServerName, Collection<ServerName>, List<RegionState>, String[], Boolean, int) - Constructor for class org.apache.hadoop.hbase.ClusterStatus
-
- ClusterStatus(ClusterMetrics) - Constructor for class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- code() - Method in enum org.apache.hadoop.hbase.security.access.Permission.Action
-
- code() - Method in enum org.apache.hadoop.hbase.security.access.Permission.Scope
-
- code - Variable in enum org.apache.hadoop.hbase.security.AuthMethod
-
The code for this method.
- codec - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- colFamTimeRangeMap - Variable in class org.apache.hadoop.hbase.client.Query
-
- COLON - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for colon (:)
- ColumnCountGetFilter - Class in org.apache.hadoop.hbase.filter
-
Simple filter that returns first N columns on row only.
- ColumnCountGetFilter(int) - Constructor for class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
-
- columnFamily - Variable in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- columnFamily - Variable in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- ColumnFamilyDescriptor - Interface in org.apache.hadoop.hbase.client
-
An ColumnFamilyDescriptor contains information about a column family such as the number of
versions, compression settings, etc.
- ColumnFamilyDescriptorBuilder - Class in org.apache.hadoop.hbase.client
-
- ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor - Class in org.apache.hadoop.hbase.client
-
An ModifyableFamilyDescriptor contains information about a column family such as the number of
versions, compression settings, etc.
- ColumnInterpreter<T,S,P extends com.google.protobuf.Message,Q extends com.google.protobuf.Message,R extends com.google.protobuf.Message> - Class in org.apache.hadoop.hbase.coprocessor
-
Defines how value for specific column is interpreted and provides utility methods like compare,
add, multiply etc for them.
- ColumnInterpreter() - Constructor for class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
- ColumnPaginationFilter - Class in org.apache.hadoop.hbase.filter
-
A filter, based on the ColumnCountGetFilter, takes two arguments: limit and offset.
- ColumnPaginationFilter(int, int) - Constructor for class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
Initializes filter with an integer offset and limit.
- ColumnPaginationFilter(int, byte[]) - Constructor for class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
Initializes filter with a string/bookmark based offset and limit.
- ColumnPrefixFilter - Class in org.apache.hadoop.hbase.filter
-
This filter is used for selecting only those keys with columns that matches a particular prefix.
- ColumnPrefixFilter(byte[]) - Constructor for class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
-
- columnQualifier - Variable in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- columnQualifier - Variable in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- ColumnRangeFilter - Class in org.apache.hadoop.hbase.filter
-
This filter is used for selecting only those keys with columns that are between minColumn to
maxColumn.
- ColumnRangeFilter(byte[], boolean, byte[], boolean) - Constructor for class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
Create a filter to select those keys with columns that are between minColumn and maxColumn.
- ColumnValueFilter - Class in org.apache.hadoop.hbase.filter
-
- ColumnValueFilter(byte[], byte[], CompareOperator, byte[]) - Constructor for class org.apache.hadoop.hbase.filter.ColumnValueFilter
-
- ColumnValueFilter(byte[], byte[], CompareOperator, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.ColumnValueFilter
-
- COMMA - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for a comma
- compact(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Compact a table.
- compact(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Compact a column family within a table.
- compact(TableName, CompactType) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Compact a table.
- compact(TableName, byte[], CompactType) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Compact a column family within a table.
- compact(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Compact a table.
- compact(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Compact a column family within a table.
- compact(TableName, CompactType) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Compact a table.
- compact(TableName, byte[], CompactType) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Compact a column family within a table.
- compact(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Compact a table.
- compact(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Compact a column family within a table.
- compact(TableName, byte[], CompactType) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Compact a column family within a table.
- compact(TableName, CompactType) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Compact a table.
- COMPACTION_ENABLED - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Used by HBase Shell interface to access this metadata attribute which denotes if the table is
compaction enabled.
- COMPACTION_ENABLED - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- CompactionState - Enum in org.apache.hadoop.hbase.client
-
POJO representing the compaction state
- compactionSwitch(boolean, List<String>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Turn the compaction on or off.
- compactionSwitch(boolean, List<String>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the compaction on or off.
- compactionSwitch(boolean, List<String>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- compactRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Compact an individual region.
- compactRegion(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Compact a column family within a region.
- compactRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Compact an individual region.
- compactRegion(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Compact a column family within a region.
- compactRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- compactRegion(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Compact a column family within a region.
- compactRegionServer(ServerName, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- compactRegionServer(ServerName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Compact all regions on the region server.
- compactRegionServer(ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Compact all regions on the region server.
- compactRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- CompactType - Enum in org.apache.hadoop.hbase.client
-
Currently, there are only two compact types: NORMAL
means do store files compaction;
MOB
means do mob files compaction.
- COMPARATOR - Static variable in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- COMPARATOR - Static variable in interface org.apache.hadoop.hbase.client.RegionInfo
-
- COMPARATOR - Static variable in interface org.apache.hadoop.hbase.client.Row
-
- COMPARATOR - Static variable in interface org.apache.hadoop.hbase.client.TableDescriptor
-
- comparator - Variable in class org.apache.hadoop.hbase.filter.CompareFilter
-
- comparator - Variable in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- COMPARATOR_IGNORE_REPLICATION - Static variable in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- COMPARATOR_IGNORE_REPLICATION - Static variable in interface org.apache.hadoop.hbase.client.TableDescriptor
-
- compare(BigDecimal, BigDecimal) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- compare(Double, Double) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- compare(Long, Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- compare(T, T) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
This takes care if either of arguments are null.
- compareCell(Cell, Cell) - Method in class org.apache.hadoop.hbase.filter.FilterListBase
-
- compareFamily(CompareFilter.CompareOp, ByteArrayComparable, Cell) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- compareFamily(CompareOperator, ByteArrayComparable, Cell) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- CompareFilter - Class in org.apache.hadoop.hbase.filter
-
This is a generic filter to be used to filter by comparison.
- CompareFilter(CompareFilter.CompareOp, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.CompareFilter
-
- CompareFilter(CompareOperator, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.CompareFilter
-
Constructor.
- CompareFilter.CompareOp - Enum in org.apache.hadoop.hbase.filter
-
- CompareOperator - Enum in org.apache.hadoop.hbase
-
Generic set of comparison operators.
- compareQualifier(CompareFilter.CompareOp, ByteArrayComparable, Cell) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- compareQualifier(CompareOperator, ByteArrayComparable, Cell) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- compareResults(Result, Result) - Static method in class org.apache.hadoop.hbase.client.Result
-
Does a deep comparison of two Results, down to the byte arrays.
- compareResults(Result, Result, boolean) - Static method in class org.apache.hadoop.hbase.client.Result
-
Does a deep comparison of two Results, down to the byte arrays.
- compareRow(CompareFilter.CompareOp, ByteArrayComparable, Cell) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- compareRow(CompareOperator, ByteArrayComparable, Cell) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- compareTo(Action) - Method in class org.apache.hadoop.hbase.client.Action
-
- compareTo(Row) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate
-
- compareTo(ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- compareTo(Row) - Method in class org.apache.hadoop.hbase.client.Get
-
- compareTo(Row) - Method in class org.apache.hadoop.hbase.client.Mutation
-
- compareTo(Row) - Method in class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- compareTo(RegionInfo) - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- compareTo(Row) - Method in interface org.apache.hadoop.hbase.client.Row
-
- compareTo(Row) - Method in class org.apache.hadoop.hbase.client.RowMutations
-
- compareTo(TableDescriptorBuilder.ModifyableTableDescriptor) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Compares the descriptor with another descriptor which is passed as a parameter.
- compareTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.BigDecimalComparator
-
- compareTo(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.filter.BigDecimalComparator
-
- compareTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.BinaryComparator
-
- compareTo(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.filter.BinaryComparator
-
- compareTo(byte[]) - Method in class org.apache.hadoop.hbase.filter.BinaryComponentComparator
-
- compareTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.BinaryComponentComparator
-
- compareTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.BinaryPrefixComparator
-
- compareTo(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.filter.BinaryPrefixComparator
-
- compareTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.BitComparator
-
- compareTo(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.filter.BitComparator
-
- compareTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.LongComparator
-
- compareTo(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.filter.LongComparator
-
- compareTo(byte[]) - Method in class org.apache.hadoop.hbase.filter.NullComparator
-
- compareTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.NullComparator
-
- compareTo(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.filter.NullComparator
-
- compareTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.RegexStringComparator
-
- compareTo(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.SubstringComparator
-
- compareTo(HColumnDescriptor) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- compareTo(HRegionLocation) - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- compareTo(HTableDescriptor) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Compares the descriptor with another descriptor which is passed as a parameter.
- compareTo(Size) - Method in class org.apache.hadoop.hbase.Size
-
- compareValue(CompareFilter.CompareOp, ByteArrayComparable, Cell) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- compareValue(CompareOperator, ByteArrayComparable, Cell) - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- completeExceptionally() - Method in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
- COMPRESS_TAGS - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- COMPRESS_TAGS - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- COMPRESSION - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- COMPRESSION - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- COMPRESSION_COMPACT - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- COMPRESSION_COMPACT - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- COMPRESSION_COMPACT_MAJOR - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- COMPRESSION_COMPACT_MAJOR - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- COMPRESSION_COMPACT_MINOR - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- COMPRESSION_COMPACT_MINOR - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- compressor - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- computeDelta(TableDescriptor, TableDescriptor) - Static method in class org.apache.hadoop.hbase.client.TableDescriptorUtils
-
Compares two
TableDescriptor
and indicate which columns were added, deleted, or
modified from oldTD to newTD
- ConcurrentTableModificationException - Exception in org.apache.hadoop.hbase
-
Thrown when a table has been modified concurrently
- ConcurrentTableModificationException() - Constructor for exception org.apache.hadoop.hbase.ConcurrentTableModificationException
-
default constructor
- ConcurrentTableModificationException(String) - Constructor for exception org.apache.hadoop.hbase.ConcurrentTableModificationException
-
Constructor
- ConcurrentTableModificationException(byte[]) - Constructor for exception org.apache.hadoop.hbase.ConcurrentTableModificationException
-
- ConcurrentTableModificationException(TableName) - Constructor for exception org.apache.hadoop.hbase.ConcurrentTableModificationException
-
- conf - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- conf - Variable in class org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas
-
- conf - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- conf - Variable in class org.apache.hadoop.hbase.ipc.RpcControllerFactory
-
- configure(Configuration, Collection<SaslClientAuthenticationProvider>) - Method in interface org.apache.hadoop.hbase.security.provider.AuthenticationProviderSelector
-
Initializes the implementation with configuration and a set of providers available.
- configure(Configuration, Collection<SaslClientAuthenticationProvider>) - Method in class org.apache.hadoop.hbase.security.provider.BuiltInProviderSelector
-
- conn - Variable in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
- Connection - Interface in org.apache.hadoop.hbase.client
-
A cluster connection encapsulating lower level individual connections to actual servers and a
connection to zookeeper.
- connection - Variable in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- connectionAttributes - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- ConnectionClosedException - Exception in org.apache.hadoop.hbase.exceptions
-
Thrown when the connection is closed
- ConnectionClosedException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.ConnectionClosedException
-
- ConnectionClosedException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.ConnectionClosedException
-
ConnectionClosedException with cause
- ConnectionClosingException - Exception in org.apache.hadoop.hbase.exceptions
-
Thrown when the client believes that we are trying to communicate to has been repeatedly
unresponsive for a while.
- ConnectionClosingException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.ConnectionClosingException
-
- ConnectionClosingException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.exceptions.ConnectionClosingException
-
ConnectionClosingException with cause
- ConnectionConfiguration - Class in org.apache.hadoop.hbase.client
-
Configuration parameters for the connection.
- ConnectionConfiguration() - Constructor for class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
Constructor This is for internal testing purpose (using the default value).
- ConnectionFactory - Class in org.apache.hadoop.hbase.client
-
A non-instantiable class that manages creation of
Connection
s.
- ConnectionFactory() - Constructor for class org.apache.hadoop.hbase.client.ConnectionFactory
-
No public c.tors
- ConnectionImplementation - Class in org.apache.hadoop.hbase.client
-
- ConnectionRegistry - Interface in org.apache.hadoop.hbase.client
-
Registry for meta information needed for connection setup to a HBase cluster.
- ConnectionSpanBuilder - Class in org.apache.hadoop.hbase.client.trace
-
Construct Span
instances originating from the client side of a connection.
- ConnectionSpanBuilder(AsyncConnectionImpl) - Constructor for class org.apache.hadoop.hbase.client.trace.ConnectionSpanBuilder
-
- ConnectionUtils - Class in org.apache.hadoop.hbase.client
-
Utility used by client connections.
- connectTO - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- Consistency - Enum in org.apache.hadoop.hbase.client
-
Consistency defines the expected consistency level for an operation.
- consistency - Variable in class org.apache.hadoop.hbase.client.Query
-
- containsColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
-
Checks for existence of a value for the specified column (empty or not).
- containsColumn(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.client.Result
-
Checks for existence of a value for the specified column (empty or not).
- containsEmptyColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
-
Checks if the specified column contains an empty value (a zero-length byte array).
- containsEmptyColumn(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.client.Result
-
Checks if the specified column contains an empty value (a zero-length byte array).
- containsNonEmptyColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
-
Checks if the specified column contains a non-empty value (not a zero-length byte array).
- containsNonEmptyColumn(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.client.Result
-
Checks if the specified column contains a non-empty value (not a zero-length byte array).
- containsRange(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns true if the given inclusive range of rows is fully contained by this region.
- containsRange(byte[], byte[]) - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns true if the given inclusive range of rows is fully contained by this region.
- containsRow(byte[]) - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns true if the given row falls in this region.
- containsRow(byte[]) - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns true if the given row falls in this region.
- controller - Variable in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
- convert(Map<TableName, ? extends Collection<String>>) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
convert map to TableCFs Object
- convert(String) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
Convert string to TableCFs Object.
- convert(ReplicationProtos.TableCF[]) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
Convert TableCFs Object to String.
- convert(ReplicationProtos.ReplicationPeer) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
- convert(ReplicationPeerConfig) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
- convert() - Method in class org.apache.hadoop.hbase.client.TableState
-
Covert to PB version of TableState
- convert(TableName, HBaseProtos.TableState) - Static method in class org.apache.hadoop.hbase.client.TableState
-
Covert from PB version of TableState
- convert(HBaseProtos.TableState.State) - Static method in enum org.apache.hadoop.hbase.client.TableState.State
-
Covert from PB version of State
- convert() - Method in enum org.apache.hadoop.hbase.client.TableState.State
-
Covert to PB version of State
- convert() - Method in class org.apache.hadoop.hbase.ClusterId
-
Returns A pb instance to represent this instance.
- convert(ClusterIdProtos.ClusterId) - Static method in class org.apache.hadoop.hbase.ClusterId
-
Returns A
ClusterId
made from the passed in
cid
- convert(HRegionInfo) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- convert(HBaseProtos.RegionInfo) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- convert() - Method in class org.apache.hadoop.hbase.master.RegionState
-
Convert a RegionState to an HBaseProtos.RegionState
- convert(ClusterStatusProtos.RegionState) - Static method in class org.apache.hadoop.hbase.master.RegionState
-
Convert a protobuf HBaseProtos.RegionState to a RegionState
- convert() - Method in enum org.apache.hadoop.hbase.master.RegionState.State
-
Convert to protobuf ClusterStatusProtos.RegionState.State
- convert(ClusterStatusProtos.RegionState.State) - Static method in enum org.apache.hadoop.hbase.master.RegionState.State
-
Convert a protobuf HBaseProtos.RegionState.State to a RegionState.State
- convert2Map(ReplicationProtos.TableCF[]) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
Convert tableCFs Object to Map.
- convertAttributesToCsv(List<HBaseProtos.NameBytesPair>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a list of NameBytesPair to a more readable CSV
- convertByteArrayToBoolean(byte[]) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Converts a boolean expressed in a byte array to an actual boolean
- convertByteArrayToInt(byte[]) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Converts an int expressed in a byte array to an actual int
- convertByteArrayToLong(byte[]) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Converts a long expressed in a byte array to an actual long
- convertResult(MasterProtos.GetProcedureResultResponse) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture
-
Convert the procedure result response to a specified type.
- convertToString(Set<String>) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
- convertToString(Map<TableName, ? extends Collection<String>>) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
- Coprocessor - Interface in org.apache.hadoop.hbase
-
Base interface for the 4 coprocessors - MasterCoprocessor, RegionCoprocessor,
RegionServerCoprocessor, and WALCoprocessor.
- Coprocessor.State - Enum in org.apache.hadoop.hbase
-
Lifecycle state of a given coprocessor instance.
- CoprocessorDescriptor - Interface in org.apache.hadoop.hbase.client
-
CoprocessorDescriptor contains the details about how to build a coprocessor.
- CoprocessorDescriptorBuilder - Class in org.apache.hadoop.hbase.client
-
- CoprocessorEnvironment<C extends Coprocessor> - Interface in org.apache.hadoop.hbase
-
Coprocessor environment state.
- CoprocessorException - Exception in org.apache.hadoop.hbase.coprocessor
-
Thrown if a coprocessor encounters any exception.
- CoprocessorException() - Constructor for exception org.apache.hadoop.hbase.coprocessor.CoprocessorException
-
Default Constructor
- CoprocessorException(Class<?>, String) - Constructor for exception org.apache.hadoop.hbase.coprocessor.CoprocessorException
-
Constructor with a Class object and exception message.
- CoprocessorException(String) - Constructor for exception org.apache.hadoop.hbase.coprocessor.CoprocessorException
-
Constructs the exception and supplies a string as the message
- CoprocessorRpcChannel - Interface in org.apache.hadoop.hbase.ipc
-
Base interface which provides clients with an RPC connection to call coprocessor endpoint
Service
s.
- CoprocessorRpcUtils - Class in org.apache.hadoop.hbase.ipc
-
Utilities for handling coprocessor rpc service calls.
- CoprocessorRpcUtils.BlockingRpcCallback<R> - Class in org.apache.hadoop.hbase.ipc
-
- coprocessorService() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Creates and returns a RpcChannel
instance connected to the active
master.
- coprocessorService(ServerName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Creates and returns a RpcChannel
instance connected to the passed
region server.
- coprocessorService(Function<RpcChannel, S>, ServiceCaller<S, R>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Execute the given coprocessor call on the master.
- coprocessorService(Function<RpcChannel, S>, ServiceCaller<S, R>, ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Execute the given coprocessor call on the given region server.
- coprocessorService(Function<RpcChannel, S>, ServiceCaller<S, R>, byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Execute the given coprocessor call on the region which contains the given row
.
- coprocessorService(Function<RpcChannel, S>, ServiceCaller<S, R>, AsyncTable.CoprocessorCallback<R>) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Execute a coprocessor call on the regions which are covered by a range.
- coprocessorService() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- coprocessorService(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- coprocessorService(byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
-
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>) - Method in class org.apache.hadoop.hbase.client.HTable
-
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - Method in class org.apache.hadoop.hbase.client.HTable
-
- coprocessorService(byte[]) - Method in interface org.apache.hadoop.hbase.client.Table
-
Creates and returns a RpcChannel
instance connected to the table
region containing the specified row.
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>) - Method in interface org.apache.hadoop.hbase.client.Table
-
Creates an instance of the given
Service
subclass for each table
region spanning the range from the
startKey
row to
endKey
row (inclusive), and
invokes the passed
Batch.Call.call(T)
method
with each
Service
instance.
- coprocessorService(Class<T>, byte[], byte[], Batch.Call<T, R>, Batch.Callback<R>) - Method in interface org.apache.hadoop.hbase.client.Table
-
Creates an instance of the given
Service
subclass for each table
region spanning the range from the
startKey
row to
endKey
row (inclusive), and
invokes the passed
Batch.Call.call(T)
method
with each
Service
instance.
- coprocessorServiceOnAllRegionServers(AsyncAdmin, Function<RpcChannel, S>, ServiceCaller<S, R>) - Static method in class org.apache.hadoop.hbase.client.AsyncAdminClientUtils
-
Execute the given coprocessor call on all region servers.
- copy(ColumnFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- copy(TableDescriptor) - Static method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- copy(TableName, TableDescriptor) - Static method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- copyFrom(Result) - Method in class org.apache.hadoop.hbase.client.Result
-
Copy another Result into this one.
- copyWritable(Writable, Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
-
Copy one Writable to another.
- copyWritable(byte[], Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
-
Copy one Writable to another.
- CorruptedSnapshotException - Exception in org.apache.hadoop.hbase.snapshot
-
Exception thrown when the found snapshot info from the filesystem is not valid.
- CorruptedSnapshotException(String, Exception) - Constructor for exception org.apache.hadoop.hbase.snapshot.CorruptedSnapshotException
-
Snapshot was corrupt for some reason.
- CorruptedSnapshotException(String, SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.CorruptedSnapshotException
-
Snapshot was corrupt for some reason.
- CorruptedSnapshotException(String) - Constructor for exception org.apache.hadoop.hbase.snapshot.CorruptedSnapshotException
-
Snapshot was corrupt for some reason.
- COUNT_OF_ROWS_FILTERED_KEY - Static variable in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- COUNT_OF_ROWS_FILTERED_KEY_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- COUNT_OF_ROWS_SCANNED_KEY - Static variable in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- COUNT_OF_ROWS_SCANNED_KEY_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- countOfBlockBytesScanned - Variable in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- countOfBytesInRemoteResults - Variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
number of bytes in Result objects from remote region servers
- countOfBytesInResults - Variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
number of bytes in Result objects from region servers
- countOfNSRE - Variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
number of NotServingRegionException caught
- countOfRegions - Variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
number of regions
- countOfRemoteRPCcalls - Variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
number of remote RPC calls
- countOfRemoteRPCRetries - Variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
number of remote RPC retries
- countOfRowsFiltered - Variable in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
number of rows filtered during scan RPC
- countOfRowsScanned - Variable in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
number of rows scanned during scan RPC.
- countOfRPCcalls - Variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
number of RPC calls
- countOfRPCRetries - Variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
number of RPC retries
- create(Configuration) - Static method in class org.apache.hadoop.hbase.client.backoff.ClientBackoffPolicyFactory
-
- create(Configuration) - Static method in class org.apache.hadoop.hbase.client.RequestControllerFactory
-
- create(List<Cell>) - Static method in class org.apache.hadoop.hbase.client.Result
-
Instantiate a Result with the specified List of KeyValues.
- create(List<Cell>, Boolean) - Static method in class org.apache.hadoop.hbase.client.Result
-
- create(List<Cell>, Boolean, boolean) - Static method in class org.apache.hadoop.hbase.client.Result
-
- create(List<Cell>, Boolean, boolean, boolean) - Static method in class org.apache.hadoop.hbase.client.Result
-
- create(Cell[]) - Static method in class org.apache.hadoop.hbase.client.Result
-
Instantiate a Result with the specified array of KeyValues.
- create(Cell[], Boolean, boolean) - Static method in class org.apache.hadoop.hbase.client.Result
-
- create(Cell[], Boolean, boolean, boolean) - Static method in class org.apache.hadoop.hbase.client.Result
-
- create(Configuration) - Static method in class org.apache.hadoop.hbase.client.ServerStatisticTracker
-
- createAsyncConnection() - Static method in class org.apache.hadoop.hbase.client.ConnectionFactory
-
- createAsyncConnection(Configuration) - Static method in class org.apache.hadoop.hbase.client.ConnectionFactory
-
- createAsyncConnection(Configuration, User) - Static method in class org.apache.hadoop.hbase.client.ConnectionFactory
-
Create a new AsyncConnection instance using the passed conf
and user
.
- createAsyncConnection(Configuration, User, Map<String, byte[]>) - Static method in class org.apache.hadoop.hbase.client.ConnectionFactory
-
Create a new AsyncConnection instance using the passed conf
and user
.
- createBlockingRpcChannel(ServerName, User, int) - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- createBlockingRpcChannel(ServerName, User, int) - Method in interface org.apache.hadoop.hbase.ipc.RpcClient
-
Creates a "channel" that can be used by a blocking protobuf service.
- createClient(Configuration, String) - Static method in class org.apache.hadoop.hbase.ipc.RpcClientFactory
-
Helper method for tests only.
- createClient(Configuration, String, MetricsConnection) - Static method in class org.apache.hadoop.hbase.ipc.RpcClientFactory
-
Creates a new RpcClient by the class defined in the configuration or falls back to
RpcClientImpl
- createClient(Configuration, String, MetricsConnection, Map<String, byte[]>) - Static method in class org.apache.hadoop.hbase.ipc.RpcClientFactory
-
Creates a new RpcClient by the class defined in the configuration or falls back to
RpcClientImpl
- createClient(Configuration, String, SocketAddress, MetricsConnection, Map<String, byte[]>) - Static method in class org.apache.hadoop.hbase.ipc.RpcClientFactory
-
Creates a new RpcClient by the class defined in the configuration or falls back to
RpcClientImpl
- createClient(Configuration, InetAddress, String, Token<? extends TokenIdentifier>, boolean, Map<String, String>) - Method in class org.apache.hadoop.hbase.security.provider.DigestSaslClientAuthenticationProvider
-
- createClient(Configuration, InetAddress, String, Token<? extends TokenIdentifier>, boolean, Map<String, String>) - Method in class org.apache.hadoop.hbase.security.provider.GssSaslClientAuthenticationProvider
-
- createClient(Configuration, InetAddress, SecurityInfo, Token<? extends TokenIdentifier>, boolean, Map<String, String>) - Method in interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
-
- createClient(Configuration, InetAddress, String, Token<? extends TokenIdentifier>, boolean, Map<String, String>) - Method in interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
-
Create the SASL client instance for this authentication method.
- createClient(Configuration, InetAddress, String, Token<? extends TokenIdentifier>, boolean, Map<String, String>) - Method in class org.apache.hadoop.hbase.security.provider.SimpleSaslClientAuthenticationProvider
-
- createCompactionState(AdminProtos.GetRegionInfoResponse.CompactionState) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- createCompactionState(CompactionState) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- createCompactionStateForRegionLoad(ClusterStatusProtos.RegionLoad.CompactionState) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- createCompactionStateForRegionLoad(CompactionState) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- createComparator(byte[]) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Parses a comparator of the form comparatorType:comparatorValue form and returns a comparator
- createCompareOp(byte[]) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
- createCompareOperator(byte[]) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Takes a compareOperator symbol as a byte array and returns the corresponding CompareOperator
- createCompleteResult(Iterable<Result>) - Static method in class org.apache.hadoop.hbase.client.Result
-
Forms a single result from the partial results in the partialResults list.
- createConnection() - Static method in class org.apache.hadoop.hbase.client.ConnectionFactory
-
Create a new Connection instance using default HBaseConfiguration.
- createConnection(Configuration) - Static method in class org.apache.hadoop.hbase.client.ConnectionFactory
-
Create a new Connection instance using the passed conf
instance.
- createConnection(Configuration, ExecutorService) - Static method in class org.apache.hadoop.hbase.client.ConnectionFactory
-
Create a new Connection instance using the passed conf
instance.
- createConnection(Configuration, User) - Static method in class org.apache.hadoop.hbase.client.ConnectionFactory
-
Create a new Connection instance using the passed conf
instance.
- createConnection(Configuration, ExecutorService, User) - Static method in class org.apache.hadoop.hbase.client.ConnectionFactory
-
Create a new Connection instance using the passed conf
instance.
- createConnection(Configuration, ExecutorService, User, Map<String, byte[]>) - Static method in class org.apache.hadoop.hbase.client.ConnectionFactory
-
Create a new Connection instance using the passed conf
instance.
- createConnection(ConnectionId) - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
Not connected.
- createConnection(ConnectionId) - Method in class org.apache.hadoop.hbase.ipc.BlockingRpcClient
-
Creates a connection.
- createConnection(ConnectionId) - Method in class org.apache.hadoop.hbase.ipc.NettyRpcClient
-
- createCounter(String) - Method in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
Create a new counter with the specified name
- createCryptoAES(RPCProtos.CryptoCipherMeta, Configuration) - Static method in class org.apache.hadoop.hbase.security.EncryptionUtil
-
Helper to create an instance of CryptoAES.
- createCursor(byte[]) - Static method in class org.apache.hadoop.hbase.client.ClientUtil
-
- createCursorResult(Cursor) - Static method in class org.apache.hadoop.hbase.client.Result
-
- createEncryptionContext(Configuration, ColumnFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.security.EncryptionUtil
-
Helper to create an encyption context.
- createEventLoopPerClient(Configuration) - Static method in class org.apache.hadoop.hbase.ipc.NettyRpcClientConfigHelper
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
-
Creating this filter by reflection, it is used by
ParseFilter
,
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.FamilyFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.FilterBase
-
Given the filter's arguments it constructs the filter
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.InclusiveStopFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.KeyOnlyFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.MultipleColumnPrefixFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.PageFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.PrefixFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.QualifierFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.RowFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.TimestampsFilter
-
- createFilterFromArguments(ArrayList<byte[]>) - Static method in class org.apache.hadoop.hbase.filter.ValueFilter
-
- createForTesting(RegionInfo, RegionState.State) - Static method in class org.apache.hadoop.hbase.master.RegionState
-
- createHBaseProtosSnapshotDesc(SnapshotDescription) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- createMobRegionInfo(TableName) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Creates a RegionInfo object for MOB data.
- createNamespace(NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create a new namespace.
- createNamespace(NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Create a new namespace.
- createNamespace(RpcController, MasterProtos.CreateNamespaceRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- createNamespaceAsync(NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create a new namespace.
- createNamespaceAsync(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- createPool() - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- createProtosSnapShotDescType(SnapshotType) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- createProtosSnapShotDescType(SnapshotType) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Creates
SnapshotProtos.SnapshotDescription.Type
from
SnapshotType
- createProtosSnapShotDescType(String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Creates SnapshotProtos.SnapshotDescription.Type
from the type of SnapshotDescription
string
- createRegionLoadStats(ClientProtos.RegionLoadStats) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- createRegionName(TableName, byte[], long, boolean) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Make a region name of passed parameters.
- createRegionName(TableName, byte[], String, boolean) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Make a region name of passed parameters.
- createRegionName(TableName, byte[], long, int, boolean) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Make a region name of passed parameters.
- createRegionName(TableName, byte[], byte[], boolean) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Make a region name of passed parameters.
- createRegionName(TableName, byte[], byte[], int, boolean) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Make a region name of passed parameters.
- createRegionName(TableName, byte[], long, boolean) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- createRegionName(TableName, byte[], String, boolean) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- createRegionName(TableName, byte[], long, int, boolean) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- createRegionName(TableName, byte[], byte[], boolean) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- createRegionName(TableName, byte[], byte[], int, boolean) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- createResource(PoolMap.PoolResourceSupplier<V>) - Static method in class org.apache.hadoop.hbase.util.PoolMap
-
- createRpcChannel(ServerName, User, int) - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- createRpcChannel(ServerName, User, int) - Method in interface org.apache.hadoop.hbase.ipc.RpcClient
-
Creates a "channel" that can be used by a protobuf service.
- createSaslAuthMethod(AuthMethod) - Static method in class org.apache.hadoop.hbase.security.provider.BuiltInSaslAuthenticationProvider
-
- createScanFromCursor(Cursor) - Static method in class org.apache.hadoop.hbase.client.Scan
-
Create a new Scan with a cursor.
- createScannerCallable() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
Will be called in moveToNextRegion to create ScannerCallable.
- createScannerCallable() - Method in class org.apache.hadoop.hbase.client.ClientSimpleScanner
-
- createScannerCallable() - Method in class org.apache.hadoop.hbase.client.ReversedClientScanner
-
- createScanResultCache(Scan) - Static method in class org.apache.hadoop.hbase.client.ConnectionUtils
-
- createSnapshotDesc(SnapshotProtos.SnapshotDescription) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- createSnapshotType(SnapshotProtos.SnapshotDescription.Type) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Creates
SnapshotType
from the
SnapshotProtos.SnapshotDescription.Type
- createTable(TableDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Creates a new table.
- createTable(TableDescriptor, byte[], byte[], int) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Creates a new table with the specified number of regions.
- createTable(TableDescriptor, byte[][]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Creates a new table with an initial set of empty regions defined by the specified split keys.
- createTable(TableDescriptor) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Creates a new table.
- createTable(TableDescriptor, byte[], byte[], int) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Creates a new table with the specified number of regions.
- createTable(TableDescriptor, byte[][]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Creates a new table with an initial set of empty regions defined by the specified split keys.
- createTable(TableDescriptor, byte[], byte[], int) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- createTable(RpcController, MasterProtos.CreateTableRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- createTableAsync(TableDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Creates a new table but does not block and wait for it to come online.
- createTableAsync(TableDescriptor, byte[][]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Creates a new table but does not block and wait for it to come online.
- createTableAsync(TableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- createTableAsync(TableDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- createTreeSet() - Method in class org.apache.hadoop.hbase.filter.MultipleColumnPrefixFilter
-
- createUnescapdArgument(byte[], int, int) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Removes the single quote escaping a single quote - thus it returns an unescaped argument
- current() - Method in class org.apache.hadoop.hbase.client.Result
-
- currentRegion - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- cursor() - Method in interface org.apache.hadoop.hbase.client.AdvancedScanResultConsumer.ScanController
-
Get the scan cursor if available.
- Cursor - Class in org.apache.hadoop.hbase.client
-
- cursor - Variable in class org.apache.hadoop.hbase.client.ScannerCallable
-
- CUSTOM_CALLER_CONF_KEY - Static variable in class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- CUSTOM_CONTROLLER_CONF_KEY - Static variable in class org.apache.hadoop.hbase.ipc.RpcControllerFactory
-
Custom RPC Controller factory allows frameworks to change the RPC controller.
- CUSTOM_RPC_CLIENT_IMPL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.ipc.RpcClientFactory
-
- get(Get) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Extracts certain cells from a given row.
- get(List<Get>) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Extracts certain cells from the given rows, in batch.
- Get - Class in org.apache.hadoop.hbase.client
-
Used to perform Get operations on a single row.
- Get(byte[]) - Constructor for class org.apache.hadoop.hbase.client.Get
-
Create a Get operation for the specified row.
- Get(Get) - Constructor for class org.apache.hadoop.hbase.client.Get
-
Copy-constructor
- Get(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.client.Get
-
Create a Get operation for the specified row.
- Get(ByteBuffer) - Constructor for class org.apache.hadoop.hbase.client.Get
-
Create a Get operation for the specified row.
- get() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture
-
- get(long, TimeUnit) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture
-
- get(Get) - Method in class org.apache.hadoop.hbase.client.HTable
-
- get(List<Get>) - Method in class org.apache.hadoop.hbase.client.HTable
-
- get(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Mutation
-
Returns a list of all KeyValue objects with matching column family and qualifier.
- get() - Static method in class org.apache.hadoop.hbase.client.PerClientRandomNonceGenerator
-
Get the singleton nonce generator.
- get - Variable in class org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas
-
- get(Get) - Method in interface org.apache.hadoop.hbase.client.Table
-
Extracts certain cells from a given row.
- get(List<Get>) - Method in interface org.apache.hadoop.hbase.client.Table
-
Extracts specified cells from the given rows, as a batch.
- get() - Method in class org.apache.hadoop.hbase.client.trace.ConnectionSpanBuilder
-
- get() - Method in class org.apache.hadoop.hbase.client.trace.IpcClientSpanBuilder
-
- get() - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- get() - Method in class org.apache.hadoop.hbase.client.trace.TableSpanBuilder
-
- get() - Method in class org.apache.hadoop.hbase.ipc.BlockingRpcCallback
-
- get() - Method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils.BlockingRpcCallback
-
- get() - Method in class org.apache.hadoop.hbase.Size
-
get the value
- get(Size.Unit) - Method in class org.apache.hadoop.hbase.Size
-
get the value which is converted to specified unit.
- get() - Method in interface org.apache.hadoop.hbase.util.PoolMap.PoolResourceSupplier
-
- get(String) - Method in class org.apache.hadoop.hbase.zookeeper.ReadOnlyZKClient
-
- getAccessScope() - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- getAccessScope() - Method in class org.apache.hadoop.hbase.security.access.UserPermission
-
Get this permission access scope.
- getACL() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getACL() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Returns The serialized ACL for this operation, or null if none
- getACL() - Method in class org.apache.hadoop.hbase.client.Query
-
Returns The serialized ACL for this operation, or null if none
- getAction() - Method in class org.apache.hadoop.hbase.client.Action
-
- getAction() - Method in class org.apache.hadoop.hbase.client.CheckAndMutate
-
Returns the action done if check succeeds
- getActions() - Method in class org.apache.hadoop.hbase.client.DelayingRunner
-
- getActions() - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- getActiveMaster() - Method in interface org.apache.hadoop.hbase.client.ConnectionRegistry
-
Get the address of active HMaster.
- getAdmin() - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
Retrieve an
AsyncAdmin
implementation to administer an HBase cluster.
- getAdmin(ExecutorService) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
Retrieve an
AsyncAdmin
implementation to administer an HBase cluster.
- getAdmin(ServerName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Establishes a connection to the region server at the specified address.
- getAdmin() - Method in interface org.apache.hadoop.hbase.client.Connection
-
Retrieve an Admin implementation to administer an HBase cluster.
- getAdmin() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getAdmin(ServerName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getAdmin() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture
-
- getAdminBuilder() - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getAdminBuilder(ExecutorService) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getAdminBuilder() - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getAdminBuilder(ExecutorService) - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getAdminForMaster() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Get the admin service for master.
- getAdminForMaster() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getAgeOfLastAppliedOp() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink
-
- getAgeOfLastShippedOp() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getAll(List<Get>) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
A simple version for batch get.
- getAllBootstrapNodes(ServerName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Get the bootstrap node list of another region server.
- getAllBootstrapNodes(ServerName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getAllFilters() - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Returns all known filters
- getAllowPartialResults() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getAllowPartialResults() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns true when the constructor of this scan understands that the results they will see may
only represent a partial portion of a row.
- getAllRegionLocations() - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Retrieves all of the regions associated with this table.
- getAllRegionLocations() - Method in class org.apache.hadoop.hbase.client.HRegionLocator
-
- getAllRegionLocations() - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Retrieves all of the regions associated with this table.
- getAllRegions(Connection, boolean) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Lists all of the regions currently in META.
- getAllRSGroupInfo(Connection) - Static method in class org.apache.hadoop.hbase.RSGroupTableAccessor
-
- getAlterStatus(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getAlterStatus(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getAlterStatus(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getAlterStatus(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getAppendTracker() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
appendTracker metric
- getAsyncProcess() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Returns Default AsyncProcess associated with this connection.
- getAsyncProcess() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getAttribute(String) - Method in interface org.apache.hadoop.hbase.client.Attributes
-
Gets an attribute
- getAttribute(String) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getAttribute(String) - Method in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
- getAttributeSize() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getAttributeSize() - Method in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
- getAttributesMap() - Method in interface org.apache.hadoop.hbase.client.Attributes
-
Gets all attributes
- getAttributesMap() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getAttributesMap() - Method in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
- getAuthMethod() - Method in class org.apache.hadoop.hbase.security.provider.SaslAuthMethod
-
Returns the Hadoop UserGroupInformation.AuthenticationMethod
for this method.
- getAuthorizations() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getAuthorizations() - Method in class org.apache.hadoop.hbase.client.Query
-
Returns The authorizations this Query is associated with.
- getAuths(Configuration, String) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
- getAuths(Connection, String) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
Get the authorization for a given user
- getAverageLatencyForEachRegionServer() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
Deprecated.
- getAverageLoad() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Returns the average cluster load
- getBackoffPolicy() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Returns the configured client backoff policy
- getBackoffPolicy() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getBackoffTime(ServerName, byte[], ServerStatistics) - Method in interface org.apache.hadoop.hbase.client.backoff.ClientBackoffPolicy
-
Returns the number of ms to wait on the client based on the
- getBackoffTime(ServerName, byte[], ServerStatistics) - Method in class org.apache.hadoop.hbase.client.backoff.ClientBackoffPolicyFactory.NoBackoffPolicy
-
- getBackoffTime(ServerName, byte[], ServerStatistics) - Method in class org.apache.hadoop.hbase.client.backoff.ExponentialClientBackoffPolicy
-
- getBackupMasterNames() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Returns the names of backup masters
- getBackupMasterNames() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getBackupMasters() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get a list of current backup masters.
- getBackupMasters() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getBackupMasters() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getBackupMastersSize() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getBalancerDecisionEntries(MasterProtos.BalancerDecisionsResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- getBalancerOn() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
- getBalancerOn() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getBalancerRejectionEntries(MasterProtos.BalancerRejectionsResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- getBandwidth() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getBarriers() - Method in class org.apache.hadoop.hbase.MetaTableAccessor.ReplicationBarrierResult
-
- getBatch() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getBatch() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns maximum number of values to return for a single call to next()
- getBlockBytesScanned() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
Return the amount of block bytes scanned to retrieve the response cells.
- getBlocksize() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns The storefile/hfile blocksize for this column family.
- getBlocksize() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getBlocksize() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getBlocksLocalWeight() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getBlocksLocalWeight() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the data at local weight of this region in the regionserver
- getBlocksLocalWithSsdWeight() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getBlocksLocalWithSsdWeight() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Different from blocksLocalWeight,this metric's numerator only include the data stored on ssd
- getBlocksTotalWeight() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getBlocksTotalWeight() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the block total weight of this region
- getBloomFilterSize() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getBloomFilterSize() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns The total size of all Bloom filter blocks, not just loaded into the block cache
- getBloomFilterType() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns bloom filter type used for new StoreFiles in ColumnFamily
- getBloomFilterType() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getBloomFilterType() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getBootstrapNodes(Configuration) - Method in class org.apache.hadoop.hbase.client.MasterRegistry
-
Deprecated.
- getBootstrapNodes(Configuration) - Method in class org.apache.hadoop.hbase.client.RpcConnectionRegistry
-
- getBufferedCounterForEachRegionServer() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
Deprecated.
- getBufferedMutator(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getBufferedMutator(TableName, ExecutorService) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getBufferedMutator(TableName) - Method in interface org.apache.hadoop.hbase.client.Connection
-
- getBufferedMutator(BufferedMutatorParams) - Method in interface org.apache.hadoop.hbase.client.Connection
-
- getBufferedMutator(BufferedMutatorParams) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getBufferedMutator(TableName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getBufferedMutatorBuilder(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getBufferedMutatorBuilder(TableName, ExecutorService) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getBufferedMutatorBuilder(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getBufferedMutatorBuilder(TableName, ExecutorService) - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getBuilder(ServerName, byte[], ServerName, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- getBytes(Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
-
Get the Writable's contents as a byte array
- getBytes(Writable...) - Static method in class org.apache.hadoop.hbase.util.Writables
-
Put a bunch of Writables as bytes all into the one byte array.
- getCacheBlocks() - Method in class org.apache.hadoop.hbase.client.Get
-
Get whether blocks should be cached for this Get.
- getCacheBlocks() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getCacheBlocks() - Method in class org.apache.hadoop.hbase.client.Scan
-
Get whether blocks should be cached for this Scan.
- getCacheCount() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getCachedFilesList(ServerName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the list of cached files
- getCachedFilesList(ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the list of cached files
- getCachedFilesList(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Get the list of cached files
- getCachedFilesList(RpcController, AdminProtos.AdminService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Get the list of cached files
- getCachedLocation(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Search the cache for a location that fits our table and row key.
- getCacheSize() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getCaching() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getCaching() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getCaching() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns caching the number of rows fetched when calling next on a scanner
- getCaching() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
Get the number of rows that will be fetched on next
- getCallback() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getCallDetails() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getCallTimeMs() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- getCallTimeout() - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- getCallTimeout() - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
- getCallTimeout() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- getCatalogFamily() - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the column family used for meta columns.
- getCatalogFamilyRow(Connection, RegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getCause(int) - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- getCauses() - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- getCellValueFromProto(HBaseProtos.BigDecimalMsg) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- getCellValueFromProto(HBaseProtos.DoubleMsg) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- getCellValueFromProto(HBaseProtos.LongMsg) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- getCellValueFromProto(Q) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
This method gets the PB message corresponding to the cell type
- getCellVisibility() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Returns CellVisibility associated with cells in this Mutation.
- getChance() - Method in class org.apache.hadoop.hbase.filter.RandomRowFilter
-
Returns The chance that a row gets included.
- getCheckAndMutateResult(ClientProtos.MutateResponse, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Create a CheckAndMutateResult object from a protocol buffer MutateResponse
- getClassLoader() - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
Returns the classloader for the loaded coprocessor instance
- getClassName() - Method in interface org.apache.hadoop.hbase.client.CoprocessorDescriptor
-
Returns the name of the class or interface represented by this object.
- getClient(ServerName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Establishes a connection to the region server at the specified address, and returns a region
client protocol.
- getClient(ServerName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getClientAddress() - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- getClientAddress() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getClientMetrics() - Method in interface org.apache.hadoop.hbase.UserMetrics
-
Returns metrics per client(hostname)
- getClosedRegions() - Method in class org.apache.hadoop.hbase.client.RegionStatesCount
-
- getClusterId() - Method in interface org.apache.hadoop.hbase.client.Connection
-
Returns the cluster ID unique to this HBase cluster.
- getClusterId() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getClusterId() - Method in interface org.apache.hadoop.hbase.client.ConnectionRegistry
-
Should only be called once.
- getClusterId() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
- getClusterId() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getClusterIds() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Returns the set of clusterIds that have consumed the mutation
- getClusterKey() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getClusterMetrics() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get whole cluster metrics, containing status about:
- getClusterMetrics(EnumSet<ClusterMetrics.Option>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getClusterMetrics() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getClusterMetrics(EnumSet<ClusterMetrics.Option>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getClusterMetrics(EnumSet<ClusterMetrics.Option>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getClusterStatus() - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getClusterStatus(RpcController, MasterProtos.GetClusterStatusRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getCode() - Method in class org.apache.hadoop.hbase.security.provider.SaslAuthMethod
-
Returns the unique value to identify this authentication method among other HBase auth methods.
- getCodec() - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
Encapsulate the ugly casting and RuntimeException conversion in private method.
- getColumnCells(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
-
Return the Cells for the specific column.
- getColumnFamilies() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
- getColumnFamilies() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- getColumnFamilies() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- getColumnFamily(byte[]) - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Returns the ColumnDescriptor for a specific column family with name as specified by the
parameter column.
- getColumnFamily(byte[]) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Returns the ColumnFamilyDescriptor for a specific column family with name as specified by the
parameter column.
- getColumnFamily(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getColumnFamilyCount() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Returns the count of the column families of the table.
- getColumnFamilyCount() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- getColumnFamilyCount() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Returns the count of the column families of the table.
- getColumnFamilyMap() - Method in class org.apache.hadoop.hbase.client.replication.TableCFs
-
- getColumnFamilyNames() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Returns all the column family names of the current table.
- getColumnFamilyNames() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Returns all the column family names of the current table.
- getColumnFamilyNames() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getColumnFamilyTimeRange() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getColumnFamilyTimeRange() - Method in class org.apache.hadoop.hbase.client.Query
-
Returns A map of column families to time ranges
- getColumnLatestCell(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
-
The Cell for the most recent timestamp for a given column.
- getColumnLatestCell(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.client.Result
-
The Cell for the most recent timestamp for a given column.
- getColumnOffset() - Method in class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
- getColumnsAdded() - Method in class org.apache.hadoop.hbase.client.TableDescriptorUtils.TableDescriptorDelta
-
- getColumnsDeleted() - Method in class org.apache.hadoop.hbase.client.TableDescriptorUtils.TableDescriptorDelta
-
- getColumnsModified() - Method in class org.apache.hadoop.hbase.client.TableDescriptorUtils.TableDescriptorDelta
-
- getCompactedCellCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getCompactedCellCount() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the number of already compacted kvs in current compaction
- getCompactingCellCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getCompactingCellCount() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the total number of cells in current compaction
- getCompactionCompression() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
- getCompactionCompressionType() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns Compression type setting.
- getCompactionCompressionType() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getCompactionCompressionType() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getCompactionPressure() - Method in class org.apache.hadoop.hbase.client.backoff.ServerStatistics.RegionStatistics
-
- getCompactionPressure() - Method in class org.apache.hadoop.hbase.client.RegionLoadStats
-
- getCompactionState(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the current compaction state of a table.
- getCompactionState(TableName, CompactType) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the current compaction state of a table.
- getCompactionState(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the current compaction state of a table.
- getCompactionState(TableName, CompactType) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the current compaction state of a table.
- getCompactionState(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getCompactionState(TableName, CompactType) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Get the current compaction state of a table.
- getCompactionState() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getCompactionState() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the compaction state of this region
- getCompactionStateForRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the current compaction state of region.
- getCompactionStateForRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the current compaction state of region.
- getCompactionStateForRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getComparator(Comparator<ColumnFamilyDescriptor>) - Static method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
- getComparator() - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
-
Returns the comparator
- getComparator() - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
Returns the comparator
- getComparator() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Returns the comparator
- getComparator() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
- getCompareOp() - Method in class org.apache.hadoop.hbase.client.CheckAndMutate
-
Returns the comparison operator
- getCompareOperator() - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
-
Returns operator
- getCompareOperator() - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- getCompareOperator() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- getComparisonData() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- getCompletedSequenceId() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getCompletedSequenceId() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
This does not really belong inside RegionLoad but its being done in the name of expediency.
- getCompletedSnapshots(RpcController, MasterProtos.GetCompletedSnapshotsRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getCompleteSequenceId() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getCompletionTime() - Method in interface org.apache.hadoop.hbase.ServerTask
-
Get the task completion time.
- getCompression() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
- getCompressionType() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns Compression type setting.
- getCompressionType() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- getCompressionType() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getCompressionType() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getComputedSteps() - Method in class org.apache.hadoop.hbase.client.BalancerDecision
-
- getComputedTotalCost() - Method in class org.apache.hadoop.hbase.client.BalancerDecision
-
- getConcurrentCallsPerServer() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- getConf() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Returns Configuration used by the instance.
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutator
-
Returns the Configuration
object used by this instance.
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
Returns the Configuration
object used by this instance.
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Returns the Configuration
object used by this instance.
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
Returns the Configuration
object used by this instance.
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns an unmodifiable map.
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.Connection
-
Returns Configuration instance being used by this Connection instance.
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.HTable
-
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.Table
-
Returns the Configuration
object used by this instance.
- getConfiguration() - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
- getConfiguration() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getConfiguration() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Getter for fetching an unmodifiable map.
- getConfiguration() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getConfigurationValue(String) - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns accessing the configuration value by key.
- getConfigurationValue(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getConfigurationValue(String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getConfigurationValue(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Getter for accessing the configuration value by key
- getConnectedZooKeeper(String, int) - Static method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperHelper
-
Get a ZooKeeper instance and wait until it connected before returning.
- getConnection() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Returns Connection used by this object.
- getConnection() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getConnection() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Returns Connection used by this object.
- getConnection() - Method in class org.apache.hadoop.hbase.client.HTable
-
INTERNAL Used by unit tests and tools to do low-level manipulations.
- getConnection() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- getConnectionAttributes() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getConnectionConfiguration() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Returns a ConnectionConfiguration object holding parsed configuration values
- getConnectionConfiguration() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getConnectionCount() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
Return the connection count of the metrics within a scope
- getConnectionExceptionTypes() - Static method in class org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil
-
For test only.
- getConnectionMetrics() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Returns the MetricsConnection instance associated with this connection.
- getConnectionMetrics() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getConnectionRegistry() - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getConnectionRegistry() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getConnectionRegistry() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getConnectionString() - Method in interface org.apache.hadoop.hbase.client.ConnectionRegistry
-
Return the connection string associated with this registry instance.
- getConnectionString() - Method in class org.apache.hadoop.hbase.client.MasterRegistry
-
Deprecated.
- getConnectionString() - Method in class org.apache.hadoop.hbase.client.RpcConnectionRegistry
-
- getConnectString() - Method in class org.apache.hadoop.hbase.zookeeper.ReadOnlyZKClient
-
- getConsistency() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getConsistency() - Method in class org.apache.hadoop.hbase.client.Query
-
Returns the consistency level for this operation
- getControllerException(RpcController) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
Retreivies exception stored during RPC invocation.
- getControllerException(RpcController) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Retreivies exception stored during RPC invocation.
- getCoprocessorDescriptors() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Return the list of attached co-processor represented
- getCoprocessorDescriptors() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Return the list of attached co-processor represented by their name className
- getCoprocessorDescriptors() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getCoprocessorNames() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getCoprocessorNames() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Return the RegionServer-level and Region-level coprocessors
- getCoprocessors() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
- getCoprocessorServiceRequest(Descriptors.MethodDescriptor, Message) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
- getCoprocessorServiceRequest(Descriptors.MethodDescriptor, Message, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
- getCostFuncInfoList() - Method in class org.apache.hadoop.hbase.client.BalancerRejection
-
- getCounter(String) - Method in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
Returns
AtomicLong
instance for this counter name, null if counter does not exist.
- getCreationTime() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getCurrentBatchPool() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getCurrentCompactedKVs() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getCurrentCompactedKVs() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getCurrentMetaLookupPool() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getCurrentRegionCachedRatio() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getCurrentRegionCachedRatio() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns current prefetch ratio of this region on this server
- getCurrentSnapshotFromQuotaTable(Connection, TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
Returns the current space quota snapshot of the given tableName
from
QuotaTableUtil.QUOTA_TABLE_NAME
or null if the no quota information is available for
that tableName.
- getCurrentSpaceQuotaSnapshot(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Returns the Master's view of a quota on the given namespace
or null if the Master has
no quota information on that namespace.
- getCurrentSpaceQuotaSnapshot(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Returns the Master's view of a quota on the given tableName
or null if the Master has
no quota information on that table.
- getCurrentSpaceQuotaSnapshot(String) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Returns the Master's view of a quota on the given namespace
or null if the Master has
no quota information on that namespace.
- getCurrentSpaceQuotaSnapshot(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Returns the Master's view of a quota on the given tableName
or null if the Master has
no quota information on that table.
- getCurrentSpaceQuotaSnapshot(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getCurrentSpaceQuotaSnapshot(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getCursor() - Method in class org.apache.hadoop.hbase.client.Result
-
Return the cursor if this Result is a cursor result.
- getCursor() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
- getDataBlockEncoding() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns the data block encoding algorithm used in block cache and optionally on disk
- getDataBlockEncoding() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getDataBlockEncoding() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getDataLocality() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
Returns the data locality of region in the regionserver.
- getDataLocality() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the data locality of region in the regionserver.
- getDataLocalityForSsd() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getDataLocalityForSsd() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Different from dataLocality,this metric's numerator only include the data stored on ssd
- getDaughterRegions(Result) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the daughter regions by reading the corresponding columns of the catalog table Result.
- getDeadServerNames() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Returns the names of region servers on the dead list
- getDeadServerNames() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
Returns the names of region servers on the dead list
- getDeadServers() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getDeadServersSize() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getDefaultCodec(Configuration) - Static method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- getDefaultExecutor(Configuration) - Static method in class org.apache.hadoop.hbase.client.HTable
-
- getDefaultRegionLocation() - Method in class org.apache.hadoop.hbase.RegionLocations
-
- getDefaultValues() - Static method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- getDefaultValues() - Static method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getDelegateeForModification() - Method in class org.apache.hadoop.hbase.client.ImmutableHColumnDescriptor
-
Deprecated.
- getDelegateeForModification() - Method in class org.apache.hadoop.hbase.client.ImmutableHTableDescriptor
-
Deprecated.
- getDelegateeForModification() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getDelegateeForModification() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getDeleteTracker() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
deleteTracker metric
- getDesc(List<Throwable>, List<? extends Row>, List<String>) - Static method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- getDesc(Map<String, Integer>) - Static method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- getDescription() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture
-
Returns a description of the operation
- getDescription() - Method in interface org.apache.hadoop.hbase.ServerTask
-
Get the task's description.
- getDescriptiveNameFromRegionStateForDisplay(RegionState, Configuration) - Static method in class org.apache.hadoop.hbase.client.RegionInfoDisplay
-
Get the descriptive name as
RegionState
does it but with hidden startkey optionally
- getDescriptiveNameFromRegionStateForDisplay(RegionState, Configuration) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- getDescriptor(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get a table descriptor.
- getDescriptor(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Method for getting the tableDescriptor
- getDescriptor() - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
- getDescriptor(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getDescriptor() - Method in class org.apache.hadoop.hbase.client.HTable
-
- getDescriptor() - Method in interface org.apache.hadoop.hbase.client.Table
-
- getDFSReplication() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns replication factor set for this CF
- getDFSReplication() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getDFSReplication() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getDropDependentColumn() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- getDurability() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Get the current durability
- getDurability() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Returns the durability setting for the table.
- getDurability() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Returns the durability setting for the table.
- getDurability() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Returns the durability setting for the table.
- getEditsRead() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getEncodedName() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns the encoded region name.
- getEncodedName() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns the encoded region name
- getEncodedNameAsBytes() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns the encoded region name as an array of bytes.
- getEncodedNameAsBytes() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- getEncryptionKey() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns Return the raw crypto key attribute for the family, or null if not set
- getEncryptionKey() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getEncryptionKey() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getEncryptionType() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns Return the encryption algorithm in use by this family
- getEncryptionType() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getEncryptionType() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getEndKey() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns the endKey.
- getEndKey() - Method in class org.apache.hadoop.hbase.HbckRegionDetails
-
- getEndKey() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns the endKey
- getEndKeyForDisplay(RegionInfo, Configuration) - Static method in class org.apache.hadoop.hbase.client.RegionInfoDisplay
-
Get the end key for display.
- getEndKeyForDisplay(HRegionInfo, Configuration) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- getEndKeys() - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Gets the ending row key for every region in the currently open table.
- getEndKeys() - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Gets the ending row key for every region in the currently open table.
- getEntry() - Method in class org.apache.hadoop.hbase.client.SingleResponse
-
- getErasureCodingPolicy() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
The HDFS erasure coding policy for a table.
- getErasureCodingPolicy() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
The HDFS erasure coding policy for a table.
- getErasureCodingPolicy() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
The HDFS erasure coding policy for a table.
- getErrors() - Method in interface org.apache.hadoop.hbase.client.AsyncRequestFuture
-
- getEvictedBlocks() - Method in class org.apache.hadoop.hbase.CacheEvictionStats
-
- getExceedThrottleQuotaRowKey() - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getException(byte[]) - Method in class org.apache.hadoop.hbase.client.MultiResponse
-
Returns the exception for the region, if any.
- getExceptionCount() - Method in class org.apache.hadoop.hbase.CacheEvictionStats
-
- getExceptionMessage() - Method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- getExceptionMessageAdditionalDetail() - Method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- getExceptionMessageAdditionalDetail() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- getExceptionMessageAdditionalDetail() - Method in interface org.apache.hadoop.hbase.client.RetryingCallable
-
Returns Some details from the implementation that we would like to add to a terminating
exception; i.e.
- getExceptions() - Method in class org.apache.hadoop.hbase.CacheEvictionStats
-
- getExceptions() - Method in class org.apache.hadoop.hbase.client.MultiResponse
-
- getExcludeNamespaces() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getExcludeTableCFsMap() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getExecutedWriteBufferPeriodicFlushes() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- getExhaustiveDescription() - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- getExists() - Method in class org.apache.hadoop.hbase.client.Result
-
- getExpirationDate() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- getExpression() - Method in class org.apache.hadoop.hbase.security.visibility.CellVisibility
-
Returns The visibility expression
- getFailed() - Method in class org.apache.hadoop.hbase.client.ClientCoprocessorRpcController
-
- getFailed() - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- getFailed() - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
Return the failed exception, null if not failed.
- getFailed() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- getFailedCounterForEachRegionServer() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
Deprecated.
- getFailedOn() - Method in class org.apache.hadoop.hbase.ipc.ServerRpcController
-
Returns any exception thrown during service method invocation, or null
if no exception
was thrown.
- getFailedOperations() - Method in interface org.apache.hadoop.hbase.client.AsyncRequestFuture
-
- getFailureCount() - Method in exception org.apache.hadoop.hbase.exceptions.PreemptiveFastFailException
-
Deprecated.
Returns failure count
- getFamilies() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getFamilies() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns the keys of the familyMap
- getFamilies() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- getFamiliesKeys() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- getFamily() - Method in class org.apache.hadoop.hbase.client.CheckAndMutate
-
Returns the family to check
- getFamily() - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
-
Returns the column family
- getFamily() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
Returns the column family
- getFamily() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Returns the family
- getFamily(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- getFamily() - Method in class org.apache.hadoop.hbase.security.access.GetUserPermissionsRequest
-
- getFamily() - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- getFamilyCellMap() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Method for retrieving the put's familyMap
- getFamilyMap() - Method in class org.apache.hadoop.hbase.client.Get
-
Method for retrieving the get's familyMap
- getFamilyMap() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getFamilyMap(byte[]) - Method in class org.apache.hadoop.hbase.client.Result
-
Map of qualifiers to values.
- getFamilyMap() - Method in class org.apache.hadoop.hbase.client.Scan
-
Getting the familyMap
- getFamilyMapOfLongs() - Method in class org.apache.hadoop.hbase.client.Increment
-
Before 0.95, when you called Increment#getFamilyMap(), you got back a map of families to a list
of Longs.
- getFilter() - Method in class org.apache.hadoop.hbase.client.CheckAndMutate
-
Returns the filter to check
- getFilter() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getFilter() - Method in class org.apache.hadoop.hbase.client.Query
-
- getFilter() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns RowFilter
- getFilter() - Method in class org.apache.hadoop.hbase.filter.SkipFilter
-
- getFilter() - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
-
- getFilterArguments(byte[]) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Returns the arguments of the filter from the filter string
- getFilterByOperator() - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- getFilteredReadRequestCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getFilteredReadRequestCount() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the number of filtered read requests made to region
- getFilteredReadRequests() - Method in interface org.apache.hadoop.hbase.UserMetrics
-
Returns count of filtered read requests for a user
- getFilteredReadRequestsCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getFilteredReadRequestsCount() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getFilteredReadRequestsCount() - Method in interface org.apache.hadoop.hbase.UserMetrics.ClientMetrics
-
- getFilteredReadRequestsCount() - Method in class org.apache.hadoop.hbase.UserMetricsBuilder.ClientMetricsImpl
-
- getFilterIfMissing() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Get whether entire row should be filtered if column is not found.
- getFilterName(byte[]) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Returns the filter name given a simple filter expression
- getFilters() - Method in class org.apache.hadoop.hbase.filter.FilterList
-
Get the filters.
- getFilters() - Method in class org.apache.hadoop.hbase.filter.FilterListBase
-
- getFinalFunctionCosts() - Method in class org.apache.hadoop.hbase.client.BalancerDecision
-
- getFingerprint() - Method in class org.apache.hadoop.hbase.client.Get
-
Compile the table and column family (i.e.
- getFingerprint() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getFingerprint() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Compile the column family (i.e.
- getFingerprint() - Method in class org.apache.hadoop.hbase.client.Operation
-
Produces a Map containing a fingerprint which identifies the type and the static schema
components of a query (i.e.
- getFingerprint() - Method in class org.apache.hadoop.hbase.client.Scan
-
Compile the table and column family (i.e.
- getFirstFailureAt() - Method in exception org.apache.hadoop.hbase.exceptions.PreemptiveFastFailException
-
Deprecated.
Returns time of the fist failure
- getFlushPolicyClassName() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
This gets the class associated with the flush policy which determines the stores need to be
flushed when flushing a region.
- getFlushPolicyClassName() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
This gets the class associated with the flush policy which determines the stores need to be
flushed when flushing a region.
- getFlushPolicyClassName() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
This gets the class associated with the flush policy which determines the stores need to be
flushed when flushing a region.
- getFsReadTime() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getGetTracker() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
getTracker metric
- getHBaseVersion() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Returns the HBase version string as reported by the HMaster
- getHBaseVersion() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
Returns the HBase version string as reported by the HMaster
- getHBaseVersion() - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
Returns the HBase version as a string (e.g.
- getHbck() - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
Retrieve an Hbck implementation to fix an HBase cluster.
- getHbck(ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
Retrieve an Hbck implementation to fix an HBase cluster.
- getHbck() - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getHbck(ServerName) - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getHbck() - Method in interface org.apache.hadoop.hbase.client.Connection
-
Retrieve an Hbck implementation to fix an HBase cluster.
- getHbck(ServerName) - Method in interface org.apache.hadoop.hbase.client.Connection
-
Retrieve an Hbck implementation to fix an HBase cluster.
- getHbck() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getHbck(ServerName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getHeapOccupancy() - Method in class org.apache.hadoop.hbase.client.RegionLoadStats
-
- getHeapOccupancyPercent() - Method in class org.apache.hadoop.hbase.client.backoff.ServerStatistics.RegionStatistics
-
- getHedgedReadOps() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
hedgedReadOps metric
- getHedgedReadWin() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
hedgedReadWin metric
- getHostname() - Method in exception org.apache.hadoop.hbase.exceptions.RegionMovedException
-
- getHostName() - Method in class org.apache.hadoop.hbase.HbckServerName
-
- getHostname() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- getHostname() - Method in exception org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
Returns null if not set
- getHostName() - Method in interface org.apache.hadoop.hbase.UserMetrics.ClientMetrics
-
- getHostName() - Method in class org.apache.hadoop.hbase.UserMetricsBuilder.ClientMetricsImpl
-
- getHostnamePort(int) - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- getHostnamePort() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- getHostPort() - Method in class org.apache.hadoop.hbase.HbckServerName
-
- getHRegionInfo() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
Returns the HRegionInfo for the current region
- getHRegionInfo() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
Returns the HRegionInfo for the current region
- getHTableMultiplexerStatus() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer
-
Deprecated.
Returns the current HTableMultiplexerStatus
- getId() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getId() - Method in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
This method allows you to retrieve the identifier for the operation if one was set.
- getImplementationClassName() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
Returns Name of the class we will use when we construct a
BufferedMutator
instance or
null if default implementation.
- getIncrementTracker() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
incrementTracker metric
- getIndexBlockEncoding() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Return the index block encoding algorithm used in block cache and optionally on disk
- getIndexBlockEncoding() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getIndexBlockEncoding() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getInfo(String) - Static method in class org.apache.hadoop.hbase.security.SecurityInfo
-
Returns the security configuration associated with the given service name.
- getInfoServerPort() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getInfoServerPort() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
- getInitialFunctionCosts() - Method in class org.apache.hadoop.hbase.client.BalancerDecision
-
- getInitialResponse() - Method in class org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
-
Computes the initial response a client sends to a server to begin the SASL challenge/response
handshake.
- getInitTotalCost() - Method in class org.apache.hadoop.hbase.client.BalancerDecision
-
- getInMemoryCompaction() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns in-memory compaction policy if set for the cf.
- getInMemoryCompaction() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getInMemoryCompaction() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getInputStream() - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcClient
-
Get a SASL wrapped InputStream.
- getInstance() - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
Returns the loaded coprocessor instance
- getInstance(Configuration) - Static method in class org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProviders
-
- getIsolationLevel() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getIsolationLevel() - Method in class org.apache.hadoop.hbase.client.Query
-
Returns The isolation level of this query.
- getIssueDate() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- getJarPath() - Method in interface org.apache.hadoop.hbase.client.CoprocessorDescriptor
-
Returns Path of the jar file.
- getKeepDeletedCells() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns return the KeepDeletedCells
- getKeepDeletedCells() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getKeepDeletedCells() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getKeyId() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- getKind() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- getLabels() - Method in class org.apache.hadoop.hbase.security.visibility.Authorizations
-
- getLastAttemptAt() - Method in exception org.apache.hadoop.hbase.exceptions.PreemptiveFastFailException
-
Deprecated.
Returns time of the latest attempt
- getLastMajorCompactionTimestamp(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the timestamp of the last major compaction for the passed table The timestamp of the oldest
HFile resulting from a major compaction of that table, or 0 if no such HFile could be found.
- getLastMajorCompactionTimestamp(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the timestamp of the last major compaction for the passed table.
- getLastMajorCompactionTimestamp(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getLastMajorCompactionTimestamp(RpcController, MasterProtos.MajorCompactionTimestampRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getLastMajorCompactionTimestamp(TableName) - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
- getLastMajorCompactionTimestamp(byte[]) - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
- getLastMajorCompactionTimestamp() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getLastMajorCompactionTimestamp() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the timestamp of the oldest hfile for any store of this region.
- getLastMajorCompactionTimestampForRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the timestamp of the last major compaction for the passed region.
- getLastMajorCompactionTimestampForRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the timestamp of the last major compaction for the passed region.
- getLastMajorCompactionTimestampForRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getLastMajorCompactionTimestampForRegion(RpcController, MasterProtos.MajorCompactionTimestampForRegionRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getLastMajorCompactionTs() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getLastMajorCompactionTsForRegion(byte[]) - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getLastMajorCompactionTsForTable(TableName) - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getLastReportTimestamp() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getLastReportTimestamp() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns the last timestamp (server side) of generating this metrics
- getLatestVersionOnly() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Get whether only the latest version of the column value should be compared.
- getLimit() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getLimit() - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- getLimit() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns the limit of rows for this scan
- getLimit() - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
-
- getLimit() - Method in class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
- getLimit() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
-
Returns the limit, in bytes, of the target (e.g.
- getLimit() - Method in interface org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView
-
Returns the limit, in bytes, of the target (e.g.
- getListener() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- getListOfServers() - Method in class org.apache.hadoop.hbase.HbckInconsistentRegions
-
- getLiveRegionServers(Supplier<ServerName>, int) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Get live region servers from masters.
- getLiveRegionServers(Supplier<ServerName>, int) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getLiveServerMetrics() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Returns the names of region servers on the live list
- getLiveServerMetrics() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getLoad(ServerName) - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getLoad() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getLoadColumnFamiliesOnDemandValue() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getLoadColumnFamiliesOnDemandValue() - Method in class org.apache.hadoop.hbase.client.Query
-
Get the raw loadColumnFamiliesOnDemand setting; if it's not set, can be null.
- getLoadSequence() - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
Returns the load sequence number
- getLocation(boolean) - Method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- getLocation() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- getLocationForReplica(RegionLocations) - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
- getLocationSeqNum() - Method in exception org.apache.hadoop.hbase.exceptions.RegionMovedException
-
- getLocks() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get locks.
- getLocks() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
List locks.
- getLocks() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getLocks(RpcController, MasterProtos.GetLocksRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getLogEntries(Set<ServerName>, String, ServerType, int, Map<String, Object>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Retrieve recent online records from HMaster / RegionServers.
- getLogEntries(Set<ServerName>, String, ServerType, int, Map<String, Object>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Retrieve recent online records from HMaster / RegionServers.
- getLogEntries(Set<ServerName>, String, ServerType, int, Map<String, Object>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getLogEntries(RpcController, HBaseProtos.LogRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getLongValue() - Method in class org.apache.hadoop.hbase.Size
-
get the value
- getMajorCompactionCompressionType() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns Compression type setting for major compactions.
- getMajorCompactionCompressionType() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getMajorCompactionCompressionType() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getMap() - Method in class org.apache.hadoop.hbase.client.Result
-
Map of families to all versions of its qualifiers and values.
- getMaster() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the current active master.
- getMaster() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getMaster() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getMaster() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getMaster() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getMasterAddr(Configuration) - Static method in class org.apache.hadoop.hbase.client.MasterRegistry
-
Deprecated.
Builds the default master address end point if it is not specified in the configuration.
- getMasterCoprocessorNames() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Helper that delegates to getClusterMetrics().getMasterCoprocessorNames().
- getMasterCoprocessorNames() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getMasterCoprocessorNames() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
- getMasterCoprocessorNames() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getMasterCoprocessors() - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getMasterCoprocessors() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getMasterInfoPort() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the info port of the current master if one is available.
- getMasterInfoPort() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the info port of the current master if one is available.
- getMasterInfoPort() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
- getMasterInfoPort() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getMasterName() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Returns detailed information about the current master
ServerName
.
- getMasterName() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getMasterTasks() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Provide the list of master tasks
- getMasterTasks() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getMaxCacheSize() - Method in class org.apache.hadoop.hbase.CacheEvictionStats
-
- getMaxColumn() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
Returns the max column range for the filter
- getMaxColumnInclusive() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
Returns true if max column is inclusive, false otherwise
- getMaxCompactedStoreFileRefCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getMaxCompactedStoreFileRefCount() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the max reference count for any store file among all compacted stores files of this
region
- getMaxFileSize() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getMaxFileSize() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Returns the maximum size upto which a region can grow to after which a region split is
triggered.
- getMaxFileSize() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Returns the maximum size upto which a region can grow to after which a region split is
triggered.
- getMaxFileSize() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Returns the maximum size upto which a region can grow to after which a region split is
triggered.
- getMaxHeapMB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getMaxHeapSize() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getMaxHeapSize() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns the maximum allowable size of the heap
- getMaxKeyValueSize() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- getMaxKeyValueSize() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getMaxKeyValueSize(Configuration) - Static method in class org.apache.hadoop.hbase.client.HTable
-
Returns maxKeyValueSize from configuration.
- getMaxLatency() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
Deprecated.
- getMaxLatencyForEachRegionServer() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
Deprecated.
- getMaxPriority() - Method in class org.apache.hadoop.hbase.client.RowMutations
-
- getMaxResultSize() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getMaxResultSize() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getMaxResultSize() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns the maximum result size in bytes.
- getMaxResultsPerColumnFamily() - Method in class org.apache.hadoop.hbase.client.Get
-
Method for retrieving the get's maximum number of values to return per Column Family
- getMaxResultsPerColumnFamily() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getMaxResultsPerColumnFamily() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns maximum number of values to return per row per CF
- getMaxValue() - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- getMaxValue() - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- getMaxValue() - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- getMaxValue() - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
returns the maximum value for this type T
- getMaxVersions() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns maximum number of versions
- getMaxVersions() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getMaxVersions() - Method in class org.apache.hadoop.hbase.client.Get
-
Method for retrieving the get's maximum number of version
- getMaxVersions() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getMaxVersions() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns the max number of versions to fetch
- getMaxVersions() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getMechanismName() - Method in enum org.apache.hadoop.hbase.security.AuthMethod
-
Return the SASL mechanism name
- getMemStoreFlushSize() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Returns the size of the memstore after which a flush to filesystem is triggered.
- getMemStoreFlushSize() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Returns the size of the memstore after which a flush to filesystem is triggered.
- getMemStoreFlushSize() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Returns the size of the memstore after which a flush to filesystem is triggered.
- getMemstoreLoad() - Method in class org.apache.hadoop.hbase.client.RegionLoadStats
-
- getMemStoreLoad() - Method in class org.apache.hadoop.hbase.client.RegionLoadStats
-
- getMemStoreLoadPercent() - Method in class org.apache.hadoop.hbase.client.backoff.ServerStatistics.RegionStatistics
-
- getMemStoreSize() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getMemStoreSize() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the memstore size
- getMemstoreSizeInMB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getMemStoreSizeMB() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getMemStoreSizeMB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getMergeRegions(Connection, RegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns Return all regioninfos listed in the 'info:merge*' columns of the regionInfo
row.
- getMergeRegions(Cell[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns Deserialized regioninfo values taken from column values that match the regex
'info:merge.*' in array of cells
.
- getMergeRegionsWithName(Cell[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns Deserialized values of <qualifier,regioninfo> pairs taken from column values that
match the regex 'info:merge.*' in array of cells
.
- getMessage() - Method in exception org.apache.hadoop.hbase.exceptions.RegionMovedException
-
- getMetaCacheMisses() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
- getMetaCacheNumClearRegion() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
metaCacheNumClearRegion metric
- getMetaCacheNumClearServer() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
metaCacheNumClearServer metric
- getMetaHTable(Connection) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Callers should call close on the returned
Table
instance.
- getMetaKeyForRegion(RegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the row key to use for this regionInfo
- getMetaOperationTimeout() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getMetaReadRpcTimeout() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getMetaRegionLocations() - Method in interface org.apache.hadoop.hbase.client.ConnectionRegistry
-
Get the location of meta region(s).
- getMetaReplicaCallTimeoutMicroSecondScan() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getMetaReplicaIdFromPath(String) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Parses the meta replicaId from the passed path.
- getMetaReplicaIdFromZNode(String) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Parse the meta replicaId from the passed znode
- getMetaScanTimeout() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getMethod() - Method in class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- getMethodDescriptor(String, Descriptors.ServiceDescriptor) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
- getMethodName() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getMetricScope() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
scope of the metrics object
- getMetricsMap() - Method in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
Get all of the values since the last time this function was called.
- getMetricsMap(boolean) - Method in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
Get all of the values.
- getMin() - Method in class org.apache.hadoop.hbase.filter.TimestampsFilter
-
Gets the minimum timestamp requested by filter.
- getMinColumn() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
Returns the min column range for the filter
- getMinColumnInclusive() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
Returns true if min column is inclusive, false otherwise
- getMinorCompactionCompressionType() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns Compression type setting for minor compactions.
- getMinorCompactionCompressionType() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getMinorCompactionCompressionType() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getMinValue() - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- getMinValue() - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- getMinValue() - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- getMinValue() - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
- getMinVersions() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns The minimum number of versions to keep.
- getMinVersions() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getMinVersions() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getMobCompactPartitionPolicy() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Get the mob compact partition policy for this family
- getMobCompactPartitionPolicy() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getMobCompactPartitionPolicy() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getMobThreshold() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Gets the mob threshold of the family.
- getMobThreshold() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getMobThreshold() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getMovesCalculated() - Method in class org.apache.hadoop.hbase.client.BalanceResponse
-
- getMovesExecuted() - Method in class org.apache.hadoop.hbase.client.BalanceResponse
-
The number of moves actually executed by the balancer if it ran.
- getMultiGetsCount() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getMultiMutationsCount() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getMultiServiceCalls() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getMultiTracker() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
multiTracker metric
- getMutations() - Method in class org.apache.hadoop.hbase.client.RowMutations
-
Returns An unmodifiable list of the current mutations.
- getMvccReadPoint(Scan) - Static method in class org.apache.hadoop.hbase.client.PackagePrivateFieldAccessor
-
- getName() - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutator
-
Gets the fully qualified table name instance of the table that this
AsyncBufferedMutator
writes to.
- getName() - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Gets the fully qualified table name instance of this table.
- getName() - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Gets the fully qualified table name instance of the table whose region we want to locate.
- getName() - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
Gets the fully qualified table name instance of the table that this BufferedMutator writes to.
- getName() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- getName() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns a copy of Name of this column family
- getName() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getName() - Method in class org.apache.hadoop.hbase.client.HRegionLocator
-
- getName() - Method in class org.apache.hadoop.hbase.client.HTable
-
- getName() - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Gets the fully qualified table name instance of this table.
- getName() - Method in enum org.apache.hadoop.hbase.client.security.SecurityCapability
-
- getName() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getName() - Method in interface org.apache.hadoop.hbase.client.Table
-
Gets the fully qualified table name instance of this table.
- getName() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Returns Name of this column family
- getName() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getName() - Method in class org.apache.hadoop.hbase.security.provider.SaslAuthMethod
-
Returns the unique name to identify this authentication method among other HBase auth methods.
- getNameAsString() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns Name of this column family
- getNameAsString() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- getNameAsString() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getNameAsString() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Returns The name string of this column family
- getNameAsString() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Get the name of the table as a String
- getNameAsString() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the region name as a string
- getNameAsString() - Method in interface org.apache.hadoop.hbase.UserMetrics
-
Returns the user name as a string
- getNamespace() - Method in class org.apache.hadoop.hbase.client.NormalizeTableFilterParams
-
- getNamespace() - Method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- getNamespace() - Method in class org.apache.hadoop.hbase.security.access.GetUserPermissionsRequest
-
- getNamespace() - Method in class org.apache.hadoop.hbase.security.access.NamespacePermission
-
- getNamespace() - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- getNamespaceDescriptor(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get a namespace descriptor by name.
- getNamespaceDescriptor(String) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get a namespace descriptor by name
- getNamespaceDescriptor(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getNamespaceDescriptor(RpcController, MasterProtos.GetNamespaceDescriptorRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getNamespaceFilter() - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Returns the Namespace filter regex
- getNamespaceFromRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getNamespaceName() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.NamespaceFuture
-
Returns the namespace name
- getNamespaceQuota(Connection, String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getNamespaceRowKey(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getNamespaceRowKeyRegex(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getNamespaces() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getNamespaceSnapshots(Connection) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
Returns a set of the names of all namespaces containing snapshot entries.
- getNeedResults() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getNewRpcRetryingCallerFactory(Configuration) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Returns a new RpcRetryingCallerFactory from the given Configuration
.
- getNewRpcRetryingCallerFactory(Configuration) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
-
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.Filter
-
If the filter returns the match code SEEK_NEXT_USING_HINT, then it should also tell which is
the next key it must seek to.
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterBase
-
Filters that are not sure which key must be next seeked to, can inherit this implementation
that, by default, returns a null Cell.
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterListWithAND
-
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterListWithOR
-
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.FuzzyRowFilter
-
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.MultipleColumnPrefixFilter
-
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter
-
- getNextCellHint(Cell) - Method in class org.apache.hadoop.hbase.filter.TimestampsFilter
-
Pick the next cell that the scanner should seek to.
- getNonce() - Method in class org.apache.hadoop.hbase.client.Action
-
- getNonceGenerator() - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getNonceGenerator() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Returns Nonce generator for this ClusterConnection; may be null if disabled in configuration.
- getNonceGenerator() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getNonceGroup() - Method in class org.apache.hadoop.hbase.client.MultiAction
-
- getNonceGroup() - Method in interface org.apache.hadoop.hbase.client.NonceGenerator
-
Returns the nonce group (client ID) of this client manager.
- getNonceGroup() - Method in class org.apache.hadoop.hbase.client.PerClientRandomNonceGenerator
-
- getNormalizerTargetRegionCount() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Check if there is the target region count.
- getNormalizerTargetRegionCount() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Check if there is the target region count.
- getNormalizerTargetRegionCount() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getNormalizerTargetRegionSize() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Check if there is the target region size.
- getNormalizerTargetRegionSize() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Check if there is the target region size.
- getNormalizerTargetRegionSize() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getNoSuchSnapshot() - Static method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
-
Returns a singleton that corresponds to no snapshot information.
- getNoVersionMap() - Method in class org.apache.hadoop.hbase.client.Result
-
Map of families to their most recent qualifiers and values.
- getNumActionsPerServer() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- getNumActionsPerServerHist() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
numActionsPerServerHist metric
- getNumberOfCachedRegionLocations(TableName) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Return the number of cached region for a table.
- getNumberOfRegions() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getNumberOfRequests() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getNumberOfTasksInProgress() - Method in interface org.apache.hadoop.hbase.client.RequestController
-
Returns The number of running task.
- getNumExceptions() - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- getNumRegisteredProviders() - Method in class org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProviders
-
Returns the number of providers that have been registered.
- getObservedSnapshotSizes(Connection) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
Fetches any persisted HBase snapshot sizes stored in the quota table.
- getOffset() - Method in class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
- getOnlineRegions(ServerName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getOnlineRegions(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getOnlineRegions(AdminProtos.AdminService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
A helper to get the all the online regions on a region server using admin protocol.
- getOnlineRegions(RpcController, AdminProtos.AdminService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
A helper to get the all the online regions on a region server using admin protocol.
- getOpenRegions() - Method in class org.apache.hadoop.hbase.client.RegionStatesCount
-
- getOperationTimeout() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Return the operation timeout for a rpc call.
- getOperationTimeout() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getOperationTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Get timeout of each operation in Table instance.
- getOperationTimeout() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- getOperationTimeout() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getOperationTimeout() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getOperationTimeout(TimeUnit) - Method in class org.apache.hadoop.hbase.client.HTable
-
- getOperationTimeout() - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- getOperationTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.Table
-
Get timeout of each operation in Table instance.
- getOperationTimeout() - Method in interface org.apache.hadoop.hbase.client.Table
-
- getOperationType() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.NamespaceFuture
-
Returns the operation type like CREATE_NAMESPACE, DELETE_NAMESPACE, etc.
- getOperationType() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture
-
Returns the operation type like CREATE, DELETE, DISABLE etc.
- getOperator() - Method in class org.apache.hadoop.hbase.filter.BitComparator
-
Returns the bitwise operator
- getOperator() - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- getOperator() - Method in class org.apache.hadoop.hbase.filter.FilterList
-
Get the operator.
- getOperator() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- getOPsShipped() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getOrCreate(K, PoolMap.PoolResourceSupplier<V>) - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- getOrCreate(PoolMap.PoolResourceSupplier<R>) - Method in interface org.apache.hadoop.hbase.util.PoolMap.Pool
-
- getOrderOfSize() - Method in enum org.apache.hadoop.hbase.Size.Unit
-
- getOriginalIndex() - Method in class org.apache.hadoop.hbase.client.Action
-
- getOutputStream() - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcClient
-
Get a SASL wrapped OutputStream.
- getOverallAverageLatency() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
Deprecated.
- getOwner() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getOwnerString() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
- getOwnerString() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- getOwnerString() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- getPageSize() - Method in class org.apache.hadoop.hbase.filter.PageFilter
-
- getParam() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getParams() - Method in class org.apache.hadoop.hbase.client.SlowLogParams
-
- getParentRegionNames() - Method in class org.apache.hadoop.hbase.MetaTableAccessor.ReplicationBarrierResult
-
- getParentsBytes(List<RegionInfo>) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getPauseMillis() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getPauseMillisForServerOverloaded() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getPauseNsFromException(Throwable, int, long) - Method in class org.apache.hadoop.hbase.client.backoff.HBaseServerExceptionPauseManager
-
Returns the nanos, if any, for which the client should wait
- getPauseTime(long, int) - Static method in class org.apache.hadoop.hbase.client.ConnectionUtils
-
Calculate pause time.
- getPeerClusterConfiguration(Configuration, ReplicationPeerDescription) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
Returns the configuration needed to talk to the remote slave cluster.
- getPeerConfig(String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- getPeerConfig() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerDescription
-
- getPeerData() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getPeerID() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getPeerId() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerDescription
-
- getPeersCount() - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- getPeerState(String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- getPeerTableCFs(String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- getPeriodicalFlushTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutator
-
Returns the periodical flush interval, 0 means disabled.
- getPermission() - Method in class org.apache.hadoop.hbase.security.access.UserPermission
-
- getPolicy() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus
-
Returns the violation policy, which may be null.
- getPolicy() - Method in interface org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView.SpaceQuotaStatusView
-
Returns the violation policy, which may not be presented.
- getPool() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getPool() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- getPool() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getPort() - Method in exception org.apache.hadoop.hbase.exceptions.RegionMovedException
-
- getPort() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- getPort() - Method in exception org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
Returns -1 if not set
- getPrefix() - Method in class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
-
- getPrefix() - Method in class org.apache.hadoop.hbase.filter.MultipleColumnPrefixFilter
-
- getPrefix() - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
-
- getPrimaryCallTimeoutMicroSecond() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getPrimaryOperationTimeout() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getPriority() - Method in class org.apache.hadoop.hbase.client.Action
-
- getPriority() - Method in interface org.apache.hadoop.hbase.client.CoprocessorDescriptor
-
Returns The order to execute this coprocessor
- getPriority() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getPriority() - Method in class org.apache.hadoop.hbase.client.MultiAction
-
- getPriority() - Method in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
- getPriority() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- getPriority() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
- getPriority() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- getPriority() - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
Returns the priority assigned to the loaded coprocessor
- getPriority() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getPriority() - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- getPriority() - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
Returns The priority of this request
- getPriority() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- getProcedureResult(MasterProtos.GetProcedureResultRequest) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture
-
- getProcedureResult(RpcController, MasterProtos.GetProcedureResultRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getProcedures() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get procedures.
- getProcedures() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
List procedures
- getProcedures() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getProcedures(RpcController, MasterProtos.GetProceduresRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getProcessingTime() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getPromotedValueFromProto(HBaseProtos.BigDecimalMsg) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- getPromotedValueFromProto(HBaseProtos.DoubleMsg) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- getPromotedValueFromProto(HBaseProtos.LongMsg) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- getPromotedValueFromProto(R) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
This method gets the promoted type from the proto message
- getProperties() - Method in interface org.apache.hadoop.hbase.client.CoprocessorDescriptor
-
Returns Arbitrary key-value parameter pairs passed into the coprocessor.
- getProtocol() - Method in exception org.apache.hadoop.hbase.exceptions.UnknownProtocolException
-
- getProtoForCellType(BigDecimal) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- getProtoForCellType(Double) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- getProtoForCellType(Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- getProtoForCellType(T) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
This method gets the PB message corresponding to the cell type
- getProtoForPromotedType(BigDecimal) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- getProtoForPromotedType(Double) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- getProtoForPromotedType(Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- getProtoForPromotedType(S) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
This method gets the PB message corresponding to the promoted type
- getProtoViolationPolicy(SpaceViolationPolicy) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getPutTracker() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
putTracker metric
- getQop(String) - Static method in class org.apache.hadoop.hbase.security.SaslUtil
-
- getQualifier() - Method in class org.apache.hadoop.hbase.client.CheckAndMutate
-
Returns the qualifier to check
- getQualifier() - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
-
Returns the qualifier
- getQualifier() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
Returns the column qualifier
- getQualifier() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Returns the qualifier
- getQualifier() - Method in class org.apache.hadoop.hbase.security.access.GetUserPermissionsRequest
-
- getQualifier() - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- getQueueId() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getQueueTime() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getQuota(QuotaFilter) - Method in interface org.apache.hadoop.hbase.client.Admin
-
List the quotas based on the filter.
- getQuota(QuotaFilter) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
List the quotas based on the filter.
- getQuota(QuotaFilter) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getQuotaRetriever(QuotaFilter) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getQuotaRetriever(QuotaFilter) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getQuotaScope() - Method in class org.apache.hadoop.hbase.quotas.ThrottleSettings
-
- getQuotaStates(RpcController, QuotaProtos.GetQuotaStatesRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getQuotaStatus() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
-
Returns the status of the quota.
- getQuotaStatus() - Method in interface org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView
-
Returns the status of the quota.
- getQuotaType() - Method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- getQuotaType() - Method in class org.apache.hadoop.hbase.quotas.ThrottleSettings
-
- getReadRequestCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getReadRequestCount() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the number of read requests made to region
- getReadRequestCount() - Method in interface org.apache.hadoop.hbase.UserMetrics
-
Returns the number of read requests made by user
- getReadRequestsCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getReadRequestsCount() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getReadRequestsCount() - Method in interface org.apache.hadoop.hbase.UserMetrics.ClientMetrics
-
- getReadRequestsCount() - Method in class org.apache.hadoop.hbase.UserMetricsBuilder.ClientMetricsImpl
-
- getReadRpcTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Get timeout of each rpc read request in this Table instance.
- getReadRpcTimeout() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getReadRpcTimeout(TimeUnit) - Method in class org.apache.hadoop.hbase.client.HTable
-
- getReadRpcTimeout() - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- getReadRpcTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.Table
-
Get timeout of each rpc read request in this Table instance.
- getReadRpcTimeout() - Method in interface org.apache.hadoop.hbase.client.Table
-
- getReadType() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getReadType() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns the read type for this scan
- getRealUser(User) - Method in class org.apache.hadoop.hbase.security.provider.GssSaslClientAuthenticationProvider
-
- getRealUser(User) - Method in interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
-
Returns the "real" user, the user who has the credentials being authenticated by the remote
service, in the form of an UserGroupInformation
object.
- getReason() - Method in class org.apache.hadoop.hbase.client.BalancerRejection
-
- getRegex() - Method in class org.apache.hadoop.hbase.client.NormalizeTableFilterParams
-
- getRegion() - Method in class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- getRegion() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
Returns regionInfo
- getRegion() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- getRegion(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getRegion1Info() - Method in class org.apache.hadoop.hbase.HbckOverlapRegions
-
- getRegion1Info() - Method in class org.apache.hadoop.hbase.HbckRegionHoles
-
- getRegion2Info() - Method in class org.apache.hadoop.hbase.HbckOverlapRegions
-
- getRegion2Info() - Method in class org.apache.hadoop.hbase.HbckRegionHoles
-
- getRegionActionBuilderWithRegion(ClientProtos.RegionAction.Builder, byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- getRegionCachedInfo() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getRegionCachedInfo() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns the region cache information for the regions hosted on this server
- getRegionCount() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Returns the number of regions deployed on the cluster
- getRegionEncodedName(HBaseProtos.RegionSpecifier) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Find the HRegion encoded name based on a region specifier
- getRegionHdfsPath() - Method in class org.apache.hadoop.hbase.HbckOrphanRegionsOnFS
-
- getRegionId() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns the regionId.
- getRegionId() - Method in class org.apache.hadoop.hbase.HbckInconsistentRegions
-
- getRegionId() - Method in class org.apache.hadoop.hbase.HbckOrphanRegionsOnFS
-
- getRegionId() - Method in class org.apache.hadoop.hbase.HbckOrphanRegionsOnRS
-
- getRegionId() - Method in class org.apache.hadoop.hbase.HbckRegionDetails
-
- getRegionId() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns the regionId
- getRegionInfo() - Method in class org.apache.hadoop.hbase.HbckEmptyRegionInfo
-
- getRegionInfo() - Method in class org.apache.hadoop.hbase.HbckUnknownServers
-
- getRegionInfo() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- getRegionInfo() - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
Returns Target Region's RegionInfo or null if not available or pertinent.
- getRegionInfo() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- getRegionInfo(Result) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns RegionInfo object from the column
HConstants.CATALOG_FAMILY:HConstants.REGIONINFO_QUALIFIER of the catalog table Result.
- getRegionInfo(Result, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getRegionInfo(RpcController, AdminProtos.AdminService.BlockingInterface, byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
A helper to retrieve region info given a region name or an encoded region name using admin
protocol.
- getRegionInfoColumn() - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the column qualifier for serialized region info
- getRegionInfoForDefaultReplica(RegionInfo) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
Returns the RegionInfo for the default replicaId (0).
- getRegionInfoForReplica(RegionInfo, int) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
Returns the RegionInfo for the given replicaId.
- getRegionInfos(AdminProtos.GetOnlineRegionResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Get the list of region info from a GetOnlineRegionResponse
- getRegionInfos(AdminProtos.GetOnlineRegionResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Get the list of region info from a GetOnlineRegionResponse
- getRegionLoadInfo(AdminProtos.GetRegionLoadResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- getRegionLocation(AsyncTable<?>, byte[]) - Static method in class org.apache.hadoop.hbase.AsyncMetaTableAccessor
-
Returns the HRegionLocation from meta for the given region
- getRegionLocation(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Finds the region on which the given row is being served.
- getRegionLocation(byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Finds the region on which the given row is being served.
- getRegionLocation(byte[], int) - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Finds the region with the given replicaId
on which the given row is being served.
- getRegionLocation(byte[], int, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Finds the region with the given replicaId
on which the given row is being served.
- getRegionLocation(TableName, byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Find region location hosting passed row
- getRegionLocation(TableName, byte[], boolean) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getRegionLocation(byte[], int, boolean) - Method in class org.apache.hadoop.hbase.client.HRegionLocator
-
- getRegionLocation(byte[]) - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Finds the region on which the given row is being served.
- getRegionLocation(byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Finds the region on which the given row is being served.
- getRegionLocation(byte[], int) - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Finds the region with the given replica id on which the given row is being served.
- getRegionLocation(byte[], int, boolean) - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Finds the region with the given replica id on which the given row is being served.
- getRegionLocation(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the HRegionLocation from meta for the given region
- getRegionLocation(Connection, RegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the HRegionLocation from meta for the given region
- getRegionLocation(int) - Method in class org.apache.hadoop.hbase.RegionLocations
-
- getRegionLocation() - Method in class org.apache.hadoop.hbase.RegionLocations
-
Returns the first not-null region location in the list
- getRegionLocationByRegionName(byte[]) - Method in class org.apache.hadoop.hbase.RegionLocations
-
Returns the region location from the list for matching regionName, which can be regionName or
encodedRegionName
- getRegionLocations(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Find all the replicas for the region on which the given row is being served.
- getRegionLocations(byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Find all the replicas for the region on which the given row is being served.
- getRegionLocations(byte[], boolean) - Method in class org.apache.hadoop.hbase.client.HRegionLocator
-
- getRegionLocations(ClusterConnection, TableName, byte[], boolean, int) - Static method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- getRegionLocations(byte[]) - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Find all the replicas for the region on which the given row is being served.
- getRegionLocations(byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Find all the replicas for the region on which the given row is being served.
- getRegionLocations(Result) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns an HRegionLocationList extracted from the result.
- getRegionLocations() - Method in class org.apache.hadoop.hbase.RegionLocations
-
- getRegionLocationsForPrepare(byte[]) - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
Fetch region locations for the row.
- getRegionLocationWithEncodedName(AsyncTable<?>, byte[]) - Static method in class org.apache.hadoop.hbase.AsyncMetaTableAccessor
-
Returns the HRegionLocation from meta for the given encoded region name
- getRegionLocator(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
Retrieve a AsyncRegionLocator implementation to inspect region information on a table.
- getRegionLocator(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getRegionLocator() - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
- getRegionLocator(TableName) - Method in interface org.apache.hadoop.hbase.client.Connection
-
Retrieve a RegionLocator implementation to inspect region information on a table.
- getRegionLocator(TableName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getRegionLocator() - Method in class org.apache.hadoop.hbase.client.HTable
-
- getRegionLocator() - Method in interface org.apache.hadoop.hbase.client.Table
-
- getRegionMetrics(ServerName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getRegionMetrics(ServerName, TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get
RegionMetrics
of all regions hosted on a regionserver for a table.
- getRegionMetrics(ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get a list of
RegionMetrics
of all regions hosted on a region server.
- getRegionMetrics(ServerName, TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get a list of
RegionMetrics
of all regions hosted on a region server for a table.
- getRegionMetrics(ServerName, TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getRegionMetrics() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getRegionMetrics() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns region load metrics
- getRegionName() - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- getRegionName() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getRegionName() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns the regionName as an array of bytes.
- getRegionName() - Method in class org.apache.hadoop.hbase.client.SlowLogParams
-
- getRegionName() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- getRegionName() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getRegionName() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the region name
- getRegionNameAsString() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns Region name as a String for use in logging, etc.
- getRegionNameAsString(byte[]) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- getRegionNameAsString(RegionInfo, byte[]) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- getRegionNameAsString() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns Region name as a String for use in logging, etc.
- getRegionNameAsStringForDisplay(RegionInfo, Configuration) - Static method in class org.apache.hadoop.hbase.client.RegionInfoDisplay
-
Get the region name for display.
- getRegionNameAsStringForDisplay(HRegionInfo, Configuration) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- getRegionNameForDisplay(RegionInfo, Configuration) - Static method in class org.apache.hadoop.hbase.client.RegionInfoDisplay
-
Get the region name for display.
- getRegionNameForDisplay(HRegionInfo, Configuration) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- getRegionPlans() - Method in class org.apache.hadoop.hbase.client.BalancerDecision
-
- getRegionReplication() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Returns Returns the configured replicas per region
- getRegionReplication() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Returns the configured replicas per region
- getRegionReplication() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Returns the configured replicas per region
- getRegionResult(Connection, RegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Gets the result in hbase:meta for the specified region.
- getRegions(ServerName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get all the online regions on a region server.
- getRegions(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the regions of a given table.
- getRegions(ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get all the online regions on a region server.
- getRegions(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the regions of a given table.
- getRegions(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getRegions(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getRegions() - Method in class org.apache.hadoop.hbase.client.MultiAction
-
- getRegionsCount() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getRegionServer() - Method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- getRegionServerCoprocessors() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getRegionServerFilter() - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Returns the RegionServer filter regex
- getRegionServerFromRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getRegionServerGroup() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Get the region server group this table belongs to.
- getRegionServerGroup() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- getRegionServerGroup() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getRegionServerQuota(Connection, String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getRegionServerRowKey(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getRegionServers() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the live server list.
- getRegionServers(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Retrieve all current live region servers including decommissioned if excludeDecommissionedRS is
false, else non-decommissioned ones only
- getRegionServers() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getRegionServers(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getRegionServerSpaceQuotaSnapshots(ServerName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getRegionServerSpaceQuotaSnapshots(ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getRegionServerSpaceQuotaSnapshots(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getRegionsInTransition() - Method in class org.apache.hadoop.hbase.client.RegionStatesCount
-
- getRegionSizeMB() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getRegionSizeMB() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the total size of the hfiles in the region
- getRegionsLoad() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getRegionSplitPolicyClassName() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
This gets the class associated with the region split policy which determines when a region
split should occur.
- getRegionSplitPolicyClassName() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
This gets the class associated with the region split policy which determines when a region
split should occur.
- getRegionSplitPolicyClassName() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
This gets the class associated with the region split policy which determines when a region
split should occur.
- getRegionStateColumn(int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the column qualifier for serialized region state
- getRegionStatesInTransition() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
- getRegionStatesInTransition() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getRemoteException(ServiceException) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Return the IOException thrown by the remote server wrapped in ServiceException as cause.
- getRemoteException(ServiceException) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Return the IOException thrown by the remote server wrapped in ServiceException as cause.
- getReplicaCallTimeoutMicroSecondScan() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getReplicaId() - Method in class org.apache.hadoop.hbase.client.Action
-
- getReplicaId() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getReplicaId() - Method in class org.apache.hadoop.hbase.client.Query
-
Returns region replica id where Query will fetch data from.
- getReplicaId() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns returns region replica id
- getReplicaId() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns the region replica id
- getReplicationBarrier(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getReplicationBarrierResult(Connection, TableName, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getReplicationBarriers(Result) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getReplicationEndpointImpl() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getReplicationLag() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getReplicationLoadSink() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
Call directly from client such as hbase shell
- getReplicationLoadSink() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Call directly from client such as hbase shell
- getReplicationLoadSourceList() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
Call directly from client such as hbase shell
- getReplicationLoadSourceList() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Call directly from client such as hbase shell
- getReplicationLoadSourceMap() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
Call directly from client such as hbase shell
- getReplicationLoadSourceMap() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Call directly from client such as hbase shell
- getReplicationPeerConfig(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Returns the configured ReplicationPeerConfig for the specified peer.
- getReplicationPeerConfig(String) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Returns the configured ReplicationPeerConfig for the specified peer
- getReplicationPeerConfig(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getReplicationPeerConfig(RpcController, ReplicationProtos.GetReplicationPeerConfigRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getReplicationPeerModificationProcedures(RpcController, ReplicationProtos.GetReplicationPeerModificationProceduresRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getReportTime() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getReportTimestamp() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getReportTimestamp() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns the timestamp (server side) of generating this metrics
- getRequest() - Method in class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- getRequest(Service, Descriptors.MethodDescriptor, ByteString) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
- getRequestAttributes() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getRequestAttributes() - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Get the map of request attributes
- getRequestAttributes() - Method in class org.apache.hadoop.hbase.client.HTable
-
- getRequestAttributes() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getRequestAttributes() - Method in interface org.apache.hadoop.hbase.client.Table
-
Get the attributes to be submitted with requests
- getRequestAttributes() - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- getRequestAttributes() - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
Get the map of request attributes
- getRequestAttributes() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- getRequestCount() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Returns the number of requests since last report
- getRequestCount() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the number of write requests and read requests made to region
- getRequestCount() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getRequestCount() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns total Number of requests from the start of the region server.
- getRequestCount() - Method in interface org.apache.hadoop.hbase.UserMetrics
-
Returns the number of write requests and read requests and coprocessor service requests made by
the user
- getRequestCountPerSecond() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getRequestCountPerSecond() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns the number of requests per second.
- getRequestData() - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- getRequestData() - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- getRequestData() - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- getRequestData() - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
This method should return any additional data that is needed on the server side to construct
the ColumnInterpreter.
- getRequestsCount() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getRequestsCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getRequestSizeBytes() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- getRequestsPerSecond() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getResponse(ClientProtos.CoprocessorServiceResponse, Message) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
- getResponse(Message, byte[]) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
- getResponseSize() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getResponseSizeBytes() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- getResult() - Method in class org.apache.hadoop.hbase.client.CheckAndMutateResult
-
Returns It is used only for CheckAndMutate operations with Increment/Append.
- getResult() - Method in class org.apache.hadoop.hbase.client.SingleResponse.Entry
-
- getResult(ClientProtos.MutateRequest, ClientProtos.MutateResponse, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
- getResults() - Method in interface org.apache.hadoop.hbase.client.AsyncRequestFuture
-
- getResults() - Method in class org.apache.hadoop.hbase.client.MultiResponse
-
- getResults(ClientProtos.MultiRequest, ClientProtos.MultiResponse, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Get the results from a protocol buffer MultiResponse
- getResults(ClientProtos.MultiRequest, Map<Integer, Integer>, ClientProtos.MultiResponse, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Get the results from a protocol buffer MultiResponse
- getResults(CellScanner, ClientProtos.ScanResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Create Results from the cells using the cells meta data.
- getRetries() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getRetriesNumber() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getRitDuration() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- getRootIndexSizeKB() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getRootIndexSizeKB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getRow() - Method in class org.apache.hadoop.hbase.client.CheckAndMutate
-
Returns the row
- getRow() - Method in class org.apache.hadoop.hbase.client.Cursor
-
- getRow() - Method in class org.apache.hadoop.hbase.client.Get
-
Method for retrieving the get's row
- getRow() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Method for retrieving the delete's row
- getRow() - Method in class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- getRow() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- getRow() - Method in class org.apache.hadoop.hbase.client.Result
-
Method for retrieving the row key that corresponds to the row from which this Result was
created.
- getRow(int) - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- getRow() - Method in interface org.apache.hadoop.hbase.client.Row
-
Returns The row.
- getRow() - Method in class org.apache.hadoop.hbase.client.RowMutations
-
- getRowAccess() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getRowOffsetPerColumnFamily() - Method in class org.apache.hadoop.hbase.client.Get
-
Method for retrieving the get's offset per row per column family (#kvs to be skipped)
- getRowOffsetPerColumnFamily() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getRowOffsetPerColumnFamily() - Method in class org.apache.hadoop.hbase.client.Scan
-
Method for retrieving the scan's offset per row per column family (#kvs to be skipped)
- getRowRanges() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter
-
- getRpcController() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- getRpcControllerCellScanner() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
Get the RpcController CellScanner.
- getRpcControllerFactory() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Returns Connection's RpcControllerFactory instance
- getRpcControllerFactory() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getRpcCounters() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
rpcCounters metric
- getRpcHistograms() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
rpcHistograms metric
- getRpcName(Descriptors.MethodDescriptor) - Static method in class org.apache.hadoop.hbase.client.trace.IpcClientSpanBuilder
-
Retrieve the $method
value from md
.
- getRpcPackageAndService(Descriptors.ServiceDescriptor) - Static method in class org.apache.hadoop.hbase.client.trace.IpcClientSpanBuilder
-
Retrieve the combined $package.$service
value from sd
.
- getRpcRetryingCallerFactory() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Returns Connection's RpcRetryingCallerFactory instance
- getRpcRetryingCallerFactory() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getRpcTimeout() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getRpcTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Get timeout of each rpc request in this Table instance.
- getRpcTimeout() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- getRpcTimeout() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getRpcTimeout(TimeUnit) - Method in class org.apache.hadoop.hbase.client.HTable
-
- getRpcTimeout() - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- getRpcTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.Table
-
Get timeout of each rpc request in this Table instance.
- getRpcTimeout() - Method in interface org.apache.hadoop.hbase.client.Table
-
- getRpcTimers() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
rpcTimers metric
- getRsCoprocessors() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getRSGroupInfo(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.RSGroupTableAccessor
-
- getRsName() - Method in class org.apache.hadoop.hbase.HbckOrphanRegionsOnRS
-
- getRsPath(ServerName) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- getRunnerStats() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
runnerStats metric
- getSaslAuthMethod() - Method in class org.apache.hadoop.hbase.security.provider.DigestSaslAuthenticationProvider
-
- getSaslAuthMethod() - Method in class org.apache.hadoop.hbase.security.provider.GssSaslAuthenticationProvider
-
- getSaslAuthMethod() - Method in interface org.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
-
Returns the attributes which identify how this provider authenticates.
- getSaslAuthMethod() - Method in class org.apache.hadoop.hbase.security.provider.SimpleSaslAuthenticationProvider
-
- getSaslMechanism() - Method in class org.apache.hadoop.hbase.security.provider.SaslAuthMethod
-
Returns the SASL mechanism used by this authentication method.
- getSaslQOP() - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcClient
-
- getSaslQOP() - Method in class org.apache.hadoop.hbase.security.NettyHBaseSaslRpcClient
-
- getSaslQop() - Method in enum org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
-
- getScan() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getScan() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getScan() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
- getScan() - Method in class org.apache.hadoop.hbase.client.SlowLogParams
-
- getScanForTableName(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
This method creates a Scan object that will only scan catalog rows that belong to the specified
table.
- getScanMetrics() - Method in class org.apache.hadoop.hbase.client.AbstractClientScanner
-
Used internally accumulating metrics on scan.
- getScanMetrics() - Method in interface org.apache.hadoop.hbase.client.ResultScanner
-
Returns the scan metrics, or null
if we do not enable metrics.
- getScanMetrics() - Method in class org.apache.hadoop.hbase.client.Scan
-
- getScanMetrics(ClientProtos.ScanResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
- getScanner(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Gets a scanner on the current table for the given family.
- getScanner(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Gets a scanner on the current table for the given family and qualifier.
- getScanner(Scan) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Returns a scanner on the current table as specified by the
Scan
object.
- getScanner(Scan) - Method in class org.apache.hadoop.hbase.client.HTable
-
The underlying
HTable
must not be closed.
- getScanner(byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
-
The underlying
HTable
must not be closed.
- getScanner(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HTable
-
The underlying
HTable
must not be closed.
- getScanner(Scan) - Method in interface org.apache.hadoop.hbase.client.Table
-
Returns a scanner on the current table as specified by the
Scan
object.
- getScanner(byte[]) - Method in interface org.apache.hadoop.hbase.client.Table
-
Gets a scanner on the current table for the given family.
- getScanner(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.Table
-
Gets a scanner on the current table for the given family and qualifier.
- getScannerCaching() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getScannerCallableForReplica(int) - Method in class org.apache.hadoop.hbase.client.ReversedScannerCallable
-
- getScannerCallableForReplica(int) - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
- getScannerMaxResultSize() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getScannerTimeout() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getScanReplicaId() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getScanTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Get the timeout of a single operation in a scan.
- getScanTimeout() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getScanTracker() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
scanTracker metric
- getSchemaAlterStatus(RpcController, MasterProtos.GetSchemaAlterStatusRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getScope() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns the scope tag
- getScope() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getScope() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getSecurityCapabilities() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Return the set of supported security capabilities.
- getSecurityCapabilities() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Returns the list of supported security capabilities.
- getSecurityCapabilities() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getSecurityCapabilities(RpcController, MasterProtos.SecurityCapabilitiesRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getSeqNum() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- getSeqNumColumn(int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the column qualifier for seqNum column for replicaId
- getSequenceNumber() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- getServerClass() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getServerColumn(int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the column qualifier for server column for replicaId
- getServerInfo(RpcController, AdminProtos.AdminService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
A helper to get the info of a region server using admin protocol.
- getServerInfo(RpcController, AdminProtos.AdminService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
A helper to get the info of a region server using admin protocol.
- getServerName() - Method in exception org.apache.hadoop.hbase.exceptions.RegionMovedException
-
- getServerName() - Method in class org.apache.hadoop.hbase.HbckUnknownServers
-
- getServerName() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- getServerName() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- getServerName(Result, int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getServerName() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getServerName() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
- getServerNameColumn(int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the column qualifier for serialized region state
- getServerNameInMeta() - Method in class org.apache.hadoop.hbase.HbckInconsistentRegions
-
- getServerPrincipal() - Method in class org.apache.hadoop.hbase.security.SecurityInfo
-
- getServerPrincipals() - Method in class org.apache.hadoop.hbase.security.SecurityInfo
-
- getServers() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getServersName() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
- getServersName() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getServersSize() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getServerStats() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
serverStats metric
- getServerTask(ClusterStatusProtos.ServerTask) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- getServerUserRegions(Connection, ServerName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Get the user regions a given server is hosting.
- getServiceException(ServiceException) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Return the Exception thrown by the remote server wrapped in ServiceException as cause.
- getServiceName(Descriptors.ServiceDescriptor) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
Returns the name to use for coprocessor service calls.
- getServices() - Method in interface org.apache.hadoop.hbase.Coprocessor
-
Coprocessor endpoints providing protobuf services should override this method.
- getSettingsQualifierForUserNamespace(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getSettingsQualifierForUserTable(TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getSettingsQualifierRegexForUserNamespace(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getSettingsQualifierRegexForUserTable(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getShortNameToLog() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns Return a short, printable name for this region (usually encoded name) for us logging.
- getShortNameToLog(RegionInfo...) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns a String of short, printable names for hris
(usually encoded name) for us
logging.
- getShortNameToLog(List<RegionInfo>) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns a String of short, printable names for hris
(usually encoded name) for us
logging.
- getShortNameToLog() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns Return a short, printable name for this region (usually encoded name) for us logging.
- getShortNameToLog(HRegionInfo...) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- getShortNameToLog(List<HRegionInfo>) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- getShortTextFormat(Message) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Return short version of Message toString'd, shorter than TextFormat#shortDebugString.
- getSimpleName() - Method in enum org.apache.hadoop.hbase.Size.Unit
-
- getSimpleProvider() - Method in class org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProviders
-
Returns the provider and token pair for SIMPLE authentication.
- getSizeOfLogQueue() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getSleepTime() - Method in class org.apache.hadoop.hbase.client.DelayingRunner
-
- getSlowLogParams(Message, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Return SlowLogParams to maintain recent online slowlog responses
- getSlowLogResponses(Set<ServerName>, LogQueryFilter) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getSlowLogResponses(Set<ServerName>, LogQueryFilter) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getSnapshotDescription() - Method in exception org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
-
Returns the description of the snapshot that is being failed
- getSnapshots(Connection) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getSnapshotSizeQualifier(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getSoftLimit() - Method in class org.apache.hadoop.hbase.quotas.ThrottleSettings
-
- getSpaceQuotaRegionSizes(RpcController, QuotaProtos.GetSpaceQuotaRegionSizesRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getSpaceQuotaTableSizes() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Fetches the table sizes on the filesystem as tracked by the HBase Master.
- getSpaceQuotaTableSizes() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Fetches the table sizes on the filesystem as tracked by the HBase Master.
- getSpaceQuotaTableSizes() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getSplitKeysArray(MasterProtos.CreateTableRequest) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
get the split keys in form "byte [][]" from a CreateTableRequest proto
- getSplitRegions() - Method in class org.apache.hadoop.hbase.client.RegionStatesCount
-
- getStamp() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- getStartCode() - Method in class org.apache.hadoop.hbase.HbckServerName
-
- getStartCodeColumn(int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the column qualifier for server start code column for replicaId
- getStartEndKeys() - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Gets the starting and ending row keys for every region in the currently open table.
- getStartEndKeys() - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Gets the starting and ending row keys for every region in the currently open table.
- getStartKey() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns the startKey.
- getStartKey(byte[]) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Gets the start key from the specified region name.
- getStartKey() - Method in class org.apache.hadoop.hbase.HbckRegionDetails
-
- getStartKey(byte[]) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- getStartKey() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns the startKey
- getStartKeyForDisplay(RegionInfo, Configuration) - Static method in class org.apache.hadoop.hbase.client.RegionInfoDisplay
-
Get the start key for display.
- getStartKeyForDisplay(HRegionInfo, Configuration) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- getStartKeys() - Method in interface org.apache.hadoop.hbase.client.AsyncTableRegionLocator
-
Gets the starting row key for every region in the currently open table.
- getStartKeys() - Method in interface org.apache.hadoop.hbase.client.RegionLocator
-
Gets the starting row key for every region in the currently open table.
- getStartRow() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getStartRow() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns the startrow
- getStartTime() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- getStartTime() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getStartTime() - Method in interface org.apache.hadoop.hbase.ServerTask
-
Get the task start time.
- getState() - Method in class org.apache.hadoop.hbase.client.TableState
-
Returns table state
- getState() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- getState() - Method in class org.apache.hadoop.hbase.MetaTableAccessor.ReplicationBarrierResult
-
- getState() - Method in interface org.apache.hadoop.hbase.ServerTask
-
Get the current state of the task.
- getStatisticsTracker() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Returns the current statistics tracker associated with this connection
- getStatisticsTracker() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getStats() - Method in class org.apache.hadoop.hbase.client.Result
-
Returns the associated statistics about the region from which this was returned.
- getStats(ServerName) - Method in class org.apache.hadoop.hbase.client.ServerStatisticTracker
-
- getStatsForRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.backoff.ServerStatistics
-
- getStatus() - Method in interface org.apache.hadoop.hbase.ServerTask
-
Get the current status of the task.
- getStopRow() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getStopRow() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns the stoprow
- getStopRowKey() - Method in class org.apache.hadoop.hbase.filter.InclusiveStopFilter
-
- getStoragePolicy() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Not using enum
here because HDFS is not using enum
for storage policy, see
org.apache.hadoop.hdfs.server.blockmanagement.BlockStoragePolicySuite for more details.
- getStoragePolicy() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getStoragePolicy() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getStoreCompleteSequenceId() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getStoreCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getStoreCount() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the number of stores
- getStoreFileCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getStoreFileCount() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the number of storefiles
- getStoreFileIndexSize() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getStoreFileIndexSize() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
TODO: why we pass the same value to different counters? Currently, the value from
getStoreFileIndexSize() is same with getStoreFileRootLevelIndexSize() see
HRegionServer#createRegionLoad.
- getStorefileIndexSizeInMB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getStorefileIndexSizeKB() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getStorefileIndexSizeKB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getStorefileIndexSizeMB() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getStoreFileRootLevelIndexSize() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getStoreFileRootLevelIndexSize() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns The current total size of root-level indexes for the region
- getStorefiles() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getStorefiles() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getStoreFiles(AdminProtos.AdminService.BlockingInterface, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
A helper to get the list of files of a column family on a given region using admin protocol.
- getStoreFiles(RpcController, AdminProtos.AdminService.BlockingInterface, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
A helper to get the list of files of a column family on a given region using admin protocol.
- getStoreFileSize() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getStoreFileSize() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the total size of the storefiles
- getStorefileSizeInMB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getStorefileSizeMB() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getStorefileSizeMB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getStoreFileUncompressedDataIndexSize() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getStoreFileUncompressedDataIndexSize() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns The total size of all index blocks, not just the root level
- getStoreRefCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
Returns the reference count for the stores of this region
- getStoreRefCount() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the reference count for the stores of this region
- getStores() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getStores() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getStoreSequenceId() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getStoreSequenceId() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns completed sequence id per store.
- getStoreUncompressedSizeMB() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getStoreUncompressedSizeMB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getStub() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- getSubmittedRows() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getSupportedFilters() - Method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Return a Set of filters supported by the Filter Language
- getSyncWaitTimeout() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Return the blocking wait time for an asynchronous operation.
- getSyncWaitTimeout() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getTable(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
Retrieve an
AsyncTable
implementation for accessing a table.
- getTable(TableName, ExecutorService) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
Retrieve an
AsyncTable
implementation for accessing a table.
- getTable() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getTable(TableName) - Method in interface org.apache.hadoop.hbase.client.Connection
-
Retrieve a Table implementation for accessing a table.
- getTable(TableName, ExecutorService) - Method in interface org.apache.hadoop.hbase.client.Connection
-
Retrieve a Table implementation for accessing a table.
- getTable(TableName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getTable() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns current table name of the region
- getTable(byte[]) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Gets the table name from the specified region name.
- getTable() - Method in class org.apache.hadoop.hbase.client.replication.TableCFs
-
- getTable() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getTable(byte[]) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- getTable() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Get current table name of the region
- getTableBuilder(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getTableBuilder(TableName, ExecutorService) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getTableBuilder(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getTableBuilder(TableName, ExecutorService) - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getTableBuilder(TableName, ExecutorService) - Method in interface org.apache.hadoop.hbase.client.Connection
-
- getTableBuilder(TableName, ExecutorService) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getTableCF(ReplicationProtos.TableCF[], String) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
Get TableCF in TableCFs, if not exist, return null.
- getTableCFsMap() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getTableDescriptor(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getTableDescriptor(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getTableDescriptor() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture
-
Returns the table descriptor
- getTableDescriptor() - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- getTableDescriptor() - Method in interface org.apache.hadoop.hbase.client.Table
-
- getTableDescriptors(List<String>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getTableDescriptors(List<String>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getTableDescriptors(RpcController, MasterProtos.GetTableDescriptorsRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getTableDescriptorsByTableName(List<TableName>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getTableDescriptorsByTableName(List<TableName>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getTableEncodedRegionNameAndLastBarrier(Connection, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getTableEncodedRegionNamesForSerialReplication(Connection, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getTableFilter() - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Returns the Table filter regex
- getTableFromRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getTableHRegionLocations(AsyncTable<AdvancedScanResultConsumer>, TableName) - Static method in class org.apache.hadoop.hbase.AsyncMetaTableAccessor
-
Used to get all region locations for the specific table
- getTableName() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getTableName() - Method in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
- getTableName() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- getTableName() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture
-
Returns the table name
- getTableName() - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- getTableName() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- getTableName() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getTableName() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Get the name of the table
- getTableName() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Get the name of the table
- getTableName() - Method in class org.apache.hadoop.hbase.client.TableState
-
Table name for state
- getTableName() - Method in class org.apache.hadoop.hbase.HbckRegionDetails
-
- getTableName() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Get the name of the table
- getTableName() - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- getTableName() - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
Returns Region's table name or null if not available or pertinent.
- getTableName() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- getTableName() - Method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- getTableName() - Method in class org.apache.hadoop.hbase.security.access.GetUserPermissionsRequest
-
- getTableName() - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- getTableNameArray(List<HBaseProtos.TableName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- getTableNameAsString() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getTableNames() - Method in class org.apache.hadoop.hbase.client.NormalizeTableFilterParams
-
- getTableNames(RpcController, MasterProtos.GetTableNamesRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getTableQuota(Connection, TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getTableRegions(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getTableRegions(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getTableRegions(Connection, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Gets all of the regions of the specified table.
- getTableRegions(Connection, TableName, boolean) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Gets all of the regions of the specified table.
- getTableRegionsAndLocations(Connection, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Do not use this method to get meta table regions, use methods in MetaTableLocator instead.
- getTableRegionsAndLocations(Connection, TableName, boolean) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Do not use this method to get meta table regions, use methods in MetaTableLocator instead.
- getTableRegionStatesCount() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Provide region states count for given table.
- getTableRegionStatesCount() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getTableRowKey(TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getTableRowKeyRegex(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getTableSnapshots(Connection) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
Returns a multimap for all existing table snapshot entries.
- getTableStartRowForMeta(TableName, MetaTableAccessor.QueryType) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns start row for scanning META according to query type
- getTableState(AsyncTable<?>, TableName) - Static method in class org.apache.hadoop.hbase.AsyncMetaTableAccessor
-
- getTableState(TableName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Retrieve TableState, represent current table state.
- getTableState(TableName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getTableState(RpcController, MasterProtos.GetTableStateRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getTableState(Connection, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Fetch table state for given table from META table
- getTableState(Result) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Decode table state from META Result.
- getTableStates(Connection) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Fetch table states from META table
- getTableStopRowForMeta(TableName, MetaTableAccessor.QueryType) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns stop row for scanning META according to query type
- getTargetServerName(Result, int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the
ServerName
from catalog table
Result
where the region is
transitioning on.
- getTasks() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getTasks() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Called directly from clients such as the hbase shell
- getThrottleType() - Method in class org.apache.hadoop.hbase.quotas.ThrottleSettings
-
- getTimeRange() - Method in class org.apache.hadoop.hbase.client.Append
-
Gets the TimeRange used for this append.
- getTimeRange() - Method in class org.apache.hadoop.hbase.client.CheckAndMutate
-
Returns the time range to check
- getTimeRange() - Method in class org.apache.hadoop.hbase.client.Get
-
Method for retrieving the get's TimeRange
- getTimeRange() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- getTimeRange() - Method in class org.apache.hadoop.hbase.client.Increment
-
Gets the TimeRange used for this increment.
- getTimeRange() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns TimeRange
- getTimestamp() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getTimeStamp() - Method in class org.apache.hadoop.hbase.client.Mutation
-
- getTimestamp() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Method for retrieving the timestamp.
- getTimeStampOfLastShippedOp() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getTimestampOfLastShippedOp() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getTimeStampOfNextToReplicate() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getTimestamps() - Method in class org.apache.hadoop.hbase.filter.TimestampsFilter
-
Returns the list of timestamps
- getTimeStampsOfLastAppliedOp() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink
-
- getTimestampsOfLastAppliedOp() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink
-
- getTimestampStarted() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink
-
- getTimeToLive() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns Time-to-live of cell contents, in seconds.
- getTimeToLive() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getTimeToLive() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getTimeUnit() - Method in class org.apache.hadoop.hbase.quotas.ThrottleSettings
-
- getTokenKind() - Method in class org.apache.hadoop.hbase.security.provider.AbstractSaslClientAuthenticationProvider
-
- getTokenKind() - Method in class org.apache.hadoop.hbase.security.provider.BuiltInSaslAuthenticationProvider
-
- getTokenKind() - Method in interface org.apache.hadoop.hbase.security.provider.SaslAuthenticationProvider
-
Returns the name of the type used by the TokenIdentifier.
- getTokenKind() - Method in class org.apache.hadoop.hbase.security.SecurityInfo
-
- getTotalBufferedCounter() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
Deprecated.
- getTotalCompactingKVs() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getTotalCompactingKVs() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getTotalFailedCounter() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
Deprecated.
- getTotalNumberOfRequests() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getTotalOpsProcessed() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink
-
- getTotalRegions() - Method in class org.apache.hadoop.hbase.client.RegionStatesCount
-
- getTotalRequestsCount(ClusterStatusProtos.RegionLoad) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- getTotalSizeOfCells(Result) - Static method in class org.apache.hadoop.hbase.client.Result
-
Get total size of raw cells
- getTotalStaticBloomSizeKB() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getTotalStaticBloomSizeKB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getTotalStaticIndexSizeKB() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getTotalStaticIndexSizeKB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getTTL() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Return the TTL requested for the result of the mutation, in milliseconds.
- getTtl() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getType() - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- getType() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getType() - Method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- getType() - Method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
Deprecated.
- getTypeFilters() - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Returns the QuotaType types that we want to filter one
- getUncompressedStoreFileSize() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getUncompressedStoreFileSize() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the uncompressed size of the storefiles
- getUnit(String) - Static method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- getUnit(String) - Static method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- getUnit(String) - Static method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getUnit() - Method in class org.apache.hadoop.hbase.Size
-
Returns size unit
- getUnknownServerNames() - Method in interface org.apache.hadoop.hbase.ClusterMetrics
-
Returns the names of region servers on the unknown list
- getUnknownServerNames() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- getUsage() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
-
Returns the current usage, in bytes, of the target (e.g.
- getUsage() - Method in interface org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView
-
Returns the current usage, in bytes, of the target (e.g.
- getUsedHeapMB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getUsedHeapSize() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getUsedHeapSize() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns the amount of used heap
- getUser() - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- getUser() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Get the
User
associated with this connection.
- getUser() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- getUser() - Method in class org.apache.hadoop.hbase.security.access.UserPermission
-
- getUser() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- getUserFilter() - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Returns the User filter regex
- getUserFromRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getUserInfo(User) - Method in class org.apache.hadoop.hbase.security.provider.DigestSaslClientAuthenticationProvider
-
- getUserInfo(User) - Method in class org.apache.hadoop.hbase.security.provider.GssSaslClientAuthenticationProvider
-
- getUserInfo(User) - Method in interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
-
- getUserInfo(User) - Method in class org.apache.hadoop.hbase.security.provider.SimpleSaslClientAuthenticationProvider
-
- getUserMetrics() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- getUserMetrics() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns metrics per user
- getUserName() - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- getUserName() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- getUserName() - Method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- getUserName() - Method in class org.apache.hadoop.hbase.security.access.GetUserPermissionsRequest
-
- getUsername() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- getUserName() - Method in interface org.apache.hadoop.hbase.UserMetrics
-
Returns the user name
- getUserPermissions(GetUserPermissionsRequest) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get the global/namespace/table permissions for user
- getUserPermissions(GetUserPermissionsRequest) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the global/namespace/table permissions for user
- getUserPermissions(GetUserPermissionsRequest) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getUserPermissions(RpcController, AccessControlProtos.GetUserPermissionsRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getUserPermissions(Connection, String) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
List all the userPermissions matching the given pattern.
- getUserPermissions(Connection, String, String) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
List all the userPermissions matching the given table pattern and user name.
- getUserPermissions(Connection, String, byte[]) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
List all the userPermissions matching the given table pattern and column family.
- getUserPermissions(Connection, String, byte[], String) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
List all the userPermissions matching the given table pattern, column family and user name.
- getUserPermissions(Connection, String, byte[], byte[]) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
List all the userPermissions matching the given table pattern, column family and column
qualifier.
- getUserPermissions(Connection, String, byte[], byte[], String) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
List all the userPermissions matching the given table pattern, column family and column
qualifier.
- getUserPermissions(RpcController, AccessControlProtos.AccessControlService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- getUserPermissions(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- getUserPermissions(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, TableName) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- getUserPermissions(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, TableName, byte[], byte[], String) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- getUserPermissions(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, byte[]) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- getUserPermissions(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, byte[], String) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- GetUserPermissionsRequest - Class in org.apache.hadoop.hbase.security.access
-
- GetUserPermissionsRequest.Builder - Class in org.apache.hadoop.hbase.security.access
-
- getUserQuota(Connection, String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getUserQuota(Connection, String, TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getUserQuota(Connection, String, String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getUserRegionLockHeldTimer() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
- getUserRegionLockQueue() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
- getUserRegionLockTimeout() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
get
- getUserRegionLockWaitingTimer() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
- getUserRowKey(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getUserRowKeyRegex(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getValue() - Method in class org.apache.hadoop.hbase.client.CheckAndMutate
-
Returns the expected value
- getValue(Bytes) - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Get a configuration value.
- getValue(String) - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Get a configuration value.
- getValue(byte[]) - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Get a configuration value.
- getValue(Bytes) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getValue(byte[]) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getValue(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getValue(byte[], byte[], Cell) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- getValue(byte[], byte[], Cell) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- getValue(byte[], byte[], Cell) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- getValue(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
-
Get the latest version of the specified column.
- getValue() - Method in enum org.apache.hadoop.hbase.client.security.SecurityCapability
-
- getValue(Bytes) - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Getter for accessing the metadata associated with the key.
- getValue(byte[]) - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Getter for accessing the metadata associated with the key.
- getValue(String) - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Getter for accessing the metadata associated with the key.
- getValue(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- getValue(Bytes) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- getValue(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- getValue(byte[]) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- getValue(byte[], byte[], Cell) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
Returns value of type T
- getValue() - Method in class org.apache.hadoop.hbase.filter.SubstringComparator
-
- getValue(byte[]) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getValue(String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getValue(Bytes) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getValue(Bytes) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getValue(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getValue(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getValue(String) - Static method in enum org.apache.hadoop.hbase.KeepDeletedCells
-
- getValueAsByteBuffer(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Result
-
Returns the value wrapped in a new ByteBuffer
.
- getValueAsByteBuffer(byte[], int, int, byte[], int, int) - Method in class org.apache.hadoop.hbase.client.Result
-
Returns the value wrapped in a new ByteBuffer
.
- getValues() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Get all configuration values.
- getValues() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getValues() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Returns Getter for fetching an unmodifiable map.
- getValues() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- getValues() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getValues() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Returns Getter for fetching an unmodifiable map.
- getVersion() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getVersion() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getVersion() - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
Returns the Coprocessor interface version
- getVersion() - Method in class org.apache.hadoop.hbase.security.access.Permission
-
Returns the object version number
- getVersion() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns the string type version of a regionserver.
- getVersionInfo() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Get a protocol buffer VersionInfo
- getVersionNumber() - Method in interface org.apache.hadoop.hbase.ServerMetrics
-
Returns the version number of a regionserver.
- getViolationPolicy(QuotaProtos.SpaceQuota) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getWaitInterval() - Method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- getWaitInterval() - Method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
Deprecated.
- getWritable(byte[], Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
-
Set bytes into the passed Writable by calling its
Writable.readFields(java.io.DataInput)
.
- getWritable(byte[], int, int, Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
-
Set bytes into the passed Writable by calling its
Writable.readFields(java.io.DataInput)
.
- getWriteBufferPeriodicFlushTimeoutMs() - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
Returns the current periodic flush timeout value in milliseconds.
- getWriteBufferPeriodicFlushTimeoutMs() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- getWriteBufferPeriodicFlushTimeoutMs() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- getWriteBufferPeriodicFlushTimeoutMs() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getWriteBufferPeriodicFlushTimerTickMs() - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
Returns the current periodic flush timertick interval in milliseconds.
- getWriteBufferPeriodicFlushTimerTickMs() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- getWriteBufferPeriodicFlushTimerTickMs() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- getWriteBufferPeriodicFlushTimerTickMs() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getWriteBufferSize() - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutator
-
Returns the maximum size in bytes of the write buffer.
- getWriteBufferSize() - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
Returns the maximum size in bytes of the write buffer for this HTable.
- getWriteBufferSize() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
Returns the maximum size in bytes of the write buffer for this HTable.
- getWriteBufferSize() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- getWriteBufferSize() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getWriteRequestCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- getWriteRequestCount() - Method in interface org.apache.hadoop.hbase.RegionMetrics
-
Returns the number of write requests made to region
- getWriteRequestCount() - Method in interface org.apache.hadoop.hbase.UserMetrics
-
Returns the number of write requests made by user
- getWriteRequestsCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getWriteRequestsCount() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getWriteRequestsCount() - Method in interface org.apache.hadoop.hbase.UserMetrics.ClientMetrics
-
- getWriteRequestsCount() - Method in class org.apache.hadoop.hbase.UserMetricsBuilder.ClientMetricsImpl
-
- getWriteRpcTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Get timeout of each rpc write request in this Table instance.
- getWriteRpcTimeout() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getWriteRpcTimeout(TimeUnit) - Method in class org.apache.hadoop.hbase.client.HTable
-
- getWriteRpcTimeout() - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- getWriteRpcTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.Table
-
Get timeout of each rpc write request in this Table instance.
- getWriteRpcTimeout() - Method in interface org.apache.hadoop.hbase.client.Table
-
- getZNodeForReplica(int) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Returns the znode string corresponding to a replicaId
- GlobalPermission - Class in org.apache.hadoop.hbase.security.access
-
Represents an authorization for access whole cluster.
- grant(UserPermission, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Grants user specific permissions
- grant(UserPermission, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Grants user specific permissions
- grant(UserPermission, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- grant(RpcController, AccessControlProtos.GrantRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- grant(Connection, TableName, String, byte[], byte[], Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Grants permission on the specified table for the specified user.
- grant(Connection, String, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Grants permission on the specified namespace for the specified user.
- grant(Connection, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Grant global permissions for the specified user.
- grant(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, boolean, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- grant(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, TableName, byte[], byte[], boolean, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- grant(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, String, boolean, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- GREATER_THAN_ARRAY - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
GREATER_THAN Array
- GREATER_THAN_BUFFER - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
- GREATER_THAN_OR_EQUAL_TO_ARRAY - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
GREATER_THAN_OR_EQUAL_TO Array
- GREATER_THAN_OR_EQUAL_TO_BUFFER - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
- GssSaslAuthenticationProvider - Class in org.apache.hadoop.hbase.security.provider
-
Base client for client/server implementations for the "KERBEROS" HBase auth'n method.
- GssSaslAuthenticationProvider() - Constructor for class org.apache.hadoop.hbase.security.provider.GssSaslAuthenticationProvider
-
- GssSaslClientAuthenticationProvider - Class in org.apache.hadoop.hbase.security.provider
-
- GssSaslClientAuthenticationProvider() - Constructor for class org.apache.hadoop.hbase.security.provider.GssSaslClientAuthenticationProvider
-
- I - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for 'I'
- id - Variable in class org.apache.hadoop.hbase.client.ScannerCallable
-
- ID_ATRIBUTE - Static variable in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
- IDLE_TIME - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- ifEquals(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateBuilder
-
Deprecated.
Check for equality.
- ifEquals(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate.Builder
-
Check for equality
- ifEquals(byte[]) - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateBuilder
-
Deprecated.
Check for equality.
- ifMatches(CompareOperator, byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateBuilder
-
Deprecated.
Compare a value
- ifMatches(byte[], byte[], CompareOperator, byte[]) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate.Builder
-
Check for match
- ifMatches(Filter) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate.Builder
-
Check for match
- ifMatches(CompareOperator, byte[]) - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateBuilder
-
Deprecated.
Check for match.
- ifNotExists() - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateBuilder
-
Deprecated.
Check for lack of column.
- ifNotExists(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate.Builder
-
Check for lack of column
- ifNotExists() - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateBuilder
-
Deprecated.
Check for lack of column.
- ImmutableHColumnDescriptor - Class in org.apache.hadoop.hbase.client
-
Deprecated.
- ImmutableHColumnDescriptor(ColumnFamilyDescriptor) - Constructor for class org.apache.hadoop.hbase.client.ImmutableHColumnDescriptor
-
Deprecated.
- ImmutableHRegionInfo - Class in org.apache.hadoop.hbase.client
-
Deprecated.
- ImmutableHRegionInfo(RegionInfo) - Constructor for class org.apache.hadoop.hbase.client.ImmutableHRegionInfo
-
Deprecated.
- ImmutableHTableDescriptor - Class in org.apache.hadoop.hbase.client
-
Deprecated.
- ImmutableHTableDescriptor(HTableDescriptor) - Constructor for class org.apache.hadoop.hbase.client.ImmutableHTableDescriptor
-
Deprecated.
- ImmutableHTableDescriptor(TableDescriptor) - Constructor for class org.apache.hadoop.hbase.client.ImmutableHTableDescriptor
-
Deprecated.
- ImmutableScan - Class in org.apache.hadoop.hbase.client
-
Immutable version of Scan
- ImmutableScan(Scan) - Constructor for class org.apache.hadoop.hbase.client.ImmutableScan
-
Create Immutable instance of Scan from given Scan object
- implementationClassName(String) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
Specify a BufferedMutator implementation other than the default.
- implies(String, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.NamespacePermission
-
check if given action is granted in given namespace.
- implies(Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.Permission
-
check if given action is granted
- implies(TableName, byte[], byte[], Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
Check if given action can performs on given table:family:qualifier.
- implies(TableName, byte[], Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
Check if given action can performs on given table:family.
- implies(TableName, KeyValue, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
Checks if this permission grants access to perform the given action on the given table and key
value.
- IN_MEMORY - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- IN_MEMORY_COMPACTION - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- IN_MEMORY_COMPACTION - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- includeStartRow() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- includeStartRow() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns if we should include start row when scan
- includeStopRow() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- includeStopRow() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns if we should include stop row when scan
- InclusiveStopFilter - Class in org.apache.hadoop.hbase.filter
-
A Filter that stops after the given row.
- InclusiveStopFilter(byte[]) - Constructor for class org.apache.hadoop.hbase.filter.InclusiveStopFilter
-
- IncompatibleFilterException - Exception in org.apache.hadoop.hbase.filter
-
Used to indicate a filter incompatibility
- IncompatibleFilterException() - Constructor for exception org.apache.hadoop.hbase.filter.IncompatibleFilterException
-
constructor
- IncompatibleFilterException(String) - Constructor for exception org.apache.hadoop.hbase.filter.IncompatibleFilterException
-
constructor
- incrCacheDroppingExceptions(Object) - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
- incrDelayRunners() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.RunnerStats
-
- incrDelayRunnersAndUpdateDelayInterval(long) - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
Increment the number of delay runner counts and update delay interval of delay runner.
- increment(Increment) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Increments one or more columns within a single row.
- increment(BigDecimal) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- increment(Double) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- increment(Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- increment(Increment) - Method in class org.apache.hadoop.hbase.client.HTable
-
- Increment - Class in org.apache.hadoop.hbase.client
-
Used to perform Increment operations on a single row.
- Increment(byte[]) - Constructor for class org.apache.hadoop.hbase.client.Increment
-
Create a Increment operation for the specified row.
- Increment(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.client.Increment
-
Create a Increment operation for the specified row.
- Increment(Increment) - Constructor for class org.apache.hadoop.hbase.client.Increment
-
Copy constructor
- Increment(byte[], long, NavigableMap<byte[], List<Cell>>) - Constructor for class org.apache.hadoop.hbase.client.Increment
-
Construct the Increment with user defined data.
- increment(Increment) - Method in interface org.apache.hadoop.hbase.client.Table
-
Increments one or more columns within a single row.
- increment(S) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
Returns increment
- incrementColumnValue(byte[], byte[], byte[], long) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
- incrementColumnValue(byte[], byte[], byte[], long, Durability) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Atomically increments a column value.
- incrementColumnValue(byte[], byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.HTable
-
- incrementColumnValue(byte[], byte[], byte[], long, Durability) - Method in class org.apache.hadoop.hbase.client.HTable
-
- incrementColumnValue(byte[], byte[], byte[], long) - Method in interface org.apache.hadoop.hbase.client.Table
-
- incrementColumnValue(byte[], byte[], byte[], long, Durability) - Method in interface org.apache.hadoop.hbase.client.Table
-
Atomically increments a column value.
- incrementServerOverloadedBackoffTime(long, TimeUnit) - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
- incrHedgedReadOps() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
Increment the number of hedged read that have occurred.
- incrHedgedReadWin() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
Increment the number of hedged read returned faster than the original read.
- incrMetaCacheHit() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
Increment the number of meta cache hits.
- incrMetaCacheMiss() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
Increment the number of meta cache misses.
- incrMetaCacheNumClearRegion() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
Increment the number of meta cache drops requested for individual region.
- incrMetaCacheNumClearRegion(int) - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
Increment the number of meta cache drops requested for individual region.
- incrMetaCacheNumClearServer() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
Increment the number of meta cache drops requested for entire RegionServer.
- incrNormalRunners() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
Increment the number of normal runner counts.
- incrNormalRunners() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.RunnerStats
-
- incrNsLookups() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
- incrNsLookupsFailed() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
- incrUserRegionLockTimeout() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
incr
- incTaskCounters(Collection<byte[]>, ServerName) - Method in interface org.apache.hadoop.hbase.client.RequestController
-
Increment the counter if we build a valid task.
- INDEX_BLOCK_ENCODING - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- initCache() - Method in class org.apache.hadoop.hbase.client.ClientAsyncPrefetchScanner
-
- initCache() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- initCryptoCipher(RPCProtos.CryptoCipherMeta, Configuration) - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcClient
-
- INITIAL_REFRESH_DELAY_SECS - Static variable in class org.apache.hadoop.hbase.client.RpcConnectionRegistry
-
As end users could configure any nodes in a cluster as the initial bootstrap nodes, it is
possible that different end users will configure the same machine which makes the machine over
load.
- initialize(HBaseProtos.EmptyMsg) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- initialize(HBaseProtos.EmptyMsg) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- initialize(HBaseProtos.EmptyMsg) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- initialize(P) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
This method should initialize any field(s) of the ColumnInterpreter with a parsing of the
passed message bytes (used on the server side).
- initSaslProperties(String) - Static method in class org.apache.hadoop.hbase.security.SaslUtil
-
Initialize SASL properties for a given RPC protection level.
- initScanMetrics(Scan) - Method in class org.apache.hadoop.hbase.client.AbstractClientScanner
-
Check and initialize if application wants to collect scan metrics
- initSyncCache() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- injectNonceGeneratorForTesting(ClusterConnection, NonceGenerator) - Static method in class org.apache.hadoop.hbase.client.ConnectionUtils
-
Inject a nonce generator for testing.
- instantiate(Configuration, MetricsConnection) - Static method in class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- instantiate(Configuration, ConnectionConfiguration, MetricsConnection) - Static method in class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- instantiate(Configuration, ConnectionConfiguration, ServerStatisticTracker, MetricsConnection) - Static method in class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- instantiate(Configuration, ConnectionConfiguration, RetryingCallerInterceptor, ServerStatisticTracker, MetricsConnection) - Static method in class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- instantiate(Configuration) - Static method in class org.apache.hadoop.hbase.ipc.RpcControllerFactory
-
- instantiated - Variable in class org.apache.hadoop.hbase.client.ScannerCallable
-
- inStates(TableState.State) - Method in class org.apache.hadoop.hbase.client.TableState
-
Check that table in given states
- inStates(TableState.State...) - Method in class org.apache.hadoop.hbase.client.TableState
-
Check that table in given states
- INVALID_REGION_NAME_FORMAT_MESSAGE - Static variable in interface org.apache.hadoop.hbase.client.RegionInfo
-
- InvalidFamilyOperationException - Exception in org.apache.hadoop.hbase
-
Thrown if a request is table schema modification is requested but made for an invalid family
name.
- InvalidFamilyOperationException() - Constructor for exception org.apache.hadoop.hbase.InvalidFamilyOperationException
-
default constructor
- InvalidFamilyOperationException(String) - Constructor for exception org.apache.hadoop.hbase.InvalidFamilyOperationException
-
Constructor
- InvalidFamilyOperationException(Exception) - Constructor for exception org.apache.hadoop.hbase.InvalidFamilyOperationException
-
Constructor taking another exception.
- InvalidLabelException - Exception in org.apache.hadoop.hbase.security.visibility
-
- InvalidLabelException(String) - Constructor for exception org.apache.hadoop.hbase.security.visibility.InvalidLabelException
-
- InvalidRowFilterException - Exception in org.apache.hadoop.hbase.filter
-
Used to indicate an invalid RowFilter.
- InvalidRowFilterException() - Constructor for exception org.apache.hadoop.hbase.filter.InvalidRowFilterException
-
constructor
- InvalidRowFilterException(String) - Constructor for exception org.apache.hadoop.hbase.filter.InvalidRowFilterException
-
constructor
- IPC_CLIENT_FALLBACK_TO_SIMPLE_AUTH_ALLOWED_DEFAULT - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- IPC_CLIENT_FALLBACK_TO_SIMPLE_AUTH_ALLOWED_KEY - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- IpcClientSpanBuilder - Class in org.apache.hadoop.hbase.client.trace
-
Construct Span
instances originating from the client side of an IPC.
- IpcClientSpanBuilder() - Constructor for class org.apache.hadoop.hbase.client.trace.IpcClientSpanBuilder
-
- IS_META - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Used by rest interface to access this metadata attribute which denotes if it is a catalog
table, either hbase:meta
.
- IS_META - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- IS_MOB - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- IS_MOB - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- IS_MOB_BYTES - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- IS_ROOT - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- isAborted() - Method in interface org.apache.hadoop.hbase.Abortable
-
Check if the server or client was aborted.
- isAborted() - Method in interface org.apache.hadoop.hbase.client.Admin
-
- isAborted() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- isAborted() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isAborted() - Method in class org.apache.hadoop.hbase.client.HBaseHbck
-
- isAccessControllerRunning(Connection) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
- isAdjacent(RegionInfo) - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns True if region is adjacent, either just before or just after this one.
- isAscendingOrder() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- isAsyncPrefetch() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- isAsyncPrefetch() - Method in class org.apache.hadoop.hbase.client.Scan
-
- isAuthorizationEnabled(Connection) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Return true if authorization is supported and enabled
- isBalancerEnabled() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Query the current state of the balancer.
- isBalancerEnabled() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the balancer.
- isBalancerEnabled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isBalancerEnabled(RpcController, MasterProtos.IsBalancerEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isBalancerOn() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- isBalancerRan() - Method in class org.apache.hadoop.hbase.client.BalanceResponse
-
Returns true if the balancer ran, otherwise false.
- isBlockCacheEnabled() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns True if hfile DATA type blocks should be cached (You cannot disable caching of INDEX
and BLOOM type blocks).
- isBlockCacheEnabled() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isBlockCacheEnabled() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isCacheBloomsOnWrite() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns true if we should cache bloomfilter blocks on write
- isCacheBloomsOnWrite() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isCacheBloomsOnWrite() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isCacheDataOnWrite() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns true if we should cache data blocks on write
- isCacheDataOnWrite() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isCacheDataOnWrite() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isCacheIndexesOnWrite() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns true if we should cache index blocks on write
- isCacheIndexesOnWrite() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isCacheIndexesOnWrite() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isCanceled() - Method in class org.apache.hadoop.hbase.client.ClientCoprocessorRpcController
-
- isCanceled() - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- isCanceled() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- isCanceled() - Method in class org.apache.hadoop.hbase.ipc.ServerRpcController
-
- isCancelled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture
-
- isCatalogJanitorEnabled() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Query on the catalog janitor state (Enabled/Disabled?).
- isCatalogJanitorEnabled() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query on the catalog janitor state.
- isCatalogJanitorEnabled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isCatalogJanitorEnabled(RpcController, MasterProtos.IsCatalogJanitorEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isCellAuthorizationEnabled(Connection) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Return true if cell authorization is supported and enabled
- isCellVisibilityEnabled(Connection) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
Return true if cell visibility features are supported and enabled
- isCheckExistenceOnly() - Method in class org.apache.hadoop.hbase.client.Get
-
- isClassLoaderLoaded() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- isCleanerChoreEnabled() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Query on the cleaner chore state (Enabled/Disabled?).
- isCleanerChoreEnabled() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the cleaner chore.
- isCleanerChoreEnabled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isCleanerChoreEnabled(RpcController, MasterProtos.IsCleanerChoreEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isClientReadable(String) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Returns whether the path is supposed to be readable by the client and DOES NOT contain
sensitive information (world readable).
- isClientScannerAsyncPrefetch() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- isClosed() - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
Returns whether the connection is closed or not.
- isClosed() - Method in class org.apache.hadoop.hbase.client.AsyncConnectionImpl
-
- isClosed() - Method in interface org.apache.hadoop.hbase.client.Connection
-
Returns whether the connection is closed or not.
- isClosed() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- isClosed() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isClosed(AdminProtos.CloseRegionResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Check if the region is closed from a CloseRegionResponse
- isClosedOrAbnormallyClosed() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isClosestRowBefore() - Method in class org.apache.hadoop.hbase.client.Get
-
- isClosing() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isClosingOrClosedOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isCompactionEnabled() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Check if the compaction enable flag of the table is true.
- isCompactionEnabled() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Check if the compaction enable flag of the table is true.
- isCompactionEnabled() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Check if the compaction enable flag of the table is true.
- isComplete() - Method in class org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
-
- isCompressTags() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns Whether KV tags should be compressed along with DataBlockEncoding.
- isCompressTags() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isCompressTags() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isConnectionException(Throwable) - Static method in class org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil
-
Check if the exception is something that indicates that we cannot contact/communicate with the
server.
- isCursor() - Method in class org.apache.hadoop.hbase.client.Result
-
Return true if this Result is a cursor to tell users where the server has scanned.
- isDefaultReplica(int) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
Returns true if this replicaId corresponds to default replica for the region
- isDefaultReplica(RegionInfo) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
Returns true if this region is a default replica for the region
- isDegenerate() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns True if RegionInfo is degenerate...
- isDisabled() - Method in class org.apache.hadoop.hbase.client.TableState
-
Returns True if table is disabled.
- isDisabledOrDisabling() - Method in class org.apache.hadoop.hbase.client.TableState
-
- isDisabling() - Method in class org.apache.hadoop.hbase.client.TableState
-
Returns True if table is disabling.
- isDone() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture
-
- isDoNotRetry() - Method in exception org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
Returns True if origin exception was a do not retry type.
- isDryRun() - Method in class org.apache.hadoop.hbase.client.BalanceRequest
-
Returns true if the balancer should run in dry run mode, otherwise false.
- isEmpty() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Method to check if the familyMap is empty
- isEmpty() - Method in class org.apache.hadoop.hbase.client.Result
-
Check if the underlying Cell [] is empty or not
- isEmpty() - Method in interface org.apache.hadoop.hbase.client.RowAccess
-
Returns true if there are no elements.
- isEmpty() - Method in class org.apache.hadoop.hbase.filter.FilterListBase
-
- isEmpty() - Method in class org.apache.hadoop.hbase.RegionLocations
-
Returns whether there are non-null elements in the list
- isEmptyQuota(QuotaProtos.Quotas) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- isEnabled() - Method in class org.apache.hadoop.hbase.client.TableState
-
- isEnabled() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerDescription
-
- isEnabledOrEnabling() - Method in class org.apache.hadoop.hbase.client.TableState
-
- isEnabling() - Method in class org.apache.hadoop.hbase.client.TableState
-
- isEncodedRegionName(byte[]) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Figure if the passed bytes represent an encoded region name or not.
- isEncodedRegionName(byte[]) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- isEOF(InvalidProtocolBufferException) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Check whether this IPBE indicates EOF or not.
- isEvictBlocksOnClose() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns true if we should evict cached blocks from the blockcache on close
- isEvictBlocksOnClose() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isEvictBlocksOnClose() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isFailedClose() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isFailedOpen() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isFailedServer(Address) - Method in class org.apache.hadoop.hbase.ipc.FailedServers
-
Check if the server should be considered as bad.
- isFamilyEssential(byte[]) - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
-
- isFamilyEssential(byte[]) - Method in class org.apache.hadoop.hbase.filter.Filter
-
Check that given column family is essential for filter to check row.
- isFamilyEssential(byte[]) - Method in class org.apache.hadoop.hbase.filter.FilterBase
-
By default, we require all scan's column families to be present.
- isFamilyEssential(byte[]) - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- isFamilyEssential(byte[]) - Method in class org.apache.hadoop.hbase.filter.FilterListBase
-
- isFamilyEssential(byte[]) - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
The only CF this filter needs is given column family.
- isFamilyEssential(byte[]) - Method in class org.apache.hadoop.hbase.filter.SkipFilter
-
- isFamilyEssential(byte[]) - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
-
- isFirst() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns True if this is first Region in Table
- isGetScan() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- isGetScan() - Method in class org.apache.hadoop.hbase.client.Scan
-
- isGuaranteedClientSideOnly() - Method in exception org.apache.hadoop.hbase.exceptions.PreemptiveFastFailException
-
Deprecated.
Returns true if we know no mutation made it to the server, false otherwise.
- isIgnoreRegionsInTransition() - Method in class org.apache.hadoop.hbase.client.BalanceRequest
-
Returns true if the balancer should execute even if regions are in transition, otherwise false.
- isInMemory() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns True if we are to favor keeping all values for this column family in the HRegionServer
cache.
- isInMemory() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isInMemory() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isInReturnCodes(Filter.ReturnCode, Filter.ReturnCode...) - Static method in class org.apache.hadoop.hbase.filter.FilterListBase
-
- isInStates(TableState.State...) - Method in class org.apache.hadoop.hbase.client.TableState
-
Static version of state checker
- isInViolation() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus
-
Returns true
if the quota is being violated, false
otherwise.
- isInViolation() - Method in interface org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView.SpaceQuotaStatusView
-
Returns true
if the quota is being violated, false
otherwise.
- isLast() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns True if this is last Region in Table
- isLegalColumnFamilyName(byte[]) - Static method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Check if the column family name is legal.
- isLegalFamilyName(byte[]) - Static method in class org.apache.hadoop.hbase.HColumnDescriptor
-
- isMasterInMaintenanceMode() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Check whether Master is in maintenance mode.
- isMasterInMaintenanceMode() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Check whether master is in maintenance mode
- isMasterInMaintenanceMode() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isMasterInMaintenanceMode(RpcController, MasterProtos.IsInMaintenanceModeRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isMasterRunning() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- isMasterRunning() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- isMasterRunning(RpcController, MasterProtos.IsMasterRunningRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isMaxColumnInclusive() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
Returns if max column range is inclusive.
- isMD5Hash(String) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- isMerged() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isMergeEnabled() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Query the current state of the merge switch.
- isMergeEnabled() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the Merge switch.
- isMergeEnabled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isMergeEnabled() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Check if the merge enable flag of the table is true.
- isMergeEnabled() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Check if the region merge enable flag of the table is true.
- isMergeEnabled() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Check if the region merge enable flag of the table is true.
- isMerging() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isMergingNew() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isMergingNewOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isMergingNewOrOfflineOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isMergingNewOrOpenedOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isMergingOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isMetaClearingException(Throwable) - Static method in class org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil
-
- isMetaRegion() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns true if this region is a meta region.
- isMetaRegion() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Checks if this table is hbase:meta
region.
- isMetaRegion() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Checks if this table is hbase:meta
region.
- isMetaRegion() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns true if this region is a meta region
- isMetaRegion() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Checks if this table is hbase:meta
region.
- isMetaTable() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Checks if the table is a hbase:meta
table
- isMetaTable() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Checks if the table is a hbase:meta
table
- isMetaTable() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns true if this region is from hbase:meta
- isMetaTable() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Checks if the table is a hbase:meta
table
- isMetaZNodePath(String) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Returns True is the fully qualified path is for meta location
- isMetaZNodePrefix(String) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Returns True if meta znode.
- isMinColumnInclusive() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
Returns if min column range is inclusive.
- isMobEnabled() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Gets whether the mob is enabled for the family.
- isMobEnabled() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isMobEnabled() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isNamespaceRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- isNeedCursorResult() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- isNeedCursorResult() - Method in class org.apache.hadoop.hbase.client.Scan
-
- isNeedProcessConnectionHeader() - Method in class org.apache.hadoop.hbase.security.NettyHBaseSaslRpcClientHandler
-
- isNewVersionBehavior() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
By default, HBase only consider timestamp in versions.
- isNewVersionBehavior() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
By default, HBase only consider timestamp in versions.
- isNewVersionBehavior() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
By default, HBase only consider timestamp in versions.
- isNext(RegionInfo) - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns True if region is next, adjacent but 'after' this one.
- isNormalizationEnabled() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Check if normalization enable flag of the table is true.
- isNormalizationEnabled() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Check if normalization enable flag of the table is true.
- isNormalizationEnabled() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Check if normalization enable flag of the table is true.
- isNormalizerEnabled() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Query the current state of the region normalizer.
- isNormalizerEnabled() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the region normalizer
- isNormalizerEnabled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isNormalizerEnabled(RpcController, MasterProtos.IsNormalizerEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isNull() - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Returns true if the filter is empty
- isOffline() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- isOffline() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns true if this region is offline.
- isOffline() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- IsolationLevel - Enum in org.apache.hadoop.hbase.client
-
Specify Isolation levels in Scan operations.
- isOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isOpened() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isOpenedOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isOpening() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isOpeningOrFailedOpenOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isOpeningOrOpenedOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isOverlap(RegionInfo) - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns True if an overlap in region range.
- isPartial() - Method in class org.apache.hadoop.hbase.client.Result
-
- isPBMagicPrefix(byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufMagic
-
- isPBMagicPrefix(byte[], int, int) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufMagic
-
- isPBMagicPrefix(byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- isPBMagicPrefix(byte[], int, int) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- isPBMagicPrefix(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- isPBMagicPrefix(byte[], int, int) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- isPrefetchBlocksOnOpen() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns true if we should prefetch blocks into the blockcache on open
- isPrefetchBlocksOnOpen() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isPrefetchBlocksOnOpen() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isProcedureDone(RpcController, MasterProtos.IsProcedureDoneRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isProcedureFinished(String, String, Map<String, String>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Check the current state of the specified procedure.
- isProcedureFinished(String, String, Map<String, String>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Check the current state of the specified procedure.
- isProcedureFinished(String, String, Map<String, String>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isProcessed() - Method in class org.apache.hadoop.hbase.client.SingleResponse.Entry
-
- isQuoteUnescaped(byte[], int) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Returns a boolean indicating whether the quote was escaped or not
- isRaw() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- isRaw() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns True if this Scan is in "raw" mode.
- isReadOnly() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Check if the readOnly flag of the table is set.
- isReadOnly() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Check if the readOnly flag of the table is set.
- isReadOnly() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Check if the readOnly flag of the table is set.
- isReadyToOffline() - Method in class org.apache.hadoop.hbase.master.RegionState
-
Check if a region state can transition to offline
- isReadyToOnline() - Method in class org.apache.hadoop.hbase.master.RegionState
-
Check if a region state can transition to online
- isRecovered() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- isRegionCached(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Check the region cache to see whether a region is cached yet or not.
- isRegionServerRemote - Variable in class org.apache.hadoop.hbase.client.ScannerCallable
-
- isRegionServerRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- isReplicasForSameRegion(RegionInfo, RegionInfo) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
- isReplicationPeerEnabled(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Check if a replication peer is enabled.
- isReplicationPeerEnabled(String) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Check if a replication peer is enabled.
- isReplicationPeerEnabled(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isReplicationPeerEnabled(RpcController, ReplicationProtos.GetReplicationPeerStateRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isReplicationPeerModificationEnabled() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Check whether replication peer modification is enabled.
- isReplicationPeerModificationEnabled() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Check whether replication peer modification is enabled.
- isReplicationPeerModificationEnabled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isReplicationPeerModificationEnabled(RpcController, ReplicationProtos.IsReplicationPeerModificationEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isReturnResults() - Method in class org.apache.hadoop.hbase.client.Append
-
Returns current setting for returnResults
- isReturnResults() - Method in class org.apache.hadoop.hbase.client.Increment
-
Returns current setting for returnResults
- isReturnResults() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Returns current value for returnResults
- isReversed() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- isReversed() - Method in class org.apache.hadoop.hbase.client.Scan
-
Get whether this scan is a reversed one.
- isReversed() - Method in class org.apache.hadoop.hbase.filter.Filter
-
- isReversed() - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- isRootRegion() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
This is vestigial API.
- isRpcThrottleEnabled() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get if the rpc throttle is enabled.
- isRpcThrottleEnabled() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get if the rpc throttle is enabled.
- isRpcThrottleEnabled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isRpcThrottleEnabled(RpcController, MasterProtos.IsRpcThrottleEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isRSGroupsEnabled(Connection) - Static method in class org.apache.hadoop.hbase.RSGroupTableAccessor
-
- isRunning() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- isScanMetricsEnabled() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- isScanMetricsEnabled() - Method in class org.apache.hadoop.hbase.client.Scan
-
Returns True if collection of scan metrics is enabled.
- isSearchRowInclusive() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- isSerial() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- isServerOverloaded(Throwable) - Static method in exception org.apache.hadoop.hbase.HBaseServerException
-
Returns True if the server was considered overloaded when the exception was thrown
- isServerOverloaded() - Method in exception org.apache.hadoop.hbase.HBaseServerException
-
Returns True if server was considered overloaded when exception was thrown
- isServerOverloaded() - Method in exception org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
Returns True if the server was considered overloaded when the exception was thrown.
- isSmall() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
Deprecated.
- isSmall() - Method in class org.apache.hadoop.hbase.client.Scan
-
- isSnapshotCleanupEnabled() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Query the current state of the auto snapshot cleanup based on TTL.
- isSnapshotCleanupEnabled() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the auto snapshot cleanup based on TTL.
- isSnapshotCleanupEnabled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isSnapshotCleanupEnabled(RpcController, MasterProtos.IsSnapshotCleanupEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isSnapshotDone(RpcController, MasterProtos.IsSnapshotDoneRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isSnapshotFinished(SnapshotDescription) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Check the current state of the passed snapshot.
- isSnapshotFinished(SnapshotDescription) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Check the current state of the passed snapshot.
- isSnapshotFinished(SnapshotDescription) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isSpecialException(Throwable) - Static method in class org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil
-
- isSplit() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns True if has been split and has daughters.
- isSplit() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns true if has been split and has daughters.
- isSplit() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isSplitEnabled() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Query the current state of the split switch.
- isSplitEnabled() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the Split switch.
- isSplitEnabled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isSplitEnabled() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Check if the split enable flag of the table is true.
- isSplitEnabled() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Check if the split enable flag of the table is true.
- isSplitEnabled() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Check if the region split enable flag of the table is true.
- isSplitOrMergeEnabled(MasterSwitchType) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- isSplitOrMergeEnabled(RpcController, MasterProtos.IsSplitOrMergeEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isSplitParent() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- isSplitParent() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns true if this is a split parent region.
- isSplitting() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isSplittingNew() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isSplittingNewOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isSplittingOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isSplittingOrOpenedOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isSplittingOrSplitOnServer(ServerName) - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isStale() - Method in class org.apache.hadoop.hbase.client.Result
-
Whether or not the results are coming from possibly stale data.
- isSuccess() - Method in class org.apache.hadoop.hbase.client.CheckAndMutateResult
-
Returns Whether the CheckAndMutate operation is successful or not
- issueDate - Variable in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- isSystemTable() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns true if this region is from a system table
- isTableAvailable(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Check if a table is available.
- isTableAvailable(TableName, byte[][]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- isTableAvailable(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Check if a table is available.
- isTableAvailable(TableName, byte[][]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- isTableAvailable(TableName, byte[][]) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Use this api to check if the table has been created with the specified number of splitkeys
which was used while creating the given table.
- isTableAvailable(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- isTableAvailable(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isTableAvailable(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isTableDisabled(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Check if a table is disabled.
- isTableDisabled(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Check if a table is disabled.
- isTableDisabled(TableName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Check if a table is disabled.
- isTableDisabled(TableName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- isTableDisabled(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isTableEnabled(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Check if a table is enabled.
- isTableEnabled(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Check if a table is enabled.
- isTableEnabled(TableName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
A table that isTableEnabled == false and isTableDisabled == false is possible.
- isTableEnabled(TableName) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- isTableEnabled(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isTableRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- isTcpNoDelay() - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- isUnassignable() - Method in class org.apache.hadoop.hbase.master.RegionState
-
Check if a region state is one of offline states that can't transition to pending_close/closing
(unassign/offline)
- isUnassignable(RegionState.State) - Static method in class org.apache.hadoop.hbase.master.RegionState
-
Check if a region state is one of offline states that can't transition to pending_close/closing
(unassign/offline)
- isUnexpectedPreambleHeaderException(IOException) - Static method in class org.apache.hadoop.hbase.client.ConnectionUtils
-
- isUserRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- isUseScannerTimeoutForNextCalls() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- isValidLabel(byte[]) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsValidator
-
- iterator() - Method in interface org.apache.hadoop.hbase.client.ResultScanner
-
- iterator() - Method in class org.apache.hadoop.hbase.quotas.QuotaRetriever
-
- iterator() - Method in class org.apache.hadoop.hbase.RegionLocations
-
- R - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for 'R'
- random - Static variable in class org.apache.hadoop.hbase.filter.RandomRowFilter
-
- 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.
- rawCells() - Method in class org.apache.hadoop.hbase.client.Result
-
Return the array of Cells backing this Result instance.
- rawExpression() - Method in class org.apache.hadoop.hbase.security.access.NamespacePermission
-
- rawExpression() - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- rawExpression() - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- read(DataInput) - Static method in enum org.apache.hadoop.hbase.security.AuthMethod
-
Read from in
- read() - Method in class org.apache.hadoop.hbase.util.RotateFile
-
Reads the content of the rotate file by selecting the winner file based on the timestamp of the
data inside the files.
- readAllVersions() - Method in class org.apache.hadoop.hbase.client.Get
-
Get all available versions.
- readAllVersions() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- readAllVersions() - Method in class org.apache.hadoop.hbase.client.Scan
-
Get all available versions.
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.access.NamespacePermission
-
- 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.token.AuthenticationTokenIdentifier
-
- READONLY - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Used by rest interface to access this metadata attribute which denotes if the table is Read
Only.
- READONLY - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- ReadOnlyZKClient - Class in org.apache.hadoop.hbase.zookeeper
-
A very simple read only zookeeper implementation without watcher support.
- ReadOnlyZKClient(Configuration) - Constructor for class org.apache.hadoop.hbase.zookeeper.ReadOnlyZKClient
-
- readRpcTimeout - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- readTO - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- readVersions(int) - Method in class org.apache.hadoop.hbase.client.Get
-
Get up to the specified number of versions of each column.
- readVersions(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- readVersions(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
Get up to the specified number of versions of each column.
- recommissionRegionServer(ServerName, List<byte[]>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Remove decommission marker from a region server to allow regions assignments.
- recommissionRegionServer(ServerName, List<byte[]>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Remove decommission marker from a region server to allow regions assignments.
- recommissionRegionServer(ServerName, List<byte[]>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- recommissionRegionServer(RpcController, MasterProtos.RecommissionRegionServerRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- RECOVERY_RETRY - Static variable in class org.apache.hadoop.hbase.zookeeper.ReadOnlyZKClient
-
- RECOVERY_RETRY_INTERVAL_MILLIS - Static variable in class org.apache.hadoop.hbase.zookeeper.ReadOnlyZKClient
-
- 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
- regex(String) - Method in class org.apache.hadoop.hbase.client.NormalizeTableFilterParams.Builder
-
- regex - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsValidator
-
- 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)
- regexStringNoCaseType - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
RegexStringNoCaseType byte array
- regexStringType - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
RegexStringType byte array
- REGION_MEMSTORE_REPLICATION - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
The flag to indicate whether or not the memstore should be replicated for read-replicas
(CONSISTENCY => TIMELINE).
- REGION_MEMSTORE_REPLICATION - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- 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.client.TableDescriptorBuilder
-
The number of region replicas for the table.
- REGION_REPLICATION - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- RegionAdminServiceCallable<T> - Class in org.apache.hadoop.hbase.client
-
Similar to RegionServerCallable but for the AdminService interface.
- 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
-
- RegionCoprocessorServiceExec - Class in org.apache.hadoop.hbase.client
-
Represents a coprocessor service method execution against a single region.
- RegionCoprocessorServiceExec(byte[], byte[], Descriptors.MethodDescriptor, Message) - Constructor for class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- 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
- RegionInfo - Interface in org.apache.hadoop.hbase.client
-
Information about a region.
- RegionInfoBuilder - Class in org.apache.hadoop.hbase.client
-
- RegionInfoDisplay - Class in org.apache.hadoop.hbase.client
-
Utility used composing RegionInfo for 'display'; e.g.
- RegionInfoDisplay() - Constructor for class org.apache.hadoop.hbase.client.RegionInfoDisplay
-
- RegionLoad - Class in org.apache.hadoop.hbase
-
- RegionLoad(ClusterStatusProtos.RegionLoad) - Constructor for class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- regionLoadPB - Variable in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- RegionLoadStats - Class in org.apache.hadoop.hbase.client
-
POJO representing region server load
- RegionLoadStats(int, int, int) - Constructor for class org.apache.hadoop.hbase.client.RegionLoadStats
-
- 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.
- RegionMetrics - Interface in org.apache.hadoop.hbase
-
Encapsulates per-region load metrics.
- RegionMetricsBuilder - Class in org.apache.hadoop.hbase
-
- 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.
- regionNormalizerZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- 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
-
- 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
-
- 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_SCANNED_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
- 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
-
- RegionServerCallable<T,S> - Class in org.apache.hadoop.hbase.client
-
Implementations make a RPC call against a RegionService via a protobuf Service.
- RegionServerCallable(Connection, TableName, byte[], RpcController, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.client.RegionServerCallable
-
- RegionServerCallable(Connection, TableName, byte[], RpcController, int, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.client.RegionServerCallable
-
- RegionServerCoprocessorRpcChannelImpl - Class in org.apache.hadoop.hbase.client
-
The implementation of a region server based coprocessor rpc channel.
- 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
- 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
-
- RegionState - Class in org.apache.hadoop.hbase.master
-
State of a Region while undergoing transitions.
- RegionState(RegionInfo, RegionState.State, ServerName) - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState(RegionInfo, RegionState.State, long, ServerName) - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState(RegionInfo, RegionState.State, long, ServerName, long) - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState.State - Enum in org.apache.hadoop.hbase.master
-
- RegionStatesCount - Class in org.apache.hadoop.hbase.client
-
- RegionStatesCount.RegionStatesCountBuilder - Class in org.apache.hadoop.hbase.client
-
- RegionStatesCountBuilder() - Constructor for class org.apache.hadoop.hbase.client.RegionStatesCount.RegionStatesCountBuilder
-
- RegionStatistics() - Constructor for class org.apache.hadoop.hbase.client.backoff.ServerStatistics.RegionStatistics
-
- RegionStats(MetricRegistry, String) - Constructor for class org.apache.hadoop.hbase.client.MetricsConnection.RegionStats
-
- RegionTooBusyException - Exception in org.apache.hadoop.hbase
-
Thrown by a region server if it will block and wait to serve a request.
- RegionTooBusyException(String) - Constructor for exception org.apache.hadoop.hbase.RegionTooBusyException
-
- registerFilter(String, String) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Register a new filter with the parser.
- REGISTRY_PREAMBLE_HEADER - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- 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 class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- relocateRegion(TableName, byte[], int) - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- relogin() - Method in class org.apache.hadoop.hbase.security.provider.GssSaslClientAuthenticationProvider
-
- relogin() - Method in interface org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProvider
-
Executes any necessary logic to re-login the client.
- RELOGIN_IS_IN_PROGRESS - Static variable in class org.apache.hadoop.hbase.ipc.RpcConnectionConstants
-
- remainingTimeNs() - Method in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
- remainingTimeNs(long) - Method in class org.apache.hadoop.hbase.client.backoff.HBaseServerExceptionPauseManager
-
- REMOTE_RPC_CALLS_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
- REMOTE_RPC_RETRIES_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
- RemoteWithExtrasException - Exception in org.apache.hadoop.hbase.ipc
-
A RemoteException
with some extra information.
- RemoteWithExtrasException(String, String, boolean) - Constructor for exception org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
- RemoteWithExtrasException(String, String, boolean, boolean) - Constructor for exception org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
- RemoteWithExtrasException(String, String, String, int, boolean) - Constructor for exception org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
- RemoteWithExtrasException(String, String, String, int, boolean, boolean) - Constructor for exception org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
- remove(byte[]) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- remove(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Remove metadata represented by the key from the map
- remove(Bytes) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Remove metadata represented by the key from the map
- remove(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Remove metadata represented by the key from the map
- 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(R) - Method in interface org.apache.hadoop.hbase.util.PoolMap.Pool
-
- remove(K, V) - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- 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.
- removeColumnFamily(byte[]) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Removes the ColumnFamilyDescriptor with name specified by the parameter column from the table
descriptor
- removeColumnFamily(byte[]) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- removeConfiguration(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- removeConfiguration(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- removeConfiguration(String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Remove a configuration setting represented by the key.
- removeConfiguration(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Remove a config setting represented by the key from the map
- removeConfiguration(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Removes a "raw" configuration property for this replication peer.
- removeCoprocessor(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Remove a coprocessor from those set on the table
- removeCoprocessor(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- removeCoprocessor(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Remove a coprocessor from those set on the table
- removeElementsWithNullLocation() - Method in class org.apache.hadoop.hbase.RegionLocations
-
Set the element to null if its getServerName method returns null.
- removeExcludeTableCFsFromReplicationPeerConfig(Map<TableName, List<String>>, ReplicationPeerConfig, String) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
- removeFamily(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Removes the HColumnDescriptor with name specified by the parameter column from the table
descriptor
- removeMetaData(byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKMetadata
-
- removeNamespaceSpaceLimit(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Creates a
QuotaSettings
object to remove the FileSystem space quota for the given
namespace.
- removeNonDefaultRegions(Collection<RegionInfo>) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
Removes the non-default replicas from the passed regions collection
- removePeer(String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- removePeerTableCFs(String, String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- removePeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- 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
- removeReplicationPeer(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Remove a peer and stop the replication.
- removeReplicationPeer(String) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Remove a peer and stop the replication
- removeReplicationPeer(RpcController, ReplicationProtos.RemoveReplicationPeerRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- removeReplicationPeerAsync(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Remove a replication peer but does not block and wait for it.
- removeReplicationPeerAsync(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- removeReplicationPeerTableCFs(String, Map<TableName, List<String>>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Remove some table-cfs from config of the specified peer.
- removeReplicationPeerTableCFs(String, Map<TableName, List<String>>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Remove some table-cfs from config of the specified peer
- removeTableCFsFromReplicationPeerConfig(Map<TableName, List<String>>, ReplicationPeerConfig, String) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
- removeTableSpaceLimit(TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Creates a
QuotaSettings
object to remove the FileSystem space quota for the given
table.
- removeValue(Bytes) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- removeValue(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- removeValue(Bytes) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- removeValue(byte[]) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- removeValue(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- removeValue(Bytes) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- removeValue(byte[]) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- renew - Variable in class org.apache.hadoop.hbase.client.ScannerCallable
-
- renewLease() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- renewLease() - Method in interface org.apache.hadoop.hbase.client.ResultScanner
-
Allow the client to renew the scanner's lease on the server.
- REPLICA_ID_DELIMITER - Static variable in interface org.apache.hadoop.hbase.client.RegionInfo
-
- REPLICA_ID_FORMAT - Static variable in interface org.apache.hadoop.hbase.client.RegionInfo
-
to keep appended int's sorted in string format.
- replicaId - Variable in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- replicateAllUserTables() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- REPLICATION_PARENT_QUALIFIER - Static variable in class org.apache.hadoop.hbase.MetaTableAccessor
-
- REPLICATION_SCOPE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- REPLICATION_SCOPE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- REPLICATION_SCOPE_BYTES - Static variable in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- REPLICATION_SCOPE_BYTES - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- ReplicationAdmin - Class in org.apache.hadoop.hbase.client.replication
-
- ReplicationAdmin(Configuration) - Constructor for class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
Constructor that creates a connection to the local ZooKeeper ensemble.
- 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
-
- REPLICATIONGLOBAL - Static variable in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- ReplicationLoadSink - Class in org.apache.hadoop.hbase.replication
-
A HBase ReplicationLoad to present MetricsSink information
- ReplicationLoadSink(long, long, long, long) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationLoadSink
-
- ReplicationLoadSink.ReplicationLoadSinkBuilder - Class in org.apache.hadoop.hbase.replication
-
- ReplicationLoadSource - Class in org.apache.hadoop.hbase.replication
-
A HBase ReplicationLoad to present MetricsSource information
- ReplicationLoadSource.ReplicationLoadSourceBuilder - Class in org.apache.hadoop.hbase.replication
-
- 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
-
- ReplicationPeerConfigBuilder - Interface in org.apache.hadoop.hbase.replication
-
- ReplicationPeerConfigUtil - Class in org.apache.hadoop.hbase.client.replication
-
Helper for TableCFs Operations.
- ReplicationPeerDescription - Class in org.apache.hadoop.hbase.replication
-
The POJO equivalent of ReplicationProtos.ReplicationPeerDescription
- ReplicationPeerDescription(String, boolean, ReplicationPeerConfig) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationPeerDescription
-
- replicationPeerModificationSwitch(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Enable or disable replication peer modification.
- replicationPeerModificationSwitch(boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Enable or disable replication peer modification.
- replicationPeerModificationSwitch(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Enable or disable replication peer modification.
- replicationPeerModificationSwitch(boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Enable or disable replication peer modification.
- replicationPeerModificationSwitch(boolean, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- replicationPeerModificationSwitch(RpcController, ReplicationProtos.ReplicationPeerModificationSwitchRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- ReplicationPeerNotFoundException - Exception in org.apache.hadoop.hbase
-
Thrown when a replication peer can not be found
- ReplicationPeerNotFoundException(String) - Constructor for exception org.apache.hadoop.hbase.ReplicationPeerNotFoundException
-
- REPLICATIONTYPE - Static variable in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- replicationZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- REQUEST_CONTROLLER_IMPL_CONF_KEY - Static variable in class org.apache.hadoop.hbase.client.RequestControllerFactory
-
- requestAttributes - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- requestAttributes - Variable in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- RequestController - Interface in org.apache.hadoop.hbase.client
-
An interface for client request scheduling algorithm.
- RequestController.Checker - Interface in org.apache.hadoop.hbase.client
-
Picks up the valid data.
- RequestController.ReturnCode - Enum in org.apache.hadoop.hbase.client
-
- RequestControllerFactory - Class in org.apache.hadoop.hbase.client
-
- RequestControllerFactory() - Constructor for class org.apache.hadoop.hbase.client.RequestControllerFactory
-
- RequestConverter - Class in org.apache.hadoop.hbase.shaded.protobuf
-
Helper utility to build protocol buffer requests, or build components for protocol buffer
requests.
- RequestTooBigException - Exception in org.apache.hadoop.hbase.exceptions
-
Thrown when the size of the rpc request received by the server is too large.
- RequestTooBigException() - Constructor for exception org.apache.hadoop.hbase.exceptions.RequestTooBigException
-
- RequestTooBigException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.RequestTooBigException
-
- reset() - Method in class org.apache.hadoop.hbase.client.ClientCoprocessorRpcController
-
- reset() - Method in interface org.apache.hadoop.hbase.client.RequestController.Checker
-
Reset the state of the scheduler when completing the iteration of rows.
- 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.ColumnValueFilter
-
- 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.FilterListWithAND
-
- reset() - Method in class org.apache.hadoop.hbase.filter.FilterListWithOR
-
- reset() - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.FuzzyRowFilter
-
- 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.ipc.DelegatingHBaseRpcController
-
- reset() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- reset() - Method in class org.apache.hadoop.hbase.ipc.ServerRpcController
-
- reset() - Static method in class org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProviders
-
- resetCallTimeout() - Method in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
- ResponseConverter - Class in org.apache.hadoop.hbase.shaded.protobuf
-
Helper utility to build protocol buffer responses, or retrieve data from protocol buffer
responses.
- restoreSnapshot(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- 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
-
- restoreSnapshot(String, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(String, boolean, boolean) - 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.AsyncAdmin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(String, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(String, boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- restoreSnapshot(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- restoreSnapshot(byte[], boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- restoreSnapshot(String, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- restoreSnapshot(String, boolean, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- restoreSnapshot(RpcController, MasterProtos.RestoreSnapshotRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- restoreSnapshotAsync(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- restoreSnapshotAsync(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- 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, SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
-
- RestoreSnapshotException(String, Throwable, SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
-
- RestoreSnapshotException(String) - Constructor for exception org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
-
- RestoreSnapshotException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.snapshot.RestoreSnapshotException
-
- 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()
.
- 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
-
- ResultScanner - Interface in org.apache.hadoop.hbase.client
-
Interface for client-side scanning.
- ResultStatsUtil - Class in org.apache.hadoop.hbase.client
-
Statistics update about a server/region
- resume() - Method in interface org.apache.hadoop.hbase.client.AdvancedScanResultConsumer.ScanResumer
-
Resume the scan.
- RETRIES_BY_SERVER_KEY - Static variable in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- 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
-
Data structure 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(String) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- RetriesExhaustedWithDetailsException(String, IOException) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- RetriesExhaustedWithDetailsException(List<Throwable>, List<Row>, List<String>) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- retrieveClusterId() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
- RetryImmediatelyException - Exception in org.apache.hadoop.hbase
-
- RetryImmediatelyException(String) - Constructor for exception org.apache.hadoop.hbase.RetryImmediatelyException
-
- RetryingCallable<T> - Interface in org.apache.hadoop.hbase.client
-
A Callable<T> that will be retried.
- reversed - Variable in class org.apache.hadoop.hbase.filter.Filter
-
- ReversedClientScanner - Class in org.apache.hadoop.hbase.client
-
A reversed client scanner which support backward scanning
- ReversedClientScanner(Configuration, Scan, Scan, TableName, ClusterConnection, RpcRetryingCallerFactory, RpcControllerFactory, ExecutorService, int, int, int, ConnectionConfiguration, Map<String, byte[]>) - 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.
- ReversedScannerCallable - Class in org.apache.hadoop.hbase.client
-
A reversed ScannerCallable which supports backward scanning.
- ReversedScannerCallable(ClusterConnection, TableName, Scan, ScanMetrics, RpcControllerFactory, int, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.client.ReversedScannerCallable
-
- revoke(UserPermission) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Revokes user specific permissions
- revoke(UserPermission) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Revokes user specific permissions
- revoke(UserPermission) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- revoke(RpcController, AccessControlProtos.RevokeRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- 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 namespace 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(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- revoke(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, TableName, byte[], byte[], Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- revoke(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- rollWALWriter(ServerName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Roll the log writer.
- rollWALWriter(ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Roll the log writer.
- rollWALWriter(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- RotateFile - Class in org.apache.hadoop.hbase.util
-
A file storage which supports atomic update through two files, i.e, rotating.
- RotateFile(FileSystem, Path, String, long) - Constructor for class org.apache.hadoop.hbase.util.RotateFile
-
Constructs a new RotateFile object with the given parameters.
- row - Variable in class org.apache.hadoop.hbase.client.Mutation
-
- row - Variable in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- Row - Interface in org.apache.hadoop.hbase.client
-
Has a row.
- RowAccess<T> - Interface in org.apache.hadoop.hbase.client
-
Provide a way to access the inner buffer.
- 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
-
- RowFilter(CompareOperator, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.RowFilter
-
Constructor.
- RowMutations - Class in org.apache.hadoop.hbase.client
-
Performs multiple mutations atomically on a single row.
- RowMutations(byte[]) - Constructor for class org.apache.hadoop.hbase.client.RowMutations
-
- RowMutations(byte[], int) - Constructor for class org.apache.hadoop.hbase.client.RowMutations
-
Create an atomic mutation for the specified row.
- 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
-
- 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
-
- RPAREN - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for RPAREN
- RPC_CALLS_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
- RPC_RETRIES_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
- rpcCall() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
Run the RPC call.
- rpcCall() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
- RpcChannelImplementation(AbstractRpcClient<?>, Address, User, int) - Constructor for class org.apache.hadoop.hbase.ipc.AbstractRpcClient.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
-
- RpcConnectionConstants - Class in org.apache.hadoop.hbase.ipc
-
Constants to be used by RPC connection based utilities.
- RpcConnectionRegistry - Class in org.apache.hadoop.hbase.client
-
Rpc based connection registry.
- rpcController - Variable in class org.apache.hadoop.hbase.client.RegionServerCallable
-
This is 99% of the time a HBaseRpcController but also used doing Coprocessor Endpoints and in
this case, it is a ServerRpcControllable which is not a HBaseRpcController.
- rpcControllerFactory - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- rpcControllerFactory - Variable in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- rpcControllerFactory - Variable in class org.apache.hadoop.hbase.client.ScannerCallable
-
- RpcControllerFactory - Class in org.apache.hadoop.hbase.ipc
-
- RpcControllerFactory(Configuration) - Constructor for class org.apache.hadoop.hbase.ipc.RpcControllerFactory
-
- RpcRetryingCaller<T> - Interface in org.apache.hadoop.hbase.client
-
- RpcRetryingCallerFactory - Class in org.apache.hadoop.hbase.client
-
- RpcRetryingCallerFactory(Configuration, ConnectionConfiguration) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- RpcRetryingCallerFactory(Configuration, ConnectionConfiguration, RetryingCallerInterceptor, MetricsConnection) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- RpcRetryingCallerImpl<T> - Class in org.apache.hadoop.hbase.client
-
- RpcRetryingCallerImpl(long, long, int, RetryingCallerInterceptor, int, int, MetricsConnection) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerImpl
-
- 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, int, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas
-
- RpcThrottlingException - Exception in org.apache.hadoop.hbase.quotas
-
Describe the throttling result.
- RpcThrottlingException(String) - Constructor for exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- RpcThrottlingException(RpcThrottlingException.Type, long, String) - Constructor for exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- RpcThrottlingException.Type - Enum in org.apache.hadoop.hbase.quotas
-
- rpcTimeout(int) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- RSGroupTableAccessor - Class in org.apache.hadoop.hbase
-
Read rs group information from hbase:rsgroup
.
- rsZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- run() - Method in class org.apache.hadoop.hbase.client.DelayingRunner
-
- 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(R) - Method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils.BlockingRpcCallback
-
Called on completion of the RPC call with the response object, or null
in the case of
an error.
- run(boolean) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController.CancellationCallback
-
- runCatalogJanitor() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Ask for a scan of the catalog table.
- runCatalogJanitor() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Ask for a scan of the catalog table.
- runCatalogJanitor() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- runCatalogScan() - Method in interface org.apache.hadoop.hbase.client.Admin
-
- runCatalogScan(RpcController, MasterProtos.RunCatalogScanRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- runCleanerChore() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Ask for cleaner chore to run.
- runCleanerChore() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Ask for cleaner chore to run.
- runCleanerChore() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- runCleanerChore(RpcController, MasterProtos.RunCleanerChoreRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- runHbckChore() - Method in class org.apache.hadoop.hbase.client.HBaseHbck
-
- runHbckChore() - Method in interface org.apache.hadoop.hbase.client.Hbck
-
Request HBCK chore to run at master side.
- RunnerStats(MetricRegistry) - Constructor for class org.apache.hadoop.hbase.client.MetricsConnection.RunnerStats
-
- S - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for 'S'
- SASL_AUTH_METHOD - Static variable in class org.apache.hadoop.hbase.security.provider.DigestSaslAuthenticationProvider
-
- SASL_AUTH_METHOD - Static variable in class org.apache.hadoop.hbase.security.provider.GssSaslAuthenticationProvider
-
- SASL_AUTH_METHOD - Static variable in class org.apache.hadoop.hbase.security.provider.SimpleSaslAuthenticationProvider
-
- SASL_DEFAULT_REALM - Static variable in class org.apache.hadoop.hbase.security.SaslUtil
-
- SaslAuthenticationProvider - Interface in org.apache.hadoop.hbase.security.provider
-
Encapsulation of client-side logic to authenticate to HBase via some means over SASL.
- SaslAuthMethod - Class in org.apache.hadoop.hbase.security.provider
-
- SaslAuthMethod(String, byte, String, UserGroupInformation.AuthenticationMethod) - Constructor for class org.apache.hadoop.hbase.security.provider.SaslAuthMethod
-
- SaslChallengeDecoder - Class in org.apache.hadoop.hbase.security
-
Decode the sasl challenge sent by RpcServer.
- SaslChallengeDecoder() - Constructor for class org.apache.hadoop.hbase.security.SaslChallengeDecoder
-
- saslClient - Variable in class org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
-
- SaslClientAuthenticationProvider - Interface in org.apache.hadoop.hbase.security.provider
-
Encapsulation of client-side logic to authenticate to HBase via some means over SASL.
- SaslClientAuthenticationProviders - Class in org.apache.hadoop.hbase.security.provider
-
Accessor for all SaslAuthenticationProvider instances.
- saslConnect(InputStream, OutputStream) - Method in class org.apache.hadoop.hbase.security.HBaseSaslRpcClient
-
Do client side SASL authentication with server via the given InputStream and OutputStream
- saslProps - Variable in class org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
-
- SaslStatus - Enum in org.apache.hadoop.hbase.security
-
- SaslUnwrapHandler - Class in org.apache.hadoop.hbase.security
-
Unwrap sasl messages.
- SaslUnwrapHandler(SaslUnwrapHandler.Unwrapper) - Constructor for class org.apache.hadoop.hbase.security.SaslUnwrapHandler
-
- SaslUnwrapHandler.Unwrapper - Interface in org.apache.hadoop.hbase.security
-
- SaslUtil - Class in org.apache.hadoop.hbase.security
-
- SaslUtil() - Constructor for class org.apache.hadoop.hbase.security.SaslUtil
-
- SaslUtil.QualityOfProtection - Enum in org.apache.hadoop.hbase.security
-
- SaslWrapHandler - Class in org.apache.hadoop.hbase.security
-
wrap sasl messages.
- SaslWrapHandler(SaslWrapHandler.Wrapper) - Constructor for class org.apache.hadoop.hbase.security.SaslWrapHandler
-
- SaslWrapHandler.Wrapper - Interface in org.apache.hadoop.hbase.security
-
- scan(Scan, C) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
The scan API uses the observer pattern.
- scan - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- Scan - Class in org.apache.hadoop.hbase.client
-
Used to perform Scan operations.
- Scan() - Constructor for class org.apache.hadoop.hbase.client.Scan
-
Create a Scan operation across all rows.
- Scan(byte[], Filter) - Constructor for class org.apache.hadoop.hbase.client.Scan
-
- Scan(byte[]) - Constructor for class org.apache.hadoop.hbase.client.Scan
-
- Scan(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.client.Scan
-
- Scan(Scan) - Constructor for class org.apache.hadoop.hbase.client.Scan
-
Creates a new instance of this class while copying all values.
- Scan(Get) - Constructor for class org.apache.hadoop.hbase.client.Scan
-
Builds a scan object with the same specs as get.
- scan - Variable in class org.apache.hadoop.hbase.client.ScannerCallable
-
- Scan.ReadType - Enum in org.apache.hadoop.hbase.client
-
- SCAN_ATTRIBUTES_METRICS_DATA - Static variable in class org.apache.hadoop.hbase.client.Scan
-
Deprecated.
- SCAN_ATTRIBUTES_METRICS_ENABLE - Static variable in class org.apache.hadoop.hbase.client.Scan
-
- SCAN_ATTRIBUTES_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.client.Scan
-
- scanAll(Scan) - Method in interface org.apache.hadoop.hbase.client.AsyncTable
-
Return all the results that match the given scan object.
- scanByRegionEncodedName(Connection, String) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Scans META table for a row whose key contains the specified regionEncodedName, returning
a single related Result
instance if any row is found, null otherwise.
- scanMeta(Connection, MetaTableAccessor.Visitor, TableName, byte[], int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Performs a scan of META table for given table starting from given row.
- scanMetaForTableRegions(Connection, MetaTableAccessor.Visitor, TableName, CatalogReplicaMode) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- scanMetaForTableRegions(Connection, MetaTableAccessor.Visitor, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- scanMetrics - Variable in class org.apache.hadoop.hbase.client.AbstractClientScanner
-
- ScanMetrics - Class in org.apache.hadoop.hbase.client.metrics
-
Provides metrics related to scan operations (both server side and client side metrics).
- ScanMetrics() - Constructor for class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
constructor
- scanMetrics - Variable in class org.apache.hadoop.hbase.client.ScannerCallable
-
- scanMetricsPublished - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- ScannerCallable - Class in org.apache.hadoop.hbase.client
-
Scanner operations such as create, next, etc.
- ScannerCallable(ClusterConnection, TableName, Scan, ScanMetrics, RpcControllerFactory, int, Map<String, byte[]>) - Constructor for class org.apache.hadoop.hbase.client.ScannerCallable
-
- scannerId - Variable in class org.apache.hadoop.hbase.client.ScannerCallable
-
- ScannerResetException - Exception in org.apache.hadoop.hbase.exceptions
-
Thrown when the server side has received an Exception, and asks the Client to reset the scanner
state by closing the current region scanner, and reopening from the start of last seen row.
- ScannerResetException() - Constructor for exception org.apache.hadoop.hbase.exceptions.ScannerResetException
-
constructor
- ScannerResetException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.ScannerResetException
-
Constructor
- ScannerResetException(String, Exception) - Constructor for exception org.apache.hadoop.hbase.exceptions.ScannerResetException
-
- scannerTimeout - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- ScanResultConsumer - Interface in org.apache.hadoop.hbase.client
-
Receives
Result
for an asynchronous scan.
- ScanResultConsumerBase - Interface in org.apache.hadoop.hbase.client
-
The base interface for scan result consumer.
- scheduleSCPsForUnknownServers() - Method in class org.apache.hadoop.hbase.client.HBaseHbck
-
- scheduleSCPsForUnknownServers() - Method in interface org.apache.hadoop.hbase.client.Hbck
-
- scheduleServerCrashProcedure(List<HBaseProtos.ServerName>) - Method in interface org.apache.hadoop.hbase.client.Hbck
-
- scheduleServerCrashProcedures(List<ServerName>) - Method in class org.apache.hadoop.hbase.client.HBaseHbck
-
- scheduleServerCrashProcedures(List<ServerName>) - Method in interface org.apache.hadoop.hbase.client.Hbck
-
- scope - Variable in class org.apache.hadoop.hbase.security.access.Permission
-
- SCOPE_BY_CODE - Static variable in class org.apache.hadoop.hbase.security.access.Permission
-
- SecureBulkLoadClient - Class in org.apache.hadoop.hbase.client
-
Client proxy for SecureBulkLoadProtocol
- SecureBulkLoadClient(Configuration, Table) - Constructor for class org.apache.hadoop.hbase.client.SecureBulkLoadClient
-
- secureBulkLoadHFiles(ClientProtos.ClientService.BlockingInterface, List<Pair<byte[], String>>, byte[], boolean, Token<?>, String) - Method in class org.apache.hadoop.hbase.client.SecureBulkLoadClient
-
Securely bulk load a list of HFiles using client protocol.
- secureBulkLoadHFiles(ClientProtos.ClientService.BlockingInterface, List<Pair<byte[], String>>, byte[], boolean, Token<?>, String, boolean) - Method in class org.apache.hadoop.hbase.client.SecureBulkLoadClient
-
Securely bulk load a list of HFiles using client protocol.
- secureBulkLoadHFiles(ClientProtos.ClientService.BlockingInterface, List<Pair<byte[], String>>, byte[], boolean, Token<?>, String, boolean, List<String>, boolean) - Method in class org.apache.hadoop.hbase.client.SecureBulkLoadClient
-
- SECURITY_PREAMBLE_HEADER - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- SecurityCapability - Enum in org.apache.hadoop.hbase.client.security
-
Available security capabilities
- SecurityInfo - Class in org.apache.hadoop.hbase.security
-
Maps RPC protocol interfaces to required configuration
- SecurityInfo(String, AuthenticationProtos.TokenIdentifier.Kind) - Constructor for class org.apache.hadoop.hbase.security.SecurityInfo
-
- SecurityInfo(AuthenticationProtos.TokenIdentifier.Kind, String...) - Constructor for class org.apache.hadoop.hbase.security.SecurityInfo
-
- SecurityNotEnabledException - Exception in org.apache.hadoop.hbase.ipc
-
Will be thrown when server received a security preamble call for asking the server principal but
security is not enabled for this server.
- SecurityNotEnabledException() - Constructor for exception org.apache.hadoop.hbase.ipc.SecurityNotEnabledException
-
- SELECTOR_KEY - Static variable in class org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProviders
-
- selectProvider(String, User) - Method in interface org.apache.hadoop.hbase.security.provider.AuthenticationProviderSelector
-
- selectProvider(String, User) - Method in class org.apache.hadoop.hbase.security.provider.BuiltInProviderSelector
-
- selectProvider(String, User) - Method in class org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProviders
-
Chooses the best authentication provider and corresponding token given the HBase cluster
identifier and the user.
- selectToken(Text, Collection<Token<? extends TokenIdentifier>>) - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenSelector
-
- sequenceNumber - Variable in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- ServerLoad - Class in org.apache.hadoop.hbase
-
- ServerLoad(ClusterStatusProtos.ServerLoad) - Constructor for class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
DONT USE this construction.
- ServerLoad(ServerName, ClusterStatusProtos.ServerLoad) - Constructor for class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- ServerLoad(ServerMetrics) - Constructor for class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- serverLoad - Variable in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- ServerMetrics - Interface in org.apache.hadoop.hbase
-
This class is used for exporting current state of load on a RegionServer.
- ServerMetricsBuilder - Class in org.apache.hadoop.hbase
-
- ServerNotRunningYetException - Exception in org.apache.hadoop.hbase.ipc
-
- ServerNotRunningYetException(String) - Constructor for exception org.apache.hadoop.hbase.ipc.ServerNotRunningYetException
-
- ServerRpcController - Class in org.apache.hadoop.hbase.ipc
-
Used for server-side protobuf RPC service invocations.
- ServerRpcController() - Constructor for class org.apache.hadoop.hbase.ipc.ServerRpcController
-
- ServerSideScanMetrics - Class in org.apache.hadoop.hbase.client.metrics
-
Provides server side metrics related to scan operations.
- ServerSideScanMetrics() - Constructor for class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- ServerStatistics - Class in org.apache.hadoop.hbase.client.backoff
-
Track the statistics for a single region
- ServerStatistics() - Constructor for class org.apache.hadoop.hbase.client.backoff.ServerStatistics
-
- ServerStatistics.RegionStatistics - Class in org.apache.hadoop.hbase.client.backoff
-
- ServerStatisticTracker - Class in org.apache.hadoop.hbase.client
-
Tracks the statistics for multiple regions
- ServerStatisticTracker() - Constructor for class org.apache.hadoop.hbase.client.ServerStatisticTracker
-
- ServerTask - Interface in org.apache.hadoop.hbase
-
Information about active monitored server tasks
- ServerTask.State - Enum in org.apache.hadoop.hbase
-
Task state
- ServerTaskBuilder - Class in org.apache.hadoop.hbase
-
Builder for information about active monitored server tasks
- ServerTooBusyException - Exception in org.apache.hadoop.hbase.ipc
-
Throw this in RPC call if there are too many pending requests for one region server
- ServerTooBusyException(Address, long) - Constructor for exception org.apache.hadoop.hbase.ipc.ServerTooBusyException
-
- ServerTooBusyException(InetSocketAddress, long) - Constructor for exception org.apache.hadoop.hbase.ipc.ServerTooBusyException
-
Deprecated.
- ServerType - Enum in org.apache.hadoop.hbase.client
-
Select server type i.e destination for RPC request associated with ring buffer.
- ServiceCaller<S,R> - Interface in org.apache.hadoop.hbase.client
-
Delegate to a protobuf rpc call.
- setACL(String, Permission) - Method in class org.apache.hadoop.hbase.client.Append
-
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.Append
-
- setACL(String, Permission) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.Get
-
- setACL(String, Permission) - Method in class org.apache.hadoop.hbase.client.Get
-
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setACL(String, Permission) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setACL(String, Permission) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setACL(String, Permission) - Method in class org.apache.hadoop.hbase.client.Mutation
-
Set the ACL for this operation.
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.Mutation
-
Set the ACL for this operation.
- setACL(String, Permission) - Method in class org.apache.hadoop.hbase.client.Put
-
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.Put
-
- setACL(String, Permission) - Method in class org.apache.hadoop.hbase.client.Query
-
Set the ACL for the operation.
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.Query
-
Set the ACL for the operation.
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setACL(String, Permission) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setActions(Permission.Action[]) - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- setAgeOfLastAppliedOp(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink.ReplicationLoadSinkBuilder
-
- setAgeOfLastShippedOp(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setAllowFastReflectionFallthrough(boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- setAllowPartialResults(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setAllowPartialResults(boolean) - Method in class org.apache.hadoop.hbase.client.Scan
-
Setting whether the caller wants to see the partial results when server returns
less-than-expected cells.
- setAsyncPrefetch(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
Deprecated.
- setAsyncPrefetch(boolean) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setAttribute(String, byte[]) - Method in class org.apache.hadoop.hbase.client.Append
-
- setAttribute(String, byte[]) - Method in interface org.apache.hadoop.hbase.client.Attributes
-
Sets an attribute.
- setAttribute(String, byte[]) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setAttribute(String, byte[]) - Method in class org.apache.hadoop.hbase.client.Get
-
- setAttribute(String, byte[]) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setAttribute(String, byte[]) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setAttribute(String, byte[]) - Method in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
- setAttribute(String, byte[]) - Method in class org.apache.hadoop.hbase.client.Put
-
- setAttribute(String, byte[]) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setAuthorizations(Authorizations) - Method in class org.apache.hadoop.hbase.client.Get
-
- setAuthorizations(Authorizations) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setAuthorizations(Authorizations) - Method in class org.apache.hadoop.hbase.client.Query
-
Sets the authorizations to be used by this Query
- setAuthorizations(Authorizations) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setAuths(Configuration, String[], String) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
- setAuths(Connection, String[], String) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
Sets given labels globally authorized for the user.
- setBackerMasterNames(List<ServerName>) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setBalancerOn(Boolean) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setBalancerRan(boolean) - Method in class org.apache.hadoop.hbase.client.BalanceResponse.Builder
-
Set true if the balancer ran, otherwise false.
- setBalancerRunning(boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- setBalancerRunning(RpcController, MasterProtos.SetBalancerRunningRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- setBandwidth(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- setBandwidth(long) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Sets the speed, in bytes per second, for any one RegionServer to replicate data to the peer.
- setBatch(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setBatch(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set the maximum number of cells to return for each call to next().
- setBlockBytesScanned(long) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
Sets the amount of block bytes scanned to retrieve the response cells.
- setBlockCacheEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the blockCacheEnabled flag
- setBlockCacheEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setBlockCacheEnabled(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set or clear the block cache enabled flag.
- setBlocksize(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setBlocksize(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setBlocksize(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setBlocksize(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setBlocksize(int) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set block size to use when writing
- setBlocksize(String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setBlocksLocalWeight(long) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setBlocksLocalWithSsdWeight(long) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setBlocksTotalWeight(long) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setBloomFilterSize(Size) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setBloomFilterType(BloomType) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setBloomFilterType(BloomType) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setBloomFilterType(BloomType) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the bloom filter type.
- setCacheBlocks(boolean) - Method in class org.apache.hadoop.hbase.client.Get
-
Set whether blocks should be cached for this Get.
- setCacheBlocks(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setCacheBlocks(boolean) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set whether blocks should be cached for this Scan.
- setCacheBloomsOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the setCacheBloomsOnWrite flag.
- setCacheBloomsOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setCacheBloomsOnWrite(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set or clear the cache bloom filters on write flag.
- setCacheDataInL1(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
- setCacheDataOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the setCacheDataOnWrite flag
- setCacheDataOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setCacheDataOnWrite(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set or clear the cache data on write flag.
- setCacheIndexesOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the setCacheIndexesOnWrite flag
- setCacheIndexesOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setCacheIndexesOnWrite(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set or clear the cache indexes on write flag.
- setCaching(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setCaching(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set the number of rows for caching that will be passed to scanners.
- setCaching(int) - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
Set the number of rows that will be fetched on next
- setCallDetails(String) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setCallTimeMs(long) - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- setCallTimeout(int) - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- setCallTimeout(int) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
- setCallTimeout(int) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- setCellScanner(CellScanner) - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- setCellScanner(CellScanner) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
- setCellScanner(CellScanner) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- setCellVisibility(CellVisibility) - Method in class org.apache.hadoop.hbase.client.Append
-
- setCellVisibility(CellVisibility) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setCellVisibility(CellVisibility) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setCellVisibility(CellVisibility) - Method in class org.apache.hadoop.hbase.client.Mutation
-
Sets the visibility expression associated with cells in this Mutation.
- setCellVisibility(CellVisibility) - Method in class org.apache.hadoop.hbase.client.Put
-
- setChance(float) - Method in class org.apache.hadoop.hbase.filter.RandomRowFilter
-
Set the chance that a row is included.
- setCharset(Charset) - Method in class org.apache.hadoop.hbase.filter.RegexStringComparator
-
Specifies the
Charset
to use to convert the row key to a String.
- setCheckExistenceOnly(boolean) - Method in class org.apache.hadoop.hbase.client.Get
-
- setCleanerChoreRunning(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- setCleanerChoreRunning(RpcController, MasterProtos.SetCleanerChoreRunningRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- setClientAddress(String) - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- setClientAddress(String) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setClose() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
Call this when the next invocation of call should close the scanner
- setClosedRegions(int) - Method in class org.apache.hadoop.hbase.client.RegionStatesCount.RegionStatesCountBuilder
-
- setClosestRowBefore(boolean) - Method in class org.apache.hadoop.hbase.client.Get
-
- setClusterId(String) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setClusterIds(List<UUID>) - Method in class org.apache.hadoop.hbase.client.Append
-
- setClusterIds(List<UUID>) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setClusterIds(List<UUID>) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setClusterIds(List<UUID>) - Method in class org.apache.hadoop.hbase.client.Mutation
-
Marks that the clusters with the given clusterIds have consumed the mutation
- setClusterIds(List<UUID>) - Method in class org.apache.hadoop.hbase.client.Put
-
- setClusterKey(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- setClusterKey(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Set the clusterKey which is the concatenation of the slave cluster's:
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
- setColumnFamilies(Collection<ColumnFamilyDescriptor>) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setColumnFamily(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Adds a column family.
- setColumnFamily(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setColumnFamilyTimeRange(byte[], long, long) - Method in class org.apache.hadoop.hbase.client.Get
-
- setColumnFamilyTimeRange(byte[], long, long) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setColumnFamilyTimeRange(byte[], long, long) - Method in class org.apache.hadoop.hbase.client.Query
-
Get versions of columns only within the specified timestamp range, [minStamp, maxStamp) on a
per CF bases.
- setColumnFamilyTimeRange(byte[], long, long) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setCompactedCellCount(long) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setCompactingCellCount(long) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setCompactionCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Compression types supported in hbase.
- setCompactionCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setCompactionCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Compression types supported in hbase.
- setCompactionEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Setting the table compaction enable flag.
- setCompactionEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setCompactionEnabled(boolean) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Setting the table compaction enable flag.
- setCompactionState(CompactionState) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setCompletedSequenceId(long) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setCompletionTime(long) - Method in class org.apache.hadoop.hbase.ServerTaskBuilder
-
- setCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Compression types supported in hbase.
- setCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Compression types supported in hbase.
- setCompressTags(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set whether the tags should be compressed along with DataBlockEncoding.
- setCompressTags(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setCompressTags(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set whether the tags should be compressed along with DataBlockEncoding.
- setComputedSteps(long) - Method in class org.apache.hadoop.hbase.client.BalancerDecision.Builder
-
- setComputedTotalCost(double) - Method in class org.apache.hadoop.hbase.client.BalancerDecision.Builder
-
- setConcurrentCallsPerServer(int) - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- setConfiguration(String, String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setConfiguration(String, String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setConfiguration(String, String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Setter for storing a configuration setting.
- setConfiguration(String, String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Setter for storing a configuration setting in map.
- setConnectionAttributes(Map<String, byte[]>) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setConsistency(Consistency) - Method in class org.apache.hadoop.hbase.client.Get
-
- setConsistency(Consistency) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setConsistency(Consistency) - Method in class org.apache.hadoop.hbase.client.Query
-
Sets the consistency level for this operation
- setConsistency(Consistency) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setContainerOperations(RowMutations) - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- setContainerOperations(Row) - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- setContainerOperations(Collection<? extends Row>) - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- setContainerOperations(HBaseSemanticAttributes.Operation...) - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- setControllerException(RpcController, IOException) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
Stores an exception encountered during RPC invocation so it can be passed back through to the
client.
- setControllerException(RpcController, IOException) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
Stores an exception encountered during RPC invocation so it can be passed back through to the
client.
- setCoprocessor(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Add a table coprocessor to this table.
- setCoprocessor(CoprocessorDescriptor) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Add a table coprocessor to this table.
- setCoprocessor(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setCoprocessor(CoprocessorDescriptor) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setCoprocessorNames(List<String>) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setCoprocessors(Collection<CoprocessorDescriptor>) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setCoprocessorWithSpec(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- setCostFuncInfoList(List<String>) - Method in class org.apache.hadoop.hbase.client.BalancerRejection.Builder
-
- setCounter(String, long) - Method in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- setCurrentRegionCachedRatio(float) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setDataBlockEncoding(DataBlockEncoding) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set data block encoding algorithm used in block cache.
- setDataBlockEncoding(DataBlockEncoding) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setDataBlockEncoding(DataBlockEncoding) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set data block encoding algorithm used in block cache.
- setDataLocality(float) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setDataLocalityForSsd(float) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setDeadServerNames(List<ServerName>) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setDescription(String) - Method in class org.apache.hadoop.hbase.ServerTaskBuilder
-
- setDFSReplication(short) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the replication factor to hfile(s) belonging to this family
- setDFSReplication(short) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setDFSReplication(short) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the replication factor to hfile(s) belonging to this family
- setDone(CellScanner) - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- setDone(CellScanner) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
IMPORTANT: always call this method if the call finished without any exception to tell
the HBaseRpcController
that we are done.
- setDone(CellScanner) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- setDryRun(boolean) - Method in class org.apache.hadoop.hbase.client.BalanceRequest.Builder
-
Updates BalancerRequest to run the balancer in dryRun mode.
- setDurability(Durability) - Method in class org.apache.hadoop.hbase.client.Append
-
- setDurability(Durability) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setDurability(Durability) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setDurability(Durability) - Method in class org.apache.hadoop.hbase.client.Mutation
-
Set the durability for this mutation
- setDurability(Durability) - Method in class org.apache.hadoop.hbase.client.Put
-
- setDurability(Durability) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- setDurability(Durability) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setDurability(Durability) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- setEditsRead(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setEditsSinceRestart(boolean) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setEncryptionKey(byte[]) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the raw crypto key attribute for the family
- setEncryptionKey(byte[]) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setEncryptionKey(byte[]) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the raw crypto key attribute for the family
- setEncryptionType(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the encryption algorithm for use with this family
- setEncryptionType(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setEncryptionType(String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the encryption algorithm for use with this family
- setEndKey(byte[]) - Method in class org.apache.hadoop.hbase.client.RegionInfoBuilder
-
- setEntry(SingleResponse.Entry) - Method in class org.apache.hadoop.hbase.client.SingleResponse
-
- setErasureCodingPolicy(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Sets the HDFS erasure coding policy for the table.
- setErasureCodingPolicy(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setErasureCodingPolicy(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Sets the HDFS erasure coding policy for the table.
- setEventLoopConfig(Configuration, EventLoopGroup, Class<? extends Channel>) - Static method in class org.apache.hadoop.hbase.ipc.NettyRpcClientConfigHelper
-
Set the EventLoopGroup and channel class for AsyncRpcClient
.
- setEvictBlocksOnClose(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the setEvictBlocksOnClose flag.
- setEvictBlocksOnClose(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setEvictBlocksOnClose(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set or clear the evict bloom filters on close flag.
- setExcludeNamespaces(Set<String>) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- setExcludeNamespaces(Set<String>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Sets the collection of namespaces which should not be replicated when all user tables are
configured to be replicated.
- setExcludeTableCFsMap(Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- setExcludeTableCFsMap(Map<TableName, List<String>>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Sets the mapping of table name to column families which should not be replicated.
- setExists(Boolean) - Method in class org.apache.hadoop.hbase.client.Result
-
- setFailed(String) - Method in class org.apache.hadoop.hbase.client.ClientCoprocessorRpcController
-
- setFailed(Throwable) - Method in class org.apache.hadoop.hbase.client.ClientCoprocessorRpcController
-
- setFailed(String) - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- setFailed(IOException) - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- setFailed(IOException) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
Set failed with an exception to pass on.
- setFailed(String) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- setFailed(IOException) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- setFailed(String) - Method in class org.apache.hadoop.hbase.ipc.ServerRpcController
-
- setFailedOn(IOException) - Method in class org.apache.hadoop.hbase.ipc.ServerRpcController
-
Sets an exception to be communicated back to the Service
client.
- setFamilyCellMap(NavigableMap<byte[], List<Cell>>) - Method in class org.apache.hadoop.hbase.client.Append
-
- setFamilyCellMap(NavigableMap<byte[], List<Cell>>) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setFamilyCellMap(NavigableMap<byte[], List<Cell>>) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setFamilyCellMap(NavigableMap<byte[], List<Cell>>) - Method in class org.apache.hadoop.hbase.client.Mutation
-
- setFamilyCellMap(NavigableMap<byte[], List<Cell>>) - Method in class org.apache.hadoop.hbase.client.Put
-
- setFamilyMap(Map<byte[], NavigableSet<byte[]>>) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setFamilyMap(Map<byte[], NavigableSet<byte[]>>) - Method in class org.apache.hadoop.hbase.client.Scan
-
Setting the familyMap
- setFilter(Filter) - Method in class org.apache.hadoop.hbase.client.Get
-
- setFilter(Filter) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setFilter(Filter) - Method in class org.apache.hadoop.hbase.client.Query
-
Apply the specified server-side filter when performing the Query.
- setFilter(Filter) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setFilterByOperator(LogQueryFilter.FilterByOperator) - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- setFilteredReadRequestCount(long) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setFilterIfMissing(boolean) - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Set whether entire row should be filtered if column is not found.
- setFinalFunctionCosts(String) - Method in class org.apache.hadoop.hbase.client.BalancerDecision.Builder
-
- setFlushPolicyClassName(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
This sets the class associated with the flush policy which determines determines the stores
need to be flushed when flushing a region.
- setFlushPolicyClassName(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setFlushPolicyClassName(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
This sets the class associated with the flush policy which determines determines the stores
need to be flushed when flushing a region.
- setFoundKV(boolean) - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
-
Set or clear the indication if the first KV has been found.
- setFsReadTime(long) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setHBaseVersion(String) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setId(String) - Method in class org.apache.hadoop.hbase.client.Append
-
- setId(String) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setId(String) - Method in class org.apache.hadoop.hbase.client.Get
-
- setId(String) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setId(String) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setId(String) - Method in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
This method allows you to set an identifier on an operation.
- setId(String) - Method in class org.apache.hadoop.hbase.client.Put
-
- setId(String) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setIgnoreRegionsInTransition(boolean) - Method in class org.apache.hadoop.hbase.client.BalanceRequest.Builder
-
Updates BalancerRequest to run the balancer even if there are regions in transition.
- setIndexBlockEncoding(IndexBlockEncoding) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set index block encoding algorithm used in block cache.
- setIndexBlockEncoding(IndexBlockEncoding) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setInfoServerPort(int) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setInitialFunctionCosts(String) - Method in class org.apache.hadoop.hbase.client.BalancerDecision.Builder
-
- setInitTotalCost(double) - Method in class org.apache.hadoop.hbase.client.BalancerDecision.Builder
-
- setInMemory(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the inMemory flag
- setInMemory(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setInMemory(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set or clear the in memory flag.
- setInMemoryCompaction(MemoryCompactionPolicy) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setInMemoryCompaction(MemoryCompactionPolicy) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setInMemoryCompaction(MemoryCompactionPolicy) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the in memory compaction policy.
- setIsolationLevel(IsolationLevel) - Method in class org.apache.hadoop.hbase.client.Get
-
- setIsolationLevel(IsolationLevel) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setIsolationLevel(IsolationLevel) - Method in class org.apache.hadoop.hbase.client.Query
-
Set the isolation level for this query.
- setIsolationLevel(IsolationLevel) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setJarPath(String) - Method in class org.apache.hadoop.hbase.client.CoprocessorDescriptorBuilder
-
- setKeepDeletedCells(KeepDeletedCells) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setKeepDeletedCells(KeepDeletedCells) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setKeepDeletedCells(KeepDeletedCells) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the keep deleted cells policy.
- setLastMajorCompactionTimestamp(long) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setLastReportTimestamp(long) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setLatestVersionOnly(boolean) - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Set whether only the latest version of the column value should be compared.
- setLimit(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setLimit(int) - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- setLimit(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set the limit of rows for this scan.
- setLiveServerMetrics(Map<ServerName, ServerMetrics>) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setLoadColumnFamiliesOnDemand(boolean) - Method in class org.apache.hadoop.hbase.client.Get
-
- setLoadColumnFamiliesOnDemand(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setLoadColumnFamiliesOnDemand(boolean) - Method in class org.apache.hadoop.hbase.client.Query
-
Set the value indicating whether loading CFs on demand should be allowed (cluster default is
false).
- setLoadColumnFamiliesOnDemand(boolean) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setLocation(HRegionLocation) - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- setMajorCompactionCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setMajorCompactionCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setMajorCompactionCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setMasterCoprocessorNames(List<String>) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setMasterInfoPort(int) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setMasterName(ServerName) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setMasterTasks(List<ServerTask>) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setMaxAttempts(int) - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder
-
Set the max attempt times for an admin operation.
- setMaxAttempts(int) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutatorBuilder
-
Set the max attempt times for an operation.
- setMaxAttempts(int) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
Set the max attempt times for an operation.
- setMaxCompactedStoreFileRefCount(int) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setMaxFileSize(long) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Sets the maximum size upto which a region can grow to after which a region split is
triggered.
- setMaxFileSize(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- setMaxFileSize(long) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setMaxFileSize(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setMaxFileSize(long) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Sets the maximum size upto which a region can grow to after which a region split is triggered.
- setMaxFileSize(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- setMaxHeapSize(Size) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setMaxKeyValueSize(int) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutatorBuilder
-
Override the maximum key-value size specified by the provided
AsyncConnection
's
Configuration
instance, via the configuration key
hbase.client.keyvalue.maxsize
.
- setMaxResultSize(long) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setMaxResultSize(long) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set the maximum result size.
- setMaxResultsPerColumnFamily(int) - Method in class org.apache.hadoop.hbase.client.Get
-
Set the maximum number of values to return per row per Column Family
- setMaxResultsPerColumnFamily(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setMaxResultsPerColumnFamily(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set the maximum number of values to return per row per Column Family
- setMaxRetries(int) - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder
-
Set the max retry times for an admin operation.
- setMaxRetries(int) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutatorBuilder
-
Set the max retry times for an operation.
- setMaxRetries(int) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
Set the max retry times for an operation.
- setMaxVersions(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the maximum number of versions to retain.
- setMaxVersions(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setMaxVersions() - Method in class org.apache.hadoop.hbase.client.Get
-
- setMaxVersions(int) - Method in class org.apache.hadoop.hbase.client.Get
-
- setMaxVersions() - Method in class org.apache.hadoop.hbase.client.Scan
-
- setMaxVersions(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setMaxVersions(int) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set maximum versions to keep
- setMemStoreFlushSize(long) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Represents the maximum size of the memstore after which the contents of the memstore are
flushed to the filesystem.
- setMemStoreFlushSize(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- setMemStoreFlushSize(long) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setMemStoreFlushSize(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setMemStoreFlushSize(long) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Represents the maximum size of the memstore after which the contents of the memstore are
flushed to the filesystem.
- setMemStoreFlushSize(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- setMemStoreSize(Size) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setMergeEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Setting the table region merge enable flag.
- setMergeEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setMergeEnabled(boolean) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Setting the table region merge enable flag.
- setMethodDescriptor(Descriptors.MethodDescriptor) - Method in class org.apache.hadoop.hbase.client.trace.IpcClientSpanBuilder
-
- setMethodName(String) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setMinorCompactionCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setMinorCompactionCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setMinorCompactionCompressionType(Compression.Algorithm) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setMinVersions(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set minimum versions to retain.
- setMinVersions(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setMinVersions(int) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the minimum number of versions to keep.
- setMobCompactPartitionPolicy(MobCompactPartitionPolicy) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the mob compact partition policy for the family.
- setMobCompactPartitionPolicy(MobCompactPartitionPolicy) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setMobCompactPartitionPolicy(MobCompactPartitionPolicy) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the mob compact partition policy for the family.
- setMobEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Enables the mob for the family.
- setMobEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setMobEnabled(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Enables the mob for the family.
- setMobThreshold(long) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Sets the mob threshold of the family.
- setMobThreshold(long) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setMobThreshold(long) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Sets the mob threshold of the family.
- setMovesCalculated(int) - Method in class org.apache.hadoop.hbase.client.BalanceResponse.Builder
-
Set how many moves were calculated by the balancer.
- setMovesExecuted(int) - Method in class org.apache.hadoop.hbase.client.BalanceResponse.Builder
-
Set how many of the calculated moves were actually executed by the balancer.
- setMultiGetsCount(int) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setMultiMutationsCount(int) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setMultiServiceCalls(int) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setMvccReadPoint(Scan, long) - Static method in class org.apache.hadoop.hbase.client.PackagePrivateFieldAccessor
-
- setName(String) - Method in class org.apache.hadoop.hbase.client.trace.ConnectionSpanBuilder
-
- setName(String) - Method in class org.apache.hadoop.hbase.client.trace.TableSpanBuilder
-
- setNamespaceFilter(String) - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Set the namespace filter regex
- setNamespaces(Set<String>) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- setNamespaces(Set<String>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Sets a unique collection of HBase namespaces that should be replicated to this peer.
- setNeedCursorResult(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setNeedCursorResult(boolean) - Method in class org.apache.hadoop.hbase.client.Scan
-
When the server is slow or we scan a table with many deleted data or we use a sparse filter,
the server will response heartbeat to prevent timeout.
- setNeedResults(boolean) - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask.Builder
-
- setNewStartKey() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
Will be called in moveToNextRegion when currentRegion is null.
- setNewStartKey() - Method in class org.apache.hadoop.hbase.client.ClientSimpleScanner
-
- setNewStartKey() - Method in class org.apache.hadoop.hbase.client.ReversedClientScanner
-
- setNewVersionBehavior(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setNewVersionBehavior(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setNewVersionBehavior(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setNonce(long) - Method in class org.apache.hadoop.hbase.client.Action
-
- setNonceGroup(long) - Method in class org.apache.hadoop.hbase.client.MultiAction
-
- setNormalizationEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Setting the table normalization enable flag.
- setNormalizationEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setNormalizationEnabled(boolean) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Setting the table normalization enable flag.
- setNormalizerRunning(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- setNormalizerRunning(RpcController, MasterProtos.SetNormalizerRunningRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- setNormalizerTargetRegionCount(int) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Setting the target region count of table normalization .
- setNormalizerTargetRegionCount(int) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setNormalizerTargetRegionCount(int) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- setNormalizerTargetRegionSize(long) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Setting the target region size of table normalization.
- setNormalizerTargetRegionSize(long) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setNormalizerTargetRegionSize(long) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- setNumActionsPerServer(int) - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- setOffline(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableHRegionInfo
-
Deprecated.
- setOffline(boolean) - Method in class org.apache.hadoop.hbase.client.RegionInfoBuilder
-
Deprecated.
- setOffline(boolean) - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
The parent of a region split is offline while split daughters hold references to the parent.
- setOneRowLimit() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setOneRowLimit() - Method in class org.apache.hadoop.hbase.client.Scan
-
Call this when you only want to get one row.
- setOpenRegions(int) - Method in class org.apache.hadoop.hbase.client.RegionStatesCount.RegionStatesCountBuilder
-
- setOperation(Scan) - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- setOperation(Row) - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- setOperation(Collection<? extends Row>) - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- setOperation(HBaseSemanticAttributes.Operation) - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- setOperationTimeout(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder
-
Set timeout for a whole admin operation.
- setOperationTimeout(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutatorBuilder
-
Set timeout for the background flush operation.
- setOperationTimeout(int) - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask.Builder
-
- setOperationTimeout(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
Set timeout for a whole operation such as get, put or delete.
- setOperationTimeout(int) - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
Set operation timeout for this mutator instance
- setOperationTimeout(int) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- setOperationTimeout(int) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- setOperationTimeout(int) - Method in interface org.apache.hadoop.hbase.client.Table
-
- setOperationTimeout(int) - Method in interface org.apache.hadoop.hbase.client.TableBuilder
-
Set timeout for a whole operation such as get, put or delete.
- setoPsShipped(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setOwner(User) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- setOwner(User) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setOwner(User) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- setOwnerString(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- setOwnerString(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setOwnerString(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- setParam(String) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setPeerID(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- setPool(ExecutorService) - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask.Builder
-
- setPrefetchBlocksOnOpen(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the setPrefetchBlocksOnOpen flag
- setPrefetchBlocksOnOpen(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setPrefetchBlocksOnOpen(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set or clear the prefetch on open flag.
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.Append
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.CoprocessorDescriptorBuilder
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.Get
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.Put
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- setPriority(int) - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- setPriority(TableName) - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- setPriority(int) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
Set the priority for this operation.
- setPriority(TableName) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
Set the priority for this operation.
- setPriority(int) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- setPriority(TableName) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- setProcessed(boolean) - Method in class org.apache.hadoop.hbase.client.SingleResponse.Entry
-
- setProcessingTime(int) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setProperties(Map<String, String>) - Method in class org.apache.hadoop.hbase.client.CoprocessorDescriptorBuilder
-
- setProperty(String, String) - Method in class org.apache.hadoop.hbase.client.CoprocessorDescriptorBuilder
-
- setQueueId(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setQueueTime(int) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setQuota(QuotaSettings) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Apply the new quota settings.
- setQuota(QuotaSettings) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Apply the new quota settings.
- setQuota(QuotaSettings) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- setQuota(RpcController, MasterProtos.SetQuotaRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- setRaw(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setRaw(boolean) - Method in class org.apache.hadoop.hbase.client.Scan
-
Enable/disable "raw" mode for this scan.
- setReadOnly(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Setting the table as read only sets all the columns in the table as read only.
- setReadOnly(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setReadOnly(boolean) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Setting the table as read only sets all the columns in the table as read only.
- setReadRequestCount(long) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setReadRpcTimeout(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
Set timeout for each read(get, scan) rpc request.
- setReadRpcTimeout(int) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- setReadRpcTimeout(int) - Method in interface org.apache.hadoop.hbase.client.Table
-
- setReadRpcTimeout(int) - Method in interface org.apache.hadoop.hbase.client.TableBuilder
-
Set timeout for each read(get, scan) rpc request.
- setReadType(Scan.ReadType) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setReadType(Scan.ReadType) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set the read type for this scan.
- setReason(String) - Method in class org.apache.hadoop.hbase.client.BalancerRejection.Builder
-
- setRecovered(boolean) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setRegionCachedInfo(Map<String, Integer>) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setRegionId(long) - Method in class org.apache.hadoop.hbase.client.RegionInfoBuilder
-
- setRegionMemStoreReplication(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Enable or Disable the memstore replication from the primary region to the replicas.
- setRegionMemStoreReplication(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setRegionMemstoreReplication(boolean) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- setRegionMemStoreReplication(boolean) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Enable or Disable the memstore replication from the primary region to the replicas.
- setRegionMetrics(List<RegionMetrics>) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setRegionName(String) - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- setRegionName(String) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setRegionPlans(List<String>) - Method in class org.apache.hadoop.hbase.client.BalancerDecision.Builder
-
- setRegionReplication(int) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Sets the number of replicas per region.
- setRegionReplication(int) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setRegionReplication(int) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Sets the number of replicas per region.
- setRegionServerFilter(String) - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Set the region server filter regex
- setRegionServerGroup(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Set the RSGroup for this table, specified RSGroup must exist before create or modify table.
- setRegionsInTransition(int) - Method in class org.apache.hadoop.hbase.client.RegionStatesCount.RegionStatesCountBuilder
-
- setRegionsInTransition(List<RegionState>) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setRegionSizeMB(Size) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setRegionSplitPolicyClassName(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
This sets the class associated with the region split policy which determines when a region
split should occur.
- setRegionSplitPolicyClassName(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setRegionSplitPolicyClassName(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
This sets the class associated with the region split policy which determines when a region
split should occur.
- setRegionStateInMeta(Map<String, RegionState.State>) - Method in class org.apache.hadoop.hbase.client.HBaseHbck
-
- setRegionStateInMeta(Map<String, RegionState.State>) - Method in interface org.apache.hadoop.hbase.client.Hbck
-
Update region state in Meta only.
- setRemoteAddress(Address) - Method in class org.apache.hadoop.hbase.client.trace.IpcClientSpanBuilder
-
- setRenew(boolean) - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
Indicate whether we make a call only to renew the lease, but without affected the scanner in
any other way.
- setReplicaId(int) - Method in class org.apache.hadoop.hbase.client.Get
-
- setReplicaId(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setReplicaId(int) - Method in class org.apache.hadoop.hbase.client.Query
-
Specify region replica id where Query will fetch data from.
- setReplicaId(int) - Method in class org.apache.hadoop.hbase.client.RegionInfoBuilder
-
- setReplicaId(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setReplicateAllUserTables(boolean) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- setReplicateAllUserTables(boolean) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Configures HBase to replicate all user tables (not system tables) to the peer.
- setReplicationEndpointImpl(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- setReplicationEndpointImpl(String) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Sets the ReplicationEndpoint plugin class for this peer.
- setReplicationLag(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setReplicationLoadSink(ReplicationLoadSink) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setReplicationLoadSources(List<ReplicationLoadSource>) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setReplicationScope(int) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Sets replication scope all & only the columns already in the builder.
- setReportTimestamp(long) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setRequestAttribute(String, byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
Set a request attribute
- setRequestAttribute(String, byte[]) - Method in interface org.apache.hadoop.hbase.client.TableBuilder
-
Set a request attribute
- setRequestAttributes(Map<String, byte[]>) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setRequestAttributes(Map<String, byte[]>) - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- setRequestAttributes(Map<String, byte[]>) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
Set the map of request attributes
- setRequestAttributes(Map<String, byte[]>) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- setRequestCount(long) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setRequestCountPerSecond(long) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setRequestSizeBytes(long) - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- setResponseSize(long) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setResponseSizeBytes(long) - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- setResult(Result) - Method in class org.apache.hadoop.hbase.client.SingleResponse.Entry
-
- setRetryPause(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder
-
Set the base pause time for retrying.
- setRetryPause(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutatorBuilder
-
Set the base pause time for retrying.
- setRetryPause(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
Set the base pause time for retrying.
- setRetryPauseForCQTBE(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder
-
- setRetryPauseForCQTBE(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
- setRetryPauseForServerOverloaded(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder
-
- setRetryPauseForServerOverloaded(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
- setReturnResults(boolean) - Method in class org.apache.hadoop.hbase.client.Append
-
True (default) if the append operation should return the results.
- setReturnResults(boolean) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setReturnResults(boolean) - Method in class org.apache.hadoop.hbase.client.Mutation
-
- setReversed(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setReversed(boolean) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set whether this scan is a reversed one
- setReversed(boolean) - Method in class org.apache.hadoop.hbase.filter.Filter
-
alter the reversed scan flag
- setReversed(boolean) - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- setReversed(boolean) - Method in class org.apache.hadoop.hbase.filter.FilterListBase
-
- setRowAccess(List<? extends Row>) - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask.Builder
-
- setRowAccess(RowAccess<? extends Row>) - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask.Builder
-
- setRowOffsetPerColumnFamily(int) - Method in class org.apache.hadoop.hbase.client.Get
-
Set offset for the row per Column Family.
- setRowOffsetPerColumnFamily(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setRowOffsetPerColumnFamily(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set offset for the row per Column Family.
- setRowPrefixFilter(byte[]) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setRpcControllerCellScanner(CellScanner) - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- setRpcTimeout(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder
-
Set timeout for each rpc request.
- setRpcTimeout(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutatorBuilder
-
Set timeout for each rpc request when doing background flush.
- setRpcTimeout(int) - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask.Builder
-
- setRpcTimeout(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
Set timeout for each rpc request.
- setRpcTimeout(int) - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
Set rpc timeout for this mutator instance
- setRpcTimeout(int) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- setRpcTimeout(int) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- setRpcTimeout(int) - Method in interface org.apache.hadoop.hbase.client.Table
-
- setRpcTimeout(int) - Method in interface org.apache.hadoop.hbase.client.TableBuilder
-
Set timeout for each rpc request.
- setRunner(Runnable) - Method in class org.apache.hadoop.hbase.client.DelayingRunner
-
- setRunning(boolean) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setScan(Scan) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setScanMetricsEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setScanMetricsEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setScanTimeout(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
As now we have heartbeat support for scan, ideally a scan will never timeout unless the RS is
crash.
- setScope(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setScope(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setScope(int) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setSerial(boolean) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Sets whether we should preserve order when replicating, i.e, serial replication.
- setServerClass(String) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setServerNames(List<ServerName>) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setServerOverloaded(boolean) - Method in exception org.apache.hadoop.hbase.HBaseServerException
-
Necessary for parsing RemoteException on client side
- setServerSideHConnectionRetriesConfig(Configuration, String, Logger) - Static method in class org.apache.hadoop.hbase.client.ConnectionUtils
-
Changes the configuration to set the number of retries needed when using Connection internally,
e.g.
- setSizeOfLogQueue(int) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setSmall(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
Deprecated.
- setSmall(boolean) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setSplit(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableHRegionInfo
-
Deprecated.
- setSplit(boolean) - Method in class org.apache.hadoop.hbase.client.RegionInfoBuilder
-
- setSplit(boolean) - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Set or clear the split status flag.
- setSplitEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Setting the table region split enable flag.
- setSplitEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setSplitEnabled(boolean) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Setting the table region split enable flag.
- setSplitOrMergeEnabled(boolean, boolean, MasterSwitchType...) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- setSplitOrMergeEnabled(RpcController, MasterProtos.SetSplitOrMergeEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- setSplitRegions(int) - Method in class org.apache.hadoop.hbase.client.RegionStatesCount.RegionStatesCountBuilder
-
- setStartKey(byte[]) - Method in class org.apache.hadoop.hbase.client.RegionInfoBuilder
-
- setStartLogErrorsCnt(int) - Method in interface org.apache.hadoop.hbase.client.AsyncAdminBuilder
-
Set the number of retries that are allowed before we start to log.
- setStartLogErrorsCnt(int) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutatorBuilder
-
Set the number of retries that are allowed before we start to log.
- setStartLogErrorsCnt(int) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
Set the number of retries that are allowed before we start to log.
- setStartRow(byte[]) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setStartStopRowForPrefixScan(byte[]) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setStartStopRowForPrefixScan(byte[]) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set a filter (using stopRow and startRow) so the result set only contains rows where the rowKey
starts with the specified prefix.
- setStartTime(long) - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- setStartTime(long) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setStartTime(long) - Method in class org.apache.hadoop.hbase.ServerTaskBuilder
-
- setState(ServerTask.State) - Method in class org.apache.hadoop.hbase.ServerTaskBuilder
-
- setStatistics(RegionLoadStats) - Method in class org.apache.hadoop.hbase.client.Result
-
Set load information about the region to the information about the result
- setStatus(String) - Method in class org.apache.hadoop.hbase.ServerTaskBuilder
-
- setStopRow(byte[]) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setStoragePolicy(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the storage policy for use with this family
- setStoragePolicy(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setStoragePolicy(String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the storage policy for use with this family
- setStoreCount(int) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setStoreFileCount(int) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setStoreFileIndexSize(Size) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setStoreFileRootLevelIndexSize(Size) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setStoreFileSize(Size) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setStoreFileUncompressedDataIndexSize(Size) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setStoreRefCount(int) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setStoreSequenceIds(Map<byte[], Long>) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setStub(AdminProtos.AdminService.BlockingInterface) - Method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- setStub(S) - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- setStubByServiceName(ServerName) - Method in class org.apache.hadoop.hbase.client.ClientServiceCallable
-
- setStubByServiceName(ServerName) - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
Set the RCP client stub
- setSubmittedRows(AsyncProcessTask.SubmittedRows) - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask.Builder
-
- setTableCFsMap(Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- setTableCFsMap(Map<TableName, List<String>>) - Method in interface org.apache.hadoop.hbase.replication.ReplicationPeerConfigBuilder
-
Sets an explicit map of tables and column families in those tables that should be replicated to
the given peer.
- setTableFilter(String) - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Set the table filter regex
- setTableName(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask.Builder
-
- setTableName(String) - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- setTableName(TableName) - Method in class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- setTableName(TableName) - Method in class org.apache.hadoop.hbase.client.trace.TableSpanBuilder
-
- setTableName(TableName) - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- setTableName(TableName) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
Sets Region's table name.
- setTableName(TableName) - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- setTableRegionStatesCount(Map<TableName, RegionStatesCount>) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setTableStateInMeta(TableState) - Method in class org.apache.hadoop.hbase.client.HBaseHbck
-
- setTableStateInMeta(TableState) - Method in interface org.apache.hadoop.hbase.client.Hbck
-
Update table state in Meta only.
- setTasks(List<ServerTask>) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setTimeRange(long, long) - Method in class org.apache.hadoop.hbase.client.Append
-
Sets the TimeRange to be used on the Get for this append.
- setTimeRange(long, long) - Method in class org.apache.hadoop.hbase.client.Get
-
Get versions of columns only within the specified timestamp range, [minStamp, maxStamp).
- setTimeRange(long, long) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setTimeRange(long, long) - Method in class org.apache.hadoop.hbase.client.Increment
-
Sets the TimeRange to be used on the Get for this increment.
- setTimeRange(long, long) - Method in class org.apache.hadoop.hbase.client.Scan
-
Get versions of columns only within the specified timestamp range, [minStamp, maxStamp).
- setTimestamp(long) - Method in class org.apache.hadoop.hbase.client.Append
-
- setTimestamp(long) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setTimeStamp(long) - Method in class org.apache.hadoop.hbase.client.Get
-
- setTimestamp(long) - Method in class org.apache.hadoop.hbase.client.Get
-
Get versions of columns with the specified timestamp.
- setTimeStamp(long) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
Deprecated.
- setTimestamp(long) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- setTimestamp(long) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setTimestamp(long) - Method in class org.apache.hadoop.hbase.client.Mutation
-
Set the timestamp of the delete.
- setTimestamp(long) - Method in class org.apache.hadoop.hbase.client.Put
-
- setTimeStamp(long) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setTimestamp(long) - Method in class org.apache.hadoop.hbase.client.Scan
-
Get versions of columns with the specified timestamp.
- setTimestampOfLastShippedOp(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setTimeStampOfNextToReplicate(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource.ReplicationLoadSourceBuilder
-
- setTimestampsOfLastAppliedOp(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink.ReplicationLoadSinkBuilder
-
- setTimestampStarted(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink.ReplicationLoadSinkBuilder
-
- setTimeToLive(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the time to live
- setTimeToLive(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set the time to live
- setTimeToLive(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setTimeToLive(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setTimeToLive(int) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the time to live of cell contents
- setTimeToLive(String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set the time to live of cell contents
- setTotalOpsProcessed(long) - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink.ReplicationLoadSinkBuilder
-
- setTotalRegions(int) - Method in class org.apache.hadoop.hbase.client.RegionStatesCount.RegionStatesCountBuilder
-
- setTTL(long) - Method in class org.apache.hadoop.hbase.client.Append
-
- setTTL(long) - Method in class org.apache.hadoop.hbase.client.Delete
-
- setTTL(long) - Method in class org.apache.hadoop.hbase.client.Increment
-
- setTTL(long) - Method in class org.apache.hadoop.hbase.client.Mutation
-
Set the TTL desired for the result of the mutation, in milliseconds.
- setTTL(long) - Method in class org.apache.hadoop.hbase.client.Put
-
- setType(LogQueryFilter.Type) - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- setUncompressedStoreFileSize(Size) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setUnknownServerNames(List<ServerName>) - Method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- setupMasterlessConnection(Configuration) - Static method in class org.apache.hadoop.hbase.client.ConnectionUtils
-
Setup the connection class, so that it will not depend on master being online.
- setupSaslHandler(ChannelPipeline, String) - Method in class org.apache.hadoop.hbase.security.NettyHBaseSaslRpcClient
-
- setupSetQuotaRequest(MasterProtos.SetQuotaRequest.Builder) - Method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
Called by toSetQuotaRequestProto() the subclass should implement this method to set the
specific SetQuotaRequest properties.
- setupSetQuotaRequest(MasterProtos.SetQuotaRequest.Builder) - Method in class org.apache.hadoop.hbase.quotas.ThrottleSettings
-
- setUsedHeapSize(Size) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setUserFilter(String) - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Set the user filter regex
- setUserMetrics(List<UserMetrics>) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setUserName(String) - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- setUserName(String) - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord.OnlineLogRecordBuilder
-
- setValue(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setValue(String, String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setValue(Bytes, Bytes) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setValue(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setValue(String, String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setValue(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- setValue(String, String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- setValue(Bytes, Bytes) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- setValue(String, String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setValue(Bytes, Bytes) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setValue(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- setValue(byte[], byte[]) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setValue(String, String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setValue(byte[], byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Setter for storing metadata as a (key, value) pair in map
- setValue(Bytes, Bytes) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- setValue(String, String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Setter for storing metadata as a (key, value) pair in map
- setVersion(String) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setVersionNumber(int) - Method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- setVersions(int, int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Set minimum and maximum versions to keep.
- setVersions(int, int) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Set minimum and maximum versions to keep
- setVersionsWithTimeToLive(int, int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Retain all versions for a given TTL(retentionInterval), and then only a specific number of
versions(versionAfterInterval) after that interval elapses.
- setVersionsWithTimeToLive(int, int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setWriteBufferPeriodicFlush(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutatorBuilder
-
Set the periodical flush interval.
- setWriteBufferPeriodicFlush(long) - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
Sets the maximum time before the buffer is automatically flushed checking once per second.
- setWriteBufferPeriodicFlush(long, long) - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
Sets the maximum time before the buffer is automatically flushed.
- setWriteBufferPeriodicFlush(long, long) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- setWriteBufferPeriodicFlushTimeoutMs(long) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
Set the max timeout before the buffer is automatically flushed.
- setWriteBufferPeriodicFlushTimerTickMs(long) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
Set the TimerTick how often the buffer timeout if checked.
- setWriteBufferSize(long) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutatorBuilder
-
Override the write buffer size specified by the provided
AsyncConnection
's
Configuration
instance, via the configuration key
hbase.client.write.buffer
.
- setWriteRequestCount(long) - Method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- setWriteRpcTimeout(long, TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBuilder
-
Set timeout for each write(put, delete) rpc request.
- setWriteRpcTimeout(int) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- setWriteRpcTimeout(int) - Method in interface org.apache.hadoop.hbase.client.Table
-
- setWriteRpcTimeout(int) - Method in interface org.apache.hadoop.hbase.client.TableBuilder
-
Set timeout for each write(put, delete) rpc request.
- ShadedAccessControlUtil - Class in org.apache.hadoop.hbase.security.access
-
Convert protobuf objects in AccessControl.proto under hbase-protocol-shaded to user-oriented
objects and vice versa.
- ShadedAccessControlUtil() - Constructor for class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
- ShortCircuitMasterConnection - Class in org.apache.hadoop.hbase.client
-
A short-circuit connection that can bypass the RPC layer (serialization, deserialization,
networking, etc..) when talking to a local master
- ShortCircuitMasterConnection(MasterProtos.MasterService.BlockingInterface) - Constructor for class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- shutdown() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Shuts down the HBase cluster.
- shutdown() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Shuts down the HBase cluster.
- shutdown() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- shutdown(RpcController, MasterProtos.ShutdownRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- SimpleSaslAuthenticationProvider - Class in org.apache.hadoop.hbase.security.provider
-
Base client for client/server implementations for the "SIMPLE" HBase auth'n method.
- SimpleSaslAuthenticationProvider() - Constructor for class org.apache.hadoop.hbase.security.provider.SimpleSaslAuthenticationProvider
-
- SimpleSaslClientAuthenticationProvider - Class in org.apache.hadoop.hbase.security.provider
-
- SimpleSaslClientAuthenticationProvider() - Constructor for class org.apache.hadoop.hbase.security.provider.SimpleSaslClientAuthenticationProvider
-
- SINGLE_QUOTE - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for a single quote
- SingleColumnValueExcludeFilter - Class in org.apache.hadoop.hbase.filter
-
A
Filter
that checks a single column value, but does not emit the tested column.
- SingleColumnValueExcludeFilter(byte[], byte[], CompareFilter.CompareOp, byte[]) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter
-
Deprecated.
- SingleColumnValueExcludeFilter(byte[], byte[], CompareOperator, byte[]) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter
-
Constructor for binary compare of the value of a single column.
- SingleColumnValueExcludeFilter(byte[], byte[], CompareFilter.CompareOp, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter
-
- SingleColumnValueExcludeFilter(byte[], byte[], CompareOperator, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter
-
Constructor for binary compare of the value of a single column.
- SingleColumnValueExcludeFilter(byte[], byte[], CompareFilter.CompareOp, ByteArrayComparable, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter
-
- SingleColumnValueExcludeFilter(byte[], byte[], CompareOperator, ByteArrayComparable, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter
-
Constructor for protobuf deserialization only.
- SingleColumnValueFilter - Class in org.apache.hadoop.hbase.filter
-
This filter is used to filter cells based on value.
- SingleColumnValueFilter(byte[], byte[], CompareFilter.CompareOp, byte[]) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- SingleColumnValueFilter(byte[], byte[], CompareOperator, byte[]) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Constructor for binary compare of the value of a single column.
- SingleColumnValueFilter(byte[], byte[], CompareFilter.CompareOp, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- SingleColumnValueFilter(byte[], byte[], CompareOperator, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Constructor for binary compare of the value of a single column.
- SingleColumnValueFilter(byte[], byte[], CompareFilter.CompareOp, ByteArrayComparable, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- SingleColumnValueFilter(byte[], byte[], CompareOperator, ByteArrayComparable, boolean, boolean) - Constructor for class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Constructor for protobuf deserialization only.
- SingleResponse - Class in org.apache.hadoop.hbase.client
-
Class for single action response
- SingleResponse() - Constructor for class org.apache.hadoop.hbase.client.SingleResponse
-
- SingleResponse.Entry - Class in org.apache.hadoop.hbase.client
-
- size() - Method in class org.apache.hadoop.hbase.client.MultiAction
-
Get the total number of Actions
- size() - Method in class org.apache.hadoop.hbase.client.MultiResponse
-
Returns Number of pairs in this container
- size() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Number of KeyValues carried by this Mutation.
- size() - Method in class org.apache.hadoop.hbase.client.Result
-
Returns the size of the underlying Cell []
- size() - Method in interface org.apache.hadoop.hbase.client.RowAccess
-
Returns the number of elements in this list.
- size() - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- size() - Method in class org.apache.hadoop.hbase.filter.FilterListBase
-
- size() - Method in class org.apache.hadoop.hbase.RegionLocations
-
Returns the size of the list even if some of the elements might be null.
- Size - Class in org.apache.hadoop.hbase
-
It is used to represent the size with different units.
- Size(double, Size.Unit) - Constructor for class org.apache.hadoop.hbase.Size
-
- size() - Method in interface org.apache.hadoop.hbase.util.PoolMap.Pool
-
- Size.Unit - Enum in org.apache.hadoop.hbase
-
- sizeToString(long) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- SKIP_ARRAY - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
SKIP Array
- SKIP_BUFFER - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
- SkipFilter - Class in org.apache.hadoop.hbase.filter
-
A wrapper filter that filters an entire row if any of the Cell checks do not pass.
- SkipFilter(Filter) - Constructor for class org.apache.hadoop.hbase.filter.SkipFilter
-
- sleep(long, int) - Method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- sleep(long, int) - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- sleep(long, int) - Method in interface org.apache.hadoop.hbase.client.RetryingCallable
-
Sleep and retry.
- SLEEP_DELTA_NS - Static variable in class org.apache.hadoop.hbase.client.ConnectionUtils
-
- SLOW_LOG_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.slowlog.SlowLogTableAccessor
-
hbase:slowlog table name - can be enabled with config -
hbase.regionserver.slowlog.systable.enabled
- SlowLogParams - Class in org.apache.hadoop.hbase.client
-
SlowLog params object that contains detailed info as params and region name : to be used for
filter purpose
- SlowLogParams(String, String, ClientProtos.Scan) - Constructor for class org.apache.hadoop.hbase.client.SlowLogParams
-
- SlowLogParams(String, String) - Constructor for class org.apache.hadoop.hbase.client.SlowLogParams
-
- SlowLogParams(String) - Constructor for class org.apache.hadoop.hbase.client.SlowLogParams
-
- SlowLogTableAccessor - Class in org.apache.hadoop.hbase.slowlog
-
Slowlog Accessor to record slow/large RPC log identified at each RegionServer RpcServer level.
- SlowLogTableAccessor() - Constructor for class org.apache.hadoop.hbase.slowlog.SlowLogTableAccessor
-
- snapshot(String, TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Take a snapshot for the given table.
- snapshot(byte[], TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- snapshot(String, TableName, SnapshotType) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create typed snapshot of the table.
- snapshot(String, TableName, SnapshotType, Map<String, Object>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create typed snapshot of the table.
- snapshot(String, TableName, Map<String, Object>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Create typed snapshot of the table.
- snapshot(SnapshotDescription) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Take a snapshot and wait for the server to complete that snapshot (blocking).
- snapshot(String, TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Take a snapshot for the given table.
- snapshot(String, TableName, SnapshotType) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Create typed snapshot of the table.
- snapshot(SnapshotDescription) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Take a snapshot and wait for the server to complete that snapshot asynchronously.
- snapshot(RpcController, MasterProtos.SnapshotRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- snapshotAsync(SnapshotDescription) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Take a snapshot without waiting for the server to complete that snapshot (asynchronous) Only a
single snapshot should be taken at a time, or results may be undefined.
- snapshotAsync(SnapshotDescription) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- snapshotCleanupSwitch(boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Turn on or off the auto snapshot cleanup based on TTL.
- snapshotCleanupSwitch(boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn on or off the auto snapshot cleanup based on TTL.
- snapshotCleanupSwitch(boolean, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- snapshotCleanupZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- SnapshotCreationException - Exception in org.apache.hadoop.hbase.snapshot
-
Thrown when a snapshot could not be created due to a server-side error when taking the snapshot.
- SnapshotCreationException(String) - Constructor for exception org.apache.hadoop.hbase.snapshot.SnapshotCreationException
-
Used internally by the RPC engine to pass the exception back to the client.
- SnapshotCreationException(String, SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.SnapshotCreationException
-
Failure to create the specified snapshot.
- SnapshotCreationException(String, Throwable, SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.SnapshotCreationException
-
Failure to create the specified snapshot due to an external cause.
- SnapshotDescription - Class in org.apache.hadoop.hbase.client
-
The POJO equivalent of HBaseProtos.SnapshotDescription
- SnapshotDescription(String) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
- SnapshotDescription(String, String) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
- SnapshotDescription(String, TableName) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
- SnapshotDescription(String, String, SnapshotType) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
- SnapshotDescription(String, TableName, SnapshotType) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
- SnapshotDescription(String, String, SnapshotType, String) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
- SnapshotDescription(String, TableName, SnapshotType, String) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
- SnapshotDescription(String, String, SnapshotType, String, long, int) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
- SnapshotDescription(String, TableName, SnapshotType, String, long, int) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
- SnapshotDescription(String, TableName, SnapshotType, String, long, int, Map<String, Object>) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
SnapshotDescription Parameterized Constructor
- SnapshotDescription(String, TableName, SnapshotType, Map<String, Object>) - Constructor for class org.apache.hadoop.hbase.client.SnapshotDescription
-
SnapshotDescription Parameterized Constructor
- SnapshotDoesNotExistException - Exception in org.apache.hadoop.hbase.snapshot
-
Thrown when the server is looking for a snapshot, but can't find the snapshot on the filesystem.
- SnapshotDoesNotExistException(String) - Constructor for exception org.apache.hadoop.hbase.snapshot.SnapshotDoesNotExistException
-
- SnapshotDoesNotExistException(SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.SnapshotDoesNotExistException
-
- SnapshotExistsException - Exception in org.apache.hadoop.hbase.snapshot
-
Thrown when a snapshot exists, but should not.
- SnapshotExistsException(String) - Constructor for exception org.apache.hadoop.hbase.snapshot.SnapshotExistsException
-
Failure due to the snapshot already existing.
- SnapshotExistsException(String, SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.SnapshotExistsException
-
Failure due to the snapshot already existing.
- SnapshotTTLExpiredException - Exception in org.apache.hadoop.hbase.snapshot
-
Thrown when a snapshot could not be restored/cloned because the ttl for snapshot has already
expired
- SnapshotTTLExpiredException(String) - Constructor for exception org.apache.hadoop.hbase.snapshot.SnapshotTTLExpiredException
-
Failure when the ttl for snapshot has already expired.
- SnapshotTTLExpiredException(SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.SnapshotTTLExpiredException
-
Failure when the ttl for snapshot has already expired.
- SnapshotType - Enum in org.apache.hadoop.hbase.client
-
POJO representing the snapshot type
- SOCKET_TIMEOUT_CONNECT - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- SOCKET_TIMEOUT_READ - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
How long we wait when we wait for an answer.
- SOCKET_TIMEOUT_WRITE - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- socketFactory - Variable in class org.apache.hadoop.hbase.ipc.BlockingRpcClient
-
- sortAndMerge(List<MultiRowRangeFilter.RowRange>) - Static method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter
-
sort the ranges and if the ranges with overlap, then merge them.
- SORTED_ORDINAL_SERIALIZATION_FORMAT - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityConstants
-
Visibility serialization version format.
- SORTED_ORDINAL_SERIALIZATION_FORMAT_TAG_VAL - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityConstants
-
Byte representation of the visibility_serialization_version
- sortedPrefixes - Variable in class org.apache.hadoop.hbase.filter.MultipleColumnPrefixFilter
-
- SpaceQuotaSnapshot - Class in org.apache.hadoop.hbase.quotas
-
A point-in-time view of a space quota on a table.
- SpaceQuotaSnapshot(SpaceQuotaSnapshot.SpaceQuotaStatus, long, long) - Constructor for class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
-
- SpaceQuotaSnapshot.SpaceQuotaStatus - Class in org.apache.hadoop.hbase.quotas
-
Encapsulates the state of a quota on a table.
- SpaceQuotaSnapshotView - Interface in org.apache.hadoop.hbase.quotas
-
A point-in-time view of a space quota on a table, read only.
- SpaceQuotaSnapshotView.SpaceQuotaStatusView - Interface in org.apache.hadoop.hbase.quotas
-
Encapsulates the state of a quota on a table.
- SpaceQuotaStatus(SpaceViolationPolicy) - Constructor for class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus
-
Constructs a SpaceQuotaSnapshot
which is in violation of the provided policy
.
- SpaceViolationPolicy - Enum in org.apache.hadoop.hbase.quotas
-
Enumeration that represents the action HBase will take when a space quota is violated.
- span - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- SPECIFIC_WRITE_THREAD - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- split(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Split a table.
- split(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Split a table.
- split(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Split a table.
- split(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Split a table.
- split(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- split(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- SPLIT_ENABLED - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Used by HBase Shell interface to access this metadata attribute which denotes if the table is
split enabled.
- SPLIT_ENABLED - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- SPLIT_POLICY - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- SPLIT_POLICY - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- splitKerberosName(String) - Static method in class org.apache.hadoop.hbase.security.SaslUtil
-
Splitting fully qualified Kerberos name into parts
- splitLogZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- splitRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- splitRegion(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- splitRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Split an individual region.
- splitRegion(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Split an individual region.
- splitRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- splitRegion(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- splitRegion(RpcController, MasterProtos.SplitTableRegionRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- splitRegion(Connection, RegionInfo, long, RegionInfo, RegionInfo, ServerName, int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Splits the region into two in an atomic operation.
- splitRegionAsync(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Split an individual region.
- splitRegionAsync(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Split an individual region.
- splitRegionAsync(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- splitRegionAsync(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- splitRegionSync(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Split one region.
- splitRegionSync(byte[], byte[], long, TimeUnit) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Split one region.
- splitSwitch(boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Turn the split switch on or off.
- splitSwitch(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the Split switch on or off.
- splitSwitch(boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the Split switch on or off.
- splitSwitch(boolean, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- stampSet - Variable in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- start(CoprocessorEnvironment) - Method in interface org.apache.hadoop.hbase.Coprocessor
-
- startCancel() - Method in class org.apache.hadoop.hbase.client.ClientCoprocessorRpcController
-
- startCancel() - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- startCancel() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- startCancel() - Method in class org.apache.hadoop.hbase.ipc.ServerRpcController
-
- state - Variable in enum org.apache.hadoop.hbase.security.SaslStatus
-
- StatisticTrackable - Interface in org.apache.hadoop.hbase.client
-
Parent interface for an object to get updates about per-region statistics.
- stop(CoprocessorEnvironment) - Method in interface org.apache.hadoop.hbase.Coprocessor
-
- stopMaster() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Shuts down the current HBase master only.
- stopMaster() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Shuts down the current HBase master only.
- stopMaster() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- stopMaster(RpcController, MasterProtos.StopMasterRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- StoppedRpcClientException - Exception in org.apache.hadoop.hbase.ipc
-
- StoppedRpcClientException() - Constructor for exception org.apache.hadoop.hbase.ipc.StoppedRpcClientException
-
- StoppedRpcClientException(String) - Constructor for exception org.apache.hadoop.hbase.ipc.StoppedRpcClientException
-
- stopRegionServer(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Stop the designated regionserver.
- stopRegionServer(ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Stop the designated regionserver.
- stopRegionServer(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- STORAGE_POLICY - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- STORAGE_POLICY - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- stringFromMillis(long) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- stub - Variable in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- stub - Variable in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- subFiltersIncludedCell - Variable in class org.apache.hadoop.hbase.filter.FilterListBase
-
For each sub-filter in filter list, we save a boolean flag to indicate that whether the return
code of filterCell(c) for sub-filter is INCLUDE* (INCLUDE, INCLUDE_AND_NEXT_COL,
INCLUDE_AND_SEEK_NEXT_ROW) case.
- submit(RetryingCallable<V>, int, int, int) - Method in class org.apache.hadoop.hbase.client.ResultBoundedCompletionService
-
- SubstringComparator - Class in org.apache.hadoop.hbase.filter
-
This comparator is for use with SingleColumnValueFilter, for filtering based on the value of a
given column.
- SubstringComparator(String) - Constructor for class org.apache.hadoop.hbase.filter.SubstringComparator
-
Constructor
- substringType - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
SubstringType byte array
- sum() - Method in class org.apache.hadoop.hbase.CacheEvictionStatsAggregator
-
- sumOfMillisSecBetweenNexts - Variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
sum of milliseconds between sequential next calls
- suspend() - Method in interface org.apache.hadoop.hbase.client.AdvancedScanResultConsumer.ScanController
-
Suspend the scan.
- SWITCH_TO_SIMPLE_AUTH - Static variable in class org.apache.hadoop.hbase.security.SaslUtil
-
- switchExceedThrottleQuota(RpcController, MasterProtos.SwitchExceedThrottleQuotaRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- switchRpcThrottle(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Switch the rpc throttle enable state.
- switchRpcThrottle(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Switch the rpc throttle enabled state.
- switchRpcThrottle(boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- switchRpcThrottle(RpcController, MasterProtos.SwitchRpcThrottleRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- switchSnapshotCleanup(RpcController, MasterProtos.SetSnapshotCleanupRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- switchZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- TAB - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for tab
- Table - Interface in org.apache.hadoop.hbase.client
-
Used to communicate with a single HBase table.
- Table.CheckAndMutateBuilder - Interface in org.apache.hadoop.hbase.client
-
- Table.CheckAndMutateWithFilterBuilder - Interface in org.apache.hadoop.hbase.client
-
- TABLE_MULTIPLEXER_FLUSH_PERIOD_MS - Static variable in class org.apache.hadoop.hbase.client.HTableMultiplexer
-
Deprecated.
- TABLE_MULTIPLEXER_INIT_THREADS - Static variable in class org.apache.hadoop.hbase.client.HTableMultiplexer
-
Deprecated.
- TABLE_MULTIPLEXER_MAX_RETRIES_IN_QUEUE - Static variable in class org.apache.hadoop.hbase.client.HTableMultiplexer
-
Deprecated.
- TableBuilder - Interface in org.apache.hadoop.hbase.client
-
For creating
Table
instance.
- TableCFs - Class in org.apache.hadoop.hbase.client.replication
-
- TableCFs(TableName, Map<String, Integer>) - Constructor for class org.apache.hadoop.hbase.client.replication.TableCFs
-
- TableDescriptor - Interface in org.apache.hadoop.hbase.client
-
TableDescriptor contains the details about an HBase table such as the descriptors of all the
column families, is the table a catalog table, hbase:meta
, if the table is read
only, the maximum size of the memstore, when the region split should occur, coprocessors
associated with it etc...
- TableDescriptorBuilder - Class in org.apache.hadoop.hbase.client
-
- TableDescriptorBuilder.ModifyableTableDescriptor - Class in org.apache.hadoop.hbase.client
-
TODO: make this private after removing the HTableDescriptor
- TableDescriptorUtils - Class in org.apache.hadoop.hbase.client
-
- TableDescriptorUtils.TableDescriptorDelta - Class in org.apache.hadoop.hbase.client
-
- tableExists(AsyncTable<?>, TableName) - Static method in class org.apache.hadoop.hbase.AsyncMetaTableAccessor
-
- tableExists(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Check if a table exists.
- tableExists(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Check if a table exists.
- tableExists(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- TableExistsException - Exception in org.apache.hadoop.hbase
-
Thrown when a table exists but should not.
- TableExistsException() - Constructor for exception org.apache.hadoop.hbase.TableExistsException
-
- TableExistsException(String) - Constructor for exception org.apache.hadoop.hbase.TableExistsException
-
- TableExistsException(TableName) - Constructor for exception org.apache.hadoop.hbase.TableExistsException
-
- tableFieldsEqual(TablePermission) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
Check if fields of table in table permission equals.
- tableFilterParams(NormalizeTableFilterParams) - Method in class org.apache.hadoop.hbase.client.NormalizeTableFilterParams.Builder
-
- TableFuture(HBaseAdmin, TableName, Long) - Constructor for class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture
-
- TableInfoMissingException - Exception in org.apache.hadoop.hbase
-
Failed to find .tableinfo
file under the table directory.
- TableInfoMissingException() - Constructor for exception org.apache.hadoop.hbase.TableInfoMissingException
-
Failed to find .tableinfo
file under the table directory.
- TableInfoMissingException(String) - Constructor for exception org.apache.hadoop.hbase.TableInfoMissingException
-
- TableInfoMissingException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.TableInfoMissingException
-
- TableInfoMissingException(Throwable) - Constructor for exception org.apache.hadoop.hbase.TableInfoMissingException
-
- tableName - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- tableName - Variable in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- tableName - Variable in class org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas
-
- tableNames(List<TableName>) - Method in class org.apache.hadoop.hbase.client.NormalizeTableFilterParams.Builder
-
- TableNotDisabledException - Exception in org.apache.hadoop.hbase
-
Thrown if a table should be offline but is not.
- TableNotDisabledException() - Constructor for exception org.apache.hadoop.hbase.TableNotDisabledException
-
- TableNotDisabledException(String) - Constructor for exception org.apache.hadoop.hbase.TableNotDisabledException
-
- TableNotDisabledException(byte[]) - Constructor for exception org.apache.hadoop.hbase.TableNotDisabledException
-
- TableNotDisabledException(TableName) - Constructor for exception org.apache.hadoop.hbase.TableNotDisabledException
-
- TableNotEnabledException - Exception in org.apache.hadoop.hbase
-
Thrown if a table should be enabled but is not.
- TableNotEnabledException() - Constructor for exception org.apache.hadoop.hbase.TableNotEnabledException
-
default constructor
- TableNotEnabledException(String) - Constructor for exception org.apache.hadoop.hbase.TableNotEnabledException
-
- TableNotEnabledException(TableName) - Constructor for exception org.apache.hadoop.hbase.TableNotEnabledException
-
- TableNotEnabledException(byte[]) - Constructor for exception org.apache.hadoop.hbase.TableNotEnabledException
-
- TableNotFoundException - Exception in org.apache.hadoop.hbase
-
Thrown when a table cannot be located.
- TableNotFoundException() - Constructor for exception org.apache.hadoop.hbase.TableNotFoundException
-
- TableNotFoundException(String) - Constructor for exception org.apache.hadoop.hbase.TableNotFoundException
-
- TableNotFoundException(byte[]) - Constructor for exception org.apache.hadoop.hbase.TableNotFoundException
-
- TableNotFoundException(TableName) - Constructor for exception org.apache.hadoop.hbase.TableNotFoundException
-
- TableOperationSpanBuilder - Class in org.apache.hadoop.hbase.client.trace
-
Construct Span
instances originating from "table operations" -- the verbs in our public
API that interact with data in tables.
- TableOperationSpanBuilder(ClusterConnection) - Constructor for class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- TableOperationSpanBuilder(AsyncConnectionImpl) - Constructor for class org.apache.hadoop.hbase.client.trace.TableOperationSpanBuilder
-
- TablePartiallyOpenException - Exception in org.apache.hadoop.hbase.snapshot
-
Thrown if a table should be online/offline, but is partially open.
- TablePartiallyOpenException() - Constructor for exception org.apache.hadoop.hbase.snapshot.TablePartiallyOpenException
-
Constructs an TablePartiallyOpenException
with null
as its error detail
message.
- TablePartiallyOpenException(String) - Constructor for exception org.apache.hadoop.hbase.snapshot.TablePartiallyOpenException
-
- TablePartiallyOpenException(TableName) - Constructor for exception org.apache.hadoop.hbase.snapshot.TablePartiallyOpenException
-
- TablePartiallyOpenException(byte[]) - Constructor for exception org.apache.hadoop.hbase.snapshot.TablePartiallyOpenException
-
- TablePermission - Class in org.apache.hadoop.hbase.security.access
-
Represents an authorization for access for the given actions, optionally restricted to the given
column family or column qualifier, over the given table.
- TableSpanBuilder - Class in org.apache.hadoop.hbase.client.trace
-
Construct Span
instances involving data tables.
- TableSpanBuilder(ClusterConnection) - Constructor for class org.apache.hadoop.hbase.client.trace.TableSpanBuilder
-
- TableSpanBuilder(AsyncConnectionImpl) - Constructor for class org.apache.hadoop.hbase.client.trace.TableSpanBuilder
-
- TableState - Class in org.apache.hadoop.hbase.client
-
Represents table state.
- TableState(TableName, TableState.State) - Constructor for class org.apache.hadoop.hbase.client.TableState
-
Create instance of TableState.
- TableState.State - Enum in org.apache.hadoop.hbase.client
-
- TableVisitorBase(TableName) - Constructor for class org.apache.hadoop.hbase.MetaTableAccessor.TableVisitorBase
-
- TableWaitForStateCallable() - Constructor for class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture.TableWaitForStateCallable
-
- tableZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Deprecated.
- take() - Method in class org.apache.hadoop.hbase.client.ResultBoundedCompletionService
-
- takeSnapshotAsync(SnapshotDescription) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- targetReplicaId - Variable in class org.apache.hadoop.hbase.client.Query
-
- tcpKeepAlive - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- tcpNoDelay - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- terminate() - Method in interface org.apache.hadoop.hbase.client.AdvancedScanResultConsumer.ScanController
-
Terminate the scan.
- thenDelete(Delete) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateBuilder
-
Deprecated.
Specify a Delete to commit if the check succeeds.
- thenDelete(Delete) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateWithFilterBuilder
-
Deprecated.
Specify a Delete to commit if the check succeeds.
- thenDelete(Delete) - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateBuilder
-
Deprecated.
Specify a Delete to commit if the check succeeds.
- thenDelete(Delete) - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateWithFilterBuilder
-
Deprecated.
Specify a Delete to commit if the check succeeds.
- thenMutate(RowMutations) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateBuilder
-
Deprecated.
Specify a RowMutations to commit if the check succeeds.
- thenMutate(RowMutations) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateWithFilterBuilder
-
Deprecated.
Specify a RowMutations to commit if the check succeeds.
- thenMutate(RowMutations) - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateBuilder
-
Deprecated.
Specify a RowMutations to commit if the check succeeds.
- thenMutate(RowMutations) - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateWithFilterBuilder
-
Deprecated.
Specify a RowMutations to commit if the check succeeds.
- thenPut(Put) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateBuilder
-
Deprecated.
Specify a Put to commit if the check succeeds.
- thenPut(Put) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateWithFilterBuilder
-
Deprecated.
Specify a Put to commit if the check succeeds.
- thenPut(Put) - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateBuilder
-
Deprecated.
Specify a Put to commit if the check succeeds.
- thenPut(Put) - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateWithFilterBuilder
-
Deprecated.
Specify a Put to commit if the check succeeds.
- throttleNamespace(String, ThrottleType, long, TimeUnit) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified namespace.
- throttleNamespace(String, ThrottleType, long, TimeUnit, QuotaScope) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified namespace.
- throttleRegionServer(String, ThrottleType, long, TimeUnit) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified region server.
- ThrottleSettings - Class in org.apache.hadoop.hbase.quotas
-
- throttleTable(TableName, ThrottleType, long, TimeUnit) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified table.
- throttleTable(TableName, ThrottleType, long, TimeUnit, QuotaScope) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified table.
- ThrottleType - Enum in org.apache.hadoop.hbase.quotas
-
Describe the Throttle Type.
- throttleUser(String, ThrottleType, long, TimeUnit) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified user.
- throttleUser(String, ThrottleType, long, TimeUnit, QuotaScope) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified user.
- throttleUser(String, TableName, ThrottleType, long, TimeUnit) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified user on the specified table.
- throttleUser(String, TableName, ThrottleType, long, TimeUnit, QuotaScope) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified user on the specified table.
- throttleUser(String, String, ThrottleType, long, TimeUnit) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified user on the specified namespace.
- throttleUser(String, String, ThrottleType, long, TimeUnit, QuotaScope) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified user on the specified namespace.
- ThrottlingException - Exception in org.apache.hadoop.hbase.quotas
-
- ThrottlingException(String) - Constructor for exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
Deprecated.
- ThrottlingException(ThrottlingException.Type, long, String) - Constructor for exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
Deprecated.
- ThrottlingException.Type - Enum in org.apache.hadoop.hbase.quotas
-
Deprecated.
- throwable(Throwable, boolean) - Method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- throwable(Throwable, boolean) - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- throwable(Throwable, boolean) - Method in interface org.apache.hadoop.hbase.client.RetryingCallable
-
Called when call throws an exception and we are going to retry; take action to make it so we
succeed on next call (clear caches, do relookup of locations, etc.).
- throwable(Throwable, boolean) - Method in class org.apache.hadoop.hbase.client.ReversedScannerCallable
-
- ThrowableWithExtraContext(Throwable, long, String) - Constructor for class org.apache.hadoop.hbase.client.RetriesExhaustedException.ThrowableWithExtraContext
-
- throwInterruptedException() - Method in interface org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture.WaitForStateCallable
-
- throwInterruptedException() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture.TableWaitForStateCallable
-
- throwNumReadRequestsExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- throwNumReadRequestsExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
Deprecated.
- throwNumRequestsExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- throwNumRequestsExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
Deprecated.
- throwNumWriteRequestsExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- throwNumWriteRequestsExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
Deprecated.
- throwReadCapacityUnitExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- throwReadSizeExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- throwReadSizeExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
Deprecated.
- throwRequestCapacityUnitExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- throwRequestSizeExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- throwRequestSizeExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
Deprecated.
- throwTimeoutException(long) - Method in interface org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture.WaitForStateCallable
-
- throwTimeoutException(long) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture.TableWaitForStateCallable
-
- throwWriteCapacityUnitExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- throwWriteSizeExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- throwWriteSizeExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
Deprecated.
- timeBeforeReplicas - Variable in class org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas
-
- timeFromString(String) - Static method in exception org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
- timeRange(TimeRange) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateBuilder
-
Deprecated.
Match a timerange.
- timeRange(TimeRange) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CheckAndMutateWithFilterBuilder
-
Deprecated.
Match a timerange.
- timeRange(TimeRange) - Method in class org.apache.hadoop.hbase.client.CheckAndMutate.Builder
-
Specify a timerange
- timeRange(TimeRange) - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateBuilder
-
Deprecated.
Specify a timerange
- timeRange(TimeRange) - Method in interface org.apache.hadoop.hbase.client.Table.CheckAndMutateWithFilterBuilder
-
Deprecated.
Specify a timerange.
- TimestampsFilter - Class in org.apache.hadoop.hbase.filter
-
Filter that returns only cells whose timestamp (version) is in the specified list of timestamps
(versions).
- TimestampsFilter(List<Long>) - Constructor for class org.apache.hadoop.hbase.filter.TimestampsFilter
-
Constructor for filter that retains only the specified timestamps in the list.
- TimestampsFilter(List<Long>, boolean) - Constructor for class org.apache.hadoop.hbase.filter.TimestampsFilter
-
Constructor for filter that retains only those cells whose timestamp (version) is in the
specified list of timestamps.
- timeToString(TimeUnit) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- TNAME - Static variable in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- toAppend(ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to an Append
- toAppend(ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to an Append
- toAssignRegionsRequest(List<String>, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- toAuthorizations(ClientProtos.Authorizations) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Authorizations to a client Authorizations
- toAuthorizations(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Authorizations bytes to a client Authorizations
- toAuthorizations(Authorizations) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Create a protocol buffer Authorizations based on a client Authorizations.
- toBalancerDecisionRequest(int) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toBalancerDecisionResponse(HBaseProtos.LogEntry) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toBalanceRequest(BalanceRequest) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toBalanceRequest(MasterProtos.BalanceRequest) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toBalanceResponse(BalanceResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toBalanceResponse(MasterProtos.BalanceResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toBalancerRejectionRequest(int) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toBalancerRejectionResponse(HBaseProtos.LogEntry) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toBulkLoadDescriptor(TableName, ByteString, Map<byte[], List<Path>>, Map<String, Long>, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Generates a marker for the WAL so that we propagate the notion of a bulk region load throughout
the WAL.
- toBulkLoadDescriptor(TableName, ByteString, Map<byte[], List<Path>>, Map<String, Long>, long, List<String>, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toByte() - Method in enum org.apache.hadoop.hbase.client.IsolationLevel
-
- toByteArray(ColumnFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Serialize the table descriptor to a byte array.
- toByteArray(RegionInfo) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Returns This instance serialized as protobuf w/ a magic pb prefix.
- toByteArray(ReplicationPeerConfig) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
Returns Serialized protobuf of peerConfig
with pb magic prefix prepended suitable
for use as content of a this.peersZNode; i.e.
- toByteArray(TableDescriptor) - Static method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Returns This instance serialized with pb with pb magic prefix
- toByteArray() - Method in class org.apache.hadoop.hbase.ClusterId
-
Returns The clusterid serialized using pb w/ pb magic prefix
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.BigDecimalComparator
-
Returns The comparator serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.BinaryComparator
-
Returns The comparator serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.BinaryComponentComparator
-
Returns The comparator serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.BinaryPrefixComparator
-
Returns The comparator serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.BitComparator
-
Returns The comparator serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FamilyFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.Filter
-
TODO: JAVADOC Concrete implementers can signal a failure condition in their code by throwing an
IOException
.
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FilterBase
-
Return length 0 byte array for Filters that don't require special serialization
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FilterList
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FirstKeyValueMatchingQualifiersFilter
-
Deprecated.
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FuzzyRowFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.InclusiveStopFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.KeyOnlyFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.LongComparator
-
Returns The comparator serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.MultipleColumnPrefixFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.NullComparator
-
Returns The comparator serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.PageFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.QualifierFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.RandomRowFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.RegexStringComparator
-
Returns The comparator serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.RowFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.SkipFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.SubstringComparator
-
Returns The comparator serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.TimestampsFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ValueFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
-
Returns The filter serialized using pb
- toByteArray() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Returns This instance serialized with pb with pb magic prefix
- toByteArray() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
- toByteArray() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Returns This instance serialized with pb with pb magic prefix
- toByteArrayComparable(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toBytes() - Method in enum org.apache.hadoop.hbase.client.IsolationLevel
-
- toBytes() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- toBytes(ByteString) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCacheEvictionStats(HBaseProtos.CacheEvictionStats) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCacheEvictionStats(CacheEvictionStats) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCell(Cell) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toCell(ExtendedCellBuilder, CellProtos.Cell) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toCell(Cell, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCell(ExtendedCellBuilder, CellProtos.Cell, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCellVisibility(ClientProtos.CellVisibility) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer CellVisibility to a client CellVisibility
- toCellVisibility(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer CellVisibility bytes to a client CellVisibility
- toCellVisibility(CellVisibility) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Create a protocol buffer CellVisibility based on a client CellVisibility.
- toCheckAndMutate(ClientProtos.Condition, ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCheckAndMutate(ClientProtos.Condition, List<Mutation>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toClearSlowLogPayload(AdminProtos.ClearSlowLogResponses) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toClusterMetrics(ClusterStatusProtos.ClusterStatus) - Static method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- toClusterStatus(ClusterMetrics) - Static method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
- toColumnFamilyDescriptor(HBaseProtos.ColumnFamilySchema) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Converts a ColumnFamilySchema to ColumnFamilyDescriptor
- toColumnFamilySchema(ColumnFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Converts an ColumnFamilyDescriptor to ColumnFamilySchema
- toCompactedStoreFiles(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCompactionDescriptor(RegionInfo, byte[], List<Path>, List<Path>, Path) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCompactionDescriptor(RegionInfo, byte[], byte[], List<Path>, List<Path>, Path) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCompactionEventTrackerBytes(Set<String>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toComparator(ByteArrayComparable) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a ByteArrayComparable to a protocol buffer Comparator
- toComparator(ComparatorProtos.Comparator) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Comparator to a ByteArrayComparable
- toComparator(ByteArrayComparable) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a ByteArrayComparable to a protocol buffer Comparator
- toComparator(ComparatorProtos.Comparator) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Comparator to a ByteArrayComparable
- toCondition(byte[], byte[], byte[], CompareOperator, byte[], Filter, TimeRange) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toCondition(byte[], Filter, TimeRange) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toCondition(byte[], byte[], byte[], CompareOperator, byte[], TimeRange) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toCondition(byte[], byte[], byte[], CompareOperator, byte[], Filter, TimeRange) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCondition(byte[], Filter, TimeRange) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCondition(byte[], byte[], byte[], CompareOperator, byte[], TimeRange) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toConsistency(ClientProtos.Consistency) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toConsistency(Consistency) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toConsistency(ClientProtos.Consistency) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toConsistency(Consistency) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCoprocessor(Collection<String>) - Static method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- toCursor(Cursor) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCursor(Cell) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCursor(ClientProtos.Cursor) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toDelete(ClientProtos.MutationProto) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to a Delete
- toDelete(ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to a Delete
- toDelete(ClientProtos.MutationProto) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to a Delete
- toDelete(ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to a Delete
- toDeleteType(KeyValue.Type) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a delete KeyValue type to protocol buffer DeleteType.
- toDeleteType(KeyValue.Type) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a delete KeyValue type to protocol buffer DeleteType.
- toDelimitedByteArray(RegionInfo...) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Serializes given RegionInfo's as a byte array.
- toDelimitedByteArray(RegionInfo) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Use this instead of
RegionInfo.toByteArray(RegionInfo)
when writing to a stream and you
want to use the pb mergeDelimitedFrom (w/o the delimiter, pb reads to EOF which may not be what
you want).
- toDelimitedByteArray() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
- toDelimitedByteArray(HRegionInfo...) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- toDelimitedByteArray(Message) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toDescriptiveString() - Method in class org.apache.hadoop.hbase.master.RegionState
-
A slower (but more easy-to-read) stringification
- toDurability(ClientProtos.MutationProto.Durability) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protobuf Durability into a client Durability
- toDurability(Durability) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a client Durability into a protbuf Durability
- toDurability(ClientProtos.MutationProto.Durability) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protobuf Durability into a client Durability
- toDurability(Durability) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client Durability into a protbuf Durability
- toException(HBaseProtos.NameBytesPair) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a stringified protocol buffer exception Parameter to a Java Exception
- toException(HBaseProtos.NameBytesPair) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a stringified protocol buffer exception Parameter to a Java Exception
- toFilter(FilterProtos.Filter) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Filter to a client Filter
- toFilter(Filter) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a client Filter to a protocol buffer Filter
- toFilter(FilterProtos.Filter) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Filter to a client Filter
- toFilter(Filter) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client Filter to a protocol buffer Filter
- toFlushDescriptor(WALProtos.FlushDescriptor.FlushAction, RegionInfo, long, Map<byte[], List<Path>>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toGet(ClientProtos.Get) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Get to a client Get
- toGet(ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to a Get.
- toGet(Get) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Create a protocol buffer Get based on a client Get.
- toGet(ClientProtos.Get) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Get to a client Get
- toGet(Get) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Create a protocol buffer Get based on a client Get.
- toGroupInfo(RSGroupProtos.RSGroupInfo) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toHColumnDescriptor(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.ImmutableHTableDescriptor
-
Deprecated.
- toHColumnDescriptor(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Return a HColumnDescriptor for user to keep the compatibility as much as possible.
- toIncrement(ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to an Increment
- toIncrement(ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to an Increment
- toIOException(ServiceException) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Unwraps an exception from a protobuf service into the underlying (expected) IOException.
- toIOException(ServiceException) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Unwraps an exception from a protobuf service into the underlying (expected) IOException.
- toJavaObject(MessageOrBuilder) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufMessageConverter
-
- toJSON(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- toJSON() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- toJSON(int) - Method in class org.apache.hadoop.hbase.client.Operation
-
Produces a JSON object for fingerprint and details exposure in a parseable format.
- toJSON() - Method in class org.apache.hadoop.hbase.client.Operation
-
Produces a JSON object sufficient for description of a query in a debugging or logging context.
- toJsonElement(MessageOrBuilder) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufMessageConverter
-
- toJsonElement(MessageOrBuilder, boolean) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufMessageConverter
-
- toJsonPrettyPrint() - Method in class org.apache.hadoop.hbase.client.BalancerDecision
-
- toJsonPrettyPrint() - Method in class org.apache.hadoop.hbase.client.BalancerRejection
-
- toJsonPrettyPrint() - Method in class org.apache.hadoop.hbase.client.LogEntry
-
Based on response sent by server, provide pretty printed Json representation in string
- toJsonPrettyPrint() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- toJsonString(MessageOrBuilder) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufMessageConverter
-
- toLockJson(List<LockServiceProtos.LockedResource>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toMap(int) - Method in class org.apache.hadoop.hbase.client.Get
-
Compile the details beyond the scope of getFingerprint (row, columns, timestamps, etc.) into a
Map along with the fingerprinted information.
- toMap(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- toMap() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- toMap(int) - Method in class org.apache.hadoop.hbase.client.Mutation
-
Compile the details beyond the scope of getFingerprint (row, columns, timestamps, etc.) into a
Map along with the fingerprinted information.
- toMap(int) - Method in class org.apache.hadoop.hbase.client.Operation
-
Produces a Map containing a summary of the details of a query beyond the scope of the
fingerprint (i.e.
- toMap() - Method in class org.apache.hadoop.hbase.client.Operation
-
Produces a Map containing a full summary of a query.
- toMap(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
Compile the details beyond the scope of getFingerprint (row, columns, timestamps, etc.) into a
Map along with the fingerprinted information.
- toMutation(ClientProtos.MutationProto) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a MutateRequest to Mutation
- toMutation(ClientProtos.MutationProto.MutationType, Mutation) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toMutation(ClientProtos.MutationProto.MutationType, Mutation, long) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Create a protocol buffer Mutate based on a client Mutation
- toMutation(ClientProtos.MutationProto.MutationType, Mutation, ClientProtos.MutationProto.Builder) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toMutation(ClientProtos.MutationProto.MutationType, Mutation, ClientProtos.MutationProto.Builder, long) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toMutation(ClientProtos.MutationProto) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a MutateRequest to Mutation
- toMutation(ClientProtos.MutationProto.MutationType, Mutation) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toMutation(ClientProtos.MutationProto.MutationType, Mutation, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Create a protocol buffer Mutate based on a client Mutation
- toMutation(ClientProtos.MutationProto.MutationType, Mutation, ClientProtos.MutationProto.Builder) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toMutation(ClientProtos.MutationProto.MutationType, Mutation, ClientProtos.MutationProto.Builder, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toMutationNoData(ClientProtos.MutationProto.MutationType, Mutation, ClientProtos.MutationProto.Builder) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Create a protocol buffer MutationProto based on a client Mutation.
- toMutationNoData(ClientProtos.MutationProto.MutationType, Mutation) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Create a protocol buffer MutationProto based on a client Mutation.
- toMutationNoData(ClientProtos.MutationProto.MutationType, Mutation, ClientProtos.MutationProto.Builder, long) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toMutationNoData(ClientProtos.MutationProto.MutationType, Mutation, ClientProtos.MutationProto.Builder) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Create a protocol buffer MutationProto based on a client Mutation.
- toMutationNoData(ClientProtos.MutationProto.MutationType, Mutation) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Create a protocol buffer MutationProto based on a client Mutation.
- toMutationNoData(ClientProtos.MutationProto.MutationType, Mutation, ClientProtos.MutationProto.Builder, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toNamespaceDescriptor(HBaseProtos.NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toNamespaceDescriptorList(MasterProtos.ListNamespaceDescriptorsResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Get a list of NamespaceDescriptor from ListNamespaceDescriptorsResponse protobuf
- toOption(ClusterStatusProtos.Option) - Static method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
Convert ClusterStatusProtos.Option to ClusterMetrics.Option
- toOption(ClusterMetrics.Option) - Static method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
Convert ClusterMetrics.Option to ClusterStatusProtos.Option
- toOptionalTimestamp(MasterProtos.MajorCompactionTimestampResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toOptions(List<ClusterStatusProtos.Option>) - Static method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
Convert a list of ClusterStatusProtos.Option to an enum set of ClusterMetrics.Option
- toOptions(EnumSet<ClusterMetrics.Option>) - Static method in class org.apache.hadoop.hbase.ClusterMetricsBuilder
-
Convert an enum set of ClusterMetrics.Option to a list of ClusterStatusProtos.Option
- toPermission(AccessControlProtos.Permission) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Converts a Permission proto to a client Permission object.
- toPermission(Permission) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Convert a client Permission to a Permission proto
- toPermission(AccessControlProtos.UsersAndPermissions) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Convert a protobuf UserTablePermissions to a ListMultimap<Username, Permission>
- toPermission(AccessControlProtos.Permission) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
Converts a Permission shaded proto to a client TablePermission object.
- toPermission(Permission) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
Convert a client Permission to a Permission shaded proto
- toPermissionAction(AccessControlProtos.Permission.Action) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Converts a Permission.Action proto to a client Permission.Action object.
- toPermissionAction(Permission.Action) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Convert a client Permission.Action to a Permission.Action proto
- toPermissionAction(Permission.Action) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
Convert a client user permission to a user permission shaded proto.
- toPermissionAction(AccessControlProtos.Permission.Action) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
Convert a Permission.Action shaded proto to a client Permission.Action object.
- toPermissionActions(List<AccessControlProtos.Permission.Action>) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Converts a list of Permission.Action proto to an array of client Permission.Action objects.
- toPermissionActions(List<AccessControlProtos.Permission.Action>) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
Converts a list of Permission.Action shaded proto to an array of client Permission.Action
objects.
- toProcedureJson(List<ProcedureProtos.Procedure>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Helper to convert the protobuf Procedure to JSON String
- toProto(SpaceQuotaSnapshot.SpaceQuotaStatus) - Static method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus
-
- toProtoNamespaceDescriptor(NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toProtoQuotaScope(QuotaScope) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client QuotaScope to a protocol buffer QuotaScope
- toProtoQuotaScope(QuotaType) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client QuotaType to a protocol buffer QuotaType
- toProtoReplicationPeerDescription(ReplicationPeerDescription) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
- toProtoSnapshot(SpaceQuotaSnapshot) - Static method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
-
- toProtoSpaceQuota(long, SpaceViolationPolicy) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Builds a protocol buffer SpaceQuota.
- toProtoTableName(TableName) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toProtoTableName(TableName) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
- toProtoTableName(TableName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toProtoTableNameList(List<TableName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toProtoThrottleType(ThrottleType) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client ThrottleType to a protocol buffer ThrottleType
- toProtoTimeUnit(TimeUnit) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client TimeUnit to a protocol buffer TimeUnit
- toProtoViolationPolicy(SpaceViolationPolicy) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Converts a client SpaceViolationPolicy to a protocol buffer SpaceViolationPolicy.
- toPut(ClientProtos.MutationProto) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to a Put.
- toPut(ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to a Put.
- toPut(ClientProtos.MutationProto) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to a Put.
- toPut(ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to a Put.
- toQuotaScope(QuotaProtos.QuotaScope) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer QuotaScope to a client QuotaScope
- toQuotaScope(QuotaProtos.QuotaType) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer QuotaType to a client QuotaType
- toReadType(Scan.ReadType) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toReadType(ClientProtos.Scan.ReadType) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toReadType(Scan.ReadType) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toReadType(ClientProtos.Scan.ReadType) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toRegionEventDescriptor(WALProtos.RegionEventDescriptor.EventType, RegionInfo, long, ServerName, Map<byte[], List<Path>>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toRegionEventDescriptor(WALProtos.RegionEventDescriptor.EventType, byte[], byte[], byte[], long, ServerName, Map<byte[], List<Path>>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toRegionInfo(RegionInfo) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a RegionInfo to a Proto RegionInfo
- toRegionInfo(HBaseProtos.RegionInfo) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert HBaseProto.RegionInfo to a RegionInfo
- toRegionLoad(RegionMetrics) - Static method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- toRegionLocation(HRegionLocation) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toRegionLocation(HBaseProtos.RegionLocation) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toRegionMetrics(AdminProtos.GetRegionLoadResponse) - Static method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- toRegionMetrics(ClusterStatusProtos.RegionLoad) - Static method in class org.apache.hadoop.hbase.RegionMetricsBuilder
-
- toReplicationLoadSink(ClusterStatusProtos.ReplicationLoadSink) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toReplicationLoadSink(ReplicationLoadSink) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toReplicationLoadSource(ClusterStatusProtos.ReplicationLoadSource) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toReplicationLoadSource(ReplicationLoadSource) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toReplicationPeerDescription(ReplicationProtos.ReplicationPeerDescription) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationPeerConfigUtil
-
- toResult(Result) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a client Result to a protocol buffer Result
- toResult(boolean, boolean) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a client Result to a protocol buffer Result
- toResult(ClientProtos.Result) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Result to a client Result
- toResult(ClientProtos.Result, CellScanner) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Result to a client Result
- toResult(Result) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client Result to a protocol buffer Result
- toResult(Result, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client Result to a protocol buffer Result
- toResult(boolean, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client Result to a protocol buffer Result
- toResult(ClientProtos.Result) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Result to a client Result
- toResult(ClientProtos.Result, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Result to a client Result
- toResult(ClientProtos.Result, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Result to a client Result
- toResultNoData(Result) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a client Result to a protocol buffer Result.
- toResultNoData(Result) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client Result to a protocol buffer Result.
- toRow(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CoprocessorServiceBuilder
-
Specify a stop row
- toRow(byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncTable.CoprocessorServiceBuilder
-
Specify a stop row
- toScan(Scan) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a client Scan to a protocol buffer Scan
- toScan(ClientProtos.Scan) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer Scan to a client Scan
- toScan(Scan) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a client Scan to a protocol buffer Scan
- toScan(ClientProtos.Scan) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Scan to a client Scan
- toScanMetrics(byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toScanMetrics(byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toScanMetrics(ScanMetrics, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toScheduleServerCrashProcedureRequest(List<ServerName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- toSecurityCapabilityList(List<MasterProtos.SecurityCapabilitiesResponse.Capability>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert SecurityCapabilitiesResponse.Capability to SecurityCapability
- toServerLoad(ServerMetrics) - Static method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- toServerMetrics(ClusterStatusProtos.LiveServerInfo) - Static method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- toServerMetrics(ServerName, ClusterStatusProtos.ServerLoad) - Static method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- toServerMetrics(ServerName, int, String, ClusterStatusProtos.ServerLoad) - Static method in class org.apache.hadoop.hbase.ServerMetricsBuilder
-
- toServerName(ServerName) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a ServerName to a protocol buffer ServerName
- toServerName(HBaseProtos.ServerName) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Convert a protocol buffer ServerName to a ServerName
- toServerName(byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
Get a ServerName from the passed in data bytes.
- toServerName(ServerName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a ServerName to a protocol buffer ServerName
- toServerName(HBaseProtos.ServerName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer ServerName to a ServerName
- toServerNameList(List<HBaseProtos.ServerName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a list of protocol buffer ServerName to a list of ServerName
- toServerTask(ServerTask) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toSlowLogPayloads(HBaseProtos.LogEntry) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toSnapshotDescriptionList(MasterProtos.GetCompletedSnapshotsResponse, Pattern) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toSpaceQuotaSnapshot(QuotaProtos.SpaceQuotaSnapshot) - Static method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
-
- toStatus(QuotaProtos.SpaceQuotaStatus) - Static method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus
-
- toString() - Method in class org.apache.hadoop.hbase.CacheEvictionStats
-
- toString() - Method in class org.apache.hadoop.hbase.client.BalancerDecision
-
- toString() - Method in class org.apache.hadoop.hbase.client.BalancerRejection
-
- toString() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- toString() - Method in class org.apache.hadoop.hbase.client.ConnectionImplementation
-
An identifier that will remain the same for a given connection.
- toString() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.NamespaceFuture
-
- toString() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture
-
- toString() - Method in class org.apache.hadoop.hbase.client.HTable
-
- toString(int) - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- toString() - Method in class org.apache.hadoop.hbase.client.ImmutableScan
-
- toString() - Method in class org.apache.hadoop.hbase.client.Increment
-
- toString() - Method in class org.apache.hadoop.hbase.client.LogQueryFilter
-
Deprecated.
- toString() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallTracker
-
- toString() - Method in class org.apache.hadoop.hbase.client.OnlineLogRecord
-
- toString(int) - Method in class org.apache.hadoop.hbase.client.Operation
-
Produces a string representation of this Operation.
- toString() - Method in class org.apache.hadoop.hbase.client.Operation
-
Produces a string representation of this Operation.
- toString() - Method in class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- toString() - Method in class org.apache.hadoop.hbase.client.RegionStatesCount
-
- toString() - Method in class org.apache.hadoop.hbase.client.replication.TableCFs
-
- toString() - Method in class org.apache.hadoop.hbase.client.Result
-
- toString() - Method in class org.apache.hadoop.hbase.client.RetriesExhaustedException.ThrowableWithExtraContext
-
- toString() - Method in class org.apache.hadoop.hbase.client.RpcRetryingCallerImpl
-
- toString() - Method in class org.apache.hadoop.hbase.client.SlowLogParams
-
- toString() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- toString() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Returns Name of this table and then a map of all of the column family descriptors.
- toString() - Method in class org.apache.hadoop.hbase.client.TableState
-
- toString() - Method in class org.apache.hadoop.hbase.ClusterId
-
- toString() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Deprecated.
- toString() - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.ColumnValueFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.FilterBase
-
Return filter's info for debugging and logging purpose.
- toString() - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- toString() - Method in class org.apache.hadoop.hbase.filter.FilterListBase
-
- toString() - Method in class org.apache.hadoop.hbase.filter.FuzzyRowFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.InclusiveStopFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.MultipleColumnPrefixFilter
-
- toString(int) - Method in class org.apache.hadoop.hbase.filter.MultipleColumnPrefixFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.PageFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.SkipFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.TimestampsFilter
-
- toString(int) - Method in class org.apache.hadoop.hbase.filter.TimestampsFilter
-
- toString() - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
-
- toString() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- toString() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- toString() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- toString() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- toString() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- toString() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- toString() - Method in class org.apache.hadoop.hbase.MetaTableAccessor.ReplicationBarrierResult
-
- toString() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus
-
- toString() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
-
- toString() - Method in class org.apache.hadoop.hbase.quotas.ThrottleSettings
-
- toString() - Method in class org.apache.hadoop.hbase.RegionLoad
-
Deprecated.
- toString() - Method in class org.apache.hadoop.hbase.RegionLocations
-
- toString() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- toString() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerDescription
-
- toString() - Method in class org.apache.hadoop.hbase.security.access.GlobalPermission
-
- toString() - Method in class org.apache.hadoop.hbase.security.access.NamespacePermission
-
- toString() - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- toString() - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- toString() - Method in class org.apache.hadoop.hbase.security.access.UserPermission
-
- toString() - Method in class org.apache.hadoop.hbase.security.provider.SaslClientAuthenticationProviders
-
- toString() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- toString() - Method in class org.apache.hadoop.hbase.security.visibility.Authorizations
-
- toString() - Method in class org.apache.hadoop.hbase.security.visibility.CellVisibility
-
- toString() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Deprecated.
- toString() - Method in class org.apache.hadoop.hbase.Size
-
- toString(SnapshotProtos.SnapshotDescription) - Static method in class org.apache.hadoop.hbase.snapshot.ClientSnapshotDescriptionUtils
-
Returns a single line (no \n) representation of snapshot metadata.
- toString() - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- toStringCustomizedValues() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
Returns Column family descriptor with only the customized attributes.
- toStringCustomizedValues() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- toStringCustomizedValues() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Returns Name of this table and then a map of all of the column family descriptors (with only
the non-default column family attributes)
- toStringCustomizedValues() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- toStringCustomizedValues() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
Returns Column family descriptor with only the customized attributes.
- toStringCustomizedValues() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- toStringTableAttributes() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Returns map of all table attributes formatted into string.
- toStringTableAttributes() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Returns map of all table attributes formatted into string.
- toTableDescriptor(HBaseProtos.TableSchema) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Converts a TableSchema to TableDescriptor
- toTableDescriptorList(MasterProtos.GetTableDescriptorsResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Get a list of TableDescriptor from GetTableDescriptorsResponse protobuf
- toTableDescriptorList(MasterProtos.ListTableDescriptorsByNamespaceResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Get a list of TableDescriptor from ListTableDescriptorsByNamespaceResponse protobuf
- toTableDescriptorList(MasterProtos.ListTableDescriptorsByStateResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Get a list of TableDescriptor from ListTableDescriptorsByNamespaceResponse protobuf
- toTableName(TableProtos.TableName) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toTableName(HBaseProtos.TableName) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
- toTableName(HBaseProtos.TableName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toTableNameList(List<HBaseProtos.TableName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toTablePermission(AccessControlProtos.TablePermission) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Converts a TablePermission proto to a client TablePermission object.
- toTableRegionStatesCount(RegionStatesCount) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toTableRegionStatesCount(ClusterStatusProtos.RegionStatesCount) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toTableSchema(TableDescriptor) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Converts an TableDescriptor to TableSchema
- toText(Message) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Returns A String version of the passed in msg
- toThrottleType(QuotaProtos.ThrottleType) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer ThrottleType to a client ThrottleType
- toTimedQuota(long, TimeUnit, QuotaScope) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Build a protocol buffer TimedQuota
- toTimeRange(TimeRange) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toTimeRange(HBaseProtos.TimeRange) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toTimeRange(HBaseProtos.TimeRange) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toTimeRange(TimeRange) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toTimeUnit(HBaseProtos.TimeUnit) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer TimeUnit to a client TimeUnit
- toUnassignRegionsRequest(List<String>, boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- toUserMetrics(ClusterStatusProtos.UserLoad) - Static method in class org.apache.hadoop.hbase.UserMetricsBuilder
-
- toUserMetrics(UserMetrics) - Static method in class org.apache.hadoop.hbase.UserMetricsBuilder
-
- toUserPermission(UserPermission) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Convert a client user permission to a user permission proto
- toUserPermission(AccessControlProtos.UserPermission) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Converts a user permission proto to a client user permission object.
- toUserPermission(AccessControlProtos.UsersAndPermissions) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Convert a protobuf UserTablePermissions to a ListMultimap<Username, UserPermission>
- toUserPermission(AccessControlProtos.UserPermission) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
Converts a user permission proto to a client user permission object.
- toUserPermission(UserPermission) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
Convert a client user permission to a user permission proto
- toUsersAndPermissions(String, Permission) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- toUsersAndPermissions(ListMultimap<String, Permission>) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- toUsersAndPermissions(AccessControlProtos.UsersAndPermissions) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
- toUserTablePermissions(ListMultimap<String, UserPermission>) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Convert a ListMultimap<String, TablePermission> where key is username to a protobuf
UserPermission
- toUserTablePermissions(AccessControlProtos.UsersAndPermissions) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
Convert a shaded protobuf UserTablePermissions to a ListMultimap<String, TablePermission>
where key is username.
- toUserTablePermissions(ListMultimap<String, UserPermission>) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
Convert a ListMultimap<String, TablePermission> where key is username to a shaded
protobuf UserPermission
- toViolationPolicy(QuotaProtos.SpaceViolationPolicy) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Converts a protocol buffer SpaceViolationPolicy to a client SpaceViolationPolicy.
- transformCell(Cell) - Method in class org.apache.hadoop.hbase.filter.Filter
-
Give the filter a chance to transform the passed KeyValue.
- transformCell(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterBase
-
By default no transformation takes place Give the filter a chance to transform the passed KeyValue.
- transformCell(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- transformCell(Cell) - Method in class org.apache.hadoop.hbase.filter.FilterListBase
-
For FilterList, we can consider a filter list as a node in a tree.
- transformCell(Cell) - Method in class org.apache.hadoop.hbase.filter.KeyOnlyFilter
-
- transformCell(Cell) - Method in class org.apache.hadoop.hbase.filter.SkipFilter
-
- transformCell(Cell) - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
-
- translatePFFE(Throwable) - Static method in class org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil
-
Translates exception for preemptive fast fail checks.
- truncateRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Truncate an individual region.
- truncateRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Truncate an individual region.
- truncateRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- truncateRegion(RpcController, MasterProtos.TruncateRegionRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- truncateRegionAsync(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Truncate an individual region.
- truncateRegionAsync(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- truncateTable(TableName, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Truncate a table.
- truncateTable(TableName, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Truncate a table.
- truncateTable(RpcController, MasterProtos.TruncateTableRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- truncateTableAsync(TableName, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Truncate the table but does not block and wait for it to be completely enabled.
- truncateTableAsync(TableName, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- ts - Variable in class org.apache.hadoop.hbase.client.Mutation
-
- TTL - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- TTL - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- type() - Method in class org.apache.hadoop.hbase.client.MultiResponse
-
- type() - Method in class org.apache.hadoop.hbase.client.SingleResponse
-
- value() - Method in class org.apache.hadoop.hbase.client.Result
-
Returns the value of the first column in the Result.
- ValueFilter - Class in org.apache.hadoop.hbase.filter
-
This filter is used to filter based on column value.
- ValueFilter(CompareFilter.CompareOp, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.ValueFilter
-
- ValueFilter(CompareOperator, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.ValueFilter
-
Constructor.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.CatalogReplicaMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.AsyncProcessTask.SubmittedRows
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.CompactionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.CompactType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.Consistency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.Durability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.IsolationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.LogQueryFilter.FilterByOperator
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.LogQueryFilter.Type
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.MasterSwitchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.RequestController.ReturnCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.Scan.ReadType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.security.SecurityCapability
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.apache.hadoop.hbase.client.security.SecurityCapability
-
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.ServerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.SnapshotType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.client.TableState.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.ClusterMetrics.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.CompareOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.Coprocessor.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.filter.Filter.ReturnCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.filter.FilterList.Operator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.KeepDeletedCells
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.master.RegionState.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.MemoryCompactionPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.MetaTableAccessor.QueryType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.quotas.QuotaScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.quotas.QuotaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.quotas.ThrottleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.quotas.ThrottlingException.Type
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.regionserver.BloomType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.security.access.Permission.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.security.access.Permission.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.security.AuthMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.apache.hadoop.hbase.security.AuthMethod
-
Return the object represented by the code.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.security.SaslStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.ServerTask.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.Size.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.util.PoolMap.PoolType
-
Returns the enum constant of this type with the specified name.
- valueOf(String, PoolMap.PoolType) - Static method in enum org.apache.hadoop.hbase.util.PoolMap.PoolType
-
- values() - Static method in enum org.apache.hadoop.hbase.CatalogReplicaMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.AsyncProcessTask.SubmittedRows
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.CompactionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.CompactType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.Consistency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.Durability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.IsolationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.LogQueryFilter.FilterByOperator
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.LogQueryFilter.Type
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.MasterSwitchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.MobCompactPartitionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.RequestController.ReturnCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.Scan.ReadType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.security.SecurityCapability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.ServerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.SnapshotType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.client.TableState.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.ClusterMetrics.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.CompareOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.Coprocessor.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.filter.BitComparator.BitwiseOp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.filter.CompareFilter.CompareOp
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.filter.Filter.ReturnCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.filter.FilterList.Operator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.filter.RegexStringComparator.EngineType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.KeepDeletedCells
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.master.RegionState.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.MemoryCompactionPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.MetaTableAccessor.QueryType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.quotas.QuotaScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.quotas.QuotaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.quotas.SpaceViolationPolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.quotas.ThrottleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.quotas.ThrottlingException.Type
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.regionserver.BloomType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.security.access.Permission.Action
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.security.access.Permission.Scope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.security.AuthMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.security.SaslStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.ServerTask.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.Size.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.apache.hadoop.hbase.util.PoolMap.Pool
-
- values() - Static method in enum org.apache.hadoop.hbase.util.PoolMap.PoolType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- VERSION - Static variable in interface org.apache.hadoop.hbase.Coprocessor
-
- VERSION - Static variable in class org.apache.hadoop.hbase.security.access.Permission
-
- VISIBILITY_LABELS_ATTR_KEY - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityConstants
-
The string that is used as key in setting the Operation attributes for visibility labels
- VisibilityClient - Class in org.apache.hadoop.hbase.security.visibility
-
Utility client for doing visibility labels admin operations.
- VisibilityClient() - Constructor for class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
- VisibilityConstants - Class in org.apache.hadoop.hbase.security.visibility
-
- VisibilityConstants() - Constructor for class org.apache.hadoop.hbase.security.visibility.VisibilityConstants
-
- VisibilityControllerNotReadyException - Exception in org.apache.hadoop.hbase.security.visibility
-
- VisibilityControllerNotReadyException(String) - Constructor for exception org.apache.hadoop.hbase.security.visibility.VisibilityControllerNotReadyException
-
- VisibilityLabelsValidator - Class in org.apache.hadoop.hbase.security.visibility
-
A simple validator that validates the labels passed
- VisibilityLabelsValidator() - Constructor for class org.apache.hadoop.hbase.security.visibility.VisibilityLabelsValidator
-
- visit(Result) - Method in class org.apache.hadoop.hbase.MetaTableAccessor.DefaultVisitorBase
-
- visit(Result) - Method in class org.apache.hadoop.hbase.MetaTableAccessor.TableVisitorBase
-
- visit(Result) - Method in interface org.apache.hadoop.hbase.MetaTableAccessor.Visitor
-
Visit the catalog table row.
- visitInternal(Result) - Method in class org.apache.hadoop.hbase.MetaTableAccessor.DefaultVisitorBase
-
- visitNamespaceQuotas(String, QuotaProtos.Quotas) - Method in interface org.apache.hadoop.hbase.quotas.QuotaTableUtil.NamespaceQuotasVisitor
-
- visitTableQuotas(TableName, QuotaProtos.Quotas) - Method in interface org.apache.hadoop.hbase.quotas.QuotaTableUtil.TableQuotasVisitor
-
- visitUserQuotas(String, QuotaProtos.Quotas) - Method in interface org.apache.hadoop.hbase.quotas.QuotaTableUtil.UserQuotasVisitor
-
- visitUserQuotas(String, TableName, QuotaProtos.Quotas) - Method in interface org.apache.hadoop.hbase.quotas.QuotaTableUtil.UserQuotasVisitor
-
- visitUserQuotas(String, String, QuotaProtos.Quotas) - Method in interface org.apache.hadoop.hbase.quotas.QuotaTableUtil.UserQuotasVisitor
-