Uses of Interface
uk.gov.gchq.gaffer.operation.io.MultiInput.Builder
-
Packages that use MultiInput.Builder Package Description uk.gov.gchq.gaffer.accumulostore.operation.impl uk.gov.gchq.gaffer.mapstore.operation Operations for the Map store.uk.gov.gchq.gaffer.named.operation Classes for handling NamedOperations 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.compare Operations for comparing objects in a graph.uk.gov.gchq.gaffer.operation.impl.delete uk.gov.gchq.gaffer.operation.impl.function uk.gov.gchq.gaffer.operation.impl.generate Operations for generating alternate representations of elements and objects from a Gaffer graph.uk.gov.gchq.gaffer.operation.impl.join uk.gov.gchq.gaffer.operation.impl.output Operations for formatting the output of an operation into a required representation.uk.gov.gchq.gaffer.operation.io Extension interfaces for describing operations which define inputs and outputs.uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd Operations for using JavaRDDs with the Accumulo Gaffer store.uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd Operations for using RDDs with the Accumulo Gaffer store. -
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.accumulostore.operation.impl
Classes in uk.gov.gchq.gaffer.accumulostore.operation.impl that implement MultiInput.Builder Modifier and Type Class Description static class
GetElementsInRanges.Builder
static class
SummariseGroupOverRanges.Builder
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.mapstore.operation
Classes in uk.gov.gchq.gaffer.mapstore.operation that implement MultiInput.Builder Modifier and Type Class Description static class
CountAllElementsDefaultView.Builder
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.named.operation
Classes in uk.gov.gchq.gaffer.named.operation that implement MultiInput.Builder Modifier and Type Class Description static class
NamedOperation.Builder<I_ITEM,O>
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.operation.impl
Classes in uk.gov.gchq.gaffer.operation.impl that implement MultiInput.Builder Modifier and Type Class Description static class
Count.Builder<T>
static class
CountGroups.Builder
static class
ForEach.Builder<I,O>
static class
GenerateSplitPointsFromSample.Builder<T>
static class
Limit.Builder<T>
static class
SampleElementsForSplitPoints.Builder<T>
static class
SplitStoreFromIterable.Builder<T>
static class
Validate.Builder
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.operation.impl.add
Classes in uk.gov.gchq.gaffer.operation.impl.add that implement MultiInput.Builder Modifier and Type Class Description static class
AddElements.Builder
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.operation.impl.compare
Classes in uk.gov.gchq.gaffer.operation.impl.compare that implement MultiInput.Builder Modifier and Type Class Description static class
Max.Builder
static class
Min.Builder
static class
Sort.Builder
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.operation.impl.delete
Classes in uk.gov.gchq.gaffer.operation.impl.delete that implement MultiInput.Builder Modifier and Type Class Description static class
DeleteElements.Builder
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.operation.impl.function
Classes in uk.gov.gchq.gaffer.operation.impl.function that implement MultiInput.Builder Modifier and Type Class Description static class
Aggregate.Builder
static class
Filter.Builder
static class
Transform.Builder
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.operation.impl.generate
Classes in uk.gov.gchq.gaffer.operation.impl.generate that implement MultiInput.Builder Modifier and Type Class Description static class
GenerateElements.Builder<OBJ>
static class
GenerateObjects.Builder<OBJ>
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.operation.impl.join
Classes in uk.gov.gchq.gaffer.operation.impl.join that implement MultiInput.Builder Modifier and Type Class Description static class
Join.Builder<I>
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.operation.impl.output
Classes in uk.gov.gchq.gaffer.operation.impl.output that implement MultiInput.Builder Modifier and Type Class Description static class
ToArray.Builder<T>
static class
ToCsv.Builder
static class
ToEntitySeeds.Builder
static class
ToList.Builder<T>
static class
ToMap.Builder
static class
ToSet.Builder<T>
static class
ToStream.Builder<T>
static class
ToVertices.Builder
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.operation.io
Classes in uk.gov.gchq.gaffer.operation.io with type parameters of type MultiInput.Builder Modifier and Type Interface Description static interface
MultiInput.Builder<OP extends MultiInput<I_ITEM>,I_ITEM,B extends MultiInput.Builder<OP,I_ITEM,?>>
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd that implement MultiInput.Builder Modifier and Type Class Description static class
GetJavaRDDOfElementsInRanges.Builder
-
Uses of MultiInput.Builder in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd that implement MultiInput.Builder Modifier and Type Class Description static class
GetRDDOfElementsInRanges.Builder
-