public class GraphAlgorithmState<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GraphAlgorithmState.State |
Constructor and Description |
---|
GraphAlgorithmState(org.apache.kafka.streams.KafkaStreams streams,
GraphAlgorithmState.State state,
int superstep,
long runningTime,
Map<String,?> aggregates,
CompletableFuture<T> result) |
Modifier and Type | Method and Description |
---|---|
Map<String,?> |
aggregates() |
CompletableFuture<T> |
result() |
long |
runningTime() |
GraphAlgorithmState.State |
state() |
org.apache.kafka.streams.KafkaStreams |
streams() |
int |
superstep() |
public GraphAlgorithmState(org.apache.kafka.streams.KafkaStreams streams, GraphAlgorithmState.State state, int superstep, long runningTime, Map<String,?> aggregates, CompletableFuture<T> result)
public org.apache.kafka.streams.KafkaStreams streams()
public GraphAlgorithmState.State state()
public long runningTime()
public CompletableFuture<T> result()
public int superstep()
Copyright © 2020. All rights reserved.