|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
HTableInterface.incrementColumnValue(byte[] row,
byte[] family,
byte[] qualifier,
long amount,
Durability durability)
Atomically increments a column value. |
long |
HTable.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |