Uses of Class
uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
Packages that use View Package Description uk.gov.gchq.gaffer.accumulostore.inputformat uk.gov.gchq.gaffer.accumulostore.key uk.gov.gchq.gaffer.accumulostore.key.core uk.gov.gchq.gaffer.accumulostore.operation.impl uk.gov.gchq.gaffer.accumulostore.utils uk.gov.gchq.gaffer.data.elementdefinition.view Classes which define the types of Gaffer elements which can be retrieved by operations.uk.gov.gchq.gaffer.federatedstore.schema uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework.uk.gov.gchq.gaffer.graph.hook Contains GraphHooks - pseudo-operations which are executed either before or after an operation chain.uk.gov.gchq.gaffer.mapstore.impl Implementation details for the MapImpl map-based data store.uk.gov.gchq.gaffer.named.view 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.dataframe.converter.schema Classes for migrating between Gaffer schemas and Spark struct types.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.handler.dataframe Operation handlers for obtaining Dataframes from Accumulo using Spark.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 Core classes for the Gaffer store interface.uk.gov.gchq.gaffer.store.schema Classes describing the Gaffer schema.uk.gov.gchq.gaffer.store.util Utility classes for the store classes.uk.gov.gchq.gaffer.tinkerpop -
-
Uses of View in uk.gov.gchq.gaffer.accumulostore.inputformat
Methods in uk.gov.gchq.gaffer.accumulostore.inputformat with parameters of type View Modifier and Type Method Description static boolean
ElementInputFormat. doPostFilter(Element element, View view)
-
Uses of View in uk.gov.gchq.gaffer.accumulostore.key
Methods in uk.gov.gchq.gaffer.accumulostore.key with parameters of type View Modifier and Type Method Description org.apache.accumulo.core.client.IteratorSetting
IteratorSettingFactory. getElementPostAggregationFilterIteratorSetting(View view, AccumuloStore store)
Returns anIteratorSetting
that can be used to apply an iterator that will filter elements based on predicates specified in the postAggregation block in the view to aScanner
.org.apache.accumulo.core.client.IteratorSetting
IteratorSettingFactory. getElementPreAggregationFilterIteratorSetting(View view, AccumuloStore store)
Returns anIteratorSetting
that can be used to apply an iterator that will filter elements based on predicates specified in the preAggregation block in the view to aScanner
.org.apache.accumulo.core.client.IteratorSetting
IteratorSettingFactory. getQueryTimeAggregatorIteratorSetting(View view, AccumuloStore store)
Returns an Iterator that will aggregate values at query time. -
Uses of View in uk.gov.gchq.gaffer.accumulostore.key.core
Methods in uk.gov.gchq.gaffer.accumulostore.key.core with parameters of type View Modifier and Type Method Description org.apache.accumulo.core.client.IteratorSetting
AbstractCoreKeyIteratorSettingsFactory. getElementPostAggregationFilterIteratorSetting(View view, AccumuloStore store)
org.apache.accumulo.core.client.IteratorSetting
AbstractCoreKeyIteratorSettingsFactory. getElementPreAggregationFilterIteratorSetting(View view, AccumuloStore store)
org.apache.accumulo.core.client.IteratorSetting
AbstractCoreKeyIteratorSettingsFactory. getQueryTimeAggregatorIteratorSetting(View view, AccumuloStore store)
boolean
AbstractCoreKeyIteratorSettingsFactory. queryTimeAggregatorRequired(View view, AccumuloStore store)
-
Uses of View in uk.gov.gchq.gaffer.accumulostore.operation.impl
Methods in uk.gov.gchq.gaffer.accumulostore.operation.impl that return View Modifier and Type Method Description View
GetElementsBetweenSets. getView()
Deprecated.View
GetElementsBetweenSetsPairs. getView()
View
GetElementsInRanges. getView()
View
GetElementsWithinSet. getView()
View
SummariseGroupOverRanges. getView()
Methods in uk.gov.gchq.gaffer.accumulostore.operation.impl with parameters of type View Modifier and Type Method Description void
GetElementsBetweenSets. setView(View view)
Deprecated.void
GetElementsBetweenSetsPairs. setView(View view)
void
GetElementsInRanges. setView(View view)
void
GetElementsWithinSet. setView(View view)
void
SummariseGroupOverRanges. setView(View view)
-
Uses of View in uk.gov.gchq.gaffer.accumulostore.utils
Methods in uk.gov.gchq.gaffer.accumulostore.utils with parameters of type View Modifier and Type Method Description IteratorSettingBuilder
IteratorSettingBuilder. view(View view)
-
Uses of View in uk.gov.gchq.gaffer.data.elementdefinition.view
Subclasses of View in uk.gov.gchq.gaffer.data.elementdefinition.view Modifier and Type Class Description class
NamedView
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view that return View Modifier and Type Method Description View
View. clone()
static View
View. fromJson(byte[] jsonBytes)
static View
View. fromJson(InputStream inputStream)
static View
View. fromJson(Path filePath)
View
NamedViewDetail. getView(Map<String,Object> executionParams)
Gets the View after adding in the parameters specified.View
NamedViewDetail. getViewWithDefaultParams()
Gets the View after adding in default values for any parameters.static View
ViewUtil. removeGroups(View view, String... groups)
Remove specified from the supplied view.Methods in uk.gov.gchq.gaffer.data.elementdefinition.view with parameters of type View Modifier and Type Method Description boolean
NamedView. canMerge(View addingView, View srcView)
boolean
View. canMerge(View addingView, View srcView)
CHILD_CLASS
NamedView.BaseBuilder. merge(View view)
CHILD_CLASS
View.BaseBuilder. merge(View view)
static View
ViewUtil. removeGroups(View view, String... groups)
Remove specified from the supplied view.static void
ViewUtil. removeProperties(View view, Element element)
Remove properties from the supplied element, according to theViewElementDefinition
in theView
.void
NamedViewDetail. setView(View view)
NamedViewDetail.Builder
NamedViewDetail.Builder. view(View view)
Constructors in uk.gov.gchq.gaffer.data.elementdefinition.view with parameters of type View Constructor Description Builder(View view)
-
Uses of View in uk.gov.gchq.gaffer.federatedstore.schema
Methods in uk.gov.gchq.gaffer.federatedstore.schema with parameters of type View Modifier and Type Method Description uk.gov.gchq.koryphe.ValidationResult
FederatedViewValidator. validate(View view, Schema schema, Set<StoreTrait> storeTraits)
-
Uses of View in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return View Modifier and Type Method Description View
Graph. getView()
Returns the graph view from theGraphConfig
.View
GraphConfig. getView()
Methods in uk.gov.gchq.gaffer.graph with parameters of type View Modifier and Type Method Description void
GraphConfig. setView(View view)
GraphConfig.Builder
GraphConfig.Builder. view(View view)
-
Uses of View in uk.gov.gchq.gaffer.graph.hook
Methods in uk.gov.gchq.gaffer.graph.hook that return View Modifier and Type Method Description View
UpdateViewHook. getViewToMerge()
Methods in uk.gov.gchq.gaffer.graph.hook with parameters of type View Modifier and Type Method Description UpdateViewHook.Builder
UpdateViewHook.Builder. setViewToMerge(View viewToMerge)
UpdateViewHook
UpdateViewHook. setViewToMerge(View viewToMerge)
-
Uses of View in uk.gov.gchq.gaffer.mapstore.impl
Methods in uk.gov.gchq.gaffer.mapstore.impl with parameters of type View Modifier and Type Method Description static Stream<Element>
GetElementsUtil. applyView(Stream<Element> elementStream, Schema schema, View view)
static Stream<Element>
GetElementsUtil. applyView(Stream<Element> elementStream, Schema schema, View view, boolean includeMatchedVertex)
static Set<Element>
GetElementsUtil. getRelevantElements(MapImpl mapImpl, ElementId elementId, View view, DirectedType directedType, SeededGraphFilters.IncludeIncomingOutgoingType inOutType)
-
Uses of View in uk.gov.gchq.gaffer.named.view
Methods in uk.gov.gchq.gaffer.named.view that return View Modifier and Type Method Description View
AddNamedView. getView()
Methods in uk.gov.gchq.gaffer.named.view with parameters of type View Modifier and Type Method Description void
AddNamedView. setView(View view)
AddNamedView.Builder
AddNamedView.Builder. view(View view)
-
Uses of View in uk.gov.gchq.gaffer.operation.graph
Methods in uk.gov.gchq.gaffer.operation.graph that return View Modifier and Type Method Description View
OperationView. getView()
Methods in uk.gov.gchq.gaffer.operation.graph with parameters of type View Modifier and Type Method Description void
OperationView. setView(View view)
default B
OperationView.Builder. view(View view)
Method parameters in uk.gov.gchq.gaffer.operation.graph with type arguments of type View Modifier and Type Method Description default void
OperationView. setViews(List<View> views)
Merges a list ofView
s, including the current if set, and sets theOperationView
to the new mergedView
. -
Uses of View in uk.gov.gchq.gaffer.operation.impl.get
Methods in uk.gov.gchq.gaffer.operation.impl.get that return View Modifier and Type Method Description View
GetAdjacentIds. getView()
View
GetAllElements. getView()
View
GetElements. getView()
Gets the view of this operation which restricts which elements can be retrieved.Methods in uk.gov.gchq.gaffer.operation.impl.get with parameters of type View Modifier and Type Method Description void
GetAdjacentIds. setView(View view)
void
GetAllElements. setView(View view)
void
GetElements. setView(View view)
Sets the view of this operation which restricts which elements can be retrieved. -
Uses of View in uk.gov.gchq.gaffer.spark.operation.dataframe
Methods in uk.gov.gchq.gaffer.spark.operation.dataframe that return View Modifier and Type Method Description View
GetDataFrameOfElements. getView()
Methods in uk.gov.gchq.gaffer.spark.operation.dataframe with parameters of type View Modifier and Type Method Description void
GetDataFrameOfElements. setView(View view)
Constructors in uk.gov.gchq.gaffer.spark.operation.dataframe with parameters of type View Constructor Description FiltersToOperationConverter(View view, Schema schema, org.apache.spark.sql.sources.Filter... filters)
-
Uses of View in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema
Constructors in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema with parameters of type View Constructor Description SchemaToStructTypeConverter(Schema schema, View view, List<Converter> converters)
-
Uses of View in uk.gov.gchq.gaffer.spark.operation.graphframe
Methods in uk.gov.gchq.gaffer.spark.operation.graphframe that return View Modifier and Type Method Description View
GetGraphFrameOfElements. getView()
Methods in uk.gov.gchq.gaffer.spark.operation.graphframe with parameters of type View Modifier and Type Method Description void
GetGraphFrameOfElements. setView(View view)
-
Uses of View in uk.gov.gchq.gaffer.spark.operation.javardd
Methods in uk.gov.gchq.gaffer.spark.operation.javardd that return View Modifier and Type Method Description View
GetJavaRDDOfAllElements. getView()
View
GetJavaRDDOfElements. getView()
Methods in uk.gov.gchq.gaffer.spark.operation.javardd with parameters of type View Modifier and Type Method Description void
GetJavaRDDOfAllElements. setView(View view)
void
GetJavaRDDOfElements. setView(View view)
-
Uses of View in uk.gov.gchq.gaffer.spark.operation.scalardd
Methods in uk.gov.gchq.gaffer.spark.operation.scalardd that return View Modifier and Type Method Description View
GetRDDOfAllElements. getView()
View
GetRDDOfElements. getView()
Methods in uk.gov.gchq.gaffer.spark.operation.scalardd with parameters of type View Modifier and Type Method Description void
GetRDDOfAllElements. setView(View view)
void
GetRDDOfElements. setView(View view)
-
Uses of View in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe
Constructors in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe with parameters of type View Constructor Description AccumuloStoreRelation(Context context, List<Converter> converters, View view, AccumuloStore store, Map<String,String> options)
-
Uses of View in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd that return View Modifier and Type Method Description View
GetJavaRDDOfElementsInRanges. getView()
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd with parameters of type View Modifier and Type Method Description void
GetJavaRDDOfElementsInRanges. setView(View view)
-
Uses of View in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd that return View Modifier and Type Method Description View
GetRDDOfElementsInRanges. getView()
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd with parameters of type View Modifier and Type Method Description void
GetRDDOfElementsInRanges. setView(View view)
-
Uses of View in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store that return View Modifier and Type Method Description View
ElementValidator. getView()
Constructors in uk.gov.gchq.gaffer.store with parameters of type View Constructor Description ElementValidator(View view)
ValidatedElements(Iterable<? extends Element> elements, View view, boolean skipInvalid)
-
Uses of View in uk.gov.gchq.gaffer.store.schema
Methods in uk.gov.gchq.gaffer.store.schema with parameters of type View Modifier and Type Method Description uk.gov.gchq.koryphe.ValidationResult
ViewValidator. validate(View view, Schema schema, Set<StoreTrait> storeTraits)
-
Uses of View in uk.gov.gchq.gaffer.store.util
Methods in uk.gov.gchq.gaffer.store.util with parameters of type View Modifier and Type Method Description static Set<String>
AggregatorUtil. getQueryGroupBy(String group, Schema schema, View view)
static Map<String,Set<String>>
AggregatorUtil. getQueryGroupBys(Schema schema, View view)
static Iterable<Element>
AggregatorUtil. queryAggregate(Iterable<? extends Element> elements, Schema schema, View view)
Applies query time aggregation to the provided iterable ofElement
s.static Iterable<Element>
AggregatorUtil. queryAggregate(Iterable<? extends Element> elements, Schema schema, View view, boolean includeMatchedVertex)
Applies query time aggregation to the provided iterable ofElement
s.Constructors in uk.gov.gchq.gaffer.store.util with parameters of type View Constructor Description QueryElementBinaryOperator(Schema schema, View view)
QueryPropertiesBinaryOperator(Schema schema, View view)
ToQueryElementKey(Schema schema, View view)
ToQueryElementKey(Schema schema, View view, boolean includeMatchedVertex)
-
Uses of View in uk.gov.gchq.gaffer.tinkerpop
Methods in uk.gov.gchq.gaffer.tinkerpop with parameters of type View Modifier and Type Method Description Iterator<org.apache.tinkerpop.gremlin.structure.Vertex>
GafferPopGraph. adjVerticesWithView(Iterable<Object> vertexIds, org.apache.tinkerpop.gremlin.structure.Direction direction, View view)
This performs GetAdjacentIds then GetElements operation chain on Gaffer.Iterator<org.apache.tinkerpop.gremlin.structure.Vertex>
GafferPopGraph. adjVerticesWithView(Object vertexId, org.apache.tinkerpop.gremlin.structure.Direction direction, View view)
This performs GetAdjacentIds then GetElements operation chain on Gaffer.Iterator<org.apache.tinkerpop.gremlin.structure.Edge>
GafferPopVertex. edges(org.apache.tinkerpop.gremlin.structure.Direction direction, View view)
Iterator<org.apache.tinkerpop.gremlin.structure.Edge>
GafferPopGraph. edgesWithView(Iterable<Object> ids, org.apache.tinkerpop.gremlin.structure.Direction direction, View view)
This performs a GetElements operation filtering edges by direction and view.Iterator<org.apache.tinkerpop.gremlin.structure.Edge>
GafferPopGraph. edgesWithView(Object id, org.apache.tinkerpop.gremlin.structure.Direction direction, View view)
This performs a GetElements operation filtering edges by direction and view.Iterator<org.apache.tinkerpop.gremlin.structure.Vertex>
GafferPopVertex. vertices(org.apache.tinkerpop.gremlin.structure.Direction direction, View view)
Iterator<GafferPopVertex>
GafferPopGraph. verticesWithView(Iterable<Object> ids, View view)
This performs a GetElements operation on Gaffer filtering by aView
.
-