Class GridServiceDeploymentFuture<T extends Serializable>
- java.lang.Object
-
- org.apache.ignite.internal.util.future.GridFutureAdapter<Object>
-
- org.apache.ignite.internal.processors.service.GridServiceDeploymentFuture<T>
-
- All Implemented Interfaces:
IgniteInternalFuture<Object>
public class GridServiceDeploymentFuture<T extends Serializable> extends GridFutureAdapter<Object>
Service deployment future.
-
-
Constructor Summary
Constructors Constructor Description GridServiceDeploymentFuture(ServiceConfiguration cfg, T srvcId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TserviceId()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
-
GridServiceDeploymentFuture
public GridServiceDeploymentFuture(ServiceConfiguration cfg, T srvcId)
- Parameters:
cfg- Configuration.srvcId- Service id.
-
-
Method Detail
-
serviceId
public T serviceId()
- Returns:
- Service id.
-
toString
public String toString()
- Overrides:
toStringin classGridFutureAdapter<Object>
-
-