Uses of Package
uk.gov.gchq.gaffer.operation.impl.add
-
Packages that use uk.gov.gchq.gaffer.operation.impl.add Package Description uk.gov.gchq.gaffer.accumulostore.operation.handler uk.gov.gchq.gaffer.flink.operation.handler Operation handlers (and associated classes) for operations using the Apache Flink stream processing framework.uk.gov.gchq.gaffer.mapstore.impl Implementation details for the MapImpl map-based data store.uk.gov.gchq.gaffer.operation.impl.add Operations for adding elements to a graph.uk.gov.gchq.gaffer.rest.factory uk.gov.gchq.gaffer.rest.service.v1 Service implementations for v1 of the Gaffer REST API.uk.gov.gchq.gaffer.rest.service.v1.example The examples service implementation for v1 of the Gaffer REST API. -
Classes in uk.gov.gchq.gaffer.operation.impl.add used by uk.gov.gchq.gaffer.accumulostore.operation.handler Class Description AddElements AnAddElements
operation is aValidatable
operation for adding elements. -
Classes in uk.gov.gchq.gaffer.operation.impl.add used by uk.gov.gchq.gaffer.flink.operation.handler Class Description 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.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.AddElementsFromSocket AnAddElementsFromSocket
operation consumes records from a socket, converts each record into a GafferElement
using the providedElementGenerator
then adds these elements to the Graph. -
Classes in uk.gov.gchq.gaffer.operation.impl.add used by uk.gov.gchq.gaffer.mapstore.impl Class Description AddElements AnAddElements
operation is aValidatable
operation for adding elements. -
Classes in uk.gov.gchq.gaffer.operation.impl.add used by uk.gov.gchq.gaffer.operation.impl.add Class Description AddElements AnAddElements
operation is aValidatable
operation for adding elements.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 -
Classes in uk.gov.gchq.gaffer.operation.impl.add used by uk.gov.gchq.gaffer.rest.factory Class Description AddElements AnAddElements
operation is aValidatable
operation for adding elements. -
Classes in uk.gov.gchq.gaffer.operation.impl.add used by uk.gov.gchq.gaffer.rest.service.v1 Class Description AddElements AnAddElements
operation is aValidatable
operation for adding elements. -
Classes in uk.gov.gchq.gaffer.operation.impl.add used by uk.gov.gchq.gaffer.rest.service.v1.example Class Description AddElements AnAddElements
operation is aValidatable
operation for adding elements.