|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionalWriter.Status | |
---|---|
org.apache.accumulo.core.client |
Uses of ConditionalWriter.Status in org.apache.accumulo.core.client |
---|
Methods in org.apache.accumulo.core.client that return ConditionalWriter.Status | |
---|---|
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. |
Constructors in org.apache.accumulo.core.client with parameters of type ConditionalWriter.Status | |
---|---|
ConditionalWriter.Result(ConditionalWriter.Status s,
ConditionalMutation m,
String server)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |