|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Durability | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
Uses of Durability in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return Durability | |
---|---|
Durability |
Mutation.getDurability()
Get the current durability |
static Durability |
Durability.valueOf(int ordinal)
|
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 | |
---|---|
void |
Mutation.setDurability(Durability d)
Set the durability for this mutation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |