SystemProperties Class |
Note: This API is now obsolete.
Namespace: GemStone.GemFire.Cache
The SystemProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | SystemProperties(Properties) |
Constructor. Sets the default (hard-coded) values first, and then overwrites those with
any values found in the given properties.
|
![]() | SystemProperties(Properties, String) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | AppDomainEnabled |
Whether client is running in multiple AppDomain or not.
Default value is "false".
|
![]() | CacheXmlFile |
Returns the name of the "cache.xml" file.
|
![]() | ConflateEvents |
Returns the conflate event's option
|
![]() | ConnectTimeout |
Returns the connect timeout used for server and locator handshakes.
|
![]() | CrashDumpEnabled |
True if the crash dump generation for unhandled fatal exceptions
is enabled. If "log-file" property has been specified then they are
created in the same directory as the log file, and having the same
prefix as log file. By default crash dumps are created in the
current working directory and have the "gemfire_cpp" prefix.
The actual dump file will have timestamp and process ID
in the full name.
|
![]() | DebugStackTraceEnabled |
True if the stack trace is enabled.
|
![]() | DurableClientId |
Returns the durable client's ID.
|
![]() | DurableTimeout |
Returns the durable client's timeout.
|
![]() | GetSecurityProperties |
Returns all the security properties
|
![]() | GFLogLevel |
Returns the message logging level.
|
![]() | HeapLRUDelta |
Returns the HeapLRUDelta value (a percent value). This specifies the
percentage of entries the system will evict each time it detects that
it has exceeded the HeapLRULimit. Defaults to 10%
|
![]() | HeapLRULimit |
Returns the HeapLRULimit value (in bytes), the maximum memory that values
in a cache can use to store data before overflowing to disk or destroying
entries to ensure that the server process never runs out of memory due to
cache memory usage
|
![]() | HeapLRULimitEnabled |
Returns a boolean that specifies if heapLRULimit has been enabled for the
process. If enabled, the HeapLRULimit specifies the maximum amount of memory
that values in a cache can use to store data before overflowing to disk or
destroying entries to ensure that the server process never runs out of
memory
|
![]() | IsSecurityOn |
True if client needs to be authenticated
|
![]() | LogDiskSpaceLimit |
Returns the maximum log Disk size, in bytes, or 0 if unlimited.
|
![]() | LogFileName |
Returns the name of the message log file.
|
![]() | LogFileSizeLimit |
Returns the maximum log file size, in bytes, or 0 if unlimited.
|
![]() | MaxQueueSize |
Returns the max queue size for notification messages
|
![]() | MaxSocketBufferSize |
Returns the maximum socket buffer size to use
|
![]() | Name |
Returns the system name.
|
![]() | NotifyAckInterval |
Returns the periodic notify ack interval
|
![]() | NotifyDupCheckLife |
Returns the expiry time of an idle event id map entry for duplicate notification checking
|
![]() | PingInterval |
Returns the time between two consecutive ping to servers
|
![]() | RedundancyMonitorInterval |
Returns the time between two consecutive checks for redundancy for HA
|
![]() | SSLEnabled |
True if ssl connection support is enabled.
|
![]() | SSLKeyStore |
Returns the SSL private keystore file path.
|
![]() | SSLKeystorePassword |
Returns the client keystore password..
|
![]() | SSLTrustStore |
Returns the SSL public certificate trust store file path.
|
![]() | StatisticsArchiveFile |
Returns the name of the statistics archive file.
|
![]() | StatisticsEnabled |
True if statistics are enabled (archived).
|
![]() | StatisticsSampleInterval |
Returns the sampling interval, that is,
how often the statistics thread writes to disk, in seconds.
|
![]() | StatsDiskSpaceLimit |
Returns the maximum statistics Disk size, in bytes, or 0 if unlimited.
|
![]() | StatsFileSizeLimit |
Returns the maximum statistics file size, in bytes, or 0 if unlimited.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LogSettings |
Prints all settings to the process log.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |