|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintViolationSummary | |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.constraints |
Uses of ConstraintViolationSummary in org.apache.accumulo.core.client |
---|
Methods in org.apache.accumulo.core.client that return types with arguments of type ConstraintViolationSummary | |
---|---|
List<ConstraintViolationSummary> |
MutationsRejectedException.getConstraintViolationSummaries()
|
Constructor parameters in org.apache.accumulo.core.client with type arguments of type ConstraintViolationSummary | |
---|---|
MutationsRejectedException(Instance instance,
List<ConstraintViolationSummary> cvsList,
HashMap<KeyExtent,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. since 1.6.0, see MutationsRejectedException.MutationsRejectedException(Instance, List, HashMap, Collection, int, Throwable) |
Uses of ConstraintViolationSummary in org.apache.accumulo.core.client.impl |
---|
Methods in org.apache.accumulo.core.client.impl that return ConstraintViolationSummary | |
---|---|
ConstraintViolationSummary |
Translator.TCVSTranslator.translate(TConstraintViolationSummary input)
|
Methods in org.apache.accumulo.core.client.impl with parameters of type ConstraintViolationSummary | |
---|---|
TConstraintViolationSummary |
Translator.CVSTranslator.translate(ConstraintViolationSummary input)
|
Uses of ConstraintViolationSummary in org.apache.accumulo.core.constraints |
---|
Methods in org.apache.accumulo.core.constraints that return types with arguments of type ConstraintViolationSummary | |
---|---|
List<ConstraintViolationSummary> |
Violations.asList()
|
Methods in org.apache.accumulo.core.constraints with parameters of type ConstraintViolationSummary | |
---|---|
void |
Violations.add(ConstraintViolationSummary cvs)
|
Method parameters in org.apache.accumulo.core.constraints with type arguments of type ConstraintViolationSummary | |
---|---|
void |
Violations.add(List<ConstraintViolationSummary> cvsList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |