public interface GraphAlgorithm<K,VV,EV,T> extends Closeable
Modifier and Type | Method and Description |
---|---|
Map<String,?> |
configs() |
GraphAlgorithmState<Void> |
configure(org.apache.kafka.streams.StreamsBuilder builder,
Properties streamsConfig) |
Iterable<org.apache.kafka.streams.KeyValue<K,VV>> |
result() |
default GraphAlgorithmState<T> |
run() |
GraphAlgorithmState<T> |
run(int maxIterations) |
GraphAlgorithmState<T> |
state() |
GraphAlgorithmState<Void> configure(org.apache.kafka.streams.StreamsBuilder builder, Properties streamsConfig)
default GraphAlgorithmState<T> run()
GraphAlgorithmState<T> run(int maxIterations)
GraphAlgorithmState<T> state()
Copyright © 2020. All rights reserved.