- A - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for 'A'
- abort(String, Throwable) - Method in interface org.apache.hadoop.hbase.Abortable
-
Abort the server or client.
- abort(String, Throwable) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- abort(String, Throwable) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- abort(String, Throwable) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- Abortable - Interface in org.apache.hadoop.hbase
-
Interface to support the aborting of a given server or client.
- abortable - Variable in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
-
Used to abort if a fatal error occurs
- abortable - Variable in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- abortProcedure(long, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Abort a procedure.
- abortProcedure(long, boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
abort a procedure
- abortProcedure(long, boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- abortProcedure(long, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- abortProcedure(long, boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- abortProcedure(RpcController, MasterProtos.AbortProcedureRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- abortProcedureAsync(long, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Abort a procedure but does not block and wait for completion.
- abortProcedureAsync(long, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- abortProcedureResult(MasterProtos.AbortProcedureRequest) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture
-
- AbstractClientScanner - Class in org.apache.hadoop.hbase.client
-
Helper class for custom client scanners.
- AbstractClientScanner() - Constructor for class org.apache.hadoop.hbase.client.AbstractClientScanner
-
- AbstractHBaseSaslRpcClient - Class in org.apache.hadoop.hbase.security
-
A utility class that encapsulates SASL logic for RPC client.
- AbstractHBaseSaslRpcClient(AuthMethod, Token<? extends TokenIdentifier>, String, boolean) - Constructor for class org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
-
Create a HBaseSaslRpcClient for an authentication method
- AbstractHBaseSaslRpcClient(AuthMethod, Token<? extends TokenIdentifier>, String, boolean, String) - Constructor for class org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
-
Create a HBaseSaslRpcClient for an authentication method
- AbstractRpcClient<T extends org.apache.hadoop.hbase.ipc.RpcConnection> - Class in org.apache.hadoop.hbase.ipc
-
Provides the basics for a RpcClient implementation like configuration and Logging.
- AbstractRpcClient(Configuration, String, SocketAddress, MetricsConnection) - Constructor for class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
Construct an IPC client for the cluster clusterId
- AbstractRpcClient.BlockingRpcChannelImplementation - Class in org.apache.hadoop.hbase.ipc
-
Blocking rpc channel that goes via hbase rpc.
- AbstractRpcClient.RpcChannelImplementation - Class in org.apache.hadoop.hbase.ipc
-
Async rpc channel that goes via hbase rpc.
- AccessControlClient - Class in org.apache.hadoop.hbase.security.access
-
Utility client for doing access control admin operations.
- AccessControlClient() - Constructor for class org.apache.hadoop.hbase.security.access.AccessControlClient
-
- AccessControlConstants - Interface in org.apache.hadoop.hbase.security.access
-
- AccessControlUtil - Class in org.apache.hadoop.hbase.security.access
-
- AccessDeniedException - Exception in org.apache.hadoop.hbase.security
-
Exception thrown by access-related methods.
- AccessDeniedException() - Constructor for exception org.apache.hadoop.hbase.security.AccessDeniedException
-
- AccessDeniedException(Class<?>, String) - Constructor for exception org.apache.hadoop.hbase.security.AccessDeniedException
-
- AccessDeniedException(String) - Constructor for exception org.apache.hadoop.hbase.security.AccessDeniedException
-
- AccessDeniedException(Throwable) - Constructor for exception org.apache.hadoop.hbase.security.AccessDeniedException
-
- ACL_TABLE_NAME - Static variable in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
- Action - Class in org.apache.hadoop.hbase.client
-
A Get, Put, Increment, Append, or Delete associated with it's region.
- Action(Row, int) - Constructor for class org.apache.hadoop.hbase.client.Action
-
- Action(Row, int, int) - Constructor for class org.apache.hadoop.hbase.client.Action
-
- Action(Action, int) - Constructor for class org.apache.hadoop.hbase.client.Action
-
Creates an action for a particular replica from original action.
- ACTION_BY_CODE - Static variable in class org.apache.hadoop.hbase.security.access.Permission
-
- actions - Variable in class org.apache.hadoop.hbase.client.MultiAction
-
- actions - Variable in class org.apache.hadoop.hbase.security.access.Permission
-
- add(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Append
-
- add(Cell) - Method in class org.apache.hadoop.hbase.client.Append
-
Add column and value to this Append operation.
- add(BigDecimal, BigDecimal) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- add(Double, Double) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- add(Long, Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- add(Map.Entry<byte[], List<Action>>) - Method in class org.apache.hadoop.hbase.client.DelayingRunner
-
- add(Cell) - Method in class org.apache.hadoop.hbase.client.Delete
-
Add an existing delete marker to this Delete object.
- add(Cell) - Method in class org.apache.hadoop.hbase.client.Increment
-
Add the specified KeyValue to this operation.
- add(byte[], Action) - Method in class org.apache.hadoop.hbase.client.MultiAction
-
Add an Action to this container based on it's regionName.
- add(byte[], List<Action>) - Method in class org.apache.hadoop.hbase.client.MultiAction
-
Add an Action to this container based on it's regionName.
- add(byte[], int, Object) - Method in class org.apache.hadoop.hbase.client.MultiResponse
-
Add the pair to the container, grouped by the regionName
- add(Cell) - Method in class org.apache.hadoop.hbase.client.Put
-
Add the specified KeyValue to this Put operation.
- add(Put) - Method in class org.apache.hadoop.hbase.client.RowMutations
-
Add a
Put
operation to the list of mutations
- add(Delete) - Method in class org.apache.hadoop.hbase.client.RowMutations
-
Add a
Delete
operation to the list of mutations
- add(S, S) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
- addAndGet(Result[], boolean) - Method in class org.apache.hadoop.hbase.client.BatchScanResultCache
-
- addColumn(TableName, ColumnFamilyDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- addColumn(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Append
-
Add the specified column and value to this Append operation.
- addColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Delete
-
Delete the latest version of the specified column.
- addColumn(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.Delete
-
Delete the specified version of the specified column.
- addColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Get
-
Get the column from the specific family with the specified qualifier.
- addColumn(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.Increment
-
Increment the column from the specific family with the specified qualifier
by the specified amount.
- addColumn(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Put
-
Add the specified column and value to this Put operation.
- addColumn(byte[], byte[], long, byte[]) - Method in class org.apache.hadoop.hbase.client.Put
-
Add the specified column and value, with the specified timestamp as
its version to this Put operation.
- addColumn(byte[], ByteBuffer, long, ByteBuffer) - Method in class org.apache.hadoop.hbase.client.Put
-
Add the specified column and value, with the specified timestamp as
its version to this Put operation.
- addColumn(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Scan
-
Get the column from the specified family with the specified qualifier.
- addColumn(RpcController, MasterProtos.AddColumnRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- addColumnFamily(TableName, ColumnFamilyDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Add a column family to an existing table.
- addColumnFamily(TableName, ColumnFamilyDescriptor) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Add a column family to an existing table.
- addColumnFamily(TableName, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- addColumnFamily(TableName, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- addColumnFamily(TableName, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- addColumnFamily(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- addColumnFamily(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Adds a column family.
- addColumnFamilyAsync(TableName, ColumnFamilyDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Add a column family to an existing table.
- addColumnFamilyAsync(TableName, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- addColumns(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Delete
-
Delete all versions of the specified column.
- addColumns(byte[], byte[], long) - Method in class org.apache.hadoop.hbase.client.Delete
-
Delete all versions of the specified column with a timestamp less than
or equal to the specified timestamp.
- addCoprocessor(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- addCoprocessor(String, Path, int, Map<String, String>) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- addCoprocessor(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Add a table coprocessor to this table.
- addCoprocessor(String, Path, int, Map<String, String>) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Add a table coprocessor to this table.
- addCoprocessor(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Add a table coprocessor to this table.
- addCoprocessor(String, Path, int, Map<String, String>) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Add a table coprocessor to this table.
- addCoprocessorWithSpec(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- addCoprocessorWithSpec(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Add a table coprocessor to this table.
- addCoprocessorWithSpec(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Add a table coprocessor to this table.
- addDaughter(Connection, HRegionInfo, ServerName, long) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Adds a daughter region entry to meta.
- addDaughtersToPut(Put, HRegionInfo, HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Adds split daughters to the Put
- addDeleteMarker(Cell) - Method in class org.apache.hadoop.hbase.client.Delete
-
- addEmptyLocation(Put, int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- addEstimatedSize(long) - Method in class org.apache.hadoop.hbase.client.ClientAsyncPrefetchScanner
-
- addEstimatedSize(long) - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- addException(byte[], Throwable) - Method in class org.apache.hadoop.hbase.client.MultiResponse
-
- addFamily(byte[]) - Method in class org.apache.hadoop.hbase.client.Delete
-
Delete all versions of all columns of the specified family.
- addFamily(byte[], long) - Method in class org.apache.hadoop.hbase.client.Delete
-
Delete all columns of the specified family with a timestamp less than
or equal to the specified timestamp.
- addFamily(byte[]) - Method in class org.apache.hadoop.hbase.client.Get
-
Get all columns from the specified family.
- addFamily(byte[]) - Method in class org.apache.hadoop.hbase.client.Scan
-
Get all columns from the specified family.
- addFamily(HColumnDescriptor) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Adds a column family.
- addFamilyVersion(byte[], long) - Method in class org.apache.hadoop.hbase.client.Delete
-
Delete all columns of the specified family with a timestamp equal to
the specified timestamp.
- addFilter(List<Filter>) - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- addFilter(Filter) - Method in class org.apache.hadoop.hbase.filter.FilterList
-
Add a filter.
- addImmutable(byte[], byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Put
-
- addImmutable(byte[], byte[], byte[], Tag[]) - Method in class org.apache.hadoop.hbase.client.Put
-
This expects that the underlying arrays won't change.
- addImmutable(byte[], byte[], long, byte[]) - Method in class org.apache.hadoop.hbase.client.Put
-
- addImmutable(byte[], byte[], long, byte[], Tag[]) - Method in class org.apache.hadoop.hbase.client.Put
-
This expects that the underlying arrays won't change.
- addImmutable(byte[], ByteBuffer, long, ByteBuffer, Tag[]) - Method in class org.apache.hadoop.hbase.client.Put
-
This expects that the underlying arrays won't change.
- addImmutable(byte[], ByteBuffer, long, ByteBuffer) - Method in class org.apache.hadoop.hbase.client.Put
-
- addInfo(String, SecurityInfo) - Static method in class org.apache.hadoop.hbase.security.SecurityInfo
-
Adds a security configuration for a new service name.
- addLabel(Configuration, String) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
- addLabel(Connection, String) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
Utility method for adding label to the system.
- addLabels(Configuration, String[]) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
- addLabels(Connection, String[]) - Static method in class org.apache.hadoop.hbase.security.visibility.VisibilityClient
-
Utility method for adding labels to the system.
- addLocation(Put, ServerName, long, long, int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- addPeer(String, ReplicationPeerConfig, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- addPeer(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- addRegionInfo(Put, HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- addRegionsToMeta(Connection, List<HRegionInfo>, int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Adds a hbase:meta row for each of the specified new regions.
- addRegionsToMeta(Connection, List<HRegionInfo>, int, long) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Adds a hbase:meta row for each of the specified new regions.
- addRegionToMeta(Connection, HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Adds a hbase:meta row for the specified new region.
- addRegionToMeta(Table, HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Adds a hbase:meta row for the specified new region to the given catalog table.
- addRegionToMeta(Table, HRegionInfo, HRegionInfo, HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Adds a (single) hbase:meta row for the specified new region and its daughters.
- addRegionToMeta(Connection, HRegionInfo, HRegionInfo, HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Adds a (single) hbase:meta row for the specified new region and its daughters.
- addReplicationPeer(String, ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Add a new replication peer for replicating data to slave cluster.
- addReplicationPeer(String, ReplicationPeerConfig) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Add a new replication peer for replicating data to slave cluster
- addReplicationPeer(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- addReplicationPeer(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- addReplicationPeer(String, ReplicationPeerConfig) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- addReplicationPeer(RpcController, ReplicationProtos.AddReplicationPeerRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- addStatistic(byte[], ClientProtos.RegionLoadStats) - Method in class org.apache.hadoop.hbase.client.MultiResponse
-
- addToCounter(String, long) - Method in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- addToFailedServers(InetSocketAddress, Throwable) - Method in class org.apache.hadoop.hbase.ipc.FailedServers
-
Add an address to the list of the failed servers list.
- addTypeFilter(QuotaType) - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Add a type to the filter list
- Admin - Interface in org.apache.hadoop.hbase.client
-
The administrative API for HBase.
- advance() - Method in class org.apache.hadoop.hbase.client.Result
-
- allTableRegions(Connection, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- AND - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
AND Byte Array
- AND_ARRAY - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
AND Array
- AND_BUFFER - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
- AND_OPERATOR - Static variable in class org.apache.hadoop.hbase.security.visibility.VisibilityConstants
-
- Append - Class in org.apache.hadoop.hbase.client
-
Performs Append operations on a single row.
- Append(byte[]) - Constructor for class org.apache.hadoop.hbase.client.Append
-
Create a Append operation for the specified row.
- Append(Append) - Constructor for class org.apache.hadoop.hbase.client.Append
-
Copy constructor
- Append(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.client.Append
-
Create a Append operation for the specified row.
- append(Append) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Appends values to one or more columns within a single row.
- append(Append) - Method in class org.apache.hadoop.hbase.client.HTable
-
Appends values to one or more columns within a single row.
- append(Append) - Method in interface org.apache.hadoop.hbase.client.Table
-
Appends values to one or more columns within a single row.
- appendPeerTableCFs(String, String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- appendPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- appendReplicationPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Append the replicable table column family config from the specified peer.
- appendReplicationPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Append the replicable table-cf config of the specified peer
- appendReplicationPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- appendReplicationPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- appendReplicationPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- appendTableCFsToReplicationPeerConfig(Map<TableName, ? extends Collection<String>>, ReplicationPeerConfig) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
- appendTracker - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- areAdjacent(RegionInfo, RegionInfo) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Check whether two regions are adjacent
- areAdjacent(HRegionInfo, HRegionInfo) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- areScanStartRowAndStopRowEqual(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.client.ClientUtil
-
- assertSnapshotRequestIsValid(SnapshotProtos.SnapshotDescription) - Static method in class org.apache.hadoop.hbase.snapshot.ClientSnapshotDescriptionUtils
-
Check to make sure that the description of the snapshot requested is valid
- assign(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Assign a Region.
- assign(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- assign(byte[]) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- assign(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- assign(byte[]) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- assignRegion(RpcController, MasterProtos.AssignRegionRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- AsyncAdmin - Interface in org.apache.hadoop.hbase.client
-
The asynchronous administrative API for HBase.
- AsyncAdminBuilder - Interface in org.apache.hadoop.hbase.client
-
- AsyncAdminRequestRetryingCaller<T> - Class in org.apache.hadoop.hbase.client
-
- AsyncAdminRequestRetryingCaller(HashedWheelTimer, AsyncConnectionImpl, long, int, long, long, int, ServerName, AsyncAdminRequestRetryingCaller.Callable<T>) - Constructor for class org.apache.hadoop.hbase.client.AsyncAdminRequestRetryingCaller
-
- AsyncAdminRequestRetryingCaller.Callable<T> - Interface in org.apache.hadoop.hbase.client
-
- AsyncBufferedMutator - Interface in org.apache.hadoop.hbase.client
-
Used to communicate with a single HBase table in batches.
- AsyncBufferedMutatorBuilder - Interface in org.apache.hadoop.hbase.client
-
- AsyncConnection - Interface in org.apache.hadoop.hbase.client
-
The asynchronous version of Connection.
- asyncCreate(ZooKeeperWatcher, String, byte[], AsyncCallback.StringCallback, Object) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Async creates the specified node with the specified data.
- AsyncHBaseAdmin - Class in org.apache.hadoop.hbase.client
-
The implementation of AsyncAdmin.
- AsyncMasterRequestRpcRetryingCaller<T> - Class in org.apache.hadoop.hbase.client
-
Retry caller for a request call to master.
- AsyncMasterRequestRpcRetryingCaller(HashedWheelTimer, AsyncConnectionImpl, AsyncMasterRequestRpcRetryingCaller.Callable<T>, long, int, long, long, int) - Constructor for class org.apache.hadoop.hbase.client.AsyncMasterRequestRpcRetryingCaller
-
- AsyncMasterRequestRpcRetryingCaller.Callable<T> - Interface in org.apache.hadoop.hbase.client
-
- AsyncMetaTableAccessor - Class in org.apache.hadoop.hbase
-
The asynchronous meta table accessor.
- AsyncMetaTableAccessor() - Constructor for class org.apache.hadoop.hbase.AsyncMetaTableAccessor
-
- AsyncProcessTask<T> - Class in org.apache.hadoop.hbase.client
-
Contains the attributes of a task which will be executed
by
AsyncProcess
.
- AsyncProcessTask.Builder<T> - Class in org.apache.hadoop.hbase.client
-
- AsyncProcessTask.SubmittedRows - Enum in org.apache.hadoop.hbase.client
-
The number of processed rows.
- AsyncRequestFuture - Interface in org.apache.hadoop.hbase.client
-
The context used to wait for results from one submit call.
- AsyncRpcRetryingCaller<T> - Class in org.apache.hadoop.hbase.client
-
- AsyncRpcRetryingCaller(HashedWheelTimer, AsyncConnectionImpl, long, int, long, long, int) - Constructor for class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
- AsyncServerRequestRpcRetryingCaller<T> - Class in org.apache.hadoop.hbase.client
-
Retry caller for a request call to region server.
- AsyncServerRequestRpcRetryingCaller(HashedWheelTimer, AsyncConnectionImpl, long, int, long, long, int, ServerName, AsyncServerRequestRpcRetryingCaller.Callable<T>) - Constructor for class org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller
-
- AsyncServerRequestRpcRetryingCaller.Callable<T> - Interface in org.apache.hadoop.hbase.client
-
- AsyncTable - Interface in org.apache.hadoop.hbase.client
-
The asynchronous table for normal users.
- AsyncTableBase - Interface in org.apache.hadoop.hbase.client
-
The base interface for asynchronous version of Table.
- AsyncTableBuilder<T extends AsyncTableBase> - Interface in org.apache.hadoop.hbase.client
-
- AsyncTableRegionLocator - Interface in org.apache.hadoop.hbase.client
-
The asynchronous version of RegionLocator.
- Attributes - Interface in org.apache.hadoop.hbase.client
-
- AUTH_TOKEN_TYPE - Static variable in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- authenticationMethod - Variable in enum org.apache.hadoop.hbase.security.AuthMethod
-
- AuthenticationTokenIdentifier - Class in org.apache.hadoop.hbase.security.token
-
Represents the identity information stored in an HBase authentication token.
- AuthenticationTokenIdentifier() - Constructor for class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- AuthenticationTokenIdentifier(String) - Constructor for class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- AuthenticationTokenIdentifier(String, int, long, long) - Constructor for class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- AuthenticationTokenSelector - Class in org.apache.hadoop.hbase.security.token
-
- AuthenticationTokenSelector() - Constructor for class org.apache.hadoop.hbase.security.token.AuthenticationTokenSelector
-
- AuthMethod - Enum in org.apache.hadoop.hbase.security
-
Authentication method
- Authorizations - Class in org.apache.hadoop.hbase.security.visibility
-
This class contains visibility labels associated with a Scan/Get deciding which all labeled data
current scan/get can access.
- Authorizations(String...) - Constructor for class org.apache.hadoop.hbase.security.visibility.Authorizations
-
- Authorizations(List<String>) - Constructor for class org.apache.hadoop.hbase.security.visibility.Authorizations
-
- available(Configuration) - Static method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Is HBase available? Throw an exception if not.
- 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(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Invoke the balancer.
- balance() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Invoke the balancer.
- balance(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Invoke the balancer.
- balance(boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- balance() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- balance(boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- balance(boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- balancerSwitch(boolean, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
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.AsyncTableBase
-
Method that does a batch call on Deletes, Gets, Puts, Increments and Appends.
- 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
-
Method that does a batch call on Deletes, Gets, Puts, Increments, Appends, RowMutations.
- 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.AsyncTableBase
-
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
-
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) - 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
-
- BinaryComparator - Class in org.apache.hadoop.hbase.filter
-
- BinaryComparator(byte[]) - Constructor for class org.apache.hadoop.hbase.filter.BinaryComparator
-
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
-
- 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<?>, InetSocketAddress, 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) - 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.
- blockUntilAvailable(ZooKeeperWatcher, long, Configuration) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Wait until the primary meta region is available.
- blockUntilAvailable(ZooKeeperWatcher, long) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Wait until the meta region is available and is not in transition.
- blockUntilAvailable(ZooKeeperWatcher, int, long) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Wait until the meta region is available and is not in transition.
- blockUntilAvailable() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
-
Gets the data of the node, blocking until the node is available.
- blockUntilAvailable(long, boolean) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
-
Gets the data of the node, blocking until the node is available or the
specified timeout has elapsed.
- 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
-
- 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 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.ColumnFamilyDescriptorBuilder
-
- build() - Method in class org.apache.hadoop.hbase.client.RegionInfoBuilder
-
- 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.ClusterStatus.Builder
-
- 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) - 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
- buildBalanceRequest(boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer BalanceRequest
- 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) - 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(List<ServerName>) - 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
-
- buildCompactRegionRequest(byte[], boolean, byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildCompactRegionRequest(byte[], boolean, Optional<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
- buildCreateTableRequest(TableDescriptor, Optional<byte[][]>, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer CreateTableRequest
- 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
- buildDrainRegionServersRequest(List<ServerName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- 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
- buildException(Throwable) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ResponseConverter
-
- 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[], boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer FlushRegionRequest for a given region name
- buildGetClusterStatusRequest(EnumSet<ClusterStatus.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<HRegionInfo>) - 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
-
- buildGetRegionLoadRequest(TableName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildGetRegionLoadRequest(Optional<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
-
- buildGetTableDescriptorsRequest(Optional<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
-
- buildGetTableNamesRequest(Optional<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
- buildGetUserPermissionsResponse(List<UserPermission>) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Converts the permissions list into a protocol buffer GetUserPermissionsResponse
- 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 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 permissions.
- buildGrantRequest(String, boolean, AccessControlProtos.Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Create a request to grant user permissions.
- 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
- 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
-
- buildListReplicationPeersRequest(Optional<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
- buildModifyNamespaceRequest(NamespaceDescriptor) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer ModifyNamespaceRequest
- buildModifyTableRequest(TableName, TableDescriptor, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer ModifyTableRequest
- buildMoveRegionRequest(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- buildMoveRegionRequest(byte[], Optional<ServerName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MoveRegionRequest
- buildMutateRequest(byte[], byte[], byte[], byte[], ByteArrayComparable, HBaseProtos.CompareType, Put) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MutateRequest for a conditioned put
- buildMutateRequest(byte[], byte[], byte[], byte[], ByteArrayComparable, HBaseProtos.CompareType, Delete) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MutateRequest for a conditioned delete
- buildMutateRequest(byte[], byte[], byte[], byte[], ByteArrayComparable, HBaseProtos.CompareType, RowMutations) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MutateRequest for conditioned row mutations
- 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
- buildNoDataRegionAction(byte[], RowMutations, List<CellScannable>, ClientProtos.RegionAction.Builder, ClientProtos.Action.Builder, ClientProtos.MutationProto.Builder) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MultiRequest for row mutations that does not hold data.
- buildNoDataRegionAction(byte[], Iterable<Action>, List<CellScannable>, ClientProtos.RegionAction.Builder, ClientProtos.Action.Builder, ClientProtos.MutationProto.Builder) - 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() - 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, List<Pair<HRegionInfo, List<ServerName>>>, Boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer OpenRegionRequest to open a list of regions
- buildOpenRegionRequest(ServerName, HRegionInfo, List<ServerName>, Boolean) - 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
-
- buildRegionAction(byte[], RowMutations) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer MultiRequest for row mutations.
- buildRegionAction(byte[], List<Action>, ClientProtos.RegionAction.Builder, ClientProtos.Action.Builder, ClientProtos.MutationProto.Builder) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a protocol buffer multi request for a list of actions.
- buildRegionOpenInfo(HRegionInfo, List<ServerName>, Boolean) - 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
- buildRemoveDrainFromRegionServersRequest(List<ServerName>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
- 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 permissions.
- buildRevokeRequest(String, String, AccessControlProtos.Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Create a request to revoke user 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 permissions.
- 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.
- buildSetSplitOrMergeEnabledRequest(boolean, boolean, MasterSwitchType...) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer SetSplitOrMergeEnabledRequest
- buildSplitTableRegionRequest(HRegionInfo, 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
- buildTruncateTableRequest(TableName, boolean, long, long) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer TruncateTableRequest
- buildUnassignRegionRequest(byte[], boolean) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Creates a protocol buffer UnassignRegionRequest
- buildUpdateFavoredNodesRequest(List<Pair<HRegionInfo, 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(HRegionInfo) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.RequestConverter
-
Create a WarmupRegionRequest for a given region name
- BypassCoprocessorException - Exception in org.apache.hadoop.hbase.coprocessor
-
Thrown if a coprocessor rules we should bypass an operation
- BypassCoprocessorException() - Constructor for exception org.apache.hadoop.hbase.coprocessor.BypassCoprocessorException
-
Default Constructor
- BypassCoprocessorException(String) - Constructor for exception org.apache.hadoop.hbase.coprocessor.BypassCoprocessorException
-
Constructs the exception and supplies a string as the message
- bypassGlobals(String, boolean) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Set the "bypass global settings" for the specified user
- 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.client.ColumnFamilyDescriptorBuilder
-
Key for cache data into L1 if cache is set up with more than one tier.
- 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.
- cacheLocation(TableName, RegionLocations) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- 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
-
- call(HBaseRpcController, AdminProtos.AdminService.Interface) - Method in interface org.apache.hadoop.hbase.client.AsyncAdminRequestRetryingCaller.Callable
-
- call() - Method in class org.apache.hadoop.hbase.client.AsyncMasterRequestRpcRetryingCaller
-
- 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(S, RpcController, RpcCallback<R>) - Method in interface org.apache.hadoop.hbase.client.RawAsyncTable.CoprocessorCallable
-
Represent the actual protobuf rpc call.
- 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(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
-
- 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
-
- 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.
- 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 class org.apache.hadoop.hbase.client.HBaseAdmin
-
- 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
-
- 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
-
- channelInactive(ChannelHandlerContext) - Method in class org.apache.hadoop.hbase.security.SaslUnwrapHandler
-
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class org.apache.hadoop.hbase.security.CryptoAESUnwrapHandler
-
- 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 interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Atomically checks if a row/family/qualifier value equals to the expected value.
- checkAndDelete(byte[], byte[], byte[], CompareOperator, byte[], Delete) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Atomically checks if a row/family/qualifier value matches the expected value.
- checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in class org.apache.hadoop.hbase.client.HTable
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- checkAndDelete(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Delete) - Method in class org.apache.hadoop.hbase.client.HTable
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- checkAndDelete(byte[], byte[], byte[], CompareOperator, byte[], Delete) - Method in class org.apache.hadoop.hbase.client.HTable
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- checkAndDelete(byte[], byte[], byte[], byte[], Delete) - Method in interface org.apache.hadoop.hbase.client.Table
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- 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
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- checkAndMutate(byte[], byte[], byte[], byte[], RowMutations) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Atomically checks if a row/family/qualifier value equals to the expected value.
- checkAndMutate(byte[], byte[], byte[], CompareOperator, byte[], RowMutations) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Atomically checks if a row/family/qualifier value matches the expected value.
- checkAndMutate(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], RowMutations) - Method in class org.apache.hadoop.hbase.client.HTable
-
Atomically checks if a row/family/qualifier value matches the expected value.
- checkAndMutate(byte[], byte[], byte[], CompareOperator, byte[], RowMutations) - Method in class org.apache.hadoop.hbase.client.HTable
-
Atomically checks if a row/family/qualifier value matches the expected value.
- 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
-
Atomically checks if a row/family/qualifier value matches the expected value.
- checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Atomically checks if a row/family/qualifier value equals to the expected value.
- checkAndPut(byte[], byte[], byte[], CompareOperator, byte[], Put) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Atomically checks if a row/family/qualifier value matches the expected value.
- checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in class org.apache.hadoop.hbase.client.HTable
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- checkAndPut(byte[], byte[], byte[], CompareFilter.CompareOp, byte[], Put) - Method in class org.apache.hadoop.hbase.client.HTable
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- checkAndPut(byte[], byte[], byte[], CompareOperator, byte[], Put) - Method in class org.apache.hadoop.hbase.client.HTable
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- checkAndPut(byte[], byte[], byte[], byte[], Put) - Method in interface org.apache.hadoop.hbase.client.Table
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- 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
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- checkAndSetZNodeAcls() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
On master start, we check the znode ACLs under the root directory and set the ACLs properly
if needed.
- checkExists(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Check if the specified node exists.
- 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'
- checkHBaseAvailable(Configuration) - Static method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- checkIfBaseNodeAvailable() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
-
Checks if the baseznode set as per the property 'zookeeper.znode.parent'
exists.
- 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
-
- checkZk() - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
Try to create a ZooKeeper connection.
- 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 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.
- 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) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Delete all cached entries of a table.
- clearCache(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Delete a cached location, no matter what it is.
- clearCache(TableName, byte[], int) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Delete a cached location with specific replicaId.
- clearCache(TableName, byte[], ServerName) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Delete a cached location for a table, row and server
- clearCache(HRegionInfo) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Deletes the cached location of the region if necessary, based on some error from source.
- clearCache(HRegionLocation) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
- clearCaches(ServerName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Clear any caches that pertain to server name sn
.
- 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.AsyncHBaseAdmin
-
- clearCompactionQueues(ServerName, Set<String>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- clearCompactionQueues(ServerName, Set<String>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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.AsyncHBaseAdmin
-
- clearDeadServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- clearDeadServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- clearDeadServers(RpcController, MasterProtos.ClearDeadServersRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- clearRegionCache() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Allows flushing the region cache.
- clearRegionCache(TableName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Allows flushing the region cache of all locations that pertain to
tableName
- clearRegionCache() - Method in class org.apache.hadoop.hbase.client.HTable
-
Explicitly clears the region cache to fetch the latest value from META.
- 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.
- ClientAsyncPrefetchScanner - Class in org.apache.hadoop.hbase.client
-
ClientAsyncPrefetchScanner implements async scanner behaviour.
- ClientAsyncPrefetchScanner(Configuration, Scan, TableName, ClusterConnection, RpcRetryingCallerFactory, RpcControllerFactory, ExecutorService, int) - 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
-
- ClientScanner - Class in org.apache.hadoop.hbase.client
-
Implements the scanner interface for the HBase client.
- ClientScanner(Configuration, Scan, TableName, ClusterConnection, RpcRetryingCallerFactory, RpcControllerFactory, ExecutorService, int) - 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) - 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, TableName, ClusterConnection, RpcRetryingCallerFactory, RpcControllerFactory, ExecutorService, int) - 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.
- ClientSnapshotDescriptionUtils() - Constructor for class org.apache.hadoop.hbase.snapshot.ClientSnapshotDescriptionUtils
-
- 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
-
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.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) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- cloneSnapshot(byte[], TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- cloneSnapshot(String, TableName, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- cloneSnapshot(String, TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- cloneSnapshot(String, TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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) - 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 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.HBaseAdmin
-
- 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
-
- 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(ChannelHandlerContext, ChannelPromise) - Method in class org.apache.hadoop.hbase.security.CryptoAESWrapHandler
-
- close(ChannelHandlerContext, ChannelPromise) - Method in class org.apache.hadoop.hbase.security.SaslWrapHandler
-
- close() - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- close() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Close the connection to ZooKeeper.
- 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(byte[], Optional<ServerName>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- closeRegion(byte[], Optional<ServerName>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- 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(byte[], Optional<ServerName>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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 - 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
-
- clusterStateZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- ClusterStatus - Class in org.apache.hadoop.hbase
-
Status information on the HBase cluster.
- ClusterStatus(String, String, Map<ServerName, ServerLoad>, Collection<ServerName>, ServerName, Collection<ServerName>, List<RegionState>, String[], Boolean) - Constructor for class org.apache.hadoop.hbase.ClusterStatus
-
- ClusterStatus.Builder - Class in org.apache.hadoop.hbase
-
Builder for construct a ClusterStatus.
- ClusterStatus.Option - Enum in org.apache.hadoop.hbase
-
Kinds of ClusterStatus
- code() - Method in enum org.apache.hadoop.hbase.security.access.Permission.Action
-
- 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.
- 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, Optional<byte[]>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Compact a column family within a table.
- compact(TableName, Optional<byte[]>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- 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.
- compact(TableName, Optional<byte[]>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
- 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[], Optional<byte[]>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Compact a column family within a region.
- compactRegion(byte[], Optional<byte[]>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- 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.
- compactRegion(byte[], Optional<byte[]>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- compactRegionServer(ServerName, boolean) - 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.AsyncHBaseAdmin
-
- compactRegionServer(ServerName, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Compact all regions on the region server.
- compactRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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.TableDescriptor
-
- comparator - Variable in class org.apache.hadoop.hbase.filter.CompareFilter
-
- comparator - Variable in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- 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.
- 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.
- 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(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.Increment
-
- compareTo(Row) - Method in class org.apache.hadoop.hbase.client.Mutation
-
- compareTo(Row) - Method in class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- 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.BinaryComparator
-
- compareTo(ByteBuffer, int, int) - Method in class org.apache.hadoop.hbase.filter.BinaryComparator
-
- 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(MultiRowRangeFilter.RowRange) - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- 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(HRegionInfo) - Method in class org.apache.hadoop.hbase.HRegionInfo
-
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.
- 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.
- compressor - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- conf - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- conf - Variable in class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- 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
-
- conn - Variable in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
- connect(Configuration, Watcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Creates a new connection to ZooKeeper, pulling settings and ensemble config
from the specified configuration object using methods from
ZKConfig
.
- connect(Configuration, String, Watcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
- connect(Configuration, String, Watcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
- 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
-
- 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
-
- 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
- connections - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- 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
-
- contains(byte[]) - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- contains(byte[], int, int) - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- 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).
- containsKey(Object) - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- 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
-
- 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
-
- containsRow(byte[]) - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Return true if the given row falls in this region.
- containsValue(Object) - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- 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.ReplicationSerDeHelper
-
convert map to TableCFs Object
- convert(String) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
Convert string to TableCFs Object.
- convert(ReplicationProtos.TableCF[]) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
Convert TableCFs Object to String.
- convert(ReplicationProtos.ReplicationPeer) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
- convert(ReplicationPeerConfig) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
- 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
-
- convert(ClusterIdProtos.ClusterId) - Static method in class org.apache.hadoop.hbase.ClusterId
-
- 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
- convert(ClusterStatusProtos.ClusterStatus) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protobuf ClusterStatus to a ClusterStatus
- convert(ClusterStatus) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a ClusterStatus to a protobuf ClusterStatus
- convert(DeserializationException) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
- convert2Map(ReplicationProtos.TableCF[]) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
Convert tableCFs Object to Map.
- 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.ReplicationSerDeHelper
-
- convertToString(Map<TableName, ? extends Collection<String>>) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
- CoordinatedStateException - Exception in org.apache.hadoop.hbase
-
Thrown by operations requiring coordination state access or manipulation
when internal error within coordination engine (or other internal implementation) occurs.
- CoordinatedStateException() - Constructor for exception org.apache.hadoop.hbase.CoordinatedStateException
-
- CoordinatedStateException(String) - Constructor for exception org.apache.hadoop.hbase.CoordinatedStateException
-
- CoordinatedStateException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.CoordinatedStateException
-
- CoordinatedStateException(Throwable) - Constructor for exception org.apache.hadoop.hbase.CoordinatedStateException
-
- Coprocessor - Interface in org.apache.hadoop.hbase
-
Coprocessor interface.
- Coprocessor.State - Enum in org.apache.hadoop.hbase
-
Lifecycle state of a given coprocessor instance.
- CoprocessorEnvironment - 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>, RawAsyncTable.CoprocessorCallable<S, R>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Execute the given coprocessor call on the master.
- coprocessorService(Function<RpcChannel, S>, RawAsyncTable.CoprocessorCallable<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>, RawAsyncTable.CoprocessorCallable<S, R>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- coprocessorService(Function<RpcChannel, S>, RawAsyncTable.CoprocessorCallable<S, R>, ServerName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- 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
-
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 class org.apache.hadoop.hbase.client.HTable
-
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 class org.apache.hadoop.hbase.client.HTable
-
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(Function<RpcChannel, S>, RawAsyncTable.CoprocessorCallable<S, R>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- coprocessorService(Function<RpcChannel, S>, RawAsyncTable.CoprocessorCallable<S, R>, ServerName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- coprocessorService(Function<RpcChannel, S>, RawAsyncTable.CoprocessorCallable<S, R>, byte[]) - Method in interface org.apache.hadoop.hbase.client.RawAsyncTable
-
Execute the given coprocessor call on the region which contains the given row
.
- coprocessorService(Function<RpcChannel, S>, RawAsyncTable.CoprocessorCallable<S, R>, byte[], byte[], RawAsyncTable.CoprocessorCallback<R>) - Method in interface org.apache.hadoop.hbase.client.RawAsyncTable
-
Execute the given coprocessor call on the regions which are covered by the range from
startKey
inclusive and endKey
exclusive.
- coprocessorService(Function<RpcChannel, S>, RawAsyncTable.CoprocessorCallable<S, R>, byte[], boolean, byte[], boolean, RawAsyncTable.CoprocessorCallback<R>) - Method in interface org.apache.hadoop.hbase.client.RawAsyncTable
-
Execute the given coprocessor call on the regions which are covered by the range from
startKey
and endKey
.
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- create(String, byte[], List<ACL>, CreateMode) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
NONSEQUENTIAL create is idempotent operation.
- createACL(ZooKeeperWatcher, String, boolean) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
- createAndFailSilent(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Creates the specified node, iff the node does not exist.
- createAndFailSilent(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Creates the specified node containing specified data, iff the node does not exist.
- createAndFailSilent(String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp
-
- createAndWatch(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Creates the specified node with the specified data and watches it.
- 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
.
- 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, SocketAddress, 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
- createCompactionState(AdminProtos.GetRegionInfoResponse.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
-
- 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(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
-
- createDigestSaslClient(String[], String, CallbackHandler) - Method in class org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
-
- createEncryptionContext(Configuration, ColumnFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.security.EncryptionUtil
-
Helper to create an encyption context.
- createEphemeralNodeAndWatch(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Set the specified znode to be an ephemeral node carrying the specified
data.
- createEventLoopPerClient(Configuration) - Static method in class org.apache.hadoop.hbase.ipc.NettyRpcClientConfigHelper
-
The AsyncRpcClient
will create its own NioEventLoopGroup
.
- 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.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
-
- createHBaseProtosSnapshotDesc(SnapshotDescription) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- createKerberosSaslClient(String[], String, String) - Method in class org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
-
- 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(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- createNamespace(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- createNamespace(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- createNodeIfNotExistsAndWatch(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Creates the specified znode to be a persistent node carrying the specified
data.
- createNodeIfNotExistsNoWatch(ZooKeeperWatcher, String, byte[], CreateMode) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Creates the specified znode with the specified data but does not watch it.
- 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
-
- createProtosSnapShotDescType(String) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- 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
-
- 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.
- 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
-
- createSetData(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Set data into node creating node if it doesn't yet exist.
- createShortCircuitConnection(Configuration, ExecutorService, User, ServerName, AdminProtos.AdminService.BlockingInterface, ClientProtos.ClientService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.client.ConnectionUtils
-
Creates a short-circuit connection that can bypass the RPC layer (serialization,
deserialization, networking, etc..) when talking to a local server.
- 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
-
- 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, Optional<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.AsyncHBaseAdmin
-
- createTable(TableDescriptor, Optional<byte[][]>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- createTable(TableDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- createTable(TableDescriptor, byte[], byte[], int) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- createTable(TableDescriptor, byte[][]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- createTable(TableDescriptor, byte[], byte[], int) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- createTable(TableDescriptor, Optional<byte[][]>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- createTable(RpcController, MasterProtos.CreateTableRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- 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
-
- 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
- createWithParents(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Creates the specified node and all parent nodes required for it to exist.
- createWithParents(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Creates the specified node and all parent nodes required for it to exist.
- CryptoAESUnwrapHandler - Class in org.apache.hadoop.hbase.security
-
Unwrap messages with Crypto AES.
- CryptoAESUnwrapHandler(CryptoAES) - Constructor for class org.apache.hadoop.hbase.security.CryptoAESUnwrapHandler
-
- CryptoAESWrapHandler - Class in org.apache.hadoop.hbase.security
-
wrap messages with Crypto AES.
- CryptoAESWrapHandler(CryptoAES) - Constructor for class org.apache.hadoop.hbase.security.CryptoAESWrapHandler
-
- current() - Method in class org.apache.hadoop.hbase.client.Result
-
- currentRegion - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- Cursor - Class in org.apache.hadoop.hbase.client
-
- cursor() - Method in interface org.apache.hadoop.hbase.client.RawScanResultConsumer.ScanController
-
Get the scan cursor if available.
- 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
-
- D - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for 'D'
- DATA_BLOCK_ENCODING - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- DATA_BLOCK_ENCODING - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.apache.hadoop.hbase.security.SaslChallengeDecoder
-
- decTaskCounters(Collection<byte[]>, ServerName) - Method in interface org.apache.hadoop.hbase.client.RequestController
-
Decrement the counter if a task is accomplished.
- DEFAULT_ATTRIBUTE_EARLY_OUT - Static variable in interface org.apache.hadoop.hbase.security.access.AccessControlConstants
-
Default setting for hbase.security.access.early_out
- DEFAULT_BLOCKCACHE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default setting for whether to use a block cache or not.
- DEFAULT_BLOCKCACHE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default size of blocks in files stored to the filesytem (hfiles).
- DEFAULT_BLOCKSIZE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_BLOOMFILTER - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default setting for whether or not to use bloomfilters.
- DEFAULT_BLOOMFILTER - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_CACHE_BLOOMS_ON_WRITE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default setting for whether to cache bloom filter blocks on write if block
caching is enabled.
- DEFAULT_CACHE_BLOOMS_ON_WRITE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_CACHE_DATA_IN_L1 - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default setting for whether to cache data blocks in L1 tier.
- DEFAULT_CACHE_DATA_IN_L1 - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_CACHE_DATA_ON_WRITE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default setting for whether to cache data blocks on write if block caching
is enabled.
- DEFAULT_CACHE_DATA_ON_WRITE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_CACHE_INDEX_ON_WRITE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default setting for whether to cache index blocks on write if block caching
is enabled.
- DEFAULT_CACHE_INDEX_ON_WRITE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_CODEC_CLASS - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- DEFAULT_COMPACTION_ENABLED - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Constant that denotes whether the table is compaction enabled by default
- DEFAULT_COMPACTION_ENABLED - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- DEFAULT_COMPRESS_TAGS - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default compress tags along with any type of DataBlockEncoding.
- DEFAULT_COMPRESS_TAGS - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_COMPRESSION - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default compression type.
- DEFAULT_COMPRESSION - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_DATA_BLOCK_ENCODING - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default data block encoding algorithm.
- DEFAULT_DATA_BLOCK_ENCODING - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_DFS_REPLICATION - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- DEFAULT_DFS_REPLICATION - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_ENCODE_ON_DISK - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_EVICT_BLOCKS_ON_CLOSE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default setting for whether to evict cached blocks from the blockcache on
close.
- DEFAULT_EVICT_BLOCKS_ON_CLOSE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_EXEC_PERMISSION_CHECKS - Static variable in interface org.apache.hadoop.hbase.security.access.AccessControlConstants
-
Default setting for hbase.security.exec.permission.checks; false
- DEFAULT_HBASE_CLIENT_SCANNER_ASYNC_PREFETCH - Static variable in class org.apache.hadoop.hbase.client.Scan
-
- DEFAULT_IN_MEMORY - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default setting for whether to try and serve this column family from memory
or not.
- DEFAULT_IN_MEMORY - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_KEEP_DELETED - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default setting for preventing deleted from being collected immediately.
- DEFAULT_KEEP_DELETED - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_MAX_BACKOFF - Static variable in class org.apache.hadoop.hbase.client.backoff.ExponentialClientBackoffPolicy
-
- DEFAULT_MAX_VERSIONS - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default number of versions of a record to keep.
- DEFAULT_MEMSTORE_FLUSH_SIZE - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Constant that denotes the maximum default size of the memstore after which
the contents are flushed to the store files
- DEFAULT_MEMSTORE_FLUSH_SIZE - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- DEFAULT_MIN_VERSIONS - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default is not to keep a minimum of versions.
- DEFAULT_MIN_VERSIONS - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_MOB_COMPACT_PARTITION_POLICY - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- DEFAULT_MOB_COMPACT_PARTITION_POLICY - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_MOB_THRESHOLD - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- DEFAULT_MOB_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_NEW_VERSION_BEHAVIOR - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- DEFAULT_NEW_VERSION_BEHAVIOR - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_NORMALIZATION_ENABLED - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Constant that denotes whether the table is normalized by default.
- DEFAULT_NORMALIZATION_ENABLED - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- DEFAULT_PREFETCH_BLOCKS_ON_OPEN - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- DEFAULT_PREFETCH_BLOCKS_ON_OPEN - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_READONLY - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Constant that denotes whether the table is READONLY by default and is false
- DEFAULT_READONLY - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- DEFAULT_REGION_MEMSTORE_REPLICATION - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- DEFAULT_REGION_MEMSTORE_REPLICATION - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- DEFAULT_REGION_REPLICA_WAIT_FOR_PRIMARY_FLUSH - Static variable in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
- DEFAULT_REGION_REPLICATION - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- DEFAULT_REGION_REPLICATION - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- DEFAULT_REPLICA_ID - Static variable in interface org.apache.hadoop.hbase.client.RegionInfo
-
- DEFAULT_REPLICATION_SCOPE - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default scope.
- DEFAULT_REPLICATION_SCOPE - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_SOCKET_TIMEOUT_CONNECT - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- DEFAULT_SOCKET_TIMEOUT_READ - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- DEFAULT_SOCKET_TIMEOUT_WRITE - Static variable in interface org.apache.hadoop.hbase.ipc.RpcClient
-
- DEFAULT_TTL - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
Default time to live of cell contents.
- DEFAULT_TTL - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DEFAULT_VERSIONS - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- DefaultVisitorBase() - Constructor for class org.apache.hadoop.hbase.MetaTableAccessor.DefaultVisitorBase
-
- DelayingRunner - Class in org.apache.hadoop.hbase.client
-
A wrapper for a runnable for a group of actions for a single regionserver.
- DelayingRunner(long, Map.Entry<byte[], List<Action>>) - Constructor for class org.apache.hadoop.hbase.client.DelayingRunner
-
- delegatee - Variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- delegatee - Variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- DelegatingHBaseRpcController - Class in org.apache.hadoop.hbase.ipc
-
- DelegatingHBaseRpcController(HBaseRpcController) - Constructor for class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- delete(Delete) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Deletes the specified cells/row.
- delete(List<Delete>) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Deletes the specified cells/rows in bulk.
- Delete - Class in org.apache.hadoop.hbase.client
-
Used to perform Delete operations on a single row.
- Delete(byte[]) - Constructor for class org.apache.hadoop.hbase.client.Delete
-
Create a Delete operation for the specified row.
- Delete(byte[], long) - Constructor for class org.apache.hadoop.hbase.client.Delete
-
Create a Delete operation for the specified row and timestamp.
- Delete(byte[], int, int) - Constructor for class org.apache.hadoop.hbase.client.Delete
-
Create a Delete operation for the specified row and timestamp.
- Delete(byte[], int, int, long) - Constructor for class org.apache.hadoop.hbase.client.Delete
-
Create a Delete operation for the specified row and timestamp.
- Delete(Delete) - Constructor for class org.apache.hadoop.hbase.client.Delete
-
- delete(Delete) - Method in class org.apache.hadoop.hbase.client.HTable
-
Deletes the specified cells/row.
- delete(List<Delete>) - Method in class org.apache.hadoop.hbase.client.HTable
-
Batch Deletes the specified cells/rows from the table.
- delete(Delete) - Method in interface org.apache.hadoop.hbase.client.Table
-
Deletes the specified cells/row.
- delete(List<Delete>) - Method in interface org.apache.hadoop.hbase.client.Table
-
Batch Deletes the specified cells/rows from the table.
- delete(String, int) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
delete is an idempotent operation.
- deleteAll(List<Delete>) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
A simple version of batch delete.
- deleteCachedRegionLocation(HRegionLocation) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Deletes cached locations for the specific region.
- deleteChildrenRecursively(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Delete all the children of the specified node but not the node itself.
- deleteChildrenRecursivelyMultiOrSequential(ZooKeeperWatcher, boolean, String...) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Delete all the children of the specified node but not the node itself.
- deleteColumn(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- deleteColumn(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteColumn(RpcController, MasterProtos.DeleteColumnRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- deleteColumnFamily(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Delete a column family from a table.
- deleteColumnFamily(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Delete a column family from a table.
- deleteColumnFamily(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- deleteColumnFamily(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteColumnFamily(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- deleteColumnFamilyAsync(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Delete a column family from a table.
- deleteColumnFamilyAsync(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteFromMetaTable(Connection, List<Delete>) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Delete the passed deletes
from the hbase:meta
table.
- deleteIfEquals(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.MasterAddressTracker
-
delete the master znode if its content is same as the parameter
- deleteMergeQualifiers(Connection, HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Deletes merge qualifiers for the specified merged region.
- deleteMetaLocation(ZooKeeperWatcher) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Deletes the location of hbase:meta
in ZooKeeper.
- deleteMetaLocation(ZooKeeperWatcher, int) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
- deleteNamespace(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Delete an existing namespace.
- deleteNamespace(String) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Delete an existing namespace.
- deleteNamespace(String) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- deleteNamespace(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteNamespace(String) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- deleteNamespace(RpcController, MasterProtos.DeleteNamespaceRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- deleteNamespaceAsync(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Delete an existing namespace.
- deleteNamespaceAsync(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteNode(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Delete the specified node.
- deleteNode(ZooKeeperWatcher, String, int) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Delete the specified node with the specified version.
- deleteNodeFailSilent(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Deletes the specified node.
- deleteNodeFailSilent(String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp
-
- deleteNodeRecursively(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Delete the specified node and all of it's children.
- deleteNodeRecursivelyMultiOrSequential(ZooKeeperWatcher, boolean, String...) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Delete the specified node and its children.
- deleteRegion(Connection, HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Deletes the specified region from META.
- deleteRegions(Connection, List<HRegionInfo>) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Deletes the specified regions from META.
- deleteRegions(Connection, List<HRegionInfo>, long) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Deletes the specified regions from META.
- deleteSnapshot(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Delete an existing snapshot.
- deleteSnapshot(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Delete an existing snapshot.
- deleteSnapshot(String) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Delete an existing snapshot.
- deleteSnapshot(String) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- deleteSnapshot(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteSnapshot(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteSnapshot(String) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- deleteSnapshot(RpcController, MasterProtos.DeleteSnapshotRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- deleteSnapshots(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Delete existing snapshots whose names match the pattern passed.
- deleteSnapshots(Pattern) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Delete existing snapshots whose names match the pattern passed.
- deleteSnapshots(Pattern) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Delete existing snapshots whose names match the pattern passed.
- deleteSnapshots(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteSnapshots(Pattern) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteSnapshots(Pattern) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- deleteTable(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Deletes a table.
- deleteTable(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Deletes a table.
- deleteTable(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- deleteTable(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteTable(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- deleteTable(RpcController, MasterProtos.DeleteTableRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- deleteTableAsync(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Deletes the table but does not block and wait for it to be completely removed.
- deleteTableAsync(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteTables(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- deleteTables(Pattern) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- deleteTables(Pattern) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Delete tables matching the passed in pattern and wait on completion.
- deleteTables(Pattern) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- deleteTables(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteTables(Pattern) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Delete tables matching the passed in pattern and wait on completion.
- deleteTables(Pattern) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- deleteTableSnapshots(String, String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Delete all existing snapshots matching the given table name regular expression and snapshot
name regular expression.
- deleteTableSnapshots(Pattern, Pattern) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Delete all existing snapshots matching the given table name regular expression and snapshot
name regular expression.
- deleteTableSnapshots(Pattern, Pattern) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Delete all existing snapshots matching the given table name regular expression and snapshot
name regular expression.
- deleteTableSnapshots(Pattern, Pattern) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- deleteTableSnapshots(String, String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteTableSnapshots(Pattern, Pattern) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- deleteTableSnapshots(Pattern, Pattern) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- deleteTableState(Connection, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Remove state for table from meta
- deleteTracker - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- DependentColumnFilter - Class in org.apache.hadoop.hbase.filter
-
A filter for adding inter-column timestamp matching
Only cells with a correspondingly timestamped entry in
the target column will be retained
Not compatible with Scan.setBatch as operations need
full rows for correct filtering
- DependentColumnFilter(byte[], byte[], boolean, CompareFilter.CompareOp, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- DependentColumnFilter(byte[], byte[], boolean, CompareOperator, ByteArrayComparable) - Constructor for class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
Build a dependent column filter with value checking
dependent column varies will be compared using the supplied
compareOp and comparator, for usage of which
refer to
CompareFilter
- DependentColumnFilter(byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
Constructor for DependentColumn filter.
- DependentColumnFilter(byte[], byte[], boolean) - Constructor for class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
Constructor for DependentColumn filter.
- DFS_REPLICATION - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- DFS_REPLICATION - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- disablePeer(String) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- disableReplicationPeer(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Stop the replication stream to the specified peer.
- disableReplicationPeer(String) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Stop the replication stream to the specified peer
- disableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- disableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- disableReplicationPeer(String) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- disableReplicationPeer(RpcController, ReplicationProtos.DisableReplicationPeerRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- disableTable(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Disable table and wait on completion.
- disableTable(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Disable a table.
- disableTable(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- disableTable(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- disableTable(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- disableTable(RpcController, MasterProtos.DisableTableRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- disableTableAsync(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Disable the table but does not block and wait for it to be completely disabled.
- disableTableAsync(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- disableTableRep(TableName) - Method in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
- disableTableReplication(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Disable a table's replication switch.
- disableTableReplication(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- disableTables(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- disableTables(Pattern) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- disableTables(Pattern) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Disable tables matching the passed in pattern.
- disableTables(Pattern) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- disableTables(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- disableTables(Pattern) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- disableTables(Pattern) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- DISPLAY_KEYS_KEY - Static variable in class org.apache.hadoop.hbase.client.RegionInfoDisplay
-
- dispose() - Method in class org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
-
Release resources used by wrapped saslClient
- divideForAvg(BigDecimal, Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- divideForAvg(Double, Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- divideForAvg(Long, Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- divideForAvg(S, Long) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
used for computing average of <S> data values.
- doBatchWithCallback(List<? extends Row>, Object[], Batch.Callback<R>, ClusterConnection, ExecutorService, TableName) - Static method in class org.apache.hadoop.hbase.client.HTable
-
- doCall() - Method in class org.apache.hadoop.hbase.client.AsyncAdminRequestRetryingCaller
-
- doCall() - Method in class org.apache.hadoop.hbase.client.AsyncMasterRequestRpcRetryingCaller
-
- doCall() - Method in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
- doCall() - Method in class org.apache.hadoop.hbase.client.AsyncServerRequestRpcRetryingCaller
-
- doGet(ClientProtos.GetRequest) - Method in class org.apache.hadoop.hbase.client.ClientServiceCallable
-
- doGet(Connection, Get) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- doGet(Connection, List<Get>) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- doLoadColumnFamiliesOnDemand() - Method in class org.apache.hadoop.hbase.client.Query
-
Get the logical value indicating whether on-demand CF loading should be allowed.
- doMutate(ClientProtos.MutateRequest) - Method in class org.apache.hadoop.hbase.client.ClientServiceCallable
-
- DoNotRetryIOException - Exception in org.apache.hadoop.hbase
-
Subclass if exception is not meant to be retried: e.g.
- DoNotRetryIOException() - Constructor for exception org.apache.hadoop.hbase.DoNotRetryIOException
-
default constructor
- DoNotRetryIOException(String) - Constructor for exception org.apache.hadoop.hbase.DoNotRetryIOException
-
- DoNotRetryIOException(String, Throwable) - Constructor for exception org.apache.hadoop.hbase.DoNotRetryIOException
-
- DoNotRetryIOException(Throwable) - Constructor for exception org.apache.hadoop.hbase.DoNotRetryIOException
-
- DoNotRetryRegionException - Exception in org.apache.hadoop.hbase.client
-
Similar to RegionException, but disables retries.
- DoNotRetryRegionException() - Constructor for exception org.apache.hadoop.hbase.client.DoNotRetryRegionException
-
- DoNotRetryRegionException(String) - Constructor for exception org.apache.hadoop.hbase.client.DoNotRetryRegionException
-
- DoubleColumnInterpreter - Class in org.apache.hadoop.hbase.client.coprocessor
-
a concrete column interpreter implementation.
- DoubleColumnInterpreter() - Constructor for class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- drainingZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- drainRegionServers(List<ServerName>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Mark a region server as draining to prevent additional regions from getting assigned to it.
- drainRegionServers(List<ServerName>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Mark a region server as draining to prevent additional regions from getting assigned to it.
- drainRegionServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- drainRegionServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- drainRegionServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- drainRegionServers(RpcController, MasterProtos.DrainRegionServersRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- dropDependentColumn - Variable in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- dropDependentColumn() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- DroppedSnapshotException - Exception in org.apache.hadoop.hbase
-
Thrown during flush if the possibility snapshot content was not properly
persisted into store files.
- DroppedSnapshotException(String) - Constructor for exception org.apache.hadoop.hbase.DroppedSnapshotException
-
- DroppedSnapshotException() - Constructor for exception org.apache.hadoop.hbase.DroppedSnapshotException
-
default constructor
- dump(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
- Durability - Enum in org.apache.hadoop.hbase.client
-
Enum describing the durability guarantees for tables and
Mutation
s
Note that the items must be sorted in order of increasing durability
- durability - Variable in class org.apache.hadoop.hbase.client.Mutation
-
- DURABILITY - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- DURABILITY - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- get(Get) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Extracts certain cells from a given row.
- get(List<Get>) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
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
-
Extracts certain cells from a given row.
- get(List<Get>) - Method in class org.apache.hadoop.hbase.client.HTable
-
Extracts specified cells from the given rows, as a batch.
- get() - Static method in class org.apache.hadoop.hbase.client.PerClientRandomNonceGenerator
-
Get the singleton nonce generator.
- get(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.Put
-
Returns a list of all KeyValue objects with matching column family and qualifier.
- 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(int) - Static method in enum org.apache.hadoop.hbase.executor.EventType
-
- get() - Method in class org.apache.hadoop.hbase.ipc.BlockingRpcCallback
-
- get() - Method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils.BlockingRpcCallback
-
- get(Object) - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- get() - Method in interface org.apache.hadoop.hbase.util.PoolMap.Pool
-
- get() - Method in class org.apache.hadoop.hbase.util.PoolMap.ReusablePool
-
- getACL() - Method in class org.apache.hadoop.hbase.client.Mutation
-
- getACL() - Method in class org.apache.hadoop.hbase.client.Query
-
- getAcl(String, Stat) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
getAcl is an idempotent operation.
- getAction() - Method in class org.apache.hadoop.hbase.client.Action
-
- getActions() - Method in class org.apache.hadoop.hbase.client.DelayingRunner
-
- getActions() - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- 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.HBaseAdmin.ProcedureFuture
-
- getAdminBuilder() - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getAdminBuilder(ExecutorService) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- 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.AsyncTableBase
-
A simple version for batch get.
- getAllBarriers(Connection) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Get all barriers in all regions.
- getAllFilters() - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Returns all known filters
- getAllowPartialResults() - Method in class org.apache.hadoop.hbase.client.Scan
-
- 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.
- 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 interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the status of alter command - indicates how many regions have received the updated schema
Asynchronous operation.
- getAlterStatus(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- getAlterStatus(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getAlterStatus(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getAlterStatus(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getAsyncProcess() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getAttribute(String) - Method in interface org.apache.hadoop.hbase.client.Attributes
-
Gets an attribute
- getAttribute(String) - Method in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
- 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.OperationWithAttributes
-
- getAuthorizations() - Method in class org.apache.hadoop.hbase.client.Query
-
- 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
-
- getAverageLatencyForEachRegionServer() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
- getAverageLoad() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getBackoffPolicy() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getBackoffTime(ServerName, byte[], ServerStatistics) - Method in interface org.apache.hadoop.hbase.client.backoff.ClientBackoffPolicy
-
- 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
-
- getBackupMasterInfoPort(ServerName) - Method in class org.apache.hadoop.hbase.zookeeper.MasterAddressTracker
-
Get the info port of the backup master if it is available.
- 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
-
- getBalancerOn() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getBandwidth() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getBatch() - Method in class org.apache.hadoop.hbase.client.Scan
-
- getBlocksize() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- getBlocksize() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getBlocksize() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getBloomFilterType() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- getBloomFilterType() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getBloomFilterType() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getBufferedCounterForEachRegionServer() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
- 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
-
- getBufferedMutatorBuilder(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getBufferedMutatorBuilder(TableName, ExecutorService) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getBytes(Writable) - Static method in class org.apache.hadoop.hbase.util.Writables
-
- 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.Scan
-
Get whether blocks should be cached for this Scan.
- getCacheCount() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- 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.Scan
-
- 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
-
- 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.
- 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
-
- getChance() - Method in class org.apache.hadoop.hbase.filter.RandomRowFilter
-
- getChildDataAndWatchForNewChildren(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
- getChildren(String, Watcher) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
getChildren is an idempotent operation.
- getChildren(String, boolean) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
getChildren is an idempotent operation.
- getClassLoader() - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
- 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.
- getClosestRegionInfo(Connection, TableName, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getClusterId() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getClusterIds() - Method in class org.apache.hadoop.hbase.client.Mutation
-
- getClusterKey() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
- getClusterStatus() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get whole cluster status, containing status about:
- getClusterStatus(EnumSet<ClusterStatus.Option>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getClusterStatus() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getClusterStatus(EnumSet<ClusterStatus.Option>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getClusterStatus() - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- getClusterStatus(EnumSet<ClusterStatus.Option>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- getClusterStatus() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getClusterStatus(EnumSet<ClusterStatus.Option>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getClusterStatus() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getClusterStatus(EnumSet<ClusterStatus.Option>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getClusterStatus(RpcController, MasterProtos.GetClusterStatusRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getCode() - Method in enum org.apache.hadoop.hbase.executor.EventType
-
- 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
-
Deprecated.
- 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.Query
-
- 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
-
- getCompactionCompression() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
- getCompactionCompressionType() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- 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(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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.AsyncHBaseAdmin
-
- getCompactionStateForRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getCompactionStateForRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getComparator() - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- getComparator() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- getComparator() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
- getCompareOperator() - Method in class org.apache.hadoop.hbase.filter.CompareFilter
-
- getCompareOperator() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- getCompletedSnapshots(RpcController, MasterProtos.GetCompletedSnapshotsRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getCompleteSequenceId() - Method in class org.apache.hadoop.hbase.RegionLoad
-
This does not really belong inside RegionLoad but its being done in the name of expediency.
- getCompression() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
- getCompressionType() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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.
- getConf() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.Admin
-
- 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 interface org.apache.hadoop.hbase.client.AsyncTableBase
-
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
-
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getConfiguration() - Method in interface org.apache.hadoop.hbase.client.Connection
-
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.HRegionLocator
-
- getConfiguration() - Method in class org.apache.hadoop.hbase.client.HTable
-
Returns the Configuration
object used by this instance.
- 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
-
- getConfiguration() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- getConfigurationValue(String) - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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
- getConnection() - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getConnection() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- getConnection() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- 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
-
- getConnectionConfiguration() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getConnectionMetrics() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- 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.
- getCoprocessors() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Return the list of attached co-processor represented by their name
className
- getCoprocessors() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Return the list of attached co-processor represented by their name
className
- getCoprocessors() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Return the list of attached co-processor represented by their name className
- 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
-
- getCounter(String) - Method in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- getCreationTime() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getCurrentCompactedKVs() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getCurrentCompactedKVs() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getCurrentNrHRS() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getCurrentSnapshot(Connection, TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
Returns the Master's view of a quota on the given tableName
or null if the
Master has no quota information on that table.
- getCurrentSnapshot(Connection, String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
Returns the Master's view of a quota on the given namespace
or null if the
Master has no quota information on that namespace.
- 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
-
- getData(String, Watcher, Stat) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
getData is an idempotent operation.
- getData(String, boolean, Stat) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
getData is an idempotent operation.
- getData(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Get znode data.
- getData() - Method in class org.apache.hadoop.hbase.zookeeper.ZKUtil.NodeAndData
-
Deprecated.
- getData() - Method in class org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp.CreateAndFailSilent
-
- getData() - Method in class org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp.SetData
-
- getData(boolean) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
-
Gets the data of the node.
- getDataAndWatch(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Get the data at the specified znode and set a watch.
- getDataAndWatch(ZooKeeperWatcher, String, Stat) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Get the data at the specified znode and set a watch.
- getDataBlockEncoding() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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
-
- getDataNoWatch(ZooKeeperWatcher, String, Stat) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Get the data at the specified znode without setting a watch.
- 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 class org.apache.hadoop.hbase.ClusterStatus
-
- 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.
- 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
-
- 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 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
-
- 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.
- getEncodedName() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- getEncodedName() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- getEncodedNameAsBytes() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- getEncodedNameAsBytes() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- getEncryptionKey() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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
-
- 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
-
- getEndKey() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- 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 class org.apache.hadoop.hbase.client.HRegionLocator
-
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
-
- getErrors() - Method in interface org.apache.hadoop.hbase.client.AsyncRequestFuture
-
- getException(byte[]) - Method in class org.apache.hadoop.hbase.client.MultiResponse
-
- 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
-
- getExceptions() - Method in class org.apache.hadoop.hbase.client.MultiResponse
-
- 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
-
- 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
-
- 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
-
- getFamilies() - Method in class org.apache.hadoop.hbase.client.Scan
-
- 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.filter.DependentColumnFilter
-
- getFamily() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- getFamily(byte[]) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
- 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(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.Query
-
- getFilter() - Method in class org.apache.hadoop.hbase.client.Scan
-
- 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
- getFilteredReadRequestsCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getFilteredReadRequestsCount() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- 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.
- 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.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
-
- 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.
- getHBaseVersion() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getHBaseVersion() - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
- getHeapOccupancy() - Method in class org.apache.hadoop.hbase.client.RegionLoadStats
-
- getHeapOccupancyPercent() - Method in class org.apache.hadoop.hbase.client.backoff.ServerStatistics.RegionStatistics
-
- getHostname() - Method in exception org.apache.hadoop.hbase.exceptions.RegionMovedException
-
- getHostname() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- getHostname() - Method in exception org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
- getHostnamePort(int) - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- getHostnamePort() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- getHRegionInfo() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- getHRegionInfo() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
- getHRegionInfo(Result) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns HRegionInfo object from the column
HConstants.CATALOG_FAMILY:HConstants.REGIONINFO_QUALIFIER of the catalog
table Result.
- getHTableMultiplexerStatus() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer
-
- 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.
- getId() - Method in class org.apache.hadoop.hbase.zookeeper.ZKClusterId
-
- getIdentifier() - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- getImplementationClassName() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- 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
-
- getInitialResponse() - Method in class org.apache.hadoop.hbase.security.AbstractHBaseSaslRpcClient
-
- getInMemoryCompaction() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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
-
- getIsolationLevel() - Method in class org.apache.hadoop.hbase.client.Query
-
- getIssueDate() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- getKeepAliveMasterService() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getKeepDeletedCells() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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
-
- 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.AsyncHBaseAdmin
-
- getLastMajorCompactionTimestamp(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getLastMajorCompactionTimestamp(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getLastMajorCompactionTimestamp(RpcController, MasterProtos.MajorCompactionTimestampRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- 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.AsyncHBaseAdmin
-
- getLastMajorCompactionTimestampForRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getLastMajorCompactionTimestampForRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- 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.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.
- getListener() - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- getListeners() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Get a copy of current registered listeners
- getLoad(ServerName) - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getLoad() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Originally, this method factored in the effect of requests going to the
server as well.
- 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
-
- getLocation(boolean) - Method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- getLocation() - Method in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- 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.AsyncHBaseAdmin
-
- getLocks() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getLocks() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getLocks(RpcController, MasterProtos.GetLocksRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- 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.AsyncAdmin
-
- getMaster() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getMaster() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
Returns detailed information about the current master
ServerName
.
- getMasterAddress() - Method in class org.apache.hadoop.hbase.zookeeper.MasterAddressTracker
-
Get the address of the current master if one is available.
- getMasterAddress(boolean) - Method in class org.apache.hadoop.hbase.zookeeper.MasterAddressTracker
-
Get the address of the current master if one is available.
- getMasterAddress(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.MasterAddressTracker
-
Get master address.
- getMasterCoprocessors() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Helper that delegates to getClusterStatus().getMasterCoprocessors().
- getMasterCoprocessors() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- 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 class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getMasterInfoPort() - Method in class org.apache.hadoop.hbase.zookeeper.MasterAddressTracker
-
Get the info port of the current master of one is available.
- getMasterInfoPort(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.MasterAddressTracker
-
Get master info port.
- getMasterQuotaStates(ClusterConnection, int) - Static method in class org.apache.hadoop.hbase.client.QuotaStatusCalls
-
- getMasterQuotaStates(Connection, RpcControllerFactory, RpcRetryingCallerFactory, int) - Static method in class org.apache.hadoop.hbase.client.QuotaStatusCalls
-
Executes an RPC tot he HBase master to fetch its view on space quotas.
- getMasterRegionSizes(ClusterConnection, int) - Static method in class org.apache.hadoop.hbase.client.QuotaStatusCalls
-
- getMasterRegionSizes(Connection, RpcControllerFactory, RpcRetryingCallerFactory, int) - Static method in class org.apache.hadoop.hbase.client.QuotaStatusCalls
-
Executes an RPC to the HBase master to fetch its view on the Region sizes.
- getMasterReportedTableSizes(Connection) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
Fetches the table sizes on the filesystem as tracked by the HBase Master.
- getMaxColumn() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- getMaxColumnInclusive() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- 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
-
- 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
-
- getMaxLatency() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
- getMaxLatencyForEachRegionServer() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
- 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.Scan
-
- 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.Scan
-
- 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
-
- 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.Scan
-
- 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
-
- getMemstoreLoadPercent() - Method in class org.apache.hadoop.hbase.client.backoff.ServerStatistics.RegionStatistics
-
- 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(Result) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the merge regions by reading the corresponding columns of the catalog table
Result.
- getMessage() - Method in exception org.apache.hadoop.hbase.exceptions.RegionMovedException
-
- getMetaKeyForRegion(HRegionInfo) - 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
-
- getMetaRegionLocation(ZooKeeperWatcher) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Gets the meta region location, if available.
- getMetaRegionLocation(ZooKeeperWatcher, int) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Gets the meta region location, if available.
- getMetaRegions(ZooKeeperWatcher) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
- getMetaRegions(ZooKeeperWatcher, int) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
- getMetaRegionsAndLocations(ZooKeeperWatcher) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
- getMetaRegionsAndLocations(ZooKeeperWatcher, int) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
- getMetaRegionState(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Load the meta region state from the meta server ZNode.
- getMetaRegionState(ZooKeeperWatcher, int) - Static method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Load the meta region state from the meta server ZNode.
- getMetaReplicaCallTimeoutMicroSecondScan() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getMetaReplicaIdFromZnode(String) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Parse the meta replicaId from the passed znode
- getMetaReplicaNodes() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Get the znodes corresponding to the meta replicas from ZK
- getMethod() - Method in class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- getMethodDescriptor(String, Descriptors.ServiceDescriptor) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
- 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
-
- getMinColumnInclusive() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- 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
-
- 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.
- getMutations() - Method in class org.apache.hadoop.hbase.client.RowMutations
-
- 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.AsyncTableBase
-
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
-
- 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.
- getName() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getNameAsString() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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.
- getNameAsString() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Get the name of the table as a String
- getNameAsString() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getNamespace() - Method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- 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.AsyncHBaseAdmin
-
- getNamespaceDescriptor(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getNamespaceDescriptor(String) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getNamespaceDescriptor(RpcController, MasterProtos.GetNamespaceDescriptorRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getNamespaceFilter() - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
- getNamespaceFromRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getNamespaceName() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.NamespaceFuture
-
- 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
-
- 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
.
- 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.FilterWrapper
-
- 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.
- getNode() - Method in class org.apache.hadoop.hbase.zookeeper.ZKUtil.NodeAndData
-
Deprecated.
- getNode() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
-
- getNodeName(String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Get the name of the current node from the specified fully-qualified path.
- getNonce() - Method in class org.apache.hadoop.hbase.client.Action
-
- getNonceGenerator() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getNonceGroup() - Method in class org.apache.hadoop.hbase.client.MultiAction
-
- getNonceGroup() - Method in interface org.apache.hadoop.hbase.client.NonceGenerator
-
- getNonceGroup() - Method in class org.apache.hadoop.hbase.client.PerClientRandomNonceGenerator
-
- 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.
- getNumberOfCachedRegionLocations(TableName) - Method in class org.apache.hadoop.hbase.client.MetaCache
-
Return the number of cached region for a table.
- getNumberOfChildren(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Get the number of children of the specified node.
- getNumberOfListeners() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- 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
-
- getNumExceptions() - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- 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 interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get all the online regions on a region server.
- getOnlineRegions(ServerName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- getOnlineRegions(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getOnlineRegions(ServerName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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.
- getOperationTimeout() - Method in interface org.apache.hadoop.hbase.client.Admin
-
- getOperationTimeout() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getOperationTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
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() - Method in class org.apache.hadoop.hbase.client.HTable
-
- getOperationTimeout() - Method in interface org.apache.hadoop.hbase.client.Table
-
Get timeout (millisecond) of each operation for in Table instance.
- getOperationType() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.NamespaceFuture
-
- getOperationType() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture
-
- getOperator() - Method in class org.apache.hadoop.hbase.filter.BitComparator
-
- 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
-
- 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
-
- getOwner() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getOwnerString() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
Deprecated.
- getOwnerString() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Deprecated.
- getOwnerString() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- getPageSize() - Method in class org.apache.hadoop.hbase.filter.PageFilter
-
- getParent(String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Returns the full path of the immediate parent of the specified node.
- getPath() - Method in class org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp
-
- getPauseTime(long, int) - Static method in class org.apache.hadoop.hbase.client.ConnectionUtils
-
Calculate pause time.
- 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
-
- getPolicy() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus
-
Returns the violation policy, which may be null.
- 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
-
- 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 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
-
- 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
-
- 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.AsyncHBaseAdmin
-
- getProcedures() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getProcedures() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getProcedures(RpcController, MasterProtos.GetProceduresRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- 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
- 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
-
- getQop(String) - Static method in class org.apache.hadoop.hbase.security.SaslUtil
-
- getQualifier() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- getQualifier() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- getQualifier() - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- getQuorum() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Get the quorum address of this instance.
- 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.AsyncHBaseAdmin
-
- getQuota(QuotaFilter) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getQuotaRetriever(QuotaFilter) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Return a QuotaRetriever to list the quotas based on the filter.
- getQuotaRetriever(QuotaFilter) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- 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.
- getQuotaType() - Method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- getRawTable(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getRawTableBuilder(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getReadRequestsCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getReadRequestsCount() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getReadRpcTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Get timeout of each rpc read request in this Table instance.
- getReadRpcTimeout() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getReadRpcTimeout() - Method in class org.apache.hadoop.hbase.client.HTable
-
- getReadRpcTimeout() - Method in interface org.apache.hadoop.hbase.client.Table
-
Get timeout (millisecond) of each rpc read request in this Table instance.
- getReadType() - Method in class org.apache.hadoop.hbase.client.Scan
-
- getRecoverableZooKeeper() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Get the connection to ZooKeeper.
- getRegion() - Method in class org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
-
- getRegion() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- getRegion(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getRegionCount(Configuration, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Count regions in hbase:meta
for passed table.
- getRegionCount(Connection, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Count regions in hbase:meta
for passed table.
- getRegionEncodedName(HBaseProtos.RegionSpecifier) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Find the HRegion encoded name based on a region specifier
- getRegionId() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- getRegionId() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- getRegionInfo() - Method in class org.apache.hadoop.hbase.HRegionLocation
-
- 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
using admin protocol.
- getRegionInfoColumn() - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the column qualifier for serialized region info
- getRegionInfoForDefaultReplica(HRegionInfo) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
Returns the HRegionInfo for the default replicaId (0).
- getRegionInfoForReplica(HRegionInfo, int) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
Deprecated.
- 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
- getRegionLoad(ServerName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get
RegionLoad
of all regions hosted on a regionserver.
- getRegionLoad(ServerName, TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Get
RegionLoad
of all regions hosted on a regionserver for a table.
- getRegionLoad(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getRegionLoad(ServerName, TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getRegionLoad(RpcController, AdminProtos.AdminService.BlockingInterface, TableName) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- getRegionLoadInfo(AdminProtos.GetRegionLoadResponse) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- getRegionLoads(ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get a list of
RegionLoad
of all regions hosted on a region seerver.
- getRegionLoads(ServerName, Optional<TableName>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get a list of
RegionLoad
of all regions hosted on a region seerver for a table.
- getRegionLoads(ServerName, Optional<TableName>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- getRegionLoads(ServerName, Optional<TableName>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getRegionLocation(RawAsyncTable, 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(TableName, byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
Find region location hosting passed row
- getRegionLocation(byte[]) - Method in class org.apache.hadoop.hbase.client.HRegionLocator
-
Finds the region on which the given row is being served.
- getRegionLocation(byte[], boolean) - Method in class org.apache.hadoop.hbase.client.HRegionLocator
-
Finds the region on which the given row is being served.
- 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(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the HRegionLocation from meta for the given region
- getRegionLocation(Connection, HRegionInfo) - 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(ClusterConnection, TableName, byte[], boolean, int) - Static method in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- 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
-
- getRegionLocationWithEncodedName(RawAsyncTable, 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 interface org.apache.hadoop.hbase.client.Connection
-
Retrieve a RegionLocator implementation to inspect region information on a table.
- getRegionLocator() - Method in class org.apache.hadoop.hbase.client.HTable
-
- getRegionName() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- getRegionName() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- getRegionNameAsString() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- getRegionNameAsString() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- 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
-
- getRegionReplication() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
- 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, byte[]) - 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 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
-
- getRegionServerCoprocessors() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Return the RegionServer-level coprocessors
- getRegionServerQuotaSnapshot(ClusterConnection, int, ServerName) - Static method in class org.apache.hadoop.hbase.client.QuotaStatusCalls
-
- getRegionServerQuotaSnapshot(ClusterConnection, RpcControllerFactory, int, ServerName) - Static method in class org.apache.hadoop.hbase.client.QuotaStatusCalls
-
Executes an RPC to the RegionServer identified by the ServerName
to fetch its view
on space quotas.
- getRegionServerQuotaSnapshots(Connection, ServerName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getRegionServers() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- getRegionsFromMergeQualifier(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Get regions from the merge qualifier of the specified merged region
- getRegionsInTransition() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- 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.
- 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.Query
-
Returns region replica id where Query will fetch data from.
- getReplicaId() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- getReplicaId() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
Returns the region replica id
- getReplicationBarriers(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Get replication barriers for all peers in a region.
- 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
-
Call directly from client such as hbase shell
- getReplicationLoadSourceList() - Method in class org.apache.hadoop.hbase.ServerLoad
-
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.AsyncHBaseAdmin
-
- getReplicationPeerConfig(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getReplicationPeerConfig(String) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- getReplicationPeerConfig(RpcController, ReplicationProtos.GetReplicationPeerConfigRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getReplicationPositionForAllPeer(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Get replication positions for all peers in a region.
- getReplicationPositionForOnePeer(Connection, byte[], String) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Get replication position for a peer in a region.
- getReplicationZnodesDump(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Returns a string with replication znodes and position of the replication log
- getReportTime() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- 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
-
- 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
-
- getResponseSizeBytes() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- 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.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
-
- 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.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
-
- getRpcRetryingCallerFactory() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getRpcTimeout() - Method in class org.apache.hadoop.hbase.client.AsyncProcessTask
-
- getRpcTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
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() - Method in class org.apache.hadoop.hbase.client.HTable
-
Deprecated.
- getRpcTimeout() - Method in interface org.apache.hadoop.hbase.client.Table
-
- getRsCoprocessors() - Method in class org.apache.hadoop.hbase.ServerLoad
-
Return the RegionServer-level and Region-level coprocessors
- 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.ScannerCallable
-
- getScanForTableName(Connection, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Deprecated.
- 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
-
- 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
-
- getScanTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Get the timeout of a single operation in a scan.
- getSchemaAlterStatus(RpcController, MasterProtos.GetSchemaAlterStatusRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- getScope() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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
-
- getSecurityCapabilities() - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- getSecurityCapabilities() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getSecurityCapabilities() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- getSerialReplicationDaughterRegion(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Get daughter region(s) for a region, only used in serial replication.
- getSerialReplicationParentRegion(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Get parent region(s) for a region, only used in serial replication.
- getSerialReplicationTableName(Connection, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Get the table name for a region, only used in serial replication.
- 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.HRegionLocation
-
- getServerName() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- getServerName(Result, int) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getServerPrincipal() - Method in class org.apache.hadoop.hbase.security.SecurityInfo
-
- getServers() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getServersSize() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- getServerStats(String, int) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Gets the statistics from the given server.
- getServerUserRegions(Connection, ServerName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getServiceName(Descriptors.ServiceDescriptor) - Static method in class org.apache.hadoop.hbase.ipc.CoprocessorRpcUtils
-
Returns the name to use for coprocessor service calls.
- getSessionId() - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- getSessionPasswd() - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- 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
-
- getShortNameToLog(RegionInfo...) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- getShortNameToLog(List<RegionInfo>) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- getShortNameToLog() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- 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.
- getSizeOfLogQueue() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- getSleepTime() - Method in class org.apache.hadoop.hbase.client.DelayingRunner
-
- getSnapshotDescription() - Method in exception org.apache.hadoop.hbase.snapshot.HBaseSnapshotException
-
- getSnapshots(Connection) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getSnapshotSizeQualifier(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getSpaceQuotaRegionSizes(RpcController, QuotaProtos.GetSpaceQuotaRegionSizesRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- 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
- getStamp() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- 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 class org.apache.hadoop.hbase.client.HRegionLocator
-
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
-
- getStartKey(byte[]) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
Gets the start key from the specified region name.
- getStartKey(byte[]) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- getStartKey() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- 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 class org.apache.hadoop.hbase.client.HRegionLocator
-
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.Scan
-
- getStartRow() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- getStartTime() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- getState() - Method in class org.apache.hadoop.hbase.client.TableState
-
- getState() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- getState() - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- getStateColumn() - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the column qualifier for serialized table state
- getStatisticsTracker() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- getStats() - Method in class org.apache.hadoop.hbase.client.Result
-
- getStats(ServerName) - Method in class org.apache.hadoop.hbase.client.ServerStatisticTracker
-
- getStatsForRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.backoff.ServerStatistics
-
- getStopRow() - Method in class org.apache.hadoop.hbase.client.Scan
-
- getStopRow() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- 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
-
- 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
-
- 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.
- 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
-
- getStores() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getStores() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- 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
- 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() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- 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(TableName) - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
- getTable(TableName, ExecutorService) - Method in interface org.apache.hadoop.hbase.CoprocessorEnvironment
-
- 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, ExecutorService) - Method in interface org.apache.hadoop.hbase.client.AsyncConnection
-
- getTableBuilder(TableName, ExecutorService) - Method in interface org.apache.hadoop.hbase.client.Connection
-
- getTableCF(ReplicationProtos.TableCF[], String) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
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 interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Method for getting the tableDescriptor
- getTableDescriptor(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- getTableDescriptor(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getTableDescriptor() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture
-
- getTableDescriptor() - Method in class org.apache.hadoop.hbase.client.HTable
-
- getTableDescriptor(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- getTableFamily() - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Returns the column family used for table columns.
- getTableFilter() - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
- getTableFromRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getTableHRegionLocations(RawAsyncTable, Optional<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.BufferedMutatorParams
-
- getTableName() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.TableFuture
-
- 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.HTableDescriptor
-
Deprecated.
Get the name of the table
- getTableName() - Method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- 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(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 interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Get the regions of a given table.
- getTableRegions(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- getTableRegions(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- getTableRegions(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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.
- getTableRowKey(TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getTableRowKeyRegex(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getTableStartRowForMeta(TableName, MetaTableAccessor.QueryType) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- getTableState(RawAsyncTable, 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(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
-
- 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.Increment
-
Gets the TimeRange used for this increment.
- getTimeRange() - Method in class org.apache.hadoop.hbase.client.Scan
-
- getTimestamp() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
- 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
-
- getTimestamps() - Method in class org.apache.hadoop.hbase.filter.TimestampsFilter
-
- getTimeStampsOfLastAppliedOp() - Method in class org.apache.hadoop.hbase.replication.ReplicationLoadSink
-
- getTimeToLive() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- getTimeToLive() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getTimeToLive() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getTokenKind() - Method in class org.apache.hadoop.hbase.security.SecurityInfo
-
- getTotalBufferedCounter() - Method in class org.apache.hadoop.hbase.client.HTableMultiplexer.HTableMultiplexerStatus
-
- 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
-
- getTotalNumberOfRequests() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- 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
-
- getTracker - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- getTTL() - Method in class org.apache.hadoop.hbase.client.Mutation
-
Return the TTL requested for the result of the mutation, in milliseconds.
- getType() - Method in class org.apache.hadoop.hbase.client.SnapshotDescription
-
- getType() - Method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
- getTypeFilters() - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
- getUnit(String) - Static method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- getUnit(String) - Static method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- getUsage() - Method in class org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
-
Returns the current usage, in bytes, of the target (e.g.
- getUsedHeapMB() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- 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
-
- getUserFromRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getUserName() - Method in class org.apache.hadoop.hbase.quotas.QuotaSettings
-
- getUsername() - Method in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- getUserPermissions(Connection, String) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
List all the userPermissions matching the given pattern.
- getUserPermissions(RpcController, AccessControlProtos.AccessControlService.BlockingInterface) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
A utility used to get user's global permissions.
- getUserPermissions(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, TableName) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
A utility used to get user table permissions.
- getUserPermissions(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, byte[]) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
A utility used to get permissions for selected namespace.
- 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
-
- getUserRowKey(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getUserRowKeyRegex(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getUUIDForCluster(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKClusterId
-
Get the UUID for the provided ZK watcher.
- getValue(Bytes) - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- getValue(byte[]) - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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(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(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
-
- 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.
- 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
-
It clone all bytes of all elements.
- getValues() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- getValues() - Method in interface org.apache.hadoop.hbase.client.TableDescriptor
-
- 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.
- 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
-
- getVersion() - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- getVersionInfo() - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Get a protocol buffer VersionInfo
- getViolationPolicy(QuotaProtos.SpaceQuota) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- getWaitInterval() - Method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
- getWatcher() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperListener
-
- 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)
.
- 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
-
- getWriteRequestsCount() - Method in class org.apache.hadoop.hbase.RegionLoad
-
- getWriteRequestsCount() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- getWriteRpcTimeout(TimeUnit) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Get timeout of each rpc write request in this Table instance.
- getWriteRpcTimeout() - Method in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- getWriteRpcTimeout() - Method in class org.apache.hadoop.hbase.client.HTable
-
- getWriteRpcTimeout() - Method in interface org.apache.hadoop.hbase.client.Table
-
Get timeout (millisecond) of each rpc write request in this Table instance.
- getZNodeForReplica(int) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Get the znode string corresponding to a replicaId
- getZNodePaths() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Get the znodePaths.
- getZooKeeper() - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- 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
-
A utility used to grant a user global permissions.
- grant(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, TableName, byte[], byte[], boolean, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
A utility used to grant a user table permissions.
- grant(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, String, boolean, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
A utility used to grant a user namespace permissions.
- 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
-
- 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
-
- 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(HRegionInfo) - 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.
- implementationClassName(String) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
Specify a BufferedMutator implementation other than the default.
- implies(Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- implies(String, Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
Checks that a given table operation is authorized by this permission
instance.
- implies(TableName, byte[], byte[], Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
Checks that a given table operation is authorized by this permission
instance.
- 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.Scan
-
- includeStopRow() - Method in class org.apache.hadoop.hbase.client.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
-
Increment the number of delay runner counts.
- incrDelayRunners() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.RunnerStats
-
- increment(Increment) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
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
-
Increments one or more columns within a single row.
- 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(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
-
- incrementColumnValue(byte[], byte[], byte[], long) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
- incrementColumnValue(byte[], byte[], byte[], long, Durability) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
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
-
Atomically increments a column value.
- 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.
- incrementTracker - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- 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.
- 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
-
- incTaskCounters(Collection<byte[]>, ServerName) - Method in interface org.apache.hadoop.hbase.client.RequestController
-
Increment the counter if we build a valid task.
- 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
-
- 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).
- initPrevListForMustPassOne(int) - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- initSaslProperties(String) - Static method in class org.apache.hadoop.hbase.security.SaslUtil
-
- 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
-
- instance - Static variable in class org.apache.hadoop.hbase.zookeeper.EmptyWatcher
-
- instantiate(Configuration) - Static method in class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- instantiate(Configuration, ServerStatisticTracker) - Static method in class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- instantiate(Configuration, RetryingCallerInterceptor, ServerStatisticTracker) - 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
- interruptedException(InterruptedException) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Handles InterruptedExceptions in client calls.
- interruptedExceptionNoThrow(InterruptedException, boolean) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Log the InterruptedException and interrupt current thread
- 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
-
- 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.HBaseAdmin
-
- isAborted() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- isAccessControllerRunning(Connection) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
- isAnyMetaReplicaZNode(String) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Is the znode of any meta replica
- 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 class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isBalancerEnabled(RpcController, MasterProtos.IsBalancerEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isBalancerOn() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the balancer.
- isBalancerOn() - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- isBalancerOn() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- isBalancerOn() - Method in class org.apache.hadoop.hbase.ClusterStatus
-
- isBlockCacheEnabled() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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
-
- isCacheBloomsOnWrite() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isCacheBloomsOnWrite() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isCacheDataInL1() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- isCacheDataInL1() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isCacheDataInL1() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isCacheDataOnWrite() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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
-
- isCacheIndexesOnWrite() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isCacheIndexesOnWrite() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isCallDroppedException(Throwable) - Static method in class org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil
-
Checks if the exception is CallDroppedException (maybe wrapped
into some RemoteException).
- isCallQueueTooBigException(Throwable) - Static method in class org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil
-
Checks if the exception is CallQueueTooBig exception (maybe wrapped
into some RemoteException).
- 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 class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isCatalogJanitorEnabled(RpcController, MasterProtos.IsCatalogJanitorEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isCatalogJanitorOn() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query on the catalog janitor state.
- isCatalogJanitorOn() - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- isCatalogJanitorOn() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- isCleanerChoreEnabled() - Method in interface org.apache.hadoop.hbase.client.Admin
-
Query on the cleaner chore state (Enabled/Disabled?).
- isCleanerChoreEnabled() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isCleanerChoreEnabled(RpcController, MasterProtos.IsCleanerChoreEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isCleanerChoreOn() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the cleaner chore.
- isCleanerChoreOn() - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- isCleanerChoreOn() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- isClientReadable(String) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Returns whether the znode 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.Connection
-
Returns whether the connection is closed or not.
- 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
- 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
-
- 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.
- isDeadServer(ServerName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- isDefaultMetaReplicaZnode(String) - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
Is it the default meta replica's znode
- isDefaultReplica(int) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
- isDefaultReplica(HRegionInfo) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
- isDone() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin.ProcedureFuture
-
- isDoNotRetry() - Method in exception org.apache.hadoop.hbase.ipc.RemoteWithExtrasException
-
- 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
-
- isEmpty() - Method in class org.apache.hadoop.hbase.RegionLocations
-
Returns whether there are non-null elements in the list
- isEmpty() - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- isEmpty() - Method in class org.apache.hadoop.hbase.zookeeper.ZKUtil.NodeAndData
-
Deprecated.
- isEmptyQuota(QuotaProtos.Quotas) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- isEnabled() - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerDescription
-
- isEncodedRegionName(byte[]) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- isEncodedRegionName(byte[]) - Static method in class org.apache.hadoop.hbase.HRegionInfo
-
- isEvictBlocksOnClose() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- 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(InetSocketAddress) - 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.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.FilterWrapper
-
- 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
-
- isGetScan() - Method in class org.apache.hadoop.hbase.client.Scan
-
- isGlobal() - Method in class org.apache.hadoop.hbase.security.access.UserPermission
-
Returns true if this permission describes a global user permission.
- isGuaranteedClientSideOnly() - Method in exception org.apache.hadoop.hbase.exceptions.PreemptiveFastFailException
-
- isInMemory() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- isInMemory() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- isInMemory() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- isInStates(TableState.State, TableState.State...) - Static 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
-
- isLegalColumnFamilyName(byte[]) - Static method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- isLegalFamilyName(byte[]) - Static method in class org.apache.hadoop.hbase.HColumnDescriptor
-
- isLocationAvailable(ZooKeeperWatcher) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Checks if the meta region location is available.
- 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.AsyncHBaseAdmin
-
- isMasterInMaintenanceMode() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isMasterInMaintenanceMode() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- isMasterInMaintenanceMode(RpcController, MasterProtos.IsInMaintenanceModeRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isMasterRunning() - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- isMasterRunning(RpcController, MasterProtos.IsMasterRunningRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isMaxColumnInclusive() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- isMerged() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isMergeOn() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the Merge switch.
- isMergeOn() - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- isMergeOn() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- 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.
- 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.RegionInfo
-
- 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.
- isMetaTable() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Checks if the table is a hbase:meta
table
- isMinColumnInclusive() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- 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.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.
- 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 class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isNormalizerEnabled(RpcController, MasterProtos.IsNormalizerEnabledRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- isNormalizerOn() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the region normalizer
- isNormalizerOn() - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- isNormalizerOn() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- isNull() - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
- isOffline() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- isOffline() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- isOffline() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- IsolationLevel - Enum in org.apache.hadoop.hbase.client
-
Specify Isolation levels in Scan operations.
- isOnlineSchemaChangeSupported() - Method in enum org.apache.hadoop.hbase.executor.EventType
-
- 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
-
- 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
-
- 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.AsyncHBaseAdmin
-
- isProcedureFinished(String, String, Map<String, String>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isProcedureFinished(String, String, Map<String, String>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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.Scan
-
- 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
- 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
-
- isReplicasForSameRegion(HRegionInfo, HRegionInfo) - Static method in class org.apache.hadoop.hbase.client.RegionReplicaUtil
-
- isReturnResults() - Method in class org.apache.hadoop.hbase.client.Append
-
- isReturnResults() - Method in class org.apache.hadoop.hbase.client.Increment
-
- isReturnResults() - Method in class org.apache.hadoop.hbase.client.Mutation
-
- 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
-
- isRootRegion() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
This is vestigial API.
- isScanMetricsEnabled() - Method in class org.apache.hadoop.hbase.client.Scan
-
- isSecureZooKeeper(Configuration) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Returns whether or not secure authentication is enabled
(whether hbase.security.authentication
is set to
kerberos
.
- isSmall() - Method in class org.apache.hadoop.hbase.client.Scan
-
- 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.AsyncHBaseAdmin
-
- isSnapshotFinished(SnapshotDescription) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isSnapshotFinished(SnapshotDescription) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- isSpecialException(Throwable) - Static method in class org.apache.hadoop.hbase.exceptions.ClientExceptionsUtil
-
- isSplit() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- isSplit() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- isSplit() - Method in class org.apache.hadoop.hbase.master.RegionState
-
- isSplitOn() - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Query the current state of the Split switch.
- isSplitOn() - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- isSplitOn() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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.
- 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.
- isStartRowInclusive() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- isStopRowInclusive() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- issueDate - Variable in class org.apache.hadoop.hbase.security.token.AuthenticationTokenIdentifier
-
- isSuperUserId(String[], Id) - Static method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- isSystemTable() - Method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- isSystemTable() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
Deprecated.
- isTableAvailable(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- isTableAvailable(TableName, byte[][]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- isTableAvailable(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- isTableAvailable(TableName, byte[][]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
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.AsyncHBaseAdmin
-
- 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) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isTableAvailable(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isTableAvailable(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- isTableAvailable(TableName, byte[][]) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- isTableDisabled(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- isTableDisabled(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- isTableDisabled(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- isTableDisabled(TableName) - Method in interface org.apache.hadoop.hbase.client.ClusterConnection
-
- isTableDisabled(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- isTableDisabled(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- isTableEnabled(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- isTableEnabled(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- isTableEnabled(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- 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.HBaseAdmin
-
- isTableEnabled(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- isTableRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- 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)
- isUserRowKey(byte[]) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- isValid() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter.RowRange
-
- 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
-
- main(String[]) - Static method in class org.apache.hadoop.hbase.zookeeper.HQuorumPeer
-
Parse ZooKeeper configuration from HBase XML config and run a QuorumPeer.
- main(String[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZkAclReset
-
- MAJOR_VERSION - Static variable in exception org.apache.hadoop.hbase.exceptions.RequestTooBigException
-
- majorCompact(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Major compact a table.
- majorCompact(TableName, byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Major compact a column family within a table.
- majorCompact(TableName, CompactType) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Major compact a table.
- majorCompact(TableName, byte[], CompactType) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Major compact a column family within a table.
- majorCompact(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Major compact a table.
- majorCompact(TableName, Optional<byte[]>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Major compact a column family within a table.
- majorCompact(TableName, Optional<byte[]>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- majorCompact(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- majorCompact(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Major compact a column family within a table.
- majorCompact(TableName, byte[], CompactType) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Major compact a column family within a table.
- majorCompact(TableName, CompactType) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Major compact a table.
- majorCompact(TableName, Optional<byte[]>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- majorCompactRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Major compact a table or an individual region.
- majorCompactRegion(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Major compact a column family within region.
- majorCompactRegion(byte[]) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Major compact a region.
- majorCompactRegion(byte[], Optional<byte[]>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Major compact a column family within region.
- majorCompactRegion(byte[], Optional<byte[]>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- majorCompactRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- majorCompactRegion(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- majorCompactRegion(byte[], Optional<byte[]>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- majorCompactRegionServer(ServerName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Compact all regions on the region server.
- majorCompactRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- majorCompactRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- makeBarrierPut(byte[], long, byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- makeDaughterPut(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- makeDeleteFromRegionInfo(HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Generates and returns a Delete containing the region info for the catalog
table
- makeDeleteFromRegionInfo(HRegionInfo, long) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Generates and returns a Delete containing the region info for the catalog
table
- makeFilter(QuotaFilter) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
converts quotafilter to serializeable filterlists.
- makeGetForNamespaceQuotas(String) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- makeGetForTableQuotas(TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- makeGetForUserQuotas(String, Iterable<TableName>, Iterable<String>) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- makeParentPut(byte[], byte[]) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- makePutFromRegionInfo(HRegionInfo) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Generates and returns a Put containing the region into for the catalog table
- makePutFromRegionInfo(HRegionInfo, long) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Generates and returns a Put containing the region into for the catalog table
- makePutFromTableState(TableState) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Construct PUT for given state
- makeQuotaSnapshotScan() - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
Creates a
Scan
which returns only quota snapshots from the quota table.
- makeQuotaSnapshotScanForTable(TableName) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- makeScan(QuotaFilter) - Static method in class org.apache.hadoop.hbase.quotas.QuotaTableUtil
-
- MasterAddressTracker - Class in org.apache.hadoop.hbase.zookeeper
-
Manages the location of the current active Master for the RegionServer.
- MasterAddressTracker(ZooKeeperWatcher, Abortable) - Constructor for class org.apache.hadoop.hbase.zookeeper.MasterAddressTracker
-
Construct a master address listener with the specified
zookeeper
reference.
- masterAddressZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- masterMaintZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- MasterNotRunningException - Exception in org.apache.hadoop.hbase
-
Thrown if the master is not running
- MasterNotRunningException() - Constructor for exception org.apache.hadoop.hbase.MasterNotRunningException
-
default constructor
- MasterNotRunningException(String) - Constructor for exception org.apache.hadoop.hbase.MasterNotRunningException
-
Constructor
- MasterNotRunningException(Exception) - Constructor for exception org.apache.hadoop.hbase.MasterNotRunningException
-
Constructor taking another exception.
- MasterNotRunningException(String, Exception) - Constructor for exception org.apache.hadoop.hbase.MasterNotRunningException
-
- MasterSwitchType - Enum in org.apache.hadoop.hbase.client
-
Represents the master switch type
- matchedColumn - Variable in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- matches(String) - Method in enum org.apache.hadoop.hbase.security.SaslUtil.QualityOfProtection
-
- matchesFamily(TableName, byte[], Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
Returns true
if this permission matches the given column
family at least.
- matchesFamilyQualifier(TableName, byte[], byte[], Permission.Action) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
Returns if the given permission matches the given qualifier.
- MAX_BACKOFF_KEY - Static variable in class org.apache.hadoop.hbase.client.backoff.ExponentialClientBackoffPolicy
-
- MAX_FILESIZE - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Used by HBase Shell interface to access this metadata
attribute which denotes the maximum size of the store file after which a
region split occurs.
- MAX_FILESIZE - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- MAX_KEYVALUE_SIZE_DEFAULT - Static variable in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- MAX_KEYVALUE_SIZE_KEY - Static variable in class org.apache.hadoop.hbase.client.ConnectionConfiguration
-
- MAX_VERSIONS - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- maxColumn - Variable in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- maxColumnInclusive - Variable in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- maxKeyValueSize(int) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
Override the maximum key-value size specified by the provided
Connection
's
Configuration
instance, via the configuration key
hbase.client.keyvalue.maxsize
.
- maxRetries - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- maxScannerResultSize - Variable in class org.apache.hadoop.hbase.client.ClientScanner
-
- mayHaveClusterIssues() - Method in exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- mayHaveMoreCellsInRow() - Method in class org.apache.hadoop.hbase.client.Result
-
For scanning large rows, the RS may choose to return the cells chunk by chunk to prevent OOM
or timeout.
- MD5_HEX_LENGTH - Static variable in interface org.apache.hadoop.hbase.client.RegionInfo
-
- mechanismName - Variable in enum org.apache.hadoop.hbase.security.AuthMethod
-
- MemoryCompactionPolicy - Enum in org.apache.hadoop.hbase
-
Enum describing all possible memory compaction policies
- MEMSTORE_FLUSHSIZE - Static variable in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Used by HBase Shell interface to access this metadata
attribute which represents the maximum size of the memstore after which its
contents are flushed onto the disk.
- MEMSTORE_FLUSHSIZE - Static variable in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- mergeDelimitedFrom(Message.Builder, InputStream) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
This version of protobuf's mergeDelimitedFrom avoid the hard-coded 64MB limit for decoding
buffers
- mergeFrom(Message.Builder, byte[]) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
This version of protobuf's mergeFrom avoids the hard-coded 64MB limit for decoding
buffers when working with byte arrays
- mergeFrom(Message.Builder, byte[], int, int) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
This version of protobuf's mergeFrom avoids the hard-coded 64MB limit for decoding
buffers when working with byte arrays
- mergeFrom(Message.Builder, InputStream, int) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
This version of protobuf's mergeFrom avoids the hard-coded 64MB limit for decoding
buffers where the message size is known
- mergeFrom(Message.Builder, InputStream) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
This version of protobuf's mergeFrom avoids the hard-coded 64MB limit for decoding
buffers where the message size is not known
- mergeFrom(Message.Builder, ByteString) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
This version of protobuf's mergeFrom avoids the hard-coded 64MB limit for decoding
buffers when working with ByteStrings
- mergeFrom(Message.Builder, byte[]) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
This version of protobuf's mergeFrom avoids the hard-coded 64MB limit for decoding
buffers when working with byte arrays
- mergeFrom(Message.Builder, byte[], int, int) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
This version of protobuf's mergeFrom avoids the hard-coded 64MB limit for decoding
buffers when working with byte arrays
- mergeFrom(Message.Builder, CodedInputStream, int) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- mergeLocations(RegionLocations) - Method in class org.apache.hadoop.hbase.RegionLocations
-
Merges this RegionLocations list with the given list assuming
same range, and keeping the most up to date version of the
HRegionLocation entries from either list according to seqNum.
- MergeRegionException - Exception in org.apache.hadoop.hbase.exceptions
-
Thrown when something is wrong in trying to merge two regions.
- MergeRegionException() - Constructor for exception org.apache.hadoop.hbase.exceptions.MergeRegionException
-
default constructor
- MergeRegionException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.MergeRegionException
-
Constructor
- mergeRegions(byte[], byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- mergeRegions(byte[], byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Merge two regions.
- mergeRegions(byte[], byte[], boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- mergeRegions(byte[], byte[], boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- mergeRegions(byte[], byte[], boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- mergeRegions(Connection, HRegionInfo, HRegionInfo, HRegionInfo, ServerName, int, long, boolean) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Merge the two regions into one in an atomic operation.
- mergeRegionsAsync(byte[], byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Merge two regions.
- mergeRegionsAsync(byte[][], boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Merge regions.
- mergeRegionsAsync(byte[], byte[], boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Merge two regions.
- mergeRegionsAsync(byte[][], boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Merge two regions.
- mergeRegionsSync(byte[], byte[], boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
Merge two regions.
- mergeTableRegions(RpcController, MasterProtos.MergeTableRegionsRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- META_REPLICA_ID_DELIMITER - Static variable in class org.apache.hadoop.hbase.MetaTableAccessor
-
The delimiter for meta columns for replicaIds > 0
- META_ZNODE_PREFIX - Static variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- MetaCache - Class in org.apache.hadoop.hbase.client
-
A cache implementation for region locations from meta.
- MetaCache(MetricsConnection) - Constructor for class org.apache.hadoop.hbase.client.MetaCache
-
- metaCacheHits - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- metaCacheMisses - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- metaCacheNumClearRegion - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- metaCacheNumClearServer - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- metaReplicaZNodes - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- MetaTableAccessor - Class in org.apache.hadoop.hbase
-
Read/write operations on region and assignment information store in
hbase:meta
.
- MetaTableAccessor() - Constructor for class org.apache.hadoop.hbase.MetaTableAccessor
-
- MetaTableAccessor.CloseableVisitor - Interface in org.apache.hadoop.hbase
-
Implementations 'visit' a catalog table row but with close() at the end.
- MetaTableAccessor.DefaultVisitorBase - Class in org.apache.hadoop.hbase
-
A Visitor that skips offline regions and split parents
- MetaTableAccessor.QueryType - Enum in org.apache.hadoop.hbase
-
- MetaTableAccessor.TableVisitorBase - Class in org.apache.hadoop.hbase
-
A Visitor for a table.
- MetaTableAccessor.Visitor - Interface in org.apache.hadoop.hbase
-
Implementations 'visit' a catalog table row.
- MetaTableLocator - Class in org.apache.hadoop.hbase.zookeeper
-
Utility class to perform operation (get/wait for/verify/set/delete) on znode in ZooKeeper
which keeps hbase:meta region server location.
- MetaTableLocator() - Constructor for class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
- metaZNodePrefix - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- metrics - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- MetricsConnection - Class in org.apache.hadoop.hbase.client
-
This class is for maintaining the various connection statistics and publishing them through
the metrics interfaces.
- MetricsConnection.CallStats - Class in org.apache.hadoop.hbase.client
-
A container class for collecting details about the RPC call as it percolates.
- MetricsConnection.CallTracker - Class in org.apache.hadoop.hbase.client
-
- MetricsConnection.RegionStats - Class in org.apache.hadoop.hbase.client
-
- MetricsConnection.RunnerStats - Class in org.apache.hadoop.hbase.client
-
- MetricsZooKeeper - Class in org.apache.hadoop.hbase.zookeeper
-
Class used to push numbers about ZooKeeper into the metrics subsystem.
- MetricsZooKeeper() - Constructor for class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- MetricsZooKeeper(MetricsZooKeeperSource) - Constructor for class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- MILLIS_BETWEEN_NEXTS_METRIC_NAME - Static variable in class org.apache.hadoop.hbase.client.metrics.ScanMetrics
-
- MIN_VERSIONS - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- MIN_VERSIONS - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- minColumn - Variable in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- minColumnInclusive - Variable in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- minIdleTimeBeforeClose - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- MINOR_VERSION - Static variable in exception org.apache.hadoop.hbase.exceptions.RequestTooBigException
-
- MINUS_SIGN - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII for Minus Sign
- MOB_COMPACT_PARTITION_POLICY - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- MOB_COMPACT_PARTITION_POLICY - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- MOB_COMPACT_PARTITION_POLICY_BYTES - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- MOB_THRESHOLD - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- MOB_THRESHOLD - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- MOB_THRESHOLD_BYTES - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- MobCompactPartitionPolicy - Enum in org.apache.hadoop.hbase.client
-
Enum describing the mob compact partition policy types.
- ModifyableColumnFamilyDescriptor(byte[]) - Constructor for class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Construct a column descriptor specifying only the family name The other
attributes are defaulted.
- ModifyableColumnFamilyDescriptor(ColumnFamilyDescriptor) - Constructor for class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
Constructor.
- ModifyableTableDescriptor(TableName) - Constructor for class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Construct a table descriptor specifying a TableName object
- ModifyableTableDescriptor(TableName, TableDescriptor) - Constructor for class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Deprecated.
- modifyColumn(TableName, ColumnFamilyDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- modifyColumn(RpcController, MasterProtos.ModifyColumnRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- modifyColumnFamily(TableName, ColumnFamilyDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Modify an existing column family on a table.
- modifyColumnFamily(TableName, ColumnFamilyDescriptor) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Modify an existing column family on a table.
- modifyColumnFamily(TableName, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- modifyColumnFamily(TableName, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- modifyColumnFamily(TableName, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- modifyColumnFamily(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Modifies the existing column family.
- modifyColumnFamily(ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- modifyColumnFamilyAsync(TableName, ColumnFamilyDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Modify an existing column family on a table.
- modifyColumnFamilyAsync(TableName, ColumnFamilyDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- modifyFamily(HColumnDescriptor) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
Modifies the existing column family.
- modifyNamespace(NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Modify an existing namespace.
- modifyNamespace(NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Modify an existing namespace.
- modifyNamespace(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- modifyNamespace(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- modifyNamespace(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- modifyNamespace(RpcController, MasterProtos.ModifyNamespaceRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- modifyNamespaceAsync(NamespaceDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Modify an existing namespace.
- modifyNamespaceAsync(NamespaceDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- modifyTable(TableName, TableDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- modifyTable(TableDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Modify an existing table, more IRB friendly version.
- modifyTable(TableDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- modifyTable(TableName, TableDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- modifyTable(RpcController, MasterProtos.ModifyTableRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- modifyTableAsync(TableName, TableDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- modifyTableAsync(TableDescriptor) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Modify an existing table, more IRB (ruby) friendly version.
- modifyTableAsync(TableDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- modifyTableAsync(TableName, TableDescriptor) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- move(byte[], byte[]) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Move the region r
to dest
.
- move(byte[], Optional<ServerName>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Move the region r
to dest
.
- move(byte[], Optional<ServerName>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- move(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- move(byte[], Optional<ServerName>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- moveRegion(RpcController, MasterProtos.MoveRegionRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- moveToNextRegion() - Method in class org.apache.hadoop.hbase.client.ClientScanner
-
Close the previous scanner and create a new ScannerCallable for the next scanner.
- multi(Iterable<Op>) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
Run multiple operations in a transactional manner.
- MultiAction - Class in org.apache.hadoop.hbase.client
-
Container for Actions (i.e.
- MultiAction() - Constructor for class org.apache.hadoop.hbase.client.MultiAction
-
- MultiActionResultTooLarge - Exception in org.apache.hadoop.hbase
-
Exception thrown when the result needs to be chunked on the server side.
- MultiActionResultTooLarge(String) - Constructor for exception org.apache.hadoop.hbase.MultiActionResultTooLarge
-
- multiMutate(Connection, Table, byte[], List<Mutation>) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Performs an atomic multi-mutate operation against the given table.
- multiOrSequential(ZooKeeperWatcher, List<ZKUtil.ZKUtilOp>, boolean) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Use ZooKeeper's multi-update functionality.
- MultipleColumnPrefixFilter - Class in org.apache.hadoop.hbase.filter
-
This filter is used for selecting only those keys with columns that matches
a particular prefix.
- MultipleColumnPrefixFilter(byte[][]) - Constructor for class org.apache.hadoop.hbase.filter.MultipleColumnPrefixFilter
-
- multiply(BigDecimal, BigDecimal) - Method in class org.apache.hadoop.hbase.client.coprocessor.BigDecimalColumnInterpreter
-
- multiply(Double, Double) - Method in class org.apache.hadoop.hbase.client.coprocessor.DoubleColumnInterpreter
-
- multiply(Long, Long) - Method in class org.apache.hadoop.hbase.client.coprocessor.LongColumnInterpreter
-
- multiply(S, S) - Method in class org.apache.hadoop.hbase.coprocessor.ColumnInterpreter
-
- MultiResponse - Class in org.apache.hadoop.hbase.client
-
A container for Result objects, grouped by regionName.
- MultiResponse() - Constructor for class org.apache.hadoop.hbase.client.MultiResponse
-
- MultiRowRangeFilter - Class in org.apache.hadoop.hbase.filter
-
Filter to support scan multiple row key ranges.
- MultiRowRangeFilter(List<MultiRowRangeFilter.RowRange>) - Constructor for class org.apache.hadoop.hbase.filter.MultiRowRangeFilter
-
- MultiRowRangeFilter.RowRange - Class in org.apache.hadoop.hbase.filter
-
- multiTracker - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- mutate(Mutation) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutator
-
- mutate(List<? extends Mutation>) - Method in interface org.apache.hadoop.hbase.client.AsyncBufferedMutator
-
- mutate(Mutation) - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
- mutate(List<? extends Mutation>) - Method in interface org.apache.hadoop.hbase.client.BufferedMutator
-
- mutate(Mutation) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- mutate(List<? extends Mutation>) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- mutateMetaTable(Connection, List<Mutation>) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Execute the passed mutations
against hbase:meta
table.
- mutateRegions(Connection, List<HRegionInfo>, List<HRegionInfo>) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Adds and Removes the specified regions from hbase:meta
- mutateRow(RowMutations) - Method in interface org.apache.hadoop.hbase.client.AsyncTableBase
-
Performs multiple mutations atomically on a single row.
- mutateRow(RowMutations) - Method in class org.apache.hadoop.hbase.client.HTable
-
Performs multiple mutations atomically on a single row.
- mutateRow(RowMutations) - Method in interface org.apache.hadoop.hbase.client.Table
-
Performs multiple mutations atomically on a single row.
- Mutation - Class in org.apache.hadoop.hbase.client
-
- Mutation() - Constructor for class org.apache.hadoop.hbase.client.Mutation
-
- MUTATION_OVERHEAD - Static variable in class org.apache.hadoop.hbase.client.Mutation
-
- 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.
- RawAsyncHBaseAdmin - Class in org.apache.hadoop.hbase.client
-
The implementation of AsyncAdmin.
- RawAsyncTable - Interface in org.apache.hadoop.hbase.client
-
A low level asynchronous table.
- RawAsyncTable.CoprocessorCallable<S,R> - Interface in org.apache.hadoop.hbase.client
-
Delegate to a protobuf rpc call.
- RawAsyncTable.CoprocessorCallback<R> - Interface in org.apache.hadoop.hbase.client
-
The callback when we want to execute a coprocessor call on a range of regions.
- rawCells() - Method in class org.apache.hadoop.hbase.client.Result
-
Return the array of Cells backing this Result instance.
- RawScanResultConsumer - Interface in org.apache.hadoop.hbase.client
-
Receives
Result
for an asynchronous scan.
- RawScanResultConsumer.ScanController - Interface in org.apache.hadoop.hbase.client
-
Used to suspend or stop a scan, or get a scan cursor if available.
- RawScanResultConsumer.ScanResumer - Interface in org.apache.hadoop.hbase.client
-
Used to resume a scan.
- read(DataInput) - Static method in enum org.apache.hadoop.hbase.security.AuthMethod
-
Read from in
- readAllVersions() - Method in class org.apache.hadoop.hbase.client.Get
-
Get all available versions.
- readAllVersions() - Method in class org.apache.hadoop.hbase.client.Scan
-
Get all available versions.
- readClusterIdZNode(ZooKeeperWatcher) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKClusterId
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.access.UserPermission
-
- readFields(DataInput) - Method in class org.apache.hadoop.hbase.security.token.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.
- 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.Scan
-
Get up to the specified number of versions of each column.
- reconnectAfterExpiration() - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- reconnectAfterExpiration() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- RecoverableZooKeeper - Class in org.apache.hadoop.hbase.zookeeper
-
A zookeeper that can handle 'recoverable' errors.
- RecoverableZooKeeper(String, int, Watcher, int, int, int) - Constructor for class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- RecoverableZooKeeper(String, int, Watcher, int, int, int, String) - Constructor for class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- recoveringRegionsZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- 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 - 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)
- 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
-
- RegionInRecoveryException - Exception in org.apache.hadoop.hbase.exceptions
-
Thrown when a read request issued against a region which is in recovering state.
- RegionInRecoveryException() - Constructor for exception org.apache.hadoop.hbase.exceptions.RegionInRecoveryException
-
default constructor
- RegionInRecoveryException(String) - Constructor for exception org.apache.hadoop.hbase.exceptions.RegionInRecoveryException
-
Constructor
- RegionLoad - Class in org.apache.hadoop.hbase
-
Encapsulates per-region load metrics.
- RegionLoad(ClusterStatusProtos.RegionLoad) - Constructor for class org.apache.hadoop.hbase.RegionLoad
-
- regionLoadPB - Variable in class org.apache.hadoop.hbase.RegionLoad
-
- 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.
- 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
-
- regionSequenceIdsToByteArray(Long, Map<byte[], Long>) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
- 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) - Constructor for class org.apache.hadoop.hbase.client.RegionServerCallable
-
- RegionServerCallable(Connection, TableName, byte[], RpcController, int) - 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(HRegionInfo, RegionState.State) - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState(HRegionInfo, RegionState.State, ServerName) - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState(HRegionInfo, RegionState.State, long, ServerName) - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState(HRegionInfo, RegionState.State, long, ServerName, long) - Constructor for class org.apache.hadoop.hbase.master.RegionState
-
- RegionState.State - Enum in org.apache.hadoop.hbase.master
-
- 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() - Constructor for exception org.apache.hadoop.hbase.RegionTooBusyException
-
default constructor
- RegionTooBusyException(String) - Constructor for exception org.apache.hadoop.hbase.RegionTooBusyException
-
Constructor
- registerAuthFailedException() - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerAuthFailedException() - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
An AUTHFAILED Exception was seen.
- registerConnectionLossException() - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerConnectionLossException() - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
A CONNECTIONLOSS Exception was seen.
- registerDataInconsistencyException() - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerDataInconsistencyException() - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
A DATAINCONSISTENCY Exception was seen.
- registerFailedZKCall() - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerFailedZKCall() - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
A ZooKeeper API Call failed.
- registerFilter(String, String) - Static method in class org.apache.hadoop.hbase.filter.ParseFilter
-
Register a new filter with the parser.
- registerInvalidACLException() - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerInvalidACLException() - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
An INVALIDACL Exception was seen.
- registerListener(ZooKeeperListener) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Register the specified listener to receive ZooKeeper events.
- registerListenerFirst(ZooKeeperListener) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Register the specified listener to receive ZooKeeper events and add it as
the first in the list of current listeners.
- registerNoAuthException() - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerNoAuthException() - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
A NOAUTH Exception was seen.
- registerOperationTimeoutException() - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerOperationTimeoutException() - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
A OPERATIONTIMEOUT Exception was seen.
- registerReadOperationLatency(long) - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerReadOperationLatency(long) - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
Register the latency incurred for read operations.
- registerRuntimeInconsistencyException() - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerRuntimeInconsistencyException() - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
A RUNTIMEINCONSISTENCY Exception was seen.
- registerSessionExpiredException() - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerSessionExpiredException() - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
A SESSIONEXPIRED Exception was seen.
- registerSyncOperationLatency(long) - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerSyncOperationLatency(long) - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
Register the latency incurred for sync operations.
- registerSystemErrorException() - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerSystemErrorException() - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
A SYSTEMERROR Exception was seen.
- registerWriteOperationLatency(long) - Method in class org.apache.hadoop.hbase.zookeeper.MetricsZooKeeper
-
- registerWriteOperationLatency(long) - Method in interface org.apache.hadoop.hbase.zookeeper.ZooKeeperMetricsListener
-
Register the latency incurred for write operations.
- 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.
- remainingTimeNs() - Method in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
- 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, String, int, 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(Object) - 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
- 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
- removeDrainFromRegionServers(List<ServerName>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Remove drain from a region server to allow additional regions assignments.
- removeDrainFromRegionServers(List<ServerName>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Remove drain from a region server to allow additional regions assignments.
- removeDrainFromRegionServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- removeDrainFromRegionServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- removeDrainFromRegionServers(List<ServerName>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- removeDrainFromRegionServers(RpcController, MasterProtos.RemoveDrainFromRegionServersRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- 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.RecoverableZooKeeper
-
- 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<HRegionInfo>) - 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
- removeRegionReplicasFromMeta(Set<byte[]>, int, int, Connection) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Deletes some replica columns corresponding to replicas for the passed rows
- 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(String) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- removeReplicationPeer(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- removeReplicationPeer(String) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- removeReplicationPeer(RpcController, ReplicationProtos.RemoveReplicationPeerRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- removeReplicationPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Remove some table-cfs from config of the specified peer.
- removeReplicationPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Remove some table-cfs from config of the specified peer
- removeReplicationPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- removeReplicationPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- removeReplicationPeerTableCFs(String, Map<TableName, ? extends Collection<String>>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- removeTableCFsFromReplicationPeerConfig(Map<TableName, ? extends Collection<String>>, ReplicationPeerConfig, String) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
- 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(Bytes) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- removeValue(byte[]) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- removeValue(Bytes) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- removeValue(byte[]) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- removeValue(K, V) - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- 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
-
- 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 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) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationLoadSink
-
- ReplicationLoadSource - Class in org.apache.hadoop.hbase.replication
-
A HBase ReplicationLoad to present MetricsSource information
- ReplicationLoadSource(String, long, int, long, long) - Constructor for class org.apache.hadoop.hbase.replication.ReplicationLoadSource
-
- 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
-
- 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
-
- 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
-
- ReplicationSerDeHelper - Class in org.apache.hadoop.hbase.client.replication
-
Helper for TableCFs Operations.
- REPLICATIONSERIAL - Static variable in class org.apache.hadoop.hbase.client.replication.ReplicationAdmin
-
Deprecated.
- 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
-
- 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.DependentColumnFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.Filter
-
Reset the state of the filter between rows.
- reset() - Method in class org.apache.hadoop.hbase.filter.FilterBase
-
Filters that are purely stateless and do nothing in their reset() methods can inherit
this null/empty implementation.
- reset() - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- reset() - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
-
- reset() - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.RandomRowFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.RowFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.SkipFilter
-
- reset() - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
-
- reset() - Method in class org.apache.hadoop.hbase.ipc.DelegatingHBaseRpcController
-
- reset() - Method in class org.apache.hadoop.hbase.ipc.HBaseRpcControllerImpl
-
- reset() - Method in class org.apache.hadoop.hbase.ipc.ServerRpcController
-
- 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
-
Restore the specified snapshot on the original table.
- restoreSnapshot(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(byte[], boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(String, boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Restore the specified snapshot on the original table.
- restoreSnapshot(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) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- restoreSnapshot(String, boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- 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(String) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- restoreSnapshot(String, boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- restoreSnapshot(RpcController, MasterProtos.RestoreSnapshotRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- restoreSnapshotAsync(String) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Restore the specified snapshot on the original table.
- 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, Exception) - 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
-
A
Result
with some statistics about the server/region status
- resume() - Method in interface org.apache.hadoop.hbase.client.RawScanResultConsumer.ScanResumer
-
Resume the scan.
- RetriesExhaustedException - Exception in org.apache.hadoop.hbase.client
-
Exception thrown by HTable methods when an attempt to do something (like
commit changes) fails after a bunch of retries.
- RetriesExhaustedException(String) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedException
-
- RetriesExhaustedException(String, IOException) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedException
-
- RetriesExhaustedException(String, int, List<Throwable>) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedException
-
Create a new RetriesExhaustedException from the list of prior failures.
- RetriesExhaustedException(int, List<RetriesExhaustedException.ThrowableWithExtraContext>) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedException
-
Create a new RetriesExhaustedException from the list of prior failures.
- RetriesExhaustedException.ThrowableWithExtraContext - Class in org.apache.hadoop.hbase.client
-
Datastructure that allows adding more info around Throwable incident.
- RetriesExhaustedWithDetailsException - Exception in org.apache.hadoop.hbase.client
-
This subclass of
RetriesExhaustedException
is thrown when we have more information about which rows were causing which
exceptions on what servers.
- RetriesExhaustedWithDetailsException(List<Throwable>, List<Row>, List<String>) - Constructor for exception org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
- 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.
- ReusablePool(int) - Constructor for class org.apache.hadoop.hbase.util.PoolMap.ReusablePool
-
- 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, TableName, ClusterConnection, RpcRetryingCallerFactory, RpcControllerFactory, ExecutorService, int) - Constructor for class org.apache.hadoop.hbase.client.ReversedClientScanner
-
Create a new ReversibleClientScanner for the specified table Note that the passed
Scan
's start row maybe changed.
- ReversedScannerCallable - Class in org.apache.hadoop.hbase.client
-
A reversed ScannerCallable which supports backward scanning.
- ReversedScannerCallable(ClusterConnection, TableName, Scan, ScanMetrics, RpcControllerFactory) - Constructor for class org.apache.hadoop.hbase.client.ReversedScannerCallable
-
- ReversedScannerCallable(ClusterConnection, TableName, Scan, ScanMetrics, RpcControllerFactory, int) - Constructor for class org.apache.hadoop.hbase.client.ReversedScannerCallable
-
- revoke(Connection, TableName, String, byte[], byte[], Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Revokes the permission on the table
- revoke(Connection, String, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Revokes the permission on the table for the specified user.
- revoke(Connection, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlClient
-
Revoke global permissions for the specified user.
- revoke(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
A utility used to revoke a user's global permissions.
- revoke(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, TableName, byte[], byte[], Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
A utility used to revoke a user's table permissions.
- revoke(RpcController, AccessControlProtos.AccessControlService.BlockingInterface, String, String, Permission.Action...) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
A utility used to revoke a user's namespace permissions.
- rollHLogWriter(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- 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.AsyncHBaseAdmin
-
- rollWALWriter(ServerName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- rollWALWriter(ServerName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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<?>, InetSocketAddress, 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
-
- 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
-
- rpcHistograms - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- RpcRetryingCaller<T> - Interface in org.apache.hadoop.hbase.client
-
- RpcRetryingCallerFactory - Class in org.apache.hadoop.hbase.client
-
- RpcRetryingCallerFactory(Configuration) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- RpcRetryingCallerFactory(Configuration, RetryingCallerInterceptor) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
- RpcRetryingCallerImpl<T> - Class in org.apache.hadoop.hbase.client
-
- RpcRetryingCallerImpl(long, long, int, int) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerImpl
-
- RpcRetryingCallerImpl(long, long, int, RetryingCallerInterceptor, int, int) - 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) - Constructor for class org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas
-
- rpcTimeout(int) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorParams
-
- rpcTimers - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- 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
-
- run(String[]) - Method in class org.apache.hadoop.hbase.zookeeper.ZkAclReset
-
- 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.AsyncHBaseAdmin
-
- runCatalogJanitor() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- runCatalogJanitor() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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.AsyncHBaseAdmin
-
- runCleanerChore() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- runCleanerChore() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- runCleanerChore(RpcController, MasterProtos.RunCleanerChoreRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- runnerStats - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- RunnerStats(MetricRegistry) - Constructor for class org.apache.hadoop.hbase.client.MetricsConnection.RunnerStats
-
- running - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- S - Static variable in class org.apache.hadoop.hbase.filter.ParseConstants
-
ASCII code for 'S'
- SASL_DEFAULT_REALM - Static variable in class org.apache.hadoop.hbase.security.SaslUtil
-
- 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
-
- 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
- saslLatch - Variable in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- 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(SaslClient) - Constructor for class org.apache.hadoop.hbase.security.SaslUnwrapHandler
-
- 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(SaslClient) - Constructor for class org.apache.hadoop.hbase.security.SaslWrapHandler
-
- scan(Scan, ScanResultConsumer) - 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(Scan, RawScanResultConsumer) - Method in interface org.apache.hadoop.hbase.client.RawAsyncTable
-
The basic scan API uses the observer pattern.
- 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.AsyncTableBase
-
Return all the results that match the given scan object.
- scanMeta(Connection, TableName, MetaTableAccessor.QueryType, int, MetaTableAccessor.Visitor) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- scanMeta(Connection, byte[], byte[], MetaTableAccessor.QueryType, MetaTableAccessor.Visitor) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
- 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.
- scanMeta(Connection, byte[], byte[], MetaTableAccessor.QueryType, int, MetaTableAccessor.Visitor) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Performs a scan of META table.
- 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) - Constructor for class org.apache.hadoop.hbase.client.ScannerCallable
-
- ScannerCallable(ClusterConnection, TableName, Scan, ScanMetrics, RpcControllerFactory, int) - 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.
- scanTracker - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- 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.
- 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
-
- 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
-
This class is used for exporting current state of load on a RegionServer.
- ServerLoad(ClusterStatusProtos.ServerLoad) - Constructor for class org.apache.hadoop.hbase.ServerLoad
-
- serverLoad - Variable in class org.apache.hadoop.hbase.ServerLoad
-
- 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
-
- serverStats - Variable in class org.apache.hadoop.hbase.client.MetricsConnection
-
- 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(InetSocketAddress, long) - Constructor for exception org.apache.hadoop.hbase.ipc.ServerTooBusyException
-
- 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(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
-
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.Mutation
-
- 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
-
- setACL(Map<String, Permission>) - Method in class org.apache.hadoop.hbase.client.Query
-
- 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
-
- setAcl(String, List<ACL>, int) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
setAcl is an idempotent operation.
- setActions(Permission.Action[]) - Method in class org.apache.hadoop.hbase.security.access.Permission
-
- 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.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.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.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.
- setBackupMasters(Collection<ServerName>) - Method in class org.apache.hadoop.hbase.ClusterStatus.Builder
-
- setBalancerOn(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the load balancer on or off.
- setBalancerOn(boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- setBalancerOn(boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- setBalancerOn(Boolean) - Method in class org.apache.hadoop.hbase.ClusterStatus.Builder
-
- 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
-
- setBatch(int) - Method in class org.apache.hadoop.hbase.client.Scan
-
Set the maximum number of cells to return for each call to next().
- setBlockCacheEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setBlockCacheEnabled(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setBlockCacheEnabled(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setBlocksize(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setBlocksize(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setBlocksize(int) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- 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.
- 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.Scan
-
Set whether blocks should be cached for this Scan.
- setCacheBloomsOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setCacheBloomsOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setCacheBloomsOnWrite(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setCacheDataInL1(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setCacheDataInL1(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setCacheDataInL1(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setCacheDataOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setCacheDataOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setCacheDataOnWrite(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setCacheIndexesOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setCacheIndexesOnWrite(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setCacheIndexesOnWrite(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- 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
- 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
-
- setCatalogJanitorOn(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the catalog janitor on/off.
- setCatalogJanitorOn(boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- setCatalogJanitorOn(boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- setCleanerChoreOn(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the cleaner chore on/off.
- setCleanerChoreOn(boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- setCleanerChoreOn(boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- setCleanerChoreRunning(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- setCleanerChoreRunning(RpcController, MasterProtos.SetCleanerChoreRunningRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- setClose() - Method in class org.apache.hadoop.hbase.client.ScannerCallable
-
Call this when the next invocation of call should close the scanner
- setClosestRowBefore(boolean) - Method in class org.apache.hadoop.hbase.client.Get
-
- setClusterId(String) - Method in class org.apache.hadoop.hbase.ClusterStatus.Builder
-
- setClusterId(ZooKeeperWatcher, ClusterId) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKClusterId
-
- 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
-
Set the clusterKey which is the concatenation of the slave cluster's:
hbase.zookeeper.quorum:hbase.zookeeper.property.clientPort:zookeeper.znode.parent
- 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.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
-
- 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.
- 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.
- 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.
- setConsistency(Consistency) - Method in class org.apache.hadoop.hbase.client.Get
-
- 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
-
- 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.
- setCounter(String, long) - Method in class org.apache.hadoop.hbase.client.metrics.ServerSideScanMetrics
-
- setData(String, byte[], int) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
setData is NOT an idempotent operation.
- setData(ZooKeeperWatcher, String, byte[], int) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Sets the data of the existing znode to be the specified data.
- setData(ZooKeeperWatcher, String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Sets the data of the existing znode to be the specified data.
- setData(String, byte[]) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil.ZKUtilOp
-
- 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.
- setDeadServers(Collection<ServerName>) - Method in class org.apache.hadoop.hbase.ClusterStatus.Builder
-
- 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
-
- 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.
- 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
-
- 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
-
- setEvictBlocksOnClose(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setEvictBlocksOnClose(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- 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
-
Method for setting the put's familyMap
- 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.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.Query
-
Apply the specified server-side filter when performing the Query.
- setFilter(Filter) - Method in class org.apache.hadoop.hbase.client.Scan
-
- setFilterIfMissing(boolean) - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
Set whether entire row should be filtered if column is not found.
- 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
-
- setHBaseVersion(String) - Method in class org.apache.hadoop.hbase.ClusterStatus.Builder
-
- 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.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
-
- setInMemory(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setInMemory(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setInMemory(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- 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.
- setIsolationLevel(IsolationLevel) - Method in class org.apache.hadoop.hbase.client.Get
-
- 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
-
- 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.
- 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.Scan
-
Set the limit of rows for this scan.
- setLiveServers(Map<ServerName, ServerLoad>) - Method in class org.apache.hadoop.hbase.ClusterStatus.Builder
-
- setLoadColumnFamiliesOnDemand(boolean) - Method in class org.apache.hadoop.hbase.client.Get
-
- 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
-
- setMaster(ServerName) - Method in class org.apache.hadoop.hbase.ClusterStatus.Builder
-
- setMasterAddress(ZooKeeperWatcher, String, ServerName, int) - Static method in class org.apache.hadoop.hbase.zookeeper.MasterAddressTracker
-
Set master address into the master
znode or into the backup
subdirectory of backup masters; switch off the passed in znode
path.
- setMasterCoprocessors(String[]) - Method in class org.apache.hadoop.hbase.ClusterStatus.Builder
-
- 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.
- 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(long) - 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.
- 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.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
-
- 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.
- 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(long) - 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.
- setMergeOn(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the Merge switch on or off.
- setMergeOn(boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- setMergeOn(boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- setMetaLocation(ZooKeeperWatcher, ServerName, RegionState.State) - Static method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Sets the location of hbase:meta
in ZooKeeper to the
specified server address.
- setMetaLocation(ZooKeeperWatcher, ServerName, int, RegionState.State) - Static method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Sets the location of hbase:meta
in ZooKeeper to the
specified server address.
- setMinVersions(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setMinVersions(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setMinVersions(int) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- 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.
- setMvccReadPoint(Scan, long) - Static method in class org.apache.hadoop.hbase.client.PackagePrivateFieldAccessor
-
- 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
-
- 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.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.
- setNormalizerOn(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Set region normalizer on/off.
- setNormalizerOn(boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- setNormalizerOn(boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- setNormalizerRunning(boolean) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- setNormalizerRunning(RpcController, MasterProtos.SetNormalizerRunningRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- setOffline(boolean) - Method in class org.apache.hadoop.hbase.client.ImmutableHRegionInfo
-
Deprecated.
- setOffline(boolean) - Method in class org.apache.hadoop.hbase.client.RegionInfoBuilder
-
- 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.Scan
-
Call this when you only want to get one row.
- 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.
- setOwner(User) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Deprecated.
- setOwner(User) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Deprecated.
- setOwner(User) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- setOwnerString(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
Deprecated.
- setOwnerString(String) - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
Deprecated.
- setOwnerString(String) - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- 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
-
- setPrefetchBlocksOnOpen(boolean) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- setPrefetchBlocksOnOpen(boolean) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.Append
-
- 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.Increment
-
- setPriority(int) - Method in class org.apache.hadoop.hbase.client.OperationWithAttributes
-
- 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
-
- setPriority(TableName) - Method in interface org.apache.hadoop.hbase.ipc.HBaseRpcController
-
- 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
-
- 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.AsyncHBaseAdmin
-
- setQuota(QuotaSettings) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- setQuota(QuotaSettings) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- setQuota(RpcController, MasterProtos.SetQuotaRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- 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.
- 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.Scan
-
Set the read type for this scan.
- 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
-
Deprecated.
Enable or Disable the memstore replication from the primary region to the replicas.
- 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.
- 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.
- setRegionState(List<RegionState>) - Method in class org.apache.hadoop.hbase.ClusterStatus.Builder
-
- 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.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
-
- setReplicationEndpointImpl(String) - Method in class org.apache.hadoop.hbase.replication.ReplicationPeerConfig
-
Sets the ReplicationEndpoint plugin class for this peer.
- setRequestSizeBytes(long) - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- 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.
- setReturnResults(boolean) - Method in class org.apache.hadoop.hbase.client.Append
-
- 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.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
-
- 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.Scan
-
Set offset for the row per Column Family.
- setRowPrefixFilter(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.
- 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
-
- 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.
- setServerSideHConnectionRetriesConfig(Configuration, String, Log) - 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.
- 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.
- setSplitOn(boolean) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Turn the Split switch on or off.
- setSplitOn(boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- setSplitOn(boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- 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
-
- setStartTime(long) - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallStats
-
- setStatistics(RegionLoadStats) - Method in class org.apache.hadoop.hbase.client.Result
-
Set load information about the region to the information about the result
- setStatisticTracker(ServerStatisticTracker) - Method in class org.apache.hadoop.hbase.client.RpcRetryingCallerFactory
-
Set the tracker that should be used for tracking statistics about the server
- 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
- 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
-
- 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(TableName) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- 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.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.Delete
-
Set the timestamp of the delete.
- 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.Scan
-
Get versions of columns with the specified timestamp.
- setTimeToLive(int) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- setTimeToLive(String) - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- 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.
- setTimeToLive(String) - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- 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
-
- 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) - 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.
- setUserFilter(String) - Method in class org.apache.hadoop.hbase.quotas.QuotaFilter
-
Set the user filter regex
- 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(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
- 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
- setWatchIfNodeExists(ZooKeeperWatcher, String) - Static method in class org.apache.hadoop.hbase.zookeeper.ZKUtil
-
Watch the specified znode, but only if exists.
- 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
.
- 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.AsyncHBaseAdmin
-
- shutdown() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- shutdown() - Method in class org.apache.hadoop.hbase.client.MetricsConnection
-
- shutdown() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- shutdown(RpcController, MasterProtos.ShutdownRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- 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
-
- 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
-
- size() - Method in interface org.apache.hadoop.hbase.client.RowAccess
-
- size() - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- 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() - Method in interface org.apache.hadoop.hbase.util.PoolMap.Pool
-
- size() - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- size(K) - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- 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
-
- 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
-
Create a timestamp consistent snapshot for the given table.
- snapshot(String, TableName, SnapshotType) - 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(SnapshotDescription) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- snapshot(String, TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- snapshot(byte[], TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- snapshot(String, TableName, SnapshotType) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- snapshot(SnapshotDescription) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- snapshot(SnapshotDescription) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- 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
-
- 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
-
- SnapshotExistsException(String, SnapshotDescription) - Constructor for exception org.apache.hadoop.hbase.snapshot.SnapshotExistsException
-
Failure due to the snapshot already existing
- 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.
- 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.
- 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.AsyncHBaseAdmin
-
- split(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- split(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- split(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- split(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- split(TableName, byte[]) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- splitOrMergeEnabledSwitch(boolean, boolean, MasterSwitchType...) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Turn the Split or Merge switches on or off.
- splitOrMergeEnabledSwitch(MasterSwitchType) - Method in interface org.apache.hadoop.hbase.client.Admin
-
Query the current state of the switch.
- splitOrMergeEnabledSwitch(boolean, boolean, MasterSwitchType...) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- splitOrMergeEnabledSwitch(MasterSwitchType) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- 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[], Optional<byte[]>) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
Split an individual region.
- splitRegion(byte[], Optional<byte[]>) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- splitRegion(byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- splitRegion(byte[], byte[]) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- splitRegion(byte[], Optional<byte[]>) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- splitRegion(RpcController, MasterProtos.SplitTableRegionRequest) - Method in class org.apache.hadoop.hbase.client.ShortCircuitMasterConnection
-
- splitRegion(Connection, HRegionInfo, HRegionInfo, HRegionInfo, ServerName, int, boolean) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Splits the region into two in an atomic operation.
- 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
-
- 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.
- stampSet - Variable in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- start(CoprocessorEnvironment) - Method in interface org.apache.hadoop.hbase.Coprocessor
-
- start() - Method in class org.apache.hadoop.hbase.zookeeper.ZKLeaderManager
-
Deprecated.
- start() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
-
Starts the tracking of the node in ZooKeeper.
- 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.
- stepDownAsLeader() - Method in class org.apache.hadoop.hbase.zookeeper.ZKLeaderManager
-
Deprecated.
Removes the leader znode, if it is currently claimed by this instance.
- stop(CoprocessorEnvironment) - Method in interface org.apache.hadoop.hbase.Coprocessor
-
- stop() - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Stop working.
- stop() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
-
- 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.AsyncHBaseAdmin
-
- stopMaster() - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- stopMaster() - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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(ServerName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- stopRegionServer(String) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- stopRegionServer(ServerName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- STORAGE_POLICY - Static variable in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- STORAGE_POLICY - Static variable in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- stub - Variable in class org.apache.hadoop.hbase.client.RegionAdminServiceCallable
-
- stub - Variable in class org.apache.hadoop.hbase.client.RegionServerCallable
-
- submit(RetryingCallable<V>, 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
- 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.RawScanResultConsumer.ScanController
-
Suspend the scan.
- SWITCH_TO_SIMPLE_AUTH - Static variable in class org.apache.hadoop.hbase.security.SaslUtil
-
- switchZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- sync(String, AsyncCallback.VoidCallback, Object) - Method in class org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper
-
- sync(String) - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
Forces a synchronization of this ZooKeeper client connection.
- 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_MULTIPLEXER_FLUSH_PERIOD_MS - Static variable in class org.apache.hadoop.hbase.client.HTableMultiplexer
-
- TABLE_MULTIPLEXER_INIT_THREADS - Static variable in class org.apache.hadoop.hbase.client.HTableMultiplexer
-
- TABLE_MULTIPLEXER_MAX_RETRIES_IN_QUEUE - Static variable in class org.apache.hadoop.hbase.client.HTableMultiplexer
-
- 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
- tableExists(RawAsyncTable, TableName) - Static method in class org.apache.hadoop.hbase.AsyncMetaTableAccessor
-
- tableExists(TableName) - Method in interface org.apache.hadoop.hbase.client.Admin
-
- tableExists(TableName) - Method in interface org.apache.hadoop.hbase.client.AsyncAdmin
-
- tableExists(TableName) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- tableExists(TableName) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- tableExists(TableName) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- tableExists(Connection, TableName) - Static method in class org.apache.hadoop.hbase.MetaTableAccessor
-
Checks if the specified table exists.
- TableExistsException - Exception in org.apache.hadoop.hbase
-
Thrown when a table exists but should not
- TableExistsException() - Constructor for exception org.apache.hadoop.hbase.TableExistsException
-
default constructor
- TableExistsException(String) - Constructor for exception org.apache.hadoop.hbase.TableExistsException
-
Constructor
- TableExistsException(TableName) - Constructor for exception org.apache.hadoop.hbase.TableExistsException
-
- tableFieldsEqual(TablePermission) - Method in class org.apache.hadoop.hbase.security.access.TablePermission
-
- 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 table dir
- TableInfoMissingException() - Constructor for exception org.apache.hadoop.hbase.TableInfoMissingException
-
- 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
-
- tableLockZNode - Variable in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- 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
-
- 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
-
default constructor
- TableNotDisabledException(String) - Constructor for exception org.apache.hadoop.hbase.TableNotDisabledException
-
Constructor
- 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
-
Constructor
- 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 can not be located
- TableNotFoundException() - Constructor for exception org.apache.hadoop.hbase.TableNotFoundException
-
default constructor
- 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
-
- 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
-
- 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.
- TablePermission() - Constructor for class org.apache.hadoop.hbase.security.access.TablePermission
-
Nullary constructor for Writable, do not use
- TablePermission(TableName, byte[], Permission.Action...) - Constructor for class org.apache.hadoop.hbase.security.access.TablePermission
-
Create a new permission for the given table and (optionally) column family,
allowing the given actions.
- TablePermission(TableName, byte[], byte[], Permission.Action...) - Constructor for class org.apache.hadoop.hbase.security.access.TablePermission
-
Creates a new permission for the given table, restricted to the given
column family and qualifier, allowing the assigned actions to be performed.
- TablePermission(TableName, byte[], byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.security.access.TablePermission
-
Creates a new permission for the given table, family and column qualifier,
allowing the actions matching the provided byte codes to be performed.
- TablePermission(String, TableName, byte[], byte[], Permission.Action...) - Constructor for class org.apache.hadoop.hbase.security.access.TablePermission
-
Creates a new permission for the given namespace or table, restricted to the given
column family and qualifier, allowing the assigned actions to be performed.
- TablePermission(String, TableName, byte[], byte[], byte[]) - Constructor for class org.apache.hadoop.hbase.security.access.TablePermission
-
Creates a new permission for the given namespace or table, family and column qualifier,
allowing the actions matching the provided byte codes to be performed.
- TablePermission(String, byte[]) - Constructor for class org.apache.hadoop.hbase.security.access.TablePermission
-
Creates a new permission for the given namespace,
allowing the actions matching the provided byte codes to be performed.
- TablePermission(String, Permission.Action...) - Constructor for class org.apache.hadoop.hbase.security.access.TablePermission
-
Create a new permission for the given namespace,
allowing the given actions.
- 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.RawScanResultConsumer.ScanController
-
Terminate the scan.
- throttleNamespace(String, ThrottleType, long, TimeUnit) - Static method in class org.apache.hadoop.hbase.quotas.QuotaSettingsFactory
-
Throttle the specified namespace.
- throttleTable(TableName, ThrottleType, long, TimeUnit) - 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, TableName, ThrottleType, long, TimeUnit) - 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.
- ThrottlingException - Exception in org.apache.hadoop.hbase.quotas
-
Describe the throttling result.
- ThrottlingException(String) - Constructor for exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
- ThrottlingException(ThrottlingException.Type, long, String) - Constructor for exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
- ThrottlingException.Type - Enum in org.apache.hadoop.hbase.quotas
-
- 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.).
- 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.ThrottlingException
-
- throwNumRequestsExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
- throwNumWriteRequestsExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
- throwReadSizeExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
- throwRequestSizeExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
- 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
-
- throwWriteSizeExceeded(long) - Static method in exception org.apache.hadoop.hbase.quotas.ThrottlingException
-
- timeBeforeReplicas - Variable in class org.apache.hadoop.hbase.client.RpcRetryingCallerWithReadReplicas
-
- 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
- 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.
- 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.
- toByte() - Method in enum org.apache.hadoop.hbase.client.IsolationLevel
-
- toByteArray(ColumnFamilyDescriptor) - Static method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
-
- toByteArray(RegionInfo) - Static method in interface org.apache.hadoop.hbase.client.RegionInfo
-
- toByteArray(ReplicationPeerConfig) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
- toByteArray(TableDescriptor) - Static method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder
-
- toByteArray() - Method in class org.apache.hadoop.hbase.ClusterId
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.BinaryComparator
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.BinaryPrefixComparator
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.BitComparator
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ColumnCountGetFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ColumnPaginationFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ColumnPrefixFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ColumnRangeFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.DependentColumnFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FamilyFilter
-
- 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
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FilterWrapper
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FirstKeyOnlyFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FirstKeyValueMatchingQualifiersFilter
-
Deprecated.
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.FuzzyRowFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.InclusiveStopFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.KeyOnlyFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.LongComparator
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.MultipleColumnPrefixFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.MultiRowRangeFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.NullComparator
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.PageFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.PrefixFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.QualifierFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.RandomRowFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.RegexStringComparator
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.RowFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueExcludeFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.SingleColumnValueFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.SkipFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.SubstringComparator
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.TimestampsFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.ValueFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.filter.WhileMatchFilter
-
- toByteArray() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- toByteArray() - Method in class org.apache.hadoop.hbase.HRegionInfo
-
- toByteArray() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- 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
-
- toCell(Cell) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toCell(CellBuilder, CellProtos.Cell) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufUtil
-
- toCell(Cell) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCell(CellBuilder, CellProtos.Cell) - 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.
- 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
- toCompactionDescriptor(HRegionInfo, byte[], List<Path>, List<Path>, Path) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
- toCompactionDescriptor(HRegionInfo, byte[], byte[], List<Path>, List<Path>, Path) - 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
- 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
-
- 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, HRegionInfo, 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(ClientProtos.MutationProto, CellScanner) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer Mutate to a Get.
- toGet(Get) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Create a protocol buffer Get based on a client Get.
- 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.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
-
- toJsonString(MessageOrBuilder) - Static method in class org.apache.hadoop.hbase.protobuf.ProtobufMessageConverter
-
- TOKEN_HANDLERS - Static variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- 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.Delete
-
- 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.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.shaded.protobuf.ProtobufUtil
-
Convert ClusterStatusProtos.Option to ClusterStatus.Option
- toOption(ClusterStatus.Option) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert ClusterStatus.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.shaded.protobuf.ProtobufUtil
-
Convert a list of ClusterStatusProtos.Option to an enum set of ClusterStatus.Option
- toOptions(EnumSet<ClusterStatus.Option>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert an enum set of ClusterStatus.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(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 a list 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 a list 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
- toProtoRegionInfo(RegionInfo) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a RegionInfo to a Proto RegionInfo
- toProtoReplicationPeerDescription(ReplicationPeerDescription) - Static method in class org.apache.hadoop.hbase.client.replication.ReplicationSerDeHelper
-
- 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
-
- 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, HRegionInfo, 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(HBaseProtos.RegionInfo) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert HBaseProto.RegionInfo to a RegionInfo
- toReplicationLoadSink(ClusterStatusProtos.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
-
- toReplicationLoadSourceList(List<ClusterStatusProtos.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.ReplicationSerDeHelper
-
- 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(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, 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.
- 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
-
- toSecurityCapabilityList(List<MasterProtos.SecurityCapabilitiesResponse.Capability>) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert SecurityCapabilitiesResponse.Capability to SecurityCapability
- 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
- 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.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- 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() - Method in class org.apache.hadoop.hbase.client.Increment
-
- toString() - Method in class org.apache.hadoop.hbase.client.MetricsConnection.CallTracker
-
- 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.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.SnapshotDescription
-
- toString() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- 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
-
- 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.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(int) - Method in class org.apache.hadoop.hbase.filter.FilterList
-
- 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.master.RegionState
-
- 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.RegionLoad
-
- 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.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.visibility.Authorizations
-
- toString() - Method in class org.apache.hadoop.hbase.security.visibility.CellVisibility
-
- toString() - Method in class org.apache.hadoop.hbase.ServerLoad
-
- 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.ZKUtil.NodeAndData
-
Deprecated.
- toString() - Method in class org.apache.hadoop.hbase.zookeeper.ZNodePaths
-
- toString() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperNodeTracker
-
- toString() - Method in class org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher
-
- toStringCustomizedValues() - Method in interface org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
-
- toStringCustomizedValues() - Method in class org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
-
- toStringCustomizedValues() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- toStringCustomizedValues() - Method in class org.apache.hadoop.hbase.HColumnDescriptor
-
Deprecated.
- toStringCustomizedValues() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- toStringTableAttributes() - Method in class org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
-
- toStringTableAttributes() - Method in class org.apache.hadoop.hbase.HTableDescriptor
-
Deprecated.
- 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
- 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.Permission) - Static method in class org.apache.hadoop.hbase.security.access.AccessControlUtil
-
Converts a Permission proto to a client TablePermission object.
- toTablePermission(AccessControlProtos.Permission) - Static method in class org.apache.hadoop.hbase.security.access.ShadedAccessControlUtil
-
Converts a Permission shaded proto to a client TablePermission object.
- 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
-
- 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
- toTimeUnit(HBaseProtos.TimeUnit) - Static method in class org.apache.hadoop.hbase.shaded.protobuf.ProtobufUtil
-
Convert a protocol buffer TimeUnit to a client TimeUnit
- 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.
- 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, TablePermission>) - 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.AccessControlUtil
-
Convert a protobuf UserTablePermissions to a
ListMultimap<String, TablePermission> where key is username.
- 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, TablePermission>) - 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.FilterWrapper
-
- 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.
- 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(TableName, boolean) - Method in class org.apache.hadoop.hbase.client.AsyncHBaseAdmin
-
- truncateTable(TableName, boolean) - Method in class org.apache.hadoop.hbase.client.HBaseAdmin
-
- truncateTable(TableName, boolean) - Method in class org.apache.hadoop.hbase.client.RawAsyncHBaseAdmin
-
- 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
-
- validatePut(Put) - Method in class org.apache.hadoop.hbase.client.BufferedMutatorImpl
-
- validatePut(Put) - Method in class org.apache.hadoop.hbase.client.HTable
-
- validatePut(Put, int) - Static method in class org.apache.hadoop.hbase.client.HTable
-
- 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.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.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.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.ClusterStatus.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.executor.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.executor.ExecutorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hadoop.hbase.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.FilterWrapper.FilterRowRetCode
-
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.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
-
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.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.util.PoolMap.PoolType
-
Returns the enum constant of this type with the specified name.
- valueOf(String, PoolMap.PoolType, PoolMap.PoolType...) - Static method in enum org.apache.hadoop.hbase.util.PoolMap.PoolType
-
- 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.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.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.ClusterStatus.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.executor.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.executor.ExecutorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.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.FilterWrapper.FilterRowRetCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.hadoop.hbase.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.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
-
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.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() - 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.ReusablePool
-
- values() - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- values(K) - Method in class org.apache.hadoop.hbase.util.PoolMap
-
- verifyMetaRegionLocation(ClusterConnection, ZooKeeperWatcher, long) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Verify hbase:meta
is deployed and accessible.
- verifyMetaRegionLocation(ClusterConnection, ZooKeeperWatcher, long, int) - Method in class org.apache.hadoop.hbase.zookeeper.MetaTableLocator
-
Verify hbase:meta
is deployed and accessible.
- 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
-