Package uk.gov.gchq.gaffer.operation.impl.add
Operations for adding elements to a graph.
-
Class Summary Class Description AddElements AnAddElements
operation is aValidatable
operation for adding elements.AddElements.Builder 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.AddElementsFromFile.Builder 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.AddElementsFromKafka.Builder AddElementsFromSocket AnAddElementsFromSocket
operation consumes records from a socket, converts each record into a GafferElement
using the providedElementGenerator
then adds these elements to the Graph.AddElementsFromSocket.Builder