Uses of Interface
uk.gov.gchq.gaffer.operation.io.Output.Builder
-
Packages that use Output.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.named.view 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.compare Operations for comparing objects in a graph.uk.gov.gchq.gaffer.operation.impl.export Operations for exporting data out of a graph.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.job Operations for interacting with the Job tracker to get Job details and Job results.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.dataframe Operation classes for creating and consuming Dataframes using Spark in Gaffer.uk.gov.gchq.gaffer.spark.operation.graphframe Operation classes for creating and consuming GraphFrames using Spark in Gaffer.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.uk.gov.gchq.gaffer.store.operation Generic handlers and utilities for handling operations. -
-
Uses of Output.Builder in uk.gov.gchq.gaffer.accumulostore.operation.impl
Classes in uk.gov.gchq.gaffer.accumulostore.operation.impl that implement Output.Builder Modifier and Type Class Description static class
GetElementsBetweenSets.Builder
Deprecated.static class
GetElementsBetweenSetsPairs.Builder
static class
GetElementsInRanges.Builder
static class
GetElementsWithinSet.Builder
static class
SummariseGroupOverRanges.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.mapstore.operation
Classes in uk.gov.gchq.gaffer.mapstore.operation that implement Output.Builder Modifier and Type Class Description static class
CountAllElementsDefaultView.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.named.operation
Classes in uk.gov.gchq.gaffer.named.operation that implement Output.Builder Modifier and Type Class Description static class
GetAllNamedOperations.Builder
static class
NamedOperation.Builder<I_ITEM,O>
-
Uses of Output.Builder in uk.gov.gchq.gaffer.named.view
Classes in uk.gov.gchq.gaffer.named.view that implement Output.Builder Modifier and Type Class Description static class
GetAllNamedViews.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.export
Subinterfaces of Output.Builder in uk.gov.gchq.gaffer.operation.export Modifier and Type Interface Description static interface
ExportTo.Builder<OP extends ExportTo<T>,T,B extends ExportTo.Builder<OP,T,?>>
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.export.graph
Classes in uk.gov.gchq.gaffer.operation.export.graph that implement Output.Builder Modifier and Type Class Description static class
ExportToOtherAuthorisedGraph.Builder
static class
ExportToOtherGraph.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl
Classes in uk.gov.gchq.gaffer.operation.impl that implement Output.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
GetVariable.Builder
static class
GetVariables.Builder
static class
GetWalks.Builder
static class
If.Builder<I,O>
static class
Limit.Builder<T>
static class
Map.Builder<I>
static class
Map.OutputBuilder<I,O>
static class
Reduce.Builder<T>
static class
SampleElementsForSplitPoints.Builder<T>
static class
ScoreOperationChain.Builder
static class
Validate.Builder
static class
ValidateOperationChain.Builder
static class
While.Builder<I,O>
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.compare
Classes in uk.gov.gchq.gaffer.operation.impl.compare that implement Output.Builder Modifier and Type Class Description static class
Max.Builder
static class
Min.Builder
static class
Sort.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.export
Classes in uk.gov.gchq.gaffer.operation.impl.export that implement Output.Builder Modifier and Type Class Description static class
GetExports.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.export.localfile
Classes in uk.gov.gchq.gaffer.operation.impl.export.localfile that implement Output.Builder Modifier and Type Class Description static class
ExportToLocalFile.Builder
static class
ImportFromLocalFile.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.export.resultcache
Classes in uk.gov.gchq.gaffer.operation.impl.export.resultcache that implement Output.Builder Modifier and Type Class Description static class
ExportToGafferResultCache.Builder<T>
static class
GetGafferResultCacheExport.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.export.set
Classes in uk.gov.gchq.gaffer.operation.impl.export.set that implement Output.Builder Modifier and Type Class Description static class
ExportToSet.Builder<T>
static class
GetSetExport.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.function
Classes in uk.gov.gchq.gaffer.operation.impl.function that implement Output.Builder Modifier and Type Class Description static class
Aggregate.Builder
static class
Filter.Builder
static class
Transform.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.generate
Classes in uk.gov.gchq.gaffer.operation.impl.generate that implement Output.Builder Modifier and Type Class Description static class
GenerateElements.Builder<OBJ>
static class
GenerateObjects.Builder<OBJ>
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.get
Classes in uk.gov.gchq.gaffer.operation.impl.get that implement Output.Builder Modifier and Type Class Description static class
GetAdjacentIds.Builder
static class
GetAllElements.Builder
static class
GetElements.Builder
static class
GetGraphCreatedTime.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.job
Classes in uk.gov.gchq.gaffer.operation.impl.job that implement Output.Builder Modifier and Type Class Description static class
GetAllJobDetails.Builder
static class
GetJobDetails.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.join
Classes in uk.gov.gchq.gaffer.operation.impl.join that implement Output.Builder Modifier and Type Class Description static class
Join.Builder<I>
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.impl.output
Classes in uk.gov.gchq.gaffer.operation.impl.output that implement Output.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
ToSingletonList.Builder<T>
static class
ToStream.Builder<T>
static class
ToVertices.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.operation.io
Classes in uk.gov.gchq.gaffer.operation.io with type parameters of type Output.Builder Modifier and Type Interface Description static interface
Output.Builder<OP extends Output<O>,O,B extends Output.Builder<OP,O,?>>
Subinterfaces of Output.Builder in uk.gov.gchq.gaffer.operation.io Modifier and Type Interface Description static interface
InputOutput.Builder<OP extends InputOutput<I,O>,I,O,B extends InputOutput.Builder<OP,I,O,?>>
-
Uses of Output.Builder in uk.gov.gchq.gaffer.spark.operation.dataframe
Classes in uk.gov.gchq.gaffer.spark.operation.dataframe that implement Output.Builder Modifier and Type Class Description static class
GetDataFrameOfElements.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.spark.operation.graphframe
Classes in uk.gov.gchq.gaffer.spark.operation.graphframe that implement Output.Builder Modifier and Type Class Description static class
GetGraphFrameOfElements.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.spark.operation.javardd
Classes in uk.gov.gchq.gaffer.spark.operation.javardd that implement Output.Builder Modifier and Type Class Description static class
GetJavaRDDOfAllElements.Builder
static class
GetJavaRDDOfElements.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.spark.operation.scalardd
Classes in uk.gov.gchq.gaffer.spark.operation.scalardd that implement Output.Builder Modifier and Type Class Description static class
GetRDDOfAllElements.Builder
static class
GetRDDOfElements.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd that implement Output.Builder Modifier and Type Class Description static class
GetJavaRDDOfElementsInRanges.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd that implement Output.Builder Modifier and Type Class Description static class
GetRDDOfElementsInRanges.Builder
-
Uses of Output.Builder in uk.gov.gchq.gaffer.store.operation
Classes in uk.gov.gchq.gaffer.store.operation that implement Output.Builder Modifier and Type Class Description static class
GetSchema.Builder
-