Legacy ActiveSpaces Cache OM Settings Reference
To setup the Legacy ActiveSpaces cache, you can configure the object managment settings in the CDD file. All settings can use global variables.
For the related procedure, see Setting Up Legacy ActiveSpaces as Cluster and Cache Provider.
Property | Description |
---|---|
Cache Agent Quorum | Specifies a minimum number (quorum) of storage-enabled nodes that must be active in the cluster when the system starts up before the following occur:
The property does not affect the running of the deployed application after start up (though a message is written to the log file if the number of cache agents running falls below the number specified in this property). As a guideline, set to the number of cache agents configured. Default is
|
Number of Backup Copies | The number of backup copies (also known as the backup count) specifies the number of members of the distributed cache service that hold the backup data for each unit of storage in the cache. Recommended values are 0, 1, or 2.
Value of 0 means that in the case of abnormal termination, some portion of the data in the cache will be lost. Value of N means that if up to N cluster nodes terminate at once, the cache data will be preserved. A backup count of 1 means one server plus one backup are needed, that is, two cache agents (or storage enabled nodes if cache agents are not used). To maintain the partitioned cache of size M, the total memory usage in the cluster does not depend on the number of cluster nodes and will be in the order of M*(N+1). See Asynchronous Replication of Cache Objects for details on replication behavior and options for Legacy ActiveSpaces cluster. Default is
|
Entity Cache Size | Specifies the size of the limited cache, in number of cache entries for each object type. The setting is per processing unit. See
Configuring a Limited (or Unlimited) Cache .
Default is
|
Object Table Cache Size | Specifies the maximum size of the object table cache, in number of entries. Used with limited cache only.
See The Role of the Object Table in TIBCO BusinessEvents Architect’s Guide for more details about the object table. Also see Configuring a Limited (or Unlimited) Cache . Default is
|
Discovery URL | Specifies how an engine (node) listens for discovery requests from nodes attempting to join the cluster. PGM protocol is supposed for multicast discovery. TCP Protocol is supported for unicast discovery |
ListenUrl | The discovery mechanism is based on pure TCP. All the designated well-known metaspace members are identified by an IP address and a port number. |
Remote Listen URL | Specifies on which IP address and TCP port this proxy metaspace member will be listening for the remote client connections. |
Protocol Timeout | Indicates the protocol timeout value for space. The protocol can be unicast or multicast.
Default value is
|
Read Timeout | Indicates the read timeout value for the space, if a read timeout has been set. It specifies the read timeout value for a specified
SpaceDef . The read timeout value applies to Get operations.
Default value is
|
Write Timeout | Indicates the write timeout value for the space, if a write timeout has been set. Specifies the write timeout value that is set for the space. The write timeout value applies to
Put ,
Take ,
Lock , and
Unlock operations.
Default value is
|
Lock Timeout | For a space that is locked, it specifies how long a member process will wait for it to become unlocked.
The default is
|
Shutdown wait | Indicates the shutdown wait value for the space.
Default value is
|
Worker Thread Count | Indicates the thread count specified for the space.
Default value is
|
Security Enabled | Enables Transport level security for the DataGrid when selected.
The following fields are displayed only if the Security Enabled checkbox is selected:
|
Policy File | Absolute path to the policy file which contains the security settings that the controller node enforces. It is generated using the as-admin utility.
|
Policy File Identity Password | The password for the identity key in the security policy file. |
Token File | Absolute path to the token file which is used by requestor to connect to a metaspace whose security is defined in the policy file. |
Token File Identity Password | The password for the identity key in the security token file. |
LDAP Identity File | The absolute path for a file containing the key to use for LDAP with the certificate-based authentication. |
Domain | Optional. Domain name for system based user authentication. |
User Name | User name for LDAP and system based authentication. |
Password | Password for LDAP and system based authentication. In case authentication type in the policy file is "x509" then this is the password is for the private key in the LDAP Identity File. |