Uses of Class
uk.gov.gchq.gaffer.data.element.function.ElementAggregator
-
Packages that use ElementAggregator Package Description uk.gov.gchq.gaffer.accumulostore.key.core.impl uk.gov.gchq.gaffer.data.element.function Functional operation objects for Gaffer, based on the Koryphe library.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.graph.hook.migrate uk.gov.gchq.gaffer.operation.util uk.gov.gchq.gaffer.store.schema Classes describing the Gaffer schema. -
-
Uses of ElementAggregator in uk.gov.gchq.gaffer.accumulostore.key.core.impl
Methods in uk.gov.gchq.gaffer.accumulostore.key.core.impl with parameters of type ElementAggregator Modifier and Type Method Description PropertiesCoreKeyGroupByAggregatorIterator. reduce(String group, org.apache.accumulo.core.data.Key key, Iterator<Properties> iter, Set<String> groupBy, ElementAggregator viewAggregator)abstract PropertiesCoreKeyGroupByCombiner. reduce(String group, org.apache.accumulo.core.data.Key key, Iterator<Properties> iter, Set<String> groupBy, ElementAggregator viewAggregator)Reduces an iterator ofPropertiesinto a single Properties object. -
Uses of ElementAggregator in uk.gov.gchq.gaffer.data.element.function
Methods in uk.gov.gchq.gaffer.data.element.function that return ElementAggregator Modifier and Type Method Description ElementAggregatorElementAggregator.Builder. build() -
Uses of ElementAggregator in uk.gov.gchq.gaffer.data.elementdefinition.view
Methods in uk.gov.gchq.gaffer.data.elementdefinition.view that return ElementAggregator Modifier and Type Method Description ElementAggregatorViewElementDefinition. getAggregator()Methods in uk.gov.gchq.gaffer.data.elementdefinition.view with parameters of type ElementAggregator Modifier and Type Method Description CHILD_CLASSViewElementDefinition.BaseBuilder. aggregator(ElementAggregator aggregator) -
Uses of ElementAggregator in uk.gov.gchq.gaffer.graph.hook.migrate
Methods in uk.gov.gchq.gaffer.graph.hook.migrate with parameters of type ElementAggregator Modifier and Type Method Description ViewMigrationViewMigration. updateAggregator(ElementAggregator aggregator) -
Uses of ElementAggregator in uk.gov.gchq.gaffer.operation.util
Methods in uk.gov.gchq.gaffer.operation.util that return ElementAggregator Modifier and Type Method Description ElementAggregatorAggregatePair. getElementAggregator()Methods in uk.gov.gchq.gaffer.operation.util with parameters of type ElementAggregator Modifier and Type Method Description voidAggregatePair. setElementAggregator(ElementAggregator elementAggregator)Constructors in uk.gov.gchq.gaffer.operation.util with parameters of type ElementAggregator Constructor Description AggregatePair(String[] groupBy, ElementAggregator aggregator)AggregatePair(ElementAggregator aggregator) -
Uses of ElementAggregator in uk.gov.gchq.gaffer.store.schema
Methods in uk.gov.gchq.gaffer.store.schema that return ElementAggregator Modifier and Type Method Description ElementAggregatorSchemaElementDefinition. getFullAggregator()ElementAggregatorSchemaElementDefinition. getIngestAggregator()ElementAggregatorSchemaElementDefinition. getOriginalAggregator()ElementAggregatorSchemaElementDefinition. getQueryAggregator(Set<String> viewGroupBy, ElementAggregator viewAggregator)Methods in uk.gov.gchq.gaffer.store.schema with parameters of type ElementAggregator Modifier and Type Method Description ElementAggregatorSchemaElementDefinition. getQueryAggregator(Set<String> viewGroupBy, ElementAggregator viewAggregator)
-