Uses of Class
org.apache.hadoop.hbase.client.OperationWithAttributes
Packages that use org.apache.hadoop.hbase.client.OperationWithAttributes
Package
Description
Provides HBase Client
- 
Uses of org.apache.hadoop.hbase.client.OperationWithAttributes in org.apache.hadoop.hbase.clientSubclasses of org.apache.hadoop.hbase.client.OperationWithAttributes in in org.apache.hadoop.hbase.clientModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.client.AppendPerforms Append operations on a single row.classorg.apache.hadoop.hbase.client.DeleteUsed to perform Delete operations on a single row.classorg.apache.hadoop.hbase.client.GetUsed to perform Get operations on a single row.final classorg.apache.hadoop.hbase.client.ImmutableScanImmutable version of Scanclassorg.apache.hadoop.hbase.client.IncrementUsed to perform Increment operations on a single row.classorg.apache.hadoop.hbase.client.Mutationclassorg.apache.hadoop.hbase.client.PutUsed to perform Put operations for a single row.classorg.apache.hadoop.hbase.client.QueryBase class for HBase read operations; e.g.classorg.apache.hadoop.hbase.client.ScanUsed to perform Scan operations.Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.OperationWithAttributes in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.OperationWithAttributesOperationWithAttributes.setAttribute(String name, byte[] value) org.apache.hadoop.hbase.client.OperationWithAttributesOperationWithAttributes.setId(String id) This method allows you to set an identifier on an operation.org.apache.hadoop.hbase.client.OperationWithAttributesOperationWithAttributes.setPriority(int priority) Constructors in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.OperationWithAttributes in inModifierConstructorDescriptionprotectedOperationWithAttributes(org.apache.hadoop.hbase.client.OperationWithAttributes clone) 
- 
Uses of org.apache.hadoop.hbase.client.OperationWithAttributes in org.apache.hadoop.hbase.regionserverSubclasses of org.apache.hadoop.hbase.client.OperationWithAttributes in in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.InternalScanSpecial scanner, currently used for increment operations to allow additional server-side arguments for Scan operations.