|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constraint.Environment | |
---|---|
org.apache.accumulo.core.constraints | |
org.apache.accumulo.core.security | |
org.apache.accumulo.examples.simple.constraints | |
org.apache.accumulo.server.constraints |
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> |
NumericValueConstraint.check(Constraint.Environment env,
Mutation mutation)
|
List<Short> |
AlphaNumKeyConstraint.check(Constraint.Environment env,
Mutation mutation)
|
List<Short> |
MaxMutationSize.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 | |
---|---|
List<Short> |
MetadataConstraints.check(Constraint.Environment env,
Mutation mutation)
|
List<Short> |
UnsatisfiableConstraint.check(Constraint.Environment env,
Mutation mutation)
|
Violations |
ConstraintChecker.check(Constraint.Environment env,
Mutation m)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |