Uses of Enum
org.apache.accumulo.core.client.security.SecurityErrorCode
Packages that use SecurityErrorCode
-
Uses of SecurityErrorCode in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return SecurityErrorCodeMethods in org.apache.accumulo.core.client that return types with arguments of type SecurityErrorCodeConstructor parameters in org.apache.accumulo.core.client with type arguments of type SecurityErrorCodeModifierConstructorDescriptionMutationsRejectedException(AccumuloClient client, List<ConstraintViolationSummary> cvsList, Map<TabletId, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Creates Mutations rejected exceptionMutationsRejectedException(Instance instance, List<ConstraintViolationSummary> cvsList, Map<TabletId, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Deprecated. -
Uses of SecurityErrorCode in org.apache.accumulo.core.client.security
Methods in org.apache.accumulo.core.client.security that return SecurityErrorCodeModifier and TypeMethodDescriptionstatic SecurityErrorCodeReturns the enum constant of this type with the specified name.static SecurityErrorCode[]SecurityErrorCode.values()Returns an array containing the constants of this enum type, in the order they are declared.
MutationsRejectedException(AccumuloClient, List, Map, Collection, int, Throwable)