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