Package | Description |
---|---|
io.kgraph | |
io.kgraph.pregel |
Modifier and Type | Method and Description |
---|---|
static GraphAlgorithmState.State |
GraphAlgorithmState.State.get(int code) |
GraphAlgorithmState.State |
GraphAlgorithmState.state() |
static GraphAlgorithmState.State |
GraphAlgorithmState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphAlgorithmState.State[] |
GraphAlgorithmState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 |
---|---|
GraphAlgorithmState.State |
PregelState.state() |
Modifier and Type | Method and Description |
---|---|
PregelState |
PregelState.state(GraphAlgorithmState.State state) |
Constructor and Description |
---|
PregelState(GraphAlgorithmState.State state,
int superstep,
PregelState.Stage stage) |
PregelState(GraphAlgorithmState.State state,
int superstep,
PregelState.Stage stage,
long startTime,
long endTime) |
Copyright © 2020. All rights reserved.