Package | Description |
---|---|
io.kgraph |
Modifier and Type | Method and Description |
---|---|
<T> KGraph<K,VV,EV> |
KGraph.joinWithEdges(org.apache.kafka.streams.kstream.KTable<Edge<K>,T> inputDataSet,
EdgeJoinFunction<EV,T> edgeJoinFunction) |
<T> KGraph<K,VV,EV> |
KGraph.joinWithEdgesOnSource(org.apache.kafka.streams.kstream.KTable<K,T> inputDataSet,
EdgeJoinFunction<EV,T> edgeJoinFunction) |
<T> KGraph<K,VV,EV> |
KGraph.joinWithEdgesOnTarget(org.apache.kafka.streams.kstream.KTable<K,T> inputDataSet,
EdgeJoinFunction<EV,T> edgeJoinFunction) |
Constructor and Description |
---|
ApplyLeftJoinToEdgeValues(EdgeJoinFunction<EV,T> mapper) |
ApplyLeftJoinToEdgeValuesOnEitherSourceOrTarget(EdgeJoinFunction<EV,T> mapper) |
Copyright © 2020. All rights reserved.