- AbstractHBaseClient - Class in org.apache.hadoop.hbase.client
-
Abstract class necessary to access protected parameters
- AbstractHBaseClient(HConnection) - Constructor for class org.apache.hadoop.hbase.client.AbstractHBaseClient
-
Constructor
- AbstractRpcClient - Class in org.apache.hadoop.hbase.ipc
-
Provides the basics for a RpcClient implementation like configuration and Logging.
- AbstractRpcClient(Configuration, String, SocketAddress) - 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.BlockingRpcChannelImplementation(AbstractRpcClient, ServerName, User, int) - Constructor for class org.apache.hadoop.hbase.ipc.AbstractRpcClient.BlockingRpcChannelImplementation
-
- append(TableName, Append, H) - Method in class mousio.hbase.async.HBaseClient
-
Appends values to one or more columns within a single row.
- AsyncCall - Class in org.apache.hadoop.hbase.ipc
-
Represents an Async Hbase call and its response.
- AsyncCall(EventLoop, int, Descriptors.MethodDescriptor, Message, AsyncPayloadCarryingRpcController, Message) - Constructor for class org.apache.hadoop.hbase.ipc.AsyncCall
-
Constructor
- AsyncClientScanner - Class in org.apache.hadoop.hbase.client
-
Implements the scanner interface for the HBase client.
- AsyncClientScanner(HBaseClient, Scan, TableName) - Constructor for class org.apache.hadoop.hbase.client.AsyncClientScanner
-
Create a new ClientScanner for the specified table Note that the passed Scan's start
row maybe changed changed.
- AsyncClientSmallReversedScanner - Class in org.apache.hadoop.hbase.client
-
Client scanner for small reversed scan.
- AsyncClientSmallReversedScanner(HBaseClient, Scan, TableName) - Constructor for class org.apache.hadoop.hbase.client.AsyncClientSmallReversedScanner
-
Create a new ReversibleClientScanner for the specified table Note that the
passed Scan's start row maybe changed.
- AsyncClientSmallScanner - Class in org.apache.hadoop.hbase.client
-
Client scanner for small scan.
- AsyncClientSmallScanner(HBaseClient, Scan, TableName) - Constructor for class org.apache.hadoop.hbase.client.AsyncClientSmallScanner
-
Create a new ShortClientScanner for the specified table Note that the
passed Scan's start row maybe changed changed.
- AsyncPayloadCarryingRpcController - Class in org.apache.hadoop.hbase.ipc
-
Optionally carries Cells across the proxy/service interface down into ipc.
- AsyncPayloadCarryingRpcController() - Constructor for class org.apache.hadoop.hbase.ipc.AsyncPayloadCarryingRpcController
-
- AsyncPayloadCarryingRpcController(CellScanner) - Constructor for class org.apache.hadoop.hbase.ipc.AsyncPayloadCarryingRpcController
-
- AsyncPayloadCarryingRpcController(List<CellScannable>) - Constructor for class org.apache.hadoop.hbase.ipc.AsyncPayloadCarryingRpcController
-
- AsyncRegionServerCallable<T> - Class in org.apache.hadoop.hbase.client
-
- AsyncRegionServerCallable(HBaseClient, TableName, byte[]) - Constructor for class org.apache.hadoop.hbase.client.AsyncRegionServerCallable
-
- AsyncResultScanner - Interface in org.apache.hadoop.hbase.client
-
Interface for client-side scanning.
- AsyncRetryingCallable<T> - Interface in org.apache.hadoop.hbase.client
-
A Callable that will be retried.
- AsyncReversedClientScanner - Class in org.apache.hadoop.hbase.client
-
A reversed client scanner which support backward scanning
- AsyncReversedClientScanner(HBaseClient, Scan, TableName) - Constructor for class org.apache.hadoop.hbase.client.AsyncReversedClientScanner
-
Create a new ReversibleClientScanner for the specified table Note that the
passed Scan's start row maybe changed.
- AsyncReversedScannerCallable - Class in org.apache.hadoop.hbase.client
-
A reversed ScannerCallable which supports backward scanning.
- AsyncReversedScannerCallable(HBaseClient, TableName, Scan, ScanMetrics, byte[], AsyncPayloadCarryingRpcController) - Constructor for class org.apache.hadoop.hbase.client.AsyncReversedScannerCallable
-
- AsyncRpcChannel - Class in org.apache.hadoop.hbase.ipc
-
Netty RPC channel
- AsyncRpcChannel(Bootstrap, AsyncRpcClient, RpcClient.ConnectionId) - Constructor for class org.apache.hadoop.hbase.ipc.AsyncRpcChannel
-
Constructor for netty RPC channel
- AsyncRpcClient - Class in org.apache.hadoop.hbase.ipc
-
Netty client for the requests and responses
- AsyncRpcClient(Configuration, String, SocketAddress) - Constructor for class org.apache.hadoop.hbase.ipc.AsyncRpcClient
-
Constructor
- AsyncRpcClient.RpcChannelImplementation - Class in org.apache.hadoop.hbase.ipc
-
Blocking rpc channel that goes via hbase rpc.
- AsyncRpcClient.RpcChannelImplementation(AsyncRpcClient, ServerName, User, int) - Constructor for class org.apache.hadoop.hbase.ipc.AsyncRpcClient.RpcChannelImplementation
-
- AsyncRpcRetryingCaller<T> - Class in org.apache.hadoop.hbase.client
-
- AsyncRpcRetryingCaller(long, int) - Constructor for class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
Constructor
- AsyncScannerCallable - Class in org.apache.hadoop.hbase.client
-
Scanner operations such as create, next, etc.
- AsyncScannerCallable(HBaseClient, TableName, Scan, ScanMetrics, AsyncPayloadCarryingRpcController) - Constructor for class org.apache.hadoop.hbase.client.AsyncScannerCallable
-
- AsyncServerResponseHandler - Class in org.apache.hadoop.hbase.ipc
-
Handles Hbase responses
- AsyncServerResponseHandler(AsyncRpcChannel) - Constructor for class org.apache.hadoop.hbase.ipc.AsyncServerResponseHandler
-
Constructor
- caching - Variable in class org.apache.hadoop.hbase.client.AsyncClientScanner
-
- call(ResponseHandler<T>) - Method in interface org.apache.hadoop.hbase.client.AsyncRetryingCallable
-
Computes a result, or throws an exception if unable to do so.
- call(ResponseHandler<Result[]>) - Method in class org.apache.hadoop.hbase.client.AsyncScannerCallable
-
Calls the scan request
- call(AsyncPayloadCarryingRpcController, Descriptors.MethodDescriptor, Message, Message, User, InetSocketAddress) - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
Make a call, passing param, to the IPC server running at
address which is servicing the protocol protocol,
with the ticket credentials, returning the value.
- call(AsyncPayloadCarryingRpcController, Descriptors.MethodDescriptor, Message, Message, User, InetSocketAddress) - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcClient
-
Make a call, passing param, to the IPC server running at
address which is servicing the protocol protocol,
with the ticket credentials, returning the value.
- callable - Variable in class org.apache.hadoop.hbase.client.AsyncClientScanner
-
- callBlockingMethod(Descriptors.MethodDescriptor, RpcController, Message, Message) - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient.BlockingRpcChannelImplementation
-
- caller - Variable in class org.apache.hadoop.hbase.client.AsyncClientScanner
-
- callIdCnt - Variable in class org.apache.hadoop.hbase.ipc.AsyncRpcClient
-
- callMethod(Descriptors.MethodDescriptor, AsyncPayloadCarryingRpcController, Message, Message) - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcChannel
-
Calls method on channel
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, Message, RpcCallback<Message>) - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcClient.RpcChannelImplementation
-
- callMethodWithPromise(Descriptors.MethodDescriptor, AsyncPayloadCarryingRpcController, Message, Message) - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcChannel
-
Calls method and returns a promise
- callTimeout - Variable in class org.apache.hadoop.hbase.ipc.TimeLimitedRpcController
-
The time, in ms before the call should expire.
- callWithoutRetries(AsyncRetryingCallable<T>, int, ResponseHandler<T>) - Method in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
Call the server once only.
- callWithRetries(AsyncRetryingCallable<T>, ResponseHandler<T>) - Method in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
Retries if invocation fails.
- callWithRetries(AsyncRetryingCallable<T>, int, ResponseHandler<T>) - Method in class org.apache.hadoop.hbase.client.AsyncRpcRetryingCaller
-
Retries if invocation fails.
- cancelConnections(ServerName) - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcClient
-
Interrupt the connections to the given ip:port server.
- cancellationCb - Variable in class org.apache.hadoop.hbase.ipc.TimeLimitedRpcController
-
- cancelled - Variable in class org.apache.hadoop.hbase.ipc.TimeLimitedRpcController
-
- cellScanner() - Method in class org.apache.hadoop.hbase.ipc.AsyncPayloadCarryingRpcController
-
- channelRead(ChannelHandlerContext, Object) - Method in class org.apache.hadoop.hbase.ipc.AsyncServerResponseHandler
-
- channelRead(ChannelHandlerContext, Object) - Method in class org.apache.hadoop.hbase.security.SaslClientHandler
-
- channelUnregistered(ChannelHandlerContext) - Method in class org.apache.hadoop.hbase.security.SaslClientHandler
-
- checkAndDelete(TableName, byte[], byte[], byte[], byte[], Delete, H) - Method in class mousio.hbase.async.HBaseClient
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- checkAndMutate(TableName, byte[], byte[], byte[], CompareFilter.CompareOp, byte[], RowMutations, H) - Method in class mousio.hbase.async.HBaseClient
-
Atomically checks if a row/family/qualifier value matches the expected val
If it does, it performs the row mutations.
- checkAndPut(TableName, byte[], byte[], byte[], byte[], Put, H) - Method in class mousio.hbase.async.HBaseClient
-
Atomically checks if a row/family/qualifier value matches the expected
value.
- checkIfRegionServerIsRemote() - Method in class org.apache.hadoop.hbase.client.AsyncScannerCallable
-
compare the local machine hostname with region server's hostname
to decide if hbase client connects to a remote region server
- checkScanStopRow(byte[]) - Method in class org.apache.hadoop.hbase.client.AsyncClientScanner
-
- checkScanStopRow(byte[]) - Method in class org.apache.hadoop.hbase.client.AsyncReversedClientScanner
-
- cleanupCalls(boolean) - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcChannel
-
Clean up calls.
- client - Variable in class org.apache.hadoop.hbase.client.AsyncRegionServerCallable
-
- close() - Method in class mousio.hbase.async.HBaseClient
-
- close() - Method in class org.apache.hadoop.hbase.client.AsyncClientScanner
-
- close() - Method in class org.apache.hadoop.hbase.client.AsyncClientSmallReversedScanner
-
- close() - Method in class org.apache.hadoop.hbase.client.AsyncClientSmallScanner
-
- close(Throwable) - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcChannel
-
Close connection
- close() - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcClient
-
Close netty
- closed - Variable in class org.apache.hadoop.hbase.client.AsyncClientScanner
-
- clusterId - Variable in class org.apache.hadoop.hbase.client.AbstractHBaseClient
-
- clusterId - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- codec - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- compressor - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- conf - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- connection - Variable in class org.apache.hadoop.hbase.client.AsyncRegionServerCallable
-
- connectTO - Variable in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- controller - Variable in class org.apache.hadoop.hbase.client.AsyncScannerCallable
-
- coprocessorService(TableName, byte[]) - Method in class mousio.hbase.async.HBaseClient
-
Creates and returns a RpcChannel instance connected to the
table region containing the specified row.
- createBlockingRpcChannel(ServerName, User, int) - Method in class org.apache.hadoop.hbase.ipc.AbstractRpcClient
-
- createCellScanner(byte[]) - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcClient
-
Create a cell scanner
- createClosestRowBefore(byte[]) - Method in class org.apache.hadoop.hbase.client.AsyncReversedClientScanner
-
Create the closest row before the specified row
- createDigestSaslClient(String[], String, CallbackHandler) - Method in class org.apache.hadoop.hbase.security.SaslClientHandler
-
Create a Digest Sasl client
- createKerberosSaslClient(String[], String, String) - Method in class org.apache.hadoop.hbase.security.SaslClientHandler
-
Create Kerberos client
- createRpcChannel(ServerName, User, int) - Method in class org.apache.hadoop.hbase.ipc.AsyncRpcClient
-
Creates a "channel" that can be used by a protobuf service.
- currentRegion - Variable in class org.apache.hadoop.hbase.client.AsyncClientScanner
-