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 interface
Validatable.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 class
Validate
-
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 class
AddElements
AnAddElements
operation is aValidatable
operation for adding elements.class
AddElementsFromFile
AnAddElementsFromFile
operation takes a filename, converts each line of the file to a GafferElement
using the providedElementGenerator
then adds these elements to the Graph.class
AddElementsFromKafka
AnAddElementsFromKafka
operation consumes records of a Kafka topic, converts each record into a GafferElement
using the providedElementGenerator
then adds these elements to the Graph.class
AddElementsFromSocket
AnAddElementsFromSocket
operation consumes records from a socket, converts each record into a GafferElement
using the providedElementGenerator
then 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 class
DeleteElements
ADeleteElements
operation is aValidatable
operation for deleting elements.
-