Uses of Class
uk.gov.gchq.gaffer.operation.util.AggregatePair
-
Packages that use AggregatePair Package Description uk.gov.gchq.gaffer.operation.impl.function -
-
Uses of AggregatePair in uk.gov.gchq.gaffer.operation.impl.function
Methods in uk.gov.gchq.gaffer.operation.impl.function that return types with arguments of type AggregatePair Modifier and Type Method Description Map<String,AggregatePair>Aggregate. getEdges()Map<String,AggregatePair>Aggregate. getEntities()Methods in uk.gov.gchq.gaffer.operation.impl.function with parameters of type AggregatePair Modifier and Type Method Description Aggregate.BuilderAggregate.Builder. edge(String group, AggregatePair pair)Aggregate.BuilderAggregate.Builder. entity(String group, AggregatePair pair)Method parameters in uk.gov.gchq.gaffer.operation.impl.function with type arguments of type AggregatePair Modifier and Type Method Description Aggregate.BuilderAggregate.Builder. edges(Map<String,AggregatePair> edges)Aggregate.BuilderAggregate.Builder. entities(Map<String,AggregatePair> entities)voidAggregate. setEdges(Map<String,AggregatePair> edges)voidAggregate. setEntities(Map<String,AggregatePair> entities)
-