Uses of Interface
uk.gov.gchq.gaffer.operation.graph.OperationView.Builder
-
Packages that use OperationView.Builder Package Description uk.gov.gchq.gaffer.accumulostore.operation.impl uk.gov.gchq.gaffer.operation.graph Extension interfaces for performing filtering on results from operations.uk.gov.gchq.gaffer.operation.impl.get Operations for retrieving elements from a Gaffer graph.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. -
-
Uses of OperationView.Builder in uk.gov.gchq.gaffer.accumulostore.operation.impl
Classes in uk.gov.gchq.gaffer.accumulostore.operation.impl that implement OperationView.Builder Modifier and Type Class Description static classGetElementsBetweenSets.BuilderDeprecated.static classGetElementsBetweenSetsPairs.Builderstatic classGetElementsInRanges.Builderstatic classGetElementsWithinSet.Builderstatic classSummariseGroupOverRanges.Builder -
Uses of OperationView.Builder in uk.gov.gchq.gaffer.operation.graph
Classes in uk.gov.gchq.gaffer.operation.graph with type parameters of type OperationView.Builder Modifier and Type Interface Description static interfaceOperationView.Builder<OP extends OperationView,B extends OperationView.Builder<OP,?>>Subinterfaces of OperationView.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 interfaceSeededGraphFilters.Builder<OP extends SeededGraphFilters,B extends SeededGraphFilters.Builder<OP,?>> -
Uses of OperationView.Builder in uk.gov.gchq.gaffer.operation.impl.get
Classes in uk.gov.gchq.gaffer.operation.impl.get that implement OperationView.Builder Modifier and Type Class Description static classGetAdjacentIds.Builderstatic classGetAllElements.Builderstatic classGetElements.Builder -
Uses of OperationView.Builder in uk.gov.gchq.gaffer.spark.operation.dataframe
Classes in uk.gov.gchq.gaffer.spark.operation.dataframe that implement OperationView.Builder Modifier and Type Class Description static classGetDataFrameOfElements.Builder -
Uses of OperationView.Builder in uk.gov.gchq.gaffer.spark.operation.graphframe
Classes in uk.gov.gchq.gaffer.spark.operation.graphframe that implement OperationView.Builder Modifier and Type Class Description static classGetGraphFrameOfElements.Builder -
Uses of OperationView.Builder in uk.gov.gchq.gaffer.spark.operation.javardd
Classes in uk.gov.gchq.gaffer.spark.operation.javardd that implement OperationView.Builder Modifier and Type Class Description static classGetJavaRDDOfAllElements.Builderstatic classGetJavaRDDOfElements.Builder -
Uses of OperationView.Builder in uk.gov.gchq.gaffer.spark.operation.scalardd
Classes in uk.gov.gchq.gaffer.spark.operation.scalardd that implement OperationView.Builder Modifier and Type Class Description static classGetRDDOfAllElements.Builderstatic classGetRDDOfElements.Builder -
Uses of OperationView.Builder in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd that implement OperationView.Builder Modifier and Type Class Description static classGetJavaRDDOfElementsInRanges.Builder -
Uses of OperationView.Builder in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd that implement OperationView.Builder Modifier and Type Class Description static classGetRDDOfElementsInRanges.Builder
-