Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.hadoop.hbase.client Classes and Interfaces - 45 results found.
NameDescriptionTypePackageFramework
AdminThe administrative API for HBase.Interfaceorg.apache.hadoop.hbase.clientHBase
Admin .CompactTypeCurrently, there are only two compact types: NORMAL means do store files compaction;Classorg.apache.hadoop.hbase.client.AdminHBase
AppendPerforms Append operations on a single row.Classorg.apache.hadoop.hbase.clientHBase
AttributesInterfaceorg.apache.hadoop.hbase.clientHBase
BufferedMutatorUsed to communicate with a single HBase table similar to Table but meant for batched, asynchronous puts.Interfaceorg.apache.hadoop.hbase.clientHBase
BufferedMutator .ExceptionListenerListens for asynchronous exceptions on a BufferedMutator.Interfaceorg.apache.hadoop.hbase.client.BufferedMutatorHBase
BufferedMutatorParamsParameters for instantiating a BufferedMutator.Classorg.apache.hadoop.hbase.clientHBase
ClientBackoffPolicyConfigurable policy for the amount of time a client should wait for a new request to the server when given the server load statistics.Interfaceorg.apache.hadoop.hbase.client.backoffHBase
ConnectionA cluster connection encapsulating lower level individual connections to actual servers and a connection to zookeeper.Interfaceorg.apache.hadoop.hbase.clientHBase
ConnectionFactoryA non-instantiable class that manages creation of Connections.Classorg.apache.hadoop.hbase.clientHBase
ConsistencyConsistency defines the expected consistency level for an operation.Classorg.apache.hadoop.hbase.clientHBase
DeleteUsed to perform Delete operations on a single row.Classorg.apache.hadoop.hbase.clientHBase
DoNotRetryRegionExceptionSimilar to RegionException, but disables retries.Classorg.apache.hadoop.hbase.clientHBase
DurabilityEnum describing the durability guarantees for tables and Mutations Note that the items must be sorted in order of increasing durabilityClassorg.apache.hadoop.hbase.clientHBase
ExponentialClientBackoffPolicySimple exponential backoff policy on for the client that uses a percent^4 times the max backoff to generate the backoff time.Classorg.apache.hadoop.hbase.client.backoffHBase
GetUsed to perform Get operations on a single row.Classorg.apache.hadoop.hbase.clientHBase
HConnectionA cluster connection.Interfaceorg.apache.hadoop.hbase.clientHBase
HTableMultiplexerHTableMultiplexer provides a thread-safe non blocking PUT API across all the tables.Classorg.apache.hadoop.hbase.clientHBase
HTableMultiplexer .HTableMultiplexerStatusHTableMultiplexerStatus keeps track of the current status of the HTableMultiplexer.Classorg.apache.hadoop.hbase.client.HTableMultiplexerHBase
IncrementUsed to perform Increment operations on a single row.Classorg.apache.hadoop.hbase.clientHBase
IsolationLevelSpecify Isolation levels in Scan operations.Classorg.apache.hadoop.hbase.clientHBase
MutationClassorg.apache.hadoop.hbase.clientHBase
NoServerForRegionExceptionThrown when no region server can be found for a regionSee Also:Serialized FormClassorg.apache.hadoop.hbase.clientHBase
OperationSuperclass for any type that maps to a potentially application-level query.Classorg.apache.hadoop.hbase.clientHBase
OperationWithAttributesClassorg.apache.hadoop.hbase.clientHBase
PutUsed to perform Put operations for a single row.Classorg.apache.hadoop.hbase.clientHBase
QueryClassorg.apache.hadoop.hbase.clientHBase
RegionLocatorUsed to view region location information for a single HBase table.Interfaceorg.apache.hadoop.hbase.clientHBase
RegionOfflineExceptionThrown when a table can not be locatedSee Also:Serialized FormClassorg.apache.hadoop.hbase.clientHBase
ReplicationAdmin This class provides the administrative interface to HBase cluster replication.Classorg.apache.hadoop.hbase.client.replicationHBase
ResultSingle row result of a Get or Scan query.Classorg.apache.hadoop.hbase.clientHBase
ResultScannerInterface for client-side scanning.Interfaceorg.apache.hadoop.hbase.clientHBase
RetriesExhaustedExceptionException thrown by HTable methods when an attempt to do something (like commit changes) fails after a bunch of retries.Classorg.apache.hadoop.hbase.clientHBase
RetriesExhaustedWithDetailsExceptionThis subclass of RetriesExhaustedException is thrown when we have more information about which rows were causing whichClassorg.apache.hadoop.hbase.clientHBase
RowInterfaceorg.apache.hadoop.hbase.clientHBase
RowMutationsPerforms multiple mutations atomically on a single row.Classorg.apache.hadoop.hbase.clientHBase
RowTooBigExceptionGets or Scans throw this exception if running without in-row scan flag set and row size appears to exceed max configured size (configurable viaClassorg.apache.hadoop.hbase.clientHBase
RpcRetryingCallerInterfaceorg.apache.hadoop.hbase.clientHBase
ScanUsed to perform Scan operations.Classorg.apache.hadoop.hbase.clientHBase
ScannerTimeoutExceptionThrown when a scanner has timed out.Classorg.apache.hadoop.hbase.clientHBase
SecurityCapabilityenum SecurityCapabilityAvailable security capabilitiesClassorg.apache.hadoop.hbase.client.securityHBase
TableUsed to communicate with a single HBase table.Interfaceorg.apache.hadoop.hbase.clientHBase
TableSnapshotScannerA Scanner which performs a scan over snapshot files.Classorg.apache.hadoop.hbase.clientHBase
UnmodifyableHTableDescriptorRead-only table descriptor.Classorg.apache.hadoop.hbase.clientHBase
WrongRowIOExceptionClassorg.apache.hadoop.hbase.clientHBase