public class CacheJoinNodeDiscoveryData extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheJoinNodeDiscoveryData.CacheInfo |
| Constructor and Description |
|---|
CacheJoinNodeDiscoveryData(IgniteUuid cacheDeploymentId,
Map<String,CacheJoinNodeDiscoveryData.CacheInfo> caches,
Map<String,CacheJoinNodeDiscoveryData.CacheInfo> templates,
boolean startCaches) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
cacheDeploymentId() |
Map<String,CacheJoinNodeDiscoveryData.CacheInfo> |
caches() |
Map<String,CacheJoinNodeDiscoveryData.CacheInfo> |
templates() |
String |
toString() |
public CacheJoinNodeDiscoveryData(IgniteUuid cacheDeploymentId, Map<String,CacheJoinNodeDiscoveryData.CacheInfo> caches, Map<String,CacheJoinNodeDiscoveryData.CacheInfo> templates, boolean startCaches)
cacheDeploymentId - Deployment ID for started caches.caches - Caches.templates - Templates.startCaches - True if required to start all caches on joining node.public IgniteUuid cacheDeploymentId()
public Map<String,CacheJoinNodeDiscoveryData.CacheInfo> templates()
public Map<String,CacheJoinNodeDiscoveryData.CacheInfo> caches()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020