VMware GemFire Native .NET Reference
9.2.4
|
A class for internal use, that encapsulates the properties that can be set through DistributedSystem.Connect or a geode.properties file. More...
Inherits UMWrap< apache::geode::client::SystemProperties >.
Public Member Functions | |
void | LogSettings () |
Prints all settings to the process log. More... | |
SystemProperties (Properties< String^, String^>^ properties) | |
Constructor. More... | |
SystemProperties (Properties< String^, String^>^ properties, String^ configFile) | |
Constructor. More... | |
Properties | |
bool | AppDomainEnabled [get] |
Whether client is running in multiple AppDomain or not. More... | |
String^ | CacheXmlFile [get] |
Returns the name of the "cache.xml" file. More... | |
String^ | ConflateEvents [get] |
Returns the conflate event's option More... | |
System::UInt32 | ConnectTimeout [get] |
Returns the connect timeout used for server and locator handshakes. More... | |
bool | CrashDumpEnabled [get] |
True if the crash dump generation for unhandled fatal exceptions is enabled. More... | |
bool | DebugStackTraceEnabled [get] |
True if the stack trace is enabled. More... | |
String^ | DurableClientId [get] |
Returns the durable client's ID. More... | |
System::UInt32 | DurableTimeout [get] |
Returns the durable client's timeout. More... | |
Properties< String^, String^>^ | GetSecurityProperties [get] |
Returns all the security properties More... | |
LogLevel | GFLogLevel [get] |
Returns the message logging level. More... | |
System::Int32 | HeapLRUDelta [get] |
Returns the HeapLRUDelta value (a percent value). More... | |
size_t | HeapLRULimit [get] |
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 More... | |
bool | HeapLRULimitEnabled [get] |
Returns a boolean that specifies if heapLRULimit has been enabled for the process. More... | |
bool | IsSecurityOn [get] |
True if client needs to be authenticated More... | |
System::Int32 | LogDiskSpaceLimit [get] |
Returns the maximum log Disk size, in bytes, or 0 if unlimited. More... | |
String^ | LogFileName [get] |
Returns the name of the message log file. More... | |
System::Int32 | LogFileSizeLimit [get] |
Returns the maximum log file size, in bytes, or 0 if unlimited. More... | |
System::UInt32 | MaxQueueSize [get] |
Returns the max queue size for notification messages More... | |
System::Int32 | MaxSocketBufferSize [get] |
Returns the maximum socket buffer size to use More... | |
String^ | Name [get] |
Returns the system name. More... | |
System::Int32 | NotifyAckInterval [get] |
Returns the periodic notify ack interval More... | |
System::Int32 | NotifyDupCheckLife [get] |
Returns the expiry time of an idle event id map entry for duplicate notification checking More... | |
bool | OnClientDisconnectClearPdxTypeIds [get] |
True if app want to clear pdx types ids on client disconnect More... | |
System::Int32 | PingInterval [get] |
Returns the time between two consecutive ping to servers More... | |
bool | ReadTimeoutUnitInMillis [get] |
This can be called to know whether read timeout unit is in milli second. More... | |
System::Int32 | RedundancyMonitorInterval [get] |
Returns the time between two consecutive checks for redundancy for HA More... | |
bool | SSLEnabled [get] |
True if ssl connection support is enabled. More... | |
String^ | SSLKeyStore [get] |
Returns the SSL private keystore file path. More... | |
String^ | SSLKeystorePassword [get] |
Returns the client keystore password. More... | |
bool | SSLStrictMode [get] |
True if cluster SSL certificate verification is required. More... | |
String^ | SSLTrustStore [get] |
Returns the SSL public certificate trust store file path. More... | |
String^ | StatisticsArchiveFile [get] |
Returns the name of the statistics archive file. More... | |
bool | StatisticsEnabled [get] |
True if statistics are enabled (archived). More... | |
System::Int32 | StatisticsSampleInterval [get] |
Returns the sampling interval, that is, how often the statistics thread writes to disk, in seconds. More... | |
System::Int32 | StatsDiskSpaceLimit [get] |
Returns the maximum statistics Disk size, in bytes, or 0 if unlimited. More... | |
System::Int32 | StatsFileSizeLimit [get] |
Returns the maximum statistics file size, in bytes, or 0 if unlimited. More... | |
System::UInt32 | SuspendedTxTimeout [get] |
Returns the timeout after which suspended transactions are rolled back. More... | |
A class for internal use, that encapsulates the properties that can be set through DistributedSystem.Connect or a geode.properties file.
Apache::Geode::Client::SystemProperties::SystemProperties | ( | Properties< String^, String^>^ | properties | ) |
Constructor.
Sets the default (hard-coded) values first, and then overwrites those with any values found in the given properties.
properties | initialize with the given properties |
Apache::Geode::Client::SystemProperties::SystemProperties | ( | Properties< String^, String^>^ | properties, |
String^ | configFile | ||
) |
Constructor.
systemDefault/geode.properties
./geode.properties
(if the given file does not exist). properties | these overwrite any other values already set |
configFile | see summary |
void Apache::Geode::Client::SystemProperties::LogSettings | ( | ) |
Prints all settings to the process log.
|
get |
Whether client is running in multiple AppDomain or not.
Default value is "false".
|
get |
Returns the name of the "cache.xml" file.
|
get |
Returns the conflate event's option
|
get |
Returns the connect timeout used for server and locator handshakes.
|
get |
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 "geode_cpp" prefix.
The actual dump file will have timestamp and process ID in the full name.
|
get |
True if the stack trace is enabled.
|
get |
Returns the durable client's ID.
|
get |
Returns the durable client's timeout.
|
get |
Returns all the security properties
|
get |
Returns the message logging level.
|
get |
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%
|
get |
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
|
get |
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
|
get |
True if client needs to be authenticated
|
get |
Returns the maximum log Disk size, in bytes, or 0 if unlimited.
|
get |
Returns the name of the message log file.
|
get |
Returns the maximum log file size, in bytes, or 0 if unlimited.
|
get |
Returns the max queue size for notification messages
|
get |
Returns the maximum socket buffer size to use
|
get |
Returns the system name.
|
get |
Returns the periodic notify ack interval
|
get |
Returns the expiry time of an idle event id map entry for duplicate notification checking
|
get |
True if app want to clear pdx types ids on client disconnect
|
get |
Returns the time between two consecutive ping to servers
|
get |
This can be called to know whether read timeout unit is in milli second.
|
get |
Returns the time between two consecutive checks for redundancy for HA
|
get |
True if ssl connection support is enabled.
|
get |
Returns the SSL private keystore file path.
|
get |
Returns the client keystore password.
|
get |
True if cluster SSL certificate verification is required.
|
get |
Returns the SSL public certificate trust store file path.
|
get |
Returns the name of the statistics archive file.
|
get |
True if statistics are enabled (archived).
|
get |
Returns the sampling interval, that is, how often the statistics thread writes to disk, in seconds.
|
get |
Returns the maximum statistics Disk size, in bytes, or 0 if unlimited.
|
get |
Returns the maximum statistics file size, in bytes, or 0 if unlimited.
|
get |
Returns the timeout after which suspended transactions are rolled back.