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 class
FederatedOperationChainValidator
ExtendsOperationChainValidator
and 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 class
FederatedOperationChainValidator
Validation class for validatingOperationChain
s againstViewValidator
s 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 class
SchemaOperationChainValidator
Methods in uk.gov.gchq.gaffer.store that return OperationChainValidator Modifier and Type Method Description OperationChainValidator
Store. 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)
-