Uses of Interface
uk.gov.gchq.gaffer.operation.io.Input.Builder
-
Packages that use Input.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.export Extension interfaces for supporting exporting of data from a Gaffer graph to another location.uk.gov.gchq.gaffer.operation.export.graph Implementations of operations for exporting results from Gaffer to another Gaffer graph.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.export.localfile uk.gov.gchq.gaffer.operation.impl.export.resultcache Operations for exporting and retrieving objects from a Gaffer results cache.uk.gov.gchq.gaffer.operation.impl.export.set Operations for exporting and retrieving objects from a Set.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.get Operations for retrieving elements 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.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.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 Input.Builder in uk.gov.gchq.gaffer.accumulostore.operation.impl
Classes in uk.gov.gchq.gaffer.accumulostore.operation.impl that implement Input.Builder Modifier and Type Class Description static classGetElementsBetweenSets.BuilderDeprecated.static classGetElementsInRanges.Builderstatic classGetElementsWithinSet.Builderstatic classSummariseGroupOverRanges.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.mapstore.operation
Classes in uk.gov.gchq.gaffer.mapstore.operation that implement Input.Builder Modifier and Type Class Description static classCountAllElementsDefaultView.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.named.operation
Classes in uk.gov.gchq.gaffer.named.operation that implement Input.Builder Modifier and Type Class Description static classNamedOperation.Builder<I_ITEM,O> -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.export
Subinterfaces of Input.Builder in uk.gov.gchq.gaffer.operation.export Modifier and Type Interface Description static interfaceExportTo.Builder<OP extends ExportTo<T>,T,B extends ExportTo.Builder<OP,T,?>> -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.export.graph
Classes in uk.gov.gchq.gaffer.operation.export.graph that implement Input.Builder Modifier and Type Class Description static classExportToOtherAuthorisedGraph.Builderstatic classExportToOtherGraph.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl
Classes in uk.gov.gchq.gaffer.operation.impl that implement Input.Builder Modifier and Type Class Description static classCount.Builder<T>static classCountGroups.Builderstatic classDiscardOutput.Builderstatic classForEach.Builder<I,O>static classGenerateSplitPointsFromSample.Builder<T>static classGetWalks.Builderstatic classIf.Builder<I,O>static classLimit.Builder<T>static classMap.Builder<I>static classMap.OutputBuilder<I,O>static classReduce.Builder<T>static classSampleElementsForSplitPoints.Builder<T>static classSetVariable.Builderstatic classSplitStoreFromIterable.Builder<T>static classValidate.Builderstatic classWhile.Builder<I,O> -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.add
Classes in uk.gov.gchq.gaffer.operation.impl.add that implement Input.Builder Modifier and Type Class Description static classAddElements.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.compare
Classes in uk.gov.gchq.gaffer.operation.impl.compare that implement Input.Builder Modifier and Type Class Description static classMax.Builderstatic classMin.Builderstatic classSort.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.delete
Classes in uk.gov.gchq.gaffer.operation.impl.delete that implement Input.Builder Modifier and Type Class Description static classDeleteElements.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.export.localfile
Classes in uk.gov.gchq.gaffer.operation.impl.export.localfile that implement Input.Builder Modifier and Type Class Description static classExportToLocalFile.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.export.resultcache
Classes in uk.gov.gchq.gaffer.operation.impl.export.resultcache that implement Input.Builder Modifier and Type Class Description static classExportToGafferResultCache.Builder<T> -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.export.set
Classes in uk.gov.gchq.gaffer.operation.impl.export.set that implement Input.Builder Modifier and Type Class Description static classExportToSet.Builder<T> -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.function
Classes in uk.gov.gchq.gaffer.operation.impl.function that implement Input.Builder Modifier and Type Class Description static classAggregate.Builderstatic classFilter.Builderstatic classTransform.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.generate
Classes in uk.gov.gchq.gaffer.operation.impl.generate that implement Input.Builder Modifier and Type Class Description static classGenerateElements.Builder<OBJ>static classGenerateObjects.Builder<OBJ> -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.get
Classes in uk.gov.gchq.gaffer.operation.impl.get that implement Input.Builder Modifier and Type Class Description static classGetAdjacentIds.Builderstatic classGetElements.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.join
Classes in uk.gov.gchq.gaffer.operation.impl.join that implement Input.Builder Modifier and Type Class Description static classJoin.Builder<I> -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.impl.output
Classes in uk.gov.gchq.gaffer.operation.impl.output that implement Input.Builder Modifier and Type Class Description static classToArray.Builder<T>static classToCsv.Builderstatic classToEntitySeeds.Builderstatic classToList.Builder<T>static classToMap.Builderstatic classToSet.Builder<T>static classToSingletonList.Builder<T>static classToStream.Builder<T>static classToVertices.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.operation.io
Classes in uk.gov.gchq.gaffer.operation.io with type parameters of type Input.Builder Modifier and Type Interface Description static interfaceInput.Builder<OP extends Input<I>,I,B extends Input.Builder<OP,I,?>>Subinterfaces of Input.Builder in uk.gov.gchq.gaffer.operation.io Modifier and Type Interface Description static interfaceInputOutput.Builder<OP extends InputOutput<I,O>,I,O,B extends InputOutput.Builder<OP,I,O,?>>static interfaceMultiElementIdInput.Builder<OP extends MultiElementIdInput,B extends MultiElementIdInput.Builder<OP,?>>static interfaceMultiEntityIdInput.Builder<OP extends MultiEntityIdInput,B extends MultiEntityIdInput.Builder<OP,?>>static interfaceMultiInput.Builder<OP extends MultiInput<I_ITEM>,I_ITEM,B extends MultiInput.Builder<OP,I_ITEM,?>> -
Uses of Input.Builder in uk.gov.gchq.gaffer.spark.operation.javardd
Classes in uk.gov.gchq.gaffer.spark.operation.javardd that implement Input.Builder Modifier and Type Class Description static classGetJavaRDDOfElements.Builderstatic classImportJavaRDDOfElements.Builderstatic classSplitStoreFromJavaRDDOfElements.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.spark.operation.scalardd
Classes in uk.gov.gchq.gaffer.spark.operation.scalardd that implement Input.Builder Modifier and Type Class Description static classGetRDDOfElements.Builderstatic classImportRDDOfElements.Builderstatic classSplitStoreFromRDDOfElements.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd that implement Input.Builder Modifier and Type Class Description static classGetJavaRDDOfElementsInRanges.Builderstatic classImportKeyValueJavaPairRDDToAccumulo.Builder -
Uses of Input.Builder in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd that implement Input.Builder Modifier and Type Class Description static classGetRDDOfElementsInRanges.Builderstatic classImportKeyValuePairRDDToAccumulo.Builder
-