public static class CoarseGrainedClusterMessages.MiscellaneousProcessAdded extends Object implements CoarseGrainedClusterMessage, scala.Product, scala.Serializable
| Constructor and Description | 
|---|
| MiscellaneousProcessAdded(long time,
                         String processId,
                         MiscellaneousProcessDetails info) | 
| Modifier and Type | Method and Description | 
|---|---|
| MiscellaneousProcessDetails | info() | 
| String | processId() | 
| long | time() | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic MiscellaneousProcessAdded(long time,
                                 String processId,
                                 MiscellaneousProcessDetails info)
public long time()
public String processId()
public MiscellaneousProcessDetails info()