Uses of Interface
uk.gov.gchq.gaffer.operation.Validatable.Builder
-
Packages that use Validatable.Builder Package Description uk.gov.gchq.gaffer.operation Core classes for describing operations in Gaffer.uk.gov.gchq.gaffer.operation.impl Core operation implementations.uk.gov.gchq.gaffer.operation.impl.add Operations for adding elements to a graph.uk.gov.gchq.gaffer.operation.impl.delete -
-
Uses of Validatable.Builder in uk.gov.gchq.gaffer.operation
Classes in uk.gov.gchq.gaffer.operation with type parameters of type Validatable.Builder Modifier and Type Interface Description static interface
Validatable.Builder<OP extends Validatable,B extends Validatable.Builder<OP,?>>
-
Uses of Validatable.Builder in uk.gov.gchq.gaffer.operation.impl
Classes in uk.gov.gchq.gaffer.operation.impl that implement Validatable.Builder Modifier and Type Class Description static class
Validate.Builder
-
Uses of Validatable.Builder in uk.gov.gchq.gaffer.operation.impl.add
Classes in uk.gov.gchq.gaffer.operation.impl.add that implement Validatable.Builder Modifier and Type Class Description static class
AddElements.Builder
static class
AddElementsFromFile.Builder
static class
AddElementsFromKafka.Builder
static class
AddElementsFromSocket.Builder
-
Uses of Validatable.Builder in uk.gov.gchq.gaffer.operation.impl.delete
Classes in uk.gov.gchq.gaffer.operation.impl.delete that implement Validatable.Builder Modifier and Type Class Description static class
DeleteElements.Builder
-