public abstract class FutureProgress
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
FutureProgress.FutureProgressType |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TYPE_ID_PROPERTY |
Constructor and Description |
---|
FutureProgress(FutureProgress.FutureProgressType futureProgressType) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Optional<GraphLoadingProgress> |
asGraphLoadingProgress()
In case of graph loading future, return stats about graph loading progress
|
FutureProgress.FutureProgressType |
getFutureProgressType() |
public static final java.lang.String TYPE_ID_PROPERTY
public FutureProgress(FutureProgress.FutureProgressType futureProgressType)
public abstract java.util.Optional<GraphLoadingProgress> asGraphLoadingProgress()
public final FutureProgress.FutureProgressType getFutureProgressType()