Class SchemaOperationClientFuture
- java.lang.Object
-
- org.apache.ignite.internal.util.future.GridFutureAdapter<Object>
-
- org.apache.ignite.internal.processors.query.schema.SchemaOperationClientFuture
-
- All Implemented Interfaces:
IgniteInternalFuture<Object>
public class SchemaOperationClientFuture extends GridFutureAdapter<Object>
Schema operation client future.
-
-
Constructor Summary
Constructors Constructor Description SchemaOperationClientFuture(UUID opId)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDoperationId()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
-
-
-
-
Constructor Detail
-
SchemaOperationClientFuture
public SchemaOperationClientFuture(UUID opId)
Constructor.- Parameters:
opId- Operation ID.
-
-
Method Detail
-
operationId
public UUID operationId()
- Returns:
- Operation ID.
-
toString
public String toString()
- Overrides:
toStringin classGridFutureAdapter<Object>
-
-