public static final class KGraph.ApplyLeftJoinToEdgeValuesOnEitherSourceOrTarget<K,EV,T> extends Object implements org.apache.kafka.streams.kstream.ValueJoiner<Iterable<EdgeWithValue<K,EV>>,T,Iterable<EdgeWithValue<K,EV>>>
Constructor and Description |
---|
ApplyLeftJoinToEdgeValuesOnEitherSourceOrTarget(EdgeJoinFunction<EV,T> mapper) |
Modifier and Type | Method and Description |
---|---|
Iterable<EdgeWithValue<K,EV>> |
apply(Iterable<EdgeWithValue<K,EV>> edges,
T input) |
public ApplyLeftJoinToEdgeValuesOnEitherSourceOrTarget(EdgeJoinFunction<EV,T> mapper)
public Iterable<EdgeWithValue<K,EV>> apply(Iterable<EdgeWithValue<K,EV>> edges, T input)
apply
in interface org.apache.kafka.streams.kstream.ValueJoiner<Iterable<EdgeWithValue<K,EV>>,T,Iterable<EdgeWithValue<K,EV>>>
Copyright © 2020. All rights reserved.