Uses of Interface
uk.gov.gchq.gaffer.operation.io.MultiElementIdInput
-
Packages that use MultiElementIdInput Package Description uk.gov.gchq.gaffer.operation.impl.get Operations for retrieving elements from a Gaffer graph.uk.gov.gchq.gaffer.operation.io Extension interfaces for describing operations which define inputs and outputs.uk.gov.gchq.gaffer.spark.operation.javardd Operation classes for creating and consuming JavaRDDs using Spark in Gaffer.uk.gov.gchq.gaffer.spark.operation.scalardd Operation classes for creating and consuming RDDs using Spark in Gaffer. -
-
Uses of MultiElementIdInput in uk.gov.gchq.gaffer.operation.impl.get
Classes in uk.gov.gchq.gaffer.operation.impl.get that implement MultiElementIdInput Modifier and Type Class Description class
GetElements
-
Uses of MultiElementIdInput in uk.gov.gchq.gaffer.operation.io
Classes in uk.gov.gchq.gaffer.operation.io with type parameters of type MultiElementIdInput Modifier and Type Interface Description static interface
MultiElementIdInput.Builder<OP extends MultiElementIdInput,B extends MultiElementIdInput.Builder<OP,?>>
-
Uses of MultiElementIdInput in uk.gov.gchq.gaffer.spark.operation.javardd
Classes in uk.gov.gchq.gaffer.spark.operation.javardd that implement MultiElementIdInput Modifier and Type Class Description class
GetJavaRDDOfElements
AGetJavaRDDOfElements
operation retrieves all theElement
s for the input seeds from the target store, and returns them inside aJavaRDD
. -
Uses of MultiElementIdInput in uk.gov.gchq.gaffer.spark.operation.scalardd
Classes in uk.gov.gchq.gaffer.spark.operation.scalardd that implement MultiElementIdInput Modifier and Type Class Description class
GetRDDOfElements
AGetRDDOfElements
operation retrieves all theElement
s for the input seeds from the target store, and returns them inside aRDD
.
-