Interface AggStateBuilderNode<I,E,K,V>
- All Superinterfaces:
AggStateBuilder<I,E, K, V>
- All Known Implementing Classes:
AggStateBuilderObject
-
Method Summary
Modifier and TypeMethodDescriptionAttempt to convert the mapper into an aggregator that can assemble json from an ordered stream of triples.Methods inherited from interface org.aksw.jenax.graphql.sparql.v2.acc.state.api.builder.AggStateBuilder
getGonType
-
Method Details
-
newAggregator
AggStateTypeProduceNode<I,E, newAggregator()K, V> Attempt to convert the mapper into an aggregator that can assemble json from an ordered stream of triples.- Specified by:
newAggregatorin interfaceAggStateBuilder<I,E, K, V> - Throws:
UnsupportedOperationException- if the conversion is unsupported
-