Uses of Interface
uk.gov.gchq.gaffer.operation.io.MultiElementIdInput.Builder
-
Packages that use MultiElementIdInput.Builder 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.Builder in uk.gov.gchq.gaffer.operation.impl.get
Classes in uk.gov.gchq.gaffer.operation.impl.get that implement MultiElementIdInput.Builder Modifier and Type Class Description static class
GetElements.Builder
-
Uses of MultiElementIdInput.Builder in uk.gov.gchq.gaffer.operation.io
Classes in uk.gov.gchq.gaffer.operation.io with type parameters of type MultiElementIdInput.Builder Modifier and Type Interface Description static interface
MultiElementIdInput.Builder<OP extends MultiElementIdInput,B extends MultiElementIdInput.Builder<OP,?>>
-
Uses of MultiElementIdInput.Builder in uk.gov.gchq.gaffer.spark.operation.javardd
Classes in uk.gov.gchq.gaffer.spark.operation.javardd that implement MultiElementIdInput.Builder Modifier and Type Class Description static class
GetJavaRDDOfElements.Builder
-
Uses of MultiElementIdInput.Builder in uk.gov.gchq.gaffer.spark.operation.scalardd
Classes in uk.gov.gchq.gaffer.spark.operation.scalardd that implement MultiElementIdInput.Builder Modifier and Type Class Description static class
GetRDDOfElements.Builder
-