Uses of Class
org.apache.accumulo.tserver.ConditionCheckerContext.ConditionChecker
-
Packages that use ConditionCheckerContext.ConditionChecker Package Description org.apache.accumulo.tserver org.apache.accumulo.tserver.tablet -
-
Uses of ConditionCheckerContext.ConditionChecker in org.apache.accumulo.tserver
Methods in org.apache.accumulo.tserver that return ConditionCheckerContext.ConditionChecker Modifier and Type Method Description ConditionCheckerContext.ConditionCheckerConditionCheckerContext. newChecker(List<ServerConditionalMutation> conditionsToCheck, List<ServerConditionalMutation> okMutations, List<TCMResult> results) -
Uses of ConditionCheckerContext.ConditionChecker in org.apache.accumulo.tserver.tablet
Methods in org.apache.accumulo.tserver.tablet with parameters of type ConditionCheckerContext.ConditionChecker Modifier and Type Method Description voidTablet. checkConditions(ConditionCheckerContext.ConditionChecker checker, Authorizations authorizations, AtomicBoolean iFlag)
-