Class GridEncryptionManager.KeyChangeFuture
- java.lang.Object
-
- org.apache.ignite.internal.util.future.GridFutureAdapter<Void>
-
- org.apache.ignite.internal.managers.encryption.GridEncryptionManager.KeyChangeFuture
-
- All Implemented Interfaces:
IgniteInternalFuture<Void>
- Enclosing class:
- GridEncryptionManager
protected static class GridEncryptionManager.KeyChangeFuture extends GridFutureAdapter<Void>
Key change future.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDid()StringtoString()-
Methods inherited from class org.apache.ignite.internal.util.future.GridFutureAdapter
cancel, chain, chain, chain, chain, chainCompose, chainCompose, error, get, get, get, getUninterruptibly, ignoreInterrupts, isCancelled, isDone, isFailed, listen, listen, logger, onCancelled, onDone, onDone, onDone, onDone, onDone, reset, result
-
-
-
-
Method Detail
-
id
public UUID id()
- Returns:
- Request ID.
-
toString
public String toString()
- Overrides:
toStringin classGridFutureAdapter<Void>
-
-