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 class
GetElementsBetweenSets.Builder
Deprecated.static class
GetElementsBetweenSetsPairs.Builder
static class
GetElementsInRanges.Builder
static class
GetElementsWithinSet.Builder
static class
SummariseGroupOverRanges.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 interface
OperationView.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 interface
GraphFilters.Builder<OP extends GraphFilters,B extends GraphFilters.Builder<OP,?>>
static interface
SeededGraphFilters.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 class
GetAdjacentIds.Builder
static class
GetAllElements.Builder
static class
GetElements.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 class
GetDataFrameOfElements.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 class
GetGraphFrameOfElements.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 class
GetJavaRDDOfAllElements.Builder
static class
GetJavaRDDOfElements.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 class
GetRDDOfAllElements.Builder
static class
GetRDDOfElements.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 class
GetJavaRDDOfElementsInRanges.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 class
GetRDDOfElementsInRanges.Builder
-