Uses of Interface
uk.gov.gchq.gaffer.operation.Operation.Builder
-
Packages that use Operation.Builder Package Description uk.gov.gchq.gaffer.accumulostore.operation uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation uk.gov.gchq.gaffer.accumulostore.operation.impl uk.gov.gchq.gaffer.federated.simple.operation uk.gov.gchq.gaffer.federatedstore.operation uk.gov.gchq.gaffer.hdfs.operation Classes relating to operations for interacting with data held in HDFS.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 Core classes for describing operations 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.graph Extension interfaces for performing filtering on results from operations.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 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.proxystore.operation 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.uk.gov.gchq.gaffer.store.operation.add -
-
Uses of Operation.Builder in uk.gov.gchq.gaffer.accumulostore.operation
Subinterfaces of Operation.Builder in uk.gov.gchq.gaffer.accumulostore.operation Modifier and Type Interface Description static interfaceInputB.Builder<OP extends InputB<I>,I,B extends InputB.Builder<OP,I,?>>Deprecated.static interfaceMultiEntityIdInputB.Builder<OP extends MultiEntityIdInputB,B extends MultiEntityIdInputB.Builder<OP,?>>Deprecated.static interfaceMultiInputB.Builder<OP extends MultiInputB<I_ITEM>,I_ITEM,B extends MultiInputB.Builder<OP,I_ITEM,?>>Deprecated. -
Uses of Operation.Builder in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation
Classes in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation that implement Operation.Builder Modifier and Type Class Description static classImportAccumuloKeyValueFiles.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.accumulostore.operation.impl
Classes in uk.gov.gchq.gaffer.accumulostore.operation.impl that implement Operation.Builder Modifier and Type Class Description static classGetElementsBetweenSets.BuilderDeprecated.static classGetElementsBetweenSetsPairs.Builderstatic classGetElementsInRanges.Builderstatic classGetElementsWithinSet.Builderstatic classSummariseGroupOverRanges.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.federated.simple.operation
Classes in uk.gov.gchq.gaffer.federated.simple.operation that implement Operation.Builder Modifier and Type Class Description static classAddGraph.Builderstatic classChangeGraphAccess.Builderstatic classChangeGraphId.Builderstatic classGetAllGraphIds.Builderstatic classGetAllGraphInfo.Builderstatic classRemoveGraph.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.federatedstore.operation
Classes in uk.gov.gchq.gaffer.federatedstore.operation that implement Operation.Builder Modifier and Type Class Description static classAddGraph.AddGraphBuilder<OP extends AddGraph,B extends AddGraph.AddGraphBuilder<OP,?>>static classAddGraph.Builderstatic classAddGraphWithHooks.AddGraphWithHooksBuilder<OP extends AddGraphWithHooks,B extends AddGraphWithHooks.AddGraphWithHooksBuilder<OP,?>>Deprecated.static classAddGraphWithHooks.BuilderDeprecated.static classChangeGraphAccess.Builderstatic classChangeGraphId.Builderstatic classFederatedOperation.BuilderParent<INPUT,OUTPUT>Deprecated.static classGetAllGraphIds.Builderstatic classGetAllGraphInfo.Builderstatic classIFederationOperation.BaseBuilder<OP extends IFederationOperation,B extends Operation.BaseBuilder<OP,?>>Deprecated.static classRemoveGraph.Builderstatic classRemoveGraphAndDeleteAllData.BuilderDeprecated. -
Uses of Operation.Builder in uk.gov.gchq.gaffer.hdfs.operation
Subinterfaces of Operation.Builder in uk.gov.gchq.gaffer.hdfs.operation Modifier and Type Interface Description static interfaceMapReduce.Builder<OP extends MapReduce,B extends MapReduce.Builder<OP,?>>Classes in uk.gov.gchq.gaffer.hdfs.operation that implement Operation.Builder Modifier and Type Class Description static classAddElementsFromHdfs.Builderstatic classSampleDataForSplitPoints.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.mapstore.operation
Classes in uk.gov.gchq.gaffer.mapstore.operation that implement Operation.Builder Modifier and Type Class Description static classCountAllElementsDefaultView.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.named.operation
Classes in uk.gov.gchq.gaffer.named.operation that implement Operation.Builder Modifier and Type Class Description static classAddNamedOperation.Builderstatic classDeleteNamedOperation.Builderstatic classGetAllNamedOperations.Builderstatic classNamedOperation.Builder<I_ITEM,O> -
Uses of Operation.Builder in uk.gov.gchq.gaffer.named.view
Classes in uk.gov.gchq.gaffer.named.view that implement Operation.Builder Modifier and Type Class Description static classAddNamedView.Builderstatic classDeleteNamedView.Builderstatic classGetAllNamedViews.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation
Classes in uk.gov.gchq.gaffer.operation with type parameters of type Operation.Builder Modifier and Type Interface Description static interfaceOperation.Builder<OP,B extends Operation.Builder<OP,?>>Subinterfaces of Operation.Builder in uk.gov.gchq.gaffer.operation Modifier and Type Interface Description static interfaceValidatable.Builder<OP extends Validatable,B extends Validatable.Builder<OP,?>>Classes in uk.gov.gchq.gaffer.operation that implement Operation.Builder Modifier and Type Class Description static classOperation.BaseBuilder<OP extends Operation,B extends Operation.BaseBuilder<OP,?>> -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.export
Subinterfaces of Operation.Builder in uk.gov.gchq.gaffer.operation.export Modifier and Type Interface Description static interfaceExport.Builder<OP extends Export,B extends Export.Builder<OP,?>>static interfaceExportTo.Builder<OP extends ExportTo<T>,T,B extends ExportTo.Builder<OP,T,?>>static interfaceGetExport.Builder<OP extends GetExport,B extends GetExport.Builder<OP,?>> -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.export.graph
Classes in uk.gov.gchq.gaffer.operation.export.graph that implement Operation.Builder Modifier and Type Class Description static classExportToOtherAuthorisedGraph.Builderstatic classExportToOtherGraph.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.graph
Subinterfaces of Operation.Builder in uk.gov.gchq.gaffer.operation.graph Modifier and Type Interface Description static interfaceGraphFilters.Builder<OP extends GraphFilters,B extends GraphFilters.Builder<OP,?>>static interfaceOperationView.Builder<OP extends OperationView,B extends OperationView.Builder<OP,?>>static interfaceSeededGraphFilters.Builder<OP extends SeededGraphFilters,B extends SeededGraphFilters.Builder<OP,?>> -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl
Classes in uk.gov.gchq.gaffer.operation.impl that implement Operation.Builder Modifier and Type Class Description static classCount.Builder<T>static classCountGroups.Builderstatic classDiscardOutput.Builderstatic classForEach.Builder<I,O>static classGenerateSplitPointsFromSample.Builder<T>static classGetVariable.Builderstatic classGetVariables.Builderstatic 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 classScoreOperationChain.Builderstatic classSetVariable.Builderstatic classSplitStoreFromFile.Builderstatic classSplitStoreFromIterable.Builder<T>static classValidate.Builderstatic classValidateOperationChain.Builderstatic classWhile.Builder<I,O> -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.add
Classes in uk.gov.gchq.gaffer.operation.impl.add that implement Operation.Builder Modifier and Type Class Description static classAddElements.Builderstatic classAddElementsFromFile.Builderstatic classAddElementsFromKafka.Builderstatic classAddElementsFromSocket.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.compare
Classes in uk.gov.gchq.gaffer.operation.impl.compare that implement Operation.Builder Modifier and Type Class Description static classMax.Builderstatic classMin.Builderstatic classSort.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.delete
Classes in uk.gov.gchq.gaffer.operation.impl.delete that implement Operation.Builder Modifier and Type Class Description static classDeleteElements.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.export
Classes in uk.gov.gchq.gaffer.operation.impl.export that implement Operation.Builder Modifier and Type Class Description static classGetExports.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.export.localfile
Classes in uk.gov.gchq.gaffer.operation.impl.export.localfile that implement Operation.Builder Modifier and Type Class Description static classExportToLocalFile.Builderstatic classImportFromLocalFile.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.export.resultcache
Classes in uk.gov.gchq.gaffer.operation.impl.export.resultcache that implement Operation.Builder Modifier and Type Class Description static classExportToGafferResultCache.Builder<T>static classGetGafferResultCacheExport.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.export.set
Classes in uk.gov.gchq.gaffer.operation.impl.export.set that implement Operation.Builder Modifier and Type Class Description static classExportToSet.Builder<T>static classGetSetExport.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.function
Classes in uk.gov.gchq.gaffer.operation.impl.function that implement Operation.Builder Modifier and Type Class Description static classAggregate.Builderstatic classFilter.Builderstatic classTransform.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.generate
Classes in uk.gov.gchq.gaffer.operation.impl.generate that implement Operation.Builder Modifier and Type Class Description static classGenerateElements.Builder<OBJ>static classGenerateObjects.Builder<OBJ> -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.get
Classes in uk.gov.gchq.gaffer.operation.impl.get that implement Operation.Builder Modifier and Type Class Description static classGetAdjacentIds.Builderstatic classGetAllElements.Builderstatic classGetElements.Builderstatic classGetFromEndpoint.Builderstatic classGetGraphCreatedTime.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.job
Classes in uk.gov.gchq.gaffer.operation.impl.job that implement Operation.Builder Modifier and Type Class Description static classCancelScheduledJob.Builderstatic classGetAllJobDetails.Builderstatic classGetJobDetails.Builderstatic classGetJobResults.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.join
Classes in uk.gov.gchq.gaffer.operation.impl.join that implement Operation.Builder Modifier and Type Class Description static classJoin.Builder<I> -
Uses of Operation.Builder in uk.gov.gchq.gaffer.operation.impl.output
Classes in uk.gov.gchq.gaffer.operation.impl.output that implement Operation.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 Operation.Builder in uk.gov.gchq.gaffer.operation.io
Subinterfaces of Operation.Builder in uk.gov.gchq.gaffer.operation.io Modifier and Type Interface Description static interfaceInput.Builder<OP extends Input<I>,I,B extends Input.Builder<OP,I,?>>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,?>>static interfaceOutput.Builder<OP extends Output<O>,O,B extends Output.Builder<OP,O,?>> -
Uses of Operation.Builder in uk.gov.gchq.gaffer.proxystore.operation
Classes in uk.gov.gchq.gaffer.proxystore.operation that implement Operation.Builder Modifier and Type Class Description static classGetProxyProperties.Builderstatic classGetProxyUrl.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.spark.operation.dataframe
Classes in uk.gov.gchq.gaffer.spark.operation.dataframe that implement Operation.Builder Modifier and Type Class Description static classGetDataFrameOfElements.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.spark.operation.graphframe
Classes in uk.gov.gchq.gaffer.spark.operation.graphframe that implement Operation.Builder Modifier and Type Class Description static classGetGraphFrameOfElements.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.spark.operation.javardd
Classes in uk.gov.gchq.gaffer.spark.operation.javardd that implement Operation.Builder Modifier and Type Class Description static classGetJavaRDDOfAllElements.Builderstatic classGetJavaRDDOfElements.Builderstatic classImportJavaRDDOfElements.Builderstatic classSplitStoreFromJavaRDDOfElements.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.spark.operation.scalardd
Classes in uk.gov.gchq.gaffer.spark.operation.scalardd that implement Operation.Builder Modifier and Type Class Description static classGetRDDOfAllElements.Builderstatic classGetRDDOfElements.Builderstatic classImportRDDOfElements.Builderstatic classSplitStoreFromRDDOfElements.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd that implement Operation.Builder Modifier and Type Class Description static classGetJavaRDDOfElementsInRanges.Builderstatic classImportKeyValueJavaPairRDDToAccumulo.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd that implement Operation.Builder Modifier and Type Class Description static classGetRDDOfElementsInRanges.Builderstatic classImportKeyValuePairRDDToAccumulo.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.store.operation
Classes in uk.gov.gchq.gaffer.store.operation that implement Operation.Builder Modifier and Type Class Description static classDeleteAllData.Builderstatic classGetSchema.Builderstatic classGetTraits.Builderstatic classHasTrait.Builder -
Uses of Operation.Builder in uk.gov.gchq.gaffer.store.operation.add
Classes in uk.gov.gchq.gaffer.store.operation.add that implement Operation.Builder Modifier and Type Class Description static classAddSchemaToLibrary.Builderstatic classAddStorePropertiesToLibrary.Builder
-