Uses of Class
org.apache.hadoop.hbase.client.Durability

Packages that use Durability
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.rest.client   
 

Uses of Durability in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return Durability
 Durability HTableDescriptor.getDurability()
          Returns the durability setting for the table.
 

Methods in org.apache.hadoop.hbase with parameters of type Durability
 void HTableDescriptor.setDurability(Durability durability)
          Sets the Durability setting for the table.
 

Uses of Durability in org.apache.hadoop.hbase.client
 

Fields in org.apache.hadoop.hbase.client declared as Durability
protected  Durability Mutation.durability
           
 

Methods in org.apache.hadoop.hbase.client that return Durability
 Durability Mutation.getDurability()
          Get the current durability
static Durability Durability.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Durability[] Durability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.client with parameters of type Durability
 long HTable.incrementColumnValue(byte[] row, byte[] family, byte[] qualifier, long amount, Durability durability)
          Atomically increments a column value.
 long HTableInterface.incrementColumnValue(byte[] row, byte[] family, byte[] qualifier, long amount, Durability durability)
          Atomically increments a column value.
 void Mutation.setDurability(Durability d)
          Set the durability for this mutation
 

Uses of Durability in org.apache.hadoop.hbase.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client with parameters of type Durability
 long RemoteHTable.incrementColumnValue(byte[] row, byte[] family, byte[] qualifier, long amount, Durability durability)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.