public class VisorPeerToPeerConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
VisorPeerToPeerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static VisorPeerToPeerConfiguration |
from(IgniteConfiguration c) |
boolean |
p2pEnabled() |
void |
p2pEnabled(boolean p2pEnabled) |
String |
p2pLocalClassPathExclude() |
void |
p2pLocalClassPathExclude(String p2pLocClsPathExcl) |
int |
p2pMissedResponseCacheSize() |
void |
p2pMissedResponseCacheSize(int p2pMissedResCacheSize) |
String |
toString() |
public static VisorPeerToPeerConfiguration from(IgniteConfiguration c)
c - Grid configuration.public boolean p2pEnabled()
public void p2pEnabled(boolean p2pEnabled)
p2pEnabled - New whether peer-to-peer class loading is enabled.public int p2pMissedResponseCacheSize()
public void p2pMissedResponseCacheSize(int p2pMissedResCacheSize)
p2pMissedResCacheSize - New missed resource cache size.@Nullable public String p2pLocalClassPathExclude()
public void p2pLocalClassPathExclude(@Nullable String p2pLocClsPathExcl)
p2pLocClsPathExcl - New list of packages from the system classpath that need to be loaded from task
originating node.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015