Uses of Class
org.apache.hadoop.hbase.client.OperationWithAttributes
Package
Description
Provides HBase Client
Provides an HBase Thrift
service.
Provides an HBase Thrift
service.
-
Uses of OperationWithAttributes in org.apache.hadoop.hbase.client
Modifier and TypeClassDescriptionclass
Performs Append operations on a single row.class
Used to perform Delete operations on a single row.class
Used to perform Get operations on a single row.final class
Immutable version of Scanclass
Used to perform Increment operations on a single row.class
class
Used to perform Put operations for a single row.class
Base class for HBase read operations; e.g.class
Used to perform Scan operations.Modifier and TypeMethodDescriptionprivate <T,
R extends OperationWithAttributes & Row>
AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder<T>RawAsyncTableImpl.newCaller
(R row, long rpcTimeoutNs) Modifier and TypeMethodDescriptionOperationWithAttributes.setAttribute
(String name, byte[] value) This method allows you to set an identifier on an operation.OperationWithAttributes.setPriority
(int priority) -
Uses of OperationWithAttributes in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
Special scanner, currently used for increment operations to allow additional server-side arguments for Scan operations. -
Uses of OperationWithAttributes in org.apache.hadoop.hbase.thrift
Modifier and TypeMethodDescriptionprivate static void
ThriftHBaseServiceHandler.addAttributes
(OperationWithAttributes op, Map<ByteBuffer, ByteBuffer> attributes) Adds all the attributes into the Operation object -
Uses of OperationWithAttributes in org.apache.hadoop.hbase.thrift2
Modifier and TypeMethodDescriptionprivate static void
ThriftUtilities.addAttributes
(OperationWithAttributes op, Map<ByteBuffer, ByteBuffer> attributes) Adds all the attributes into the Operation object