public class GemFireVersionHelper
extends java.lang.Object
GemFireDescription.| Constructor and Description |
|---|
GemFireVersionHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.Boolean |
getDeltaPropagation(ConfigHashtable tab,
int i)
Version-dependent support for
GemFireDescription.configure(hydra.TestConfig). |
static java.util.Set |
getMembers(com.gemstone.gemfire.distributed.internal.DM dm)
Version-dependent support for
DistributedSystemHelper.getMembers(). |
protected static java.lang.String |
getMembershipPortRange(ConfigHashtable tab,
int i)
Version-dependent support for
GemFireDescription.configure(hydra.TestConfig). |
protected static int |
getTcpPort(ConfigHashtable tab,
int i)
Version-dependent support for
GemFireDescription.configure(hydra.TestConfig). |
protected static void |
setDeltaPropagation(java.util.Properties p,
java.lang.Boolean val)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setDisableAutoReconnect(java.util.Properties p,
java.lang.Boolean val)
Version-dependent support for
#disableAutoReconnect. |
protected static void |
setDistributedSystemId(java.util.Properties p,
java.lang.Integer val)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setEnforceUniqueHost(java.util.Properties p,
java.lang.Boolean val)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setJMXManager(java.util.Properties p,
java.lang.String val)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setJMXManagerAccessFile(java.util.Properties p,
java.lang.String fn,
HostDescription hd)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setJMXManagerPasswordFile(java.util.Properties p,
java.lang.String fn,
HostDescription hd)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setJMXManagerPorts(java.util.Properties p,
boolean generatePort,
boolean generateHttpPort)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setJMXManagerSSL(java.util.Properties p,
java.lang.String val)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setJMXManagerStart(java.util.Properties p,
java.lang.String val)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setMembershipPortRange(java.util.Properties p,
java.lang.String val)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setOffHeapMemorySize(java.util.Properties p,
java.lang.String val)
Version-dependent support for
#getOffHeapMemorySize. |
protected static void |
setRedundancyZone(java.util.Properties p,
java.lang.String val)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setRemoteLocators(java.util.Properties p,
java.util.List<java.lang.String> vals)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void |
setTcpPort(java.util.Properties p,
int val)
Version-dependent support for
#getDistributedSystemProperties. |
protected static void setJMXManager(java.util.Properties p,
java.lang.String val)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static void setJMXManagerAccessFile(java.util.Properties p,
java.lang.String fn,
HostDescription hd)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static void setJMXManagerPasswordFile(java.util.Properties p,
java.lang.String fn,
HostDescription hd)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static void setJMXManagerPorts(java.util.Properties p,
boolean generatePort,
boolean generateHttpPort)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static void setJMXManagerSSL(java.util.Properties p,
java.lang.String val)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static void setJMXManagerStart(java.util.Properties p,
java.lang.String val)
#getDistributedSystemProperties.
Sets the property to the given value.
public static java.util.Set getMembers(com.gemstone.gemfire.distributed.internal.DM dm)
DistributedSystemHelper.getMembers().protected static void setRemoteLocators(java.util.Properties p,
java.util.List<java.lang.String> vals)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static void setEnforceUniqueHost(java.util.Properties p,
java.lang.Boolean val)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static void setRedundancyZone(java.util.Properties p,
java.lang.String val)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static java.lang.Boolean getDeltaPropagation(ConfigHashtable tab, int i)
GemFireDescription.configure(hydra.TestConfig).
Returns the value of hydra.GemFirePrms-deltaPropagation at the given index.
protected static void setDeltaPropagation(java.util.Properties p,
java.lang.Boolean val)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static void setDistributedSystemId(java.util.Properties p,
java.lang.Integer val)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static java.lang.String getMembershipPortRange(ConfigHashtable tab, int i)
GemFireDescription.configure(hydra.TestConfig).
Returns the value of hydra.GemFirePrms-membershipPortRange at the given index.
protected static void setMembershipPortRange(java.util.Properties p,
java.lang.String val)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static int getTcpPort(ConfigHashtable tab, int i)
GemFireDescription.configure(hydra.TestConfig).
Returns the value of hydra.GemFirePrms-tcpPort at the given index.
protected static void setTcpPort(java.util.Properties p,
int val)
#getDistributedSystemProperties.
Sets the property to the given value.
protected static void setOffHeapMemorySize(java.util.Properties p,
java.lang.String val)
#getOffHeapMemorySize.
Sets the property to the given value.
protected static void setDisableAutoReconnect(java.util.Properties p,
java.lang.Boolean val)
#disableAutoReconnect.
Sets the property to the given value.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.