Package | Description |
---|---|
io.kgraph | |
io.kgraph.pregel |
Modifier and Type | Method and Description |
---|---|
GraphAlgorithmState<Void> |
GraphAlgorithm.configure(org.apache.kafka.streams.StreamsBuilder builder,
Properties streamsConfig) |
default GraphAlgorithmState<T> |
GraphAlgorithm.run() |
GraphAlgorithmState<T> |
GraphAlgorithm.run(int maxIterations) |
GraphAlgorithmState<T> |
GraphAlgorithm.state() |
Modifier and Type | Method and Description |
---|---|
GraphAlgorithmState<Void> |
PregelGraphAlgorithm.configure(org.apache.kafka.streams.StreamsBuilder builder,
Properties streamsConfig) |
GraphAlgorithmState<org.apache.kafka.streams.kstream.KTable<K,VV>> |
PregelGraphAlgorithm.run(int maxIterations) |
GraphAlgorithmState<org.apache.kafka.streams.kstream.KTable<K,VV>> |
PregelGraphAlgorithm.state() |
Copyright © 2020. All rights reserved.