public class VisorSegmentationConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
VisorSegmentationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
long |
checkFrequency() |
void |
checkFrequency(long checkFreq) |
static VisorSegmentationConfiguration |
from(IgniteConfiguration c) |
boolean |
passRequired() |
void |
passRequired(boolean passRequired) |
GridSegmentationPolicy |
policy() |
void |
policy(GridSegmentationPolicy plc) |
String |
resolvers() |
void |
resolvers(String resolvers) |
String |
toString() |
boolean |
waitOnStart() |
void |
waitOnStart(boolean waitOnStart) |
public static VisorSegmentationConfiguration from(IgniteConfiguration c)
c - Grid configuration.public GridSegmentationPolicy policy()
public void policy(GridSegmentationPolicy plc)
plc - New segmentation policy.public void resolvers(@Nullable String resolvers)
resolvers - New segmentation resolvers.public long checkFrequency()
public void checkFrequency(long checkFreq)
checkFreq - New frequency of network segment check by discovery manager.public boolean waitOnStart()
public void waitOnStart(boolean waitOnStart)
waitOnStart - New whether or not node should wait for correct segment on start.public boolean passRequired()
public void passRequired(boolean passRequired)
passRequired - New whether or not all resolvers should succeed for node to be in correct segment.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015