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.clientSubclasses of OperationWithAttributes in org.apache.hadoop.hbase.clientModifier and TypeClassDescriptionclassPerforms Append operations on a single row.classUsed to perform Delete operations on a single row.classUsed to perform Get operations on a single row.final classImmutable version of ScanclassUsed to perform Increment operations on a single row.classclassUsed to perform Put operations for a single row.classBase class for HBase read operations; e.g.classUsed 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.regionserverSubclasses of OperationWithAttributes in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassSpecial scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.
- 
Uses of OperationWithAttributes in org.apache.hadoop.hbase.thriftMethods in org.apache.hadoop.hbase.thrift with parameters of type OperationWithAttributesModifier and TypeMethodDescriptionprivate static voidThriftHBaseServiceHandler.addAttributes(OperationWithAttributes op, Map<ByteBuffer, ByteBuffer> attributes) Adds all the attributes into the Operation object
- 
Uses of OperationWithAttributes in org.apache.hadoop.hbase.thrift2Methods in org.apache.hadoop.hbase.thrift2 with parameters of type OperationWithAttributesModifier and TypeMethodDescriptionprivate static voidThriftUtilities.addAttributes(OperationWithAttributes op, Map<ByteBuffer, ByteBuffer> attributes) Adds all the attributes into the Operation object