java.lang.Object
me.moros.gaia.api.operation.AbstractOp<T>
- All Implemented Interfaces:
GaiaOperation<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.moros.gaia.api.operation.GaiaOperation
GaiaOperation.Analyze, GaiaOperation.ChunkOperation<T>, GaiaOperation.Result, GaiaOperation.Revert -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal CompletableFuture<T> asFuture()protected abstract GaiaOperation.Resultfinal longfinal GaiaOperation.Resultupdate()
-
Field Details
-
startTime
protected final long startTime -
future
-
-
Constructor Details
-
AbstractOp
protected AbstractOp()
-
-
Method Details
-
startTime
public final long startTime()- Specified by:
startTimein interfaceGaiaOperation<T>
-
update
- Specified by:
updatein interfaceGaiaOperation<T>
-
asFuture
- Specified by:
asFuturein interfaceGaiaOperation<T>
-
processStep
-