public class VisorGridConfig extends Object implements Serializable
| Constructor and Description |
|---|
VisorGridConfig() |
public static VisorGridConfig from(GridEx g)
g - Grid.@Nullable public VisorLicense license()
public void license(@Nullable VisorLicense license)
license - New license.public VisorBasicConfig basic()
public void basic(VisorBasicConfig basic)
basic - New basic.public VisorMetricsConfig metrics()
public void metrics(VisorMetricsConfig metrics)
metrics - New metrics.public VisorSpisConfig spis()
public void spis(VisorSpisConfig spis)
spis - New SPIs.public VisorPeerToPeerConfig p2p()
public void p2p(VisorPeerToPeerConfig p2P)
p2P - New p2p.public VisorEmailConfig email()
public void email(VisorEmailConfig email)
email - New email.public VisorLifecycleConfig lifecycle()
public void lifecycle(VisorLifecycleConfig lifecycle)
lifecycle - New lifecycle.public VisorExecutorServiceConfig executeService()
public void executeService(VisorExecutorServiceConfig execSvc)
execSvc - New executors service configuration.public VisorSegmentationConfig segmentation()
public void segmentation(VisorSegmentationConfig seg)
seg - New segmentation.public String includeProperties()
public void includeProperties(String inclProps)
inclProps - New include properties.public int[] includeEventTypes()
public void includeEventTypes(int[] inclEvtTypes)
inclEvtTypes - New include events types.public VisorRestConfig rest()
public void rest(VisorRestConfig rest)
rest - New rest.public void userAttributes(Map<String,?> userAttrs)
userAttrs - New user attributes.public Iterable<VisorCacheConfig> caches()
public void caches(Iterable<VisorCacheConfig> caches)
caches - New caches.public Iterable<VisorGgfsConfig> ggfss()
public void ggfss(Iterable<VisorGgfsConfig> ggfss)
ggfss - New ggfss.public Iterable<VisorStreamerConfig> streamers()
public void streamers(Iterable<VisorStreamerConfig> streamers)
streamers - New streamers.@Nullable public VisorDrSenderHubConfig drSenderHub()
public void drSenderHub(@Nullable VisorDrSenderHubConfig drSndHub)
drSndHub - New sender hub configuration@Nullable public VisorDrReceiverHubConfig drReceiverHub()
public void drReceiverHub(@Nullable VisorDrReceiverHubConfig drReceiverHub)
drReceiverHub - New receiver hub configurationpublic Properties systemProperties()
public void systemProperties(Properties sysProps)
sysProps - New system properties.Copyright © 2014. All rights reserved.