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.Builder
Aggregate.Builder. edge(String group, AggregatePair pair)
Aggregate.Builder
Aggregate.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.Builder
Aggregate.Builder. edges(Map<String,AggregatePair> edges)
Aggregate.Builder
Aggregate.Builder. entities(Map<String,AggregatePair> entities)
void
Aggregate. setEdges(Map<String,AggregatePair> edges)
void
Aggregate. setEntities(Map<String,AggregatePair> entities)
-