Package oracle.pgx.api
Class DefaultFutureProgress
java.lang.Object
oracle.pgx.api.FutureProgress
oracle.pgx.api.DefaultFutureProgress
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class oracle.pgx.api.FutureProgress
FutureProgress.FutureProgressType -
Field Summary
Fields inherited from class oracle.pgx.api.FutureProgress
TYPE_ID_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIn case of graph loading future, return stats about graph loading progressMethods inherited from class oracle.pgx.api.FutureProgress
asAlgorithmExecutionProgress, getFutureProgressType, getState
-
Constructor Details
-
DefaultFutureProgress
public DefaultFutureProgress(oracle.pgx.common.Progress progress)
-
-
Method Details
-
getProgress
-
asGraphLoadingProgress
Description copied from class:FutureProgressIn case of graph loading future, return stats about graph loading progress- Specified by:
asGraphLoadingProgressin classFutureProgress- Returns:
- empty if the PgxFuture is not a graph loading future.
-