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.federated.simple 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 booleanElementInputFormat. 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.IteratorSettingIteratorSettingFactory. getElementPostAggregationFilterIteratorSetting(View view, AccumuloStore store)Returns anIteratorSettingthat 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.IteratorSettingIteratorSettingFactory. getElementPreAggregationFilterIteratorSetting(View view, AccumuloStore store)Returns anIteratorSettingthat 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.IteratorSettingIteratorSettingFactory. 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.IteratorSettingAbstractCoreKeyIteratorSettingsFactory. getElementPostAggregationFilterIteratorSetting(View view, AccumuloStore store)org.apache.accumulo.core.client.IteratorSettingAbstractCoreKeyIteratorSettingsFactory. getElementPreAggregationFilterIteratorSetting(View view, AccumuloStore store)org.apache.accumulo.core.client.IteratorSettingAbstractCoreKeyIteratorSettingsFactory. getQueryTimeAggregatorIteratorSetting(View view, AccumuloStore store)booleanAbstractCoreKeyIteratorSettingsFactory. 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 ViewGetElementsBetweenSets. getView()Deprecated.ViewGetElementsBetweenSetsPairs. getView()ViewGetElementsInRanges. getView()ViewGetElementsWithinSet. getView()ViewSummariseGroupOverRanges. getView()Methods in uk.gov.gchq.gaffer.accumulostore.operation.impl with parameters of type View Modifier and Type Method Description voidGetElementsBetweenSets. setView(View view)Deprecated.voidGetElementsBetweenSetsPairs. setView(View view)voidGetElementsInRanges. setView(View view)voidGetElementsWithinSet. setView(View view)voidSummariseGroupOverRanges. 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 IteratorSettingBuilderIteratorSettingBuilder. 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 classNamedViewMethods in uk.gov.gchq.gaffer.data.elementdefinition.view that return View Modifier and Type Method Description ViewView. clone()static ViewView. fromJson(byte[] jsonBytes)static ViewView. fromJson(InputStream inputStream)static ViewView. fromJson(Path filePath)ViewNamedViewDetail. getView(Map<String,Object> executionParams)Gets the View after adding in the parameters specified.ViewNamedViewDetail. getViewWithDefaultParams()Gets the View after adding in default values for any parameters.static ViewViewUtil. 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 booleanNamedView. canMerge(View addingView, View srcView)booleanView. canMerge(View addingView, View srcView)CHILD_CLASSNamedView.BaseBuilder. merge(View view)CHILD_CLASSView.BaseBuilder. merge(View view)static ViewViewUtil. removeGroups(View view, String... groups)Remove specified from the supplied view.static voidViewUtil. removeProperties(View view, Element element)Remove properties from the supplied element, according to theViewElementDefinitionin theView.voidNamedViewDetail. setView(View view)NamedViewDetail.BuilderNamedViewDetail.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.federated.simple
Methods in uk.gov.gchq.gaffer.federated.simple that return View Modifier and Type Method Description static ViewFederatedUtils. getValidViewForGraph(View view, GraphSerialisable graphSerialisable)Returns aViewthat contains groups only relevant to the graph.Methods in uk.gov.gchq.gaffer.federated.simple with parameters of type View Modifier and Type Method Description static ViewFederatedUtils. getValidViewForGraph(View view, GraphSerialisable graphSerialisable)Returns aViewthat contains groups only relevant to the graph. -
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.ValidationResultFederatedViewValidator. 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 ViewGraph. getView()Returns the graph view from theGraphConfig.ViewGraphConfig. getView()Methods in uk.gov.gchq.gaffer.graph with parameters of type View Modifier and Type Method Description voidGraphConfig. setView(View view)GraphConfig.BuilderGraphConfig.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 ViewUpdateViewHook. getViewToMerge()Methods in uk.gov.gchq.gaffer.graph.hook with parameters of type View Modifier and Type Method Description UpdateViewHook.BuilderUpdateViewHook.Builder. setViewToMerge(View viewToMerge)UpdateViewHookUpdateViewHook. 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 ViewAddNamedView. getView()Methods in uk.gov.gchq.gaffer.named.view with parameters of type View Modifier and Type Method Description voidAddNamedView. setView(View view)AddNamedView.BuilderAddNamedView.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 ViewOperationView. getView()Methods in uk.gov.gchq.gaffer.operation.graph with parameters of type View Modifier and Type Method Description voidOperationView. setView(View view)default BOperationView.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 voidOperationView. setViews(List<View> views)Merges a list ofViews, including the current if set, and sets theOperationViewto 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 ViewGetAdjacentIds. getView()ViewGetAllElements. getView()ViewGetElements. 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 voidGetAdjacentIds. setView(View view)voidGetAllElements. setView(View view)voidGetElements. 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 ViewGetDataFrameOfElements. getView()Methods in uk.gov.gchq.gaffer.spark.operation.dataframe with parameters of type View Modifier and Type Method Description voidGetDataFrameOfElements. 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 ViewGetGraphFrameOfElements. getView()Methods in uk.gov.gchq.gaffer.spark.operation.graphframe with parameters of type View Modifier and Type Method Description voidGetGraphFrameOfElements. 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 ViewGetJavaRDDOfAllElements. getView()ViewGetJavaRDDOfElements. getView()Methods in uk.gov.gchq.gaffer.spark.operation.javardd with parameters of type View Modifier and Type Method Description voidGetJavaRDDOfAllElements. setView(View view)voidGetJavaRDDOfElements. 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 ViewGetRDDOfAllElements. getView()ViewGetRDDOfElements. getView()Methods in uk.gov.gchq.gaffer.spark.operation.scalardd with parameters of type View Modifier and Type Method Description voidGetRDDOfAllElements. setView(View view)voidGetRDDOfElements. 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 ViewGetJavaRDDOfElementsInRanges. getView()Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd with parameters of type View Modifier and Type Method Description voidGetJavaRDDOfElementsInRanges. 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 ViewGetRDDOfElementsInRanges. getView()Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd with parameters of type View Modifier and Type Method Description voidGetRDDOfElementsInRanges. 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 ViewElementValidator. 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.ValidationResultViewValidator. 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 ofElements.static Iterable<Element>AggregatorUtil. queryAggregate(Iterable<? extends Element> elements, Schema schema, View view, boolean includeMatchedVertex)Applies query time aggregation to the provided iterable ofElements.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.
-