Uses of Class
uk.gov.gchq.gaffer.store.schema.ViewValidator
-
Packages that use ViewValidator Package Description uk.gov.gchq.gaffer.federated.simple.operation uk.gov.gchq.gaffer.federatedstore.operation uk.gov.gchq.gaffer.federatedstore.schema uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface.uk.gov.gchq.gaffer.store.operation Generic handlers and utilities for handling operations. -
-
Uses of ViewValidator in uk.gov.gchq.gaffer.federated.simple.operation
Constructors in uk.gov.gchq.gaffer.federated.simple.operation with parameters of type ViewValidator Constructor Description FederatedOperationChainValidator(ViewValidator viewValidator) -
Uses of ViewValidator in uk.gov.gchq.gaffer.federatedstore.operation
Constructors in uk.gov.gchq.gaffer.federatedstore.operation with parameters of type ViewValidator Constructor Description FederatedOperationChainValidator(ViewValidator viewValidator) -
Uses of ViewValidator in uk.gov.gchq.gaffer.federatedstore.schema
Subclasses of ViewValidator in uk.gov.gchq.gaffer.federatedstore.schema Modifier and Type Class Description classFederatedViewValidator -
Uses of ViewValidator in uk.gov.gchq.gaffer.store
Constructors in uk.gov.gchq.gaffer.store with parameters of type ViewValidator Constructor Description SchemaOperationChainValidator(ViewValidator viewValidator)SchemaOperationChainValidator(ViewValidator viewValidator, Schema schema) -
Uses of ViewValidator in uk.gov.gchq.gaffer.store.operation
Constructors in uk.gov.gchq.gaffer.store.operation with parameters of type ViewValidator Constructor Description OperationChainValidator(ViewValidator viewValidator)
-