Uses of Interface
uk.gov.gchq.gaffer.operation.Validatable
-
Packages that use Validatable 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 in uk.gov.gchq.gaffer.operation
Classes in uk.gov.gchq.gaffer.operation with type parameters of type Validatable Modifier and Type Interface Description static interfaceValidatable.Builder<OP extends Validatable,B extends Validatable.Builder<OP,?>> -
Uses of Validatable in uk.gov.gchq.gaffer.operation.impl
Classes in uk.gov.gchq.gaffer.operation.impl that implement Validatable Modifier and Type Class Description classValidate -
Uses of Validatable in uk.gov.gchq.gaffer.operation.impl.add
Classes in uk.gov.gchq.gaffer.operation.impl.add that implement Validatable Modifier and Type Class Description classAddElementsAnAddElementsoperation is aValidatableoperation for adding elements.classAddElementsFromFileAnAddElementsFromFileoperation takes a filename, converts each line of the file to a GafferElementusing the providedElementGeneratorthen adds these elements to the Graph.classAddElementsFromKafkaAnAddElementsFromKafkaoperation consumes records of a Kafka topic, converts each record into a GafferElementusing the providedElementGeneratorthen adds these elements to the Graph.classAddElementsFromSocketAnAddElementsFromSocketoperation consumes records from a socket, converts each record into a GafferElementusing the providedElementGeneratorthen adds these elements to the Graph. -
Uses of Validatable in uk.gov.gchq.gaffer.operation.impl.delete
Classes in uk.gov.gchq.gaffer.operation.impl.delete that implement Validatable Modifier and Type Class Description classDeleteElementsADeleteElementsoperation is aValidatableoperation for deleting elements.
-