Uses of Class
org.apache.hadoop.hbase.client.OperationWithAttributes
Packages that use 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
Subclasses of OperationWithAttributes in org.apache.hadoop.hbase.clientModifier 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.Methods in org.apache.hadoop.hbase.client with type parameters of type OperationWithAttributesModifier and TypeMethodDescriptionprivate <T,
R extends OperationWithAttributes & Row>
AsyncRpcRetryingCallerFactory.SingleRequestCallerBuilder<T>RawAsyncTableImpl.newCaller
(R row, long rpcTimeoutNs) Methods in org.apache.hadoop.hbase.client that return OperationWithAttributesModifier and TypeMethodDescriptionOperationWithAttributes.setAttribute
(String name, byte[] value) This method allows you to set an identifier on an operation.OperationWithAttributes.setPriority
(int priority) Constructors in org.apache.hadoop.hbase.client with parameters of type OperationWithAttributes -
Uses of OperationWithAttributes in org.apache.hadoop.hbase.regionserver
Subclasses of OperationWithAttributes in org.apache.hadoop.hbase.regionserverModifier 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
Methods in org.apache.hadoop.hbase.thrift with parameters of type OperationWithAttributesModifier 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
Methods in org.apache.hadoop.hbase.thrift2 with parameters of type OperationWithAttributesModifier and TypeMethodDescriptionprivate static void
ThriftUtilities.addAttributes
(OperationWithAttributes op, Map<ByteBuffer, ByteBuffer> attributes) Adds all the attributes into the Operation object