| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
 src/main/protobufdefinition files. | 
| Modifier and Type | Method and Description | 
|---|---|
| Durability | HTableDescriptor. getDurability()Returns the durability setting for the table. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HTableDescriptor. setDurability(Durability durability)Sets the  Durabilitysetting 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 | 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| static Durability | ProtobufUtil. toDurability(ClientProtos.MutationProto.Durability proto)Convert a protobuf Durability into a client Durability | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClientProtos.MutateRequest | RequestConverter. buildMutateRequest(byte[] regionName,
                  byte[] row,
                  byte[] family,
                  byte[] qualifier,
                  long amount,
                  Durability durability)Create a protocol buffer MutateRequest for a client increment | 
| static ClientProtos.MutationProto.Durability | ProtobufUtil. toDurability(Durability d)Convert a client Durability into a protbuf Durability | 
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.