|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Constraint.Environment in org.apache.accumulo.core.constraints |
---|
Methods in org.apache.accumulo.core.constraints with parameters of type Constraint.Environment | |
---|---|
List<Short> |
Constraint.check(Constraint.Environment env,
Mutation mutation)
Checks a mutation for constrain violations. |
Uses of Constraint.Environment in org.apache.accumulo.core.security |
---|
Methods in org.apache.accumulo.core.security with parameters of type Constraint.Environment | |
---|---|
List<Short> |
VisibilityConstraint.check(Constraint.Environment env,
Mutation mutation)
|
Uses of Constraint.Environment in org.apache.accumulo.examples.simple.constraints |
---|
Methods in org.apache.accumulo.examples.simple.constraints with parameters of type Constraint.Environment | |
---|---|
List<Short> |
AlphaNumKeyConstraint.check(Constraint.Environment env,
Mutation mutation)
|
List<Short> |
MaxMutationSize.check(Constraint.Environment env,
Mutation mutation)
|
List<Short> |
NumericValueConstraint.check(Constraint.Environment env,
Mutation mutation)
|
Uses of Constraint.Environment in org.apache.accumulo.server.constraints |
---|
Methods in org.apache.accumulo.server.constraints with parameters of type Constraint.Environment | |
---|---|
Violations |
ConstraintChecker.check(Constraint.Environment env,
Mutation m)
|
List<Short> |
MetadataConstraints.check(Constraint.Environment env,
Mutation mutation)
|
List<Short> |
UnsatisfiableConstraint.check(Constraint.Environment env,
Mutation mutation)
|
Uses of Constraint.Environment in org.apache.accumulo.test.functional |
---|
Methods in org.apache.accumulo.test.functional with parameters of type Constraint.Environment | |
---|---|
List<Short> |
SlowConstraint.check(Constraint.Environment env,
Mutation mutation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |