Uses of Class
uk.gov.gchq.gaffer.store.operation.OperationChainValidator
-
Packages that use OperationChainValidator Package Description uk.gov.gchq.gaffer.federated.simple.operation uk.gov.gchq.gaffer.federatedstore.operation uk.gov.gchq.gaffer.proxystore.operation.handler Operation handlers for the ProxyStore.uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface.uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations. -
-
Uses of OperationChainValidator in uk.gov.gchq.gaffer.federated.simple.operation
Subclasses of OperationChainValidator in uk.gov.gchq.gaffer.federated.simple.operation Modifier and Type Class Description classFederatedOperationChainValidatorExtendsOperationChainValidatorand uses the FederatedStore to get the merged schema based on the operation options. -
Uses of OperationChainValidator in uk.gov.gchq.gaffer.federatedstore.operation
Subclasses of OperationChainValidator in uk.gov.gchq.gaffer.federatedstore.operation Modifier and Type Class Description classFederatedOperationChainValidatorValidation class for validatingOperationChains againstViewValidators using the Federated Store schemas. -
Uses of OperationChainValidator in uk.gov.gchq.gaffer.proxystore.operation.handler
Constructors in uk.gov.gchq.gaffer.proxystore.operation.handler with parameters of type OperationChainValidator Constructor Description OperationChainHandler(OperationChainValidator opChainValidator, List<OperationChainOptimiser> opChainOptimisers) -
Uses of OperationChainValidator in uk.gov.gchq.gaffer.store
Subclasses of OperationChainValidator in uk.gov.gchq.gaffer.store Modifier and Type Class Description classSchemaOperationChainValidatorMethods in uk.gov.gchq.gaffer.store that return OperationChainValidator Modifier and Type Method Description OperationChainValidatorStore. getOperationChainValidator() -
Uses of OperationChainValidator in uk.gov.gchq.gaffer.store.operation.handler
Constructors in uk.gov.gchq.gaffer.store.operation.handler with parameters of type OperationChainValidator Constructor Description OperationChainHandler(OperationChainValidator opChainValidator, List<OperationChainOptimiser> opChainOptimisers)
-