com.gemstone.gemfire.management
Class GemFireProperties
java.lang.Object
com.gemstone.gemfire.management.GemFireProperties
public class GemFireProperties
- extends Object
Composite Data type to be used by member to depict gemfire properties in key value manner
- Since:
- 7.0
GemFireProperties
public GemFireProperties()
getMemberName
public String getMemberName()
getMemberGroups
public String getMemberGroups()
getMcastPort
public int getMcastPort()
getMcastAddress
public String getMcastAddress()
getBindAddress
public String getBindAddress()
getTcpPort
public int getTcpPort()
getCacheXMLFile
public String getCacheXMLFile()
getConfigFile
public String getConfigFile()
getMcastTTL
public int getMcastTTL()
getServerBindAddress
public String getServerBindAddress()
getLocators
public String getLocators()
getStartLocator
public String getStartLocator()
getLicenseDataManagement
public String getLicenseDataManagement()
getLicenseApplicationCache
public String getLicenseApplicationCache()
getLicenseWorkingDir
public String getLicenseWorkingDir()
getLicenseServerTimeout
public int getLicenseServerTimeout()
getLogFile
public String getLogFile()
getLogLevel
public int getLogLevel()
isStatisticSamplingEnabled
public boolean isStatisticSamplingEnabled()
getStatisticArchiveFile
public String getStatisticArchiveFile()
getIncludeFile
public String getIncludeFile()
getAckWaitThreshold
public int getAckWaitThreshold()
getAckSevereAlertThreshold
public int getAckSevereAlertThreshold()
getArchiveFileSizeLimit
public int getArchiveFileSizeLimit()
getArchiveDiskSpaceLimit
public int getArchiveDiskSpaceLimit()
getLogFileSizeLimit
public int getLogFileSizeLimit()
getLogDiskSpaceLimit
public int getLogDiskSpaceLimit()
isSslEnabled
public boolean isSslEnabled()
getSslCiphers
public String getSslCiphers()
getSslProtocols
public String getSslProtocols()
isSslRequireAuthentication
public boolean isSslRequireAuthentication()
getSocketLeaseTime
public int getSocketLeaseTime()
getSocketBufferSize
public int getSocketBufferSize()
getMcastSendBufferSize
public int getMcastSendBufferSize()
getMcastRecvBufferSize
public int getMcastRecvBufferSize()
getMcastByteAllowance
public int getMcastByteAllowance()
getMcastRechargeThreshold
public float getMcastRechargeThreshold()
getMcastRechargeBlockMs
public int getMcastRechargeBlockMs()
getUdpFragmentSize
public int getUdpFragmentSize()
getUdpSendBufferSize
public int getUdpSendBufferSize()
getUdpRecvBufferSize
public int getUdpRecvBufferSize()
isDisableTcp
public boolean isDisableTcp()
isEnableTimeStatistics
public boolean isEnableTimeStatistics()
isEnableNetworkPartitionDetection
public boolean isEnableNetworkPartitionDetection()
getDepartureCorrelationWindow
public int getDepartureCorrelationWindow()
getMemberTimeout
public int getMemberTimeout()
getMembershipPortRange
public int[] getMembershipPortRange()
isConserveSockets
public boolean isConserveSockets()
getRoles
public String getRoles()
getMaxWaitTimeForReconnect
public int getMaxWaitTimeForReconnect()
getMaxNumReconnectTries
public int getMaxNumReconnectTries()
getAsyncDistributionTimeout
public int getAsyncDistributionTimeout()
getAsyncQueueTimeout
public int getAsyncQueueTimeout()
getAsyncMaxQueueSize
public int getAsyncMaxQueueSize()
getClientConflation
public String getClientConflation()
getDurableClientId
public String getDurableClientId()
getDurableClientTimeout
public int getDurableClientTimeout()
getSecurityClientAuthInit
public String getSecurityClientAuthInit()
getSecurityClientAuthenticator
public String getSecurityClientAuthenticator()
getSecurityClientDHAlgo
public String getSecurityClientDHAlgo()
getSecurityPeerAuthInit
public String getSecurityPeerAuthInit()
getSecurityPeerAuthenticator
public String getSecurityPeerAuthenticator()
getSecurityClientAccessor
public String getSecurityClientAccessor()
getSecurityClientAccessorPP
public String getSecurityClientAccessorPP()
getSecurityLogLevel
public int getSecurityLogLevel()
getSecurityLogFile
public String getSecurityLogFile()
getSecurityPeerMembershipTimeout
public int getSecurityPeerMembershipTimeout()
isRemoveUnresponsiveClient
public boolean isRemoveUnresponsiveClient()
isDeltaPropagation
public boolean isDeltaPropagation()
getRedundancyZone
public String getRedundancyZone()
isEnforceUniqueHost
public boolean isEnforceUniqueHost()
getStatisticSampleRate
public int getStatisticSampleRate()
setMemberName
public void setMemberName(String memberName)
setMemberGroups
public void setMemberGroups(String memberGroups)
setMcastPort
public void setMcastPort(int mcastPort)
setMcastAddress
public void setMcastAddress(String mcastAddress)
setBindAddress
public void setBindAddress(String bindAddress)
setTcpPort
public void setTcpPort(int tcpPort)
setCacheXMLFile
public void setCacheXMLFile(String cacheXMLFile)
setConfigFile
public void setConfigFile(String configFile)
setMcastTTL
public void setMcastTTL(int mcastTTL)
setServerBindAddress
public void setServerBindAddress(String serverBindAddress)
setLocators
public void setLocators(String locators)
setStartLocator
public void setStartLocator(String startLocator)
setLicenseDataManagement
public void setLicenseDataManagement(String licenseDataManagement)
setLicenseApplicationCache
public void setLicenseApplicationCache(String licenseApplicationCache)
setLicenseWorkingDir
public void setLicenseWorkingDir(String licenseWorkingDir)
setLicenseServerTimeout
public void setLicenseServerTimeout(int licenseServerTimeout)
setLogFile
public void setLogFile(String logFile)
setLogLevel
public void setLogLevel(int logLevel)
setStatisticSamplingEnabled
public void setStatisticSamplingEnabled(boolean statisticSamplingEnabled)
setStatisticArchiveFile
public void setStatisticArchiveFile(String statisticArchiveFile)
setIncludeFile
public void setIncludeFile(String includeFile)
setAckWaitThreshold
public void setAckWaitThreshold(int ackWaitThreshold)
setAckSevereAlertThreshold
public void setAckSevereAlertThreshold(int ackSevereAlertThreshold)
setArchiveFileSizeLimit
public void setArchiveFileSizeLimit(int archiveFileSizeLimit)
setArchiveDiskSpaceLimit
public void setArchiveDiskSpaceLimit(int archiveDiskSpaceLimit)
setLogFileSizeLimit
public void setLogFileSizeLimit(int logFileSizeLimit)
setLogDiskSpaceLimit
public void setLogDiskSpaceLimit(int logDiskSpaceLimit)
setSslEnabled
public void setSslEnabled(boolean sslEnabled)
setSslCiphers
public void setSslCiphers(String sslCiphers)
setSslProtocols
public void setSslProtocols(String sslProtocols)
setSslRequireAuthentication
public void setSslRequireAuthentication(boolean sslRequireAuthentication)
setSocketLeaseTime
public void setSocketLeaseTime(int socketLeaseTime)
setSocketBufferSize
public void setSocketBufferSize(int socketBufferSize)
setMcastSendBufferSize
public void setMcastSendBufferSize(int mcastSendBufferSize)
setMcastRecvBufferSize
public void setMcastRecvBufferSize(int mcastRecvBufferSize)
setMcastByteAllowance
public void setMcastByteAllowance(int mcastByteAllowance)
setMcastRechargeThreshold
public void setMcastRechargeThreshold(float mcastRechargeThreshold)
setMcastRechargeBlockMs
public void setMcastRechargeBlockMs(int mcastRechargeBlockMs)
setUdpFragmentSize
public void setUdpFragmentSize(int udpFragmentSize)
setUdpSendBufferSize
public void setUdpSendBufferSize(int udpSendBufferSize)
setUdpRecvBufferSize
public void setUdpRecvBufferSize(int udpRecvBufferSize)
setDisableTcp
public void setDisableTcp(boolean disableTcp)
setEnableTimeStatistics
public void setEnableTimeStatistics(boolean enableTimeStatistics)
setEnableNetworkPartitionDetection
public void setEnableNetworkPartitionDetection(boolean enableNetworkPartitionDetection)
setDepartureCorrelationWindow
public void setDepartureCorrelationWindow(int departureCorrelationWindow)
setMemberTimeout
public void setMemberTimeout(int memberTimeout)
setMembershipPortRange
public void setMembershipPortRange(int[] membershipPortRange)
setConserveSockets
public void setConserveSockets(boolean conserveSockets)
setRoles
public void setRoles(String roles)
setMaxWaitTimeForReconnect
public void setMaxWaitTimeForReconnect(int maxWaitTimeForReconnect)
setMaxNumReconnectTries
public void setMaxNumReconnectTries(int maxNumReconnectTries)
setAsyncDistributionTimeout
public void setAsyncDistributionTimeout(int asyncDistributionTimeout)
setAsyncQueueTimeout
public void setAsyncQueueTimeout(int asyncQueueTimeout)
setAsyncMaxQueueSize
public void setAsyncMaxQueueSize(int asyncMaxQueueSize)
setClientConflation
public void setClientConflation(String clientConflation)
setDurableClientId
public void setDurableClientId(String durableClientId)
setDurableClientTimeout
public void setDurableClientTimeout(int durableClientTimeout)
setSecurityClientAuthInit
public void setSecurityClientAuthInit(String securityClientAuthInit)
setSecurityClientAuthenticator
public void setSecurityClientAuthenticator(String securityClientAuthenticator)
setSecurityClientDHAlgo
public void setSecurityClientDHAlgo(String securityClientDHAlgo)
setSecurityPeerAuthInit
public void setSecurityPeerAuthInit(String securityPeerAuthInit)
setSecurityPeerAuthenticator
public void setSecurityPeerAuthenticator(String securityPeerAuthenticator)
setSecurityClientAccessor
public void setSecurityClientAccessor(String securityClientAccessor)
setSecurityClientAccessorPP
public void setSecurityClientAccessorPP(String securityClientAccessorPP)
setSecurityLogLevel
public void setSecurityLogLevel(int securityLogLevel)
setSecurityLogFile
public void setSecurityLogFile(String securityLogFile)
setSecurityPeerMembershipTimeout
public void setSecurityPeerMembershipTimeout(int securityPeerMembershipTimeout)
setRemoveUnresponsiveClient
public void setRemoveUnresponsiveClient(boolean removeUnresponsiveClient)
setDeltaPropagation
public void setDeltaPropagation(boolean deltaPropagation)
setRedundancyZone
public void setRedundancyZone(String redundancyZone)
setEnforceUniqueHost
public void setEnforceUniqueHost(boolean enforceUniqueHost)
setStatisticSampleRate
public void setStatisticSampleRate(int statisticSampleRate)
isJmxManager
public boolean isJmxManager()
setJmxManager
public void setJmxManager(boolean jmxManager)
isJmxManagerStart
public boolean isJmxManagerStart()
setJmxManagerStart
public void setJmxManagerStart(boolean jmxManagerStart)
isJmxManagerSSL
public boolean isJmxManagerSSL()
setJmxManagerSSL
public void setJmxManagerSSL(boolean jmxManagerSSL)
getJmxManagerPort
public int getJmxManagerPort()
setJmxManagerPort
public void setJmxManagerPort(int jmxManagerPort)
getJmxManagerBindAddress
public String getJmxManagerBindAddress()
setJmxManagerBindAddress
public void setJmxManagerBindAddress(String jmxManagerBindAddress)
getJmxManagerHostnameForClients
public String getJmxManagerHostnameForClients()
setJmxManagerHostnameForClients
public void setJmxManagerHostnameForClients(String jmxManagerHostnameForClients)
getJmxManagerPasswordFile
public String getJmxManagerPasswordFile()
setJmxManagerPasswordFile
public void setJmxManagerPasswordFile(String jmxManagerPasswordFile)
getJmxManagerAccessFile
public String getJmxManagerAccessFile()
setJmxManagerAccessFile
public void setJmxManagerAccessFile(String jmxManagerAccessFile)
getJmxManagerHttpPort
public int getJmxManagerHttpPort()
setJmxManagerHttpPort
public void setJmxManagerHttpPort(int jmxManagerHttpPort)
getJmxManagerUpdateRate
public int getJmxManagerUpdateRate()
setJmxManagerUpdateRate
public void setJmxManagerUpdateRate(int jmxManagerUpdateRate)
Copyright © 1997-2012 VMware, Inc. All rights reserved.