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