Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.rest.client |
Modifier and Type | Method and Description |
---|---|
Durability |
HTableDescriptor.getDurability()
Returns the durability setting for the table.
|
Modifier and Type | Method and Description |
---|---|
HTableDescriptor |
HTableDescriptor.setDurability(Durability durability)
Sets the
Durability setting for the table. |
Modifier and Type | Field and Description |
---|---|
protected Durability |
Mutation.durability |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
long |
Table.incrementColumnValue(byte[] row,
byte[] family,
byte[] qualifier,
long amount,
Durability durability)
Atomically increments a column value.
|
Put |
Put.setDurability(Durability d) |
Mutation |
Mutation.setDurability(Durability d)
Set the durability for this mutation
|
Increment |
Increment.setDurability(Durability d) |
Delete |
Delete.setDurability(Durability d) |
Append |
Append.setDurability(Durability d) |
Modifier and Type | Method and Description |
---|---|
long |
RemoteHTable.incrementColumnValue(byte[] row,
byte[] family,
byte[] qualifier,
long amount,
Durability durability) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.