Uses of Enum
org.apache.accumulo.core.client.ConditionalWriter.Status
-
Uses of ConditionalWriter.Status in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionConditionalWriter.Result.getStatus()
If this method throws an exception, then its possible the mutation is still being actively processed.static ConditionalWriter.Status
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.ModifierConstructorDescriptionResult
(ConditionalWriter.Status s, ConditionalMutation m, String server)