Uses of Interface
uk.gov.gchq.gaffer.operation.graph.OperationView
-
Packages that use OperationView 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 in uk.gov.gchq.gaffer.accumulostore.operation.impl
Classes in uk.gov.gchq.gaffer.accumulostore.operation.impl that implement OperationView Modifier and Type Class Description class
GetElementsBetweenSets
Deprecated.class
GetElementsBetweenSetsPairs
class
GetElementsInRanges
This returns all data between the providedElementId
s.class
GetElementsWithinSet
class
SummariseGroupOverRanges
ASummariseGroupOverRanges
operation will return anElement
that represents the aggregated form of all data between the provided range for the provided group. -
Uses of OperationView in uk.gov.gchq.gaffer.operation.graph
Classes in uk.gov.gchq.gaffer.operation.graph with type parameters of type OperationView Modifier and Type Interface Description static interface
OperationView.Builder<OP extends OperationView,B extends OperationView.Builder<OP,?>>
Subinterfaces of OperationView in uk.gov.gchq.gaffer.operation.graph Modifier and Type Interface Description interface
GraphFilters
interface
SeededGraphFilters
ASeededGraphFilters
operation is aGraphFilters
operation with the addition of filtering forSeededGraphFilters.IncludeIncomingOutgoingType
s.Methods in uk.gov.gchq.gaffer.operation.graph with parameters of type OperationView Modifier and Type Method Description static boolean
OperationView. hasView(OperationView op)
-
Uses of OperationView in uk.gov.gchq.gaffer.operation.impl.get
Classes in uk.gov.gchq.gaffer.operation.impl.get that implement OperationView Modifier and Type Class Description class
GetAdjacentIds
AGetAdjacentIds
operation will return the vertex at the opposite end of connected edges to a provided seed vertex.class
GetAllElements
ExtendsGetAllElements
, but fetches all elements from the graph that are compatible with the provided view.class
GetElements
-
Uses of OperationView in uk.gov.gchq.gaffer.spark.operation.dataframe
Classes in uk.gov.gchq.gaffer.spark.operation.dataframe that implement OperationView Modifier and Type Class Description class
GetDataFrameOfElements
AnOperation
that returns an Apache SparkDataFrame
(i.e. -
Uses of OperationView in uk.gov.gchq.gaffer.spark.operation.graphframe
Classes in uk.gov.gchq.gaffer.spark.operation.graphframe that implement OperationView Modifier and Type Class Description class
GetGraphFrameOfElements
AnOperation
that returns an Apache SparkGraphFrame
(i.e. -
Uses of OperationView in uk.gov.gchq.gaffer.spark.operation.javardd
Classes in uk.gov.gchq.gaffer.spark.operation.javardd that implement OperationView Modifier and Type Class Description class
GetJavaRDDOfAllElements
AGetJavaRDDOfAllElements
operation retrieves all theElement
s from the target store, and returns them inside aJavaRDD
.class
GetJavaRDDOfElements
AGetJavaRDDOfElements
operation retrieves all theElement
s for the input seeds from the target store, and returns them inside aJavaRDD
. -
Uses of OperationView in uk.gov.gchq.gaffer.spark.operation.scalardd
Classes in uk.gov.gchq.gaffer.spark.operation.scalardd that implement OperationView Modifier and Type Class Description class
GetRDDOfAllElements
AGetRDDOfAllElements
operation retrieves all theElement
s from the target store, and returns them inside aRDD
.class
GetRDDOfElements
AGetRDDOfElements
operation retrieves all theElement
s for the input seeds from the target store, and returns them inside aRDD
. -
Uses of OperationView in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd that implement OperationView Modifier and Type Class Description class
GetJavaRDDOfElementsInRanges
-
Uses of OperationView in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd that implement OperationView Modifier and Type Class Description class
GetRDDOfElementsInRanges
-