| Package | Description | 
|---|---|
| org.apache.accumulo.core.client | 
| Modifier and Type | Method and Description | 
|---|---|
Durability | 
BatchWriterConfig.getDurability()  | 
Durability | 
ConditionalWriterConfig.getDurability()  | 
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 | 
|---|---|
BatchWriterConfig | 
BatchWriterConfig.setDurability(Durability durability)
Change the durability for the BatchWriter session. 
 | 
ConditionalWriterConfig | 
ConditionalWriterConfig.setDurability(Durability durability)
Sets the Durability for the mutation, if applied. 
 | 
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.