Package | Description |
---|---|
org.apache.accumulo.core.client |
Modifier and Type | Method and Description |
---|---|
List<ConstraintViolationSummary> |
MutationsRejectedException.getConstraintViolationSummaries() |
Constructor and Description |
---|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
Deprecated.
|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
Map<TabletId,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause) |
MutationsRejectedException(List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,Set<SecurityErrorCode>> hashMap,
Collection<String> serverSideErrors,
int unknownErrors,
Throwable cause)
Deprecated.
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.