Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Mutation.setDurability(Durability d)
Set the durability for this mutation.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.