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