| Package | Description |
|---|---|
| org.apache.accumulo.core.client |
| Modifier and Type | Method and Description |
|---|---|
ConditionalWriter.Status |
ConditionalWriter.Result.getStatus()
If this method throws an exception, then its possible the mutation is still being actively
processed.
|
static ConditionalWriter.Status |
ConditionalWriter.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionalWriter.Status[] |
ConditionalWriter.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Result(ConditionalWriter.Status s,
ConditionalMutation m,
String server) |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.