The following is a list of new features and improvements in Tangosol Coherence 3.1:
| Name | Type | Access | Description |
|---|---|---|---|
| LoggingDestination | String | RO | The output device used by the logging system. Valid values are stdout, stderr, jdk, log4j, or a file name. |
| LoggingFormat | String | RW | Specifies how messages will be formatted before being passed to the log destination |
| LoggingLevel | Integer | RW | Specifies which logged messages will be output to the log destination. Valid values are non-negative integers or -1 to disable all logger output. |
| LoggingLimit | Integer | RW | The maximum number of characters that the logger daemon will process from the message queue before discarding all remaining messages in the queue. Valid values are integers in the range [0...]. Zero implies no limit. |
| MemoryAvailableMB | Integer | RO | The total amount of memory in the JVM available for new objects in MB. |
| MemoryMaxMB | Integer | RO | The maximum amount of memory that the JVM will attempt to use in MB. |
| MulticastAddress | String | RO | The IP address of the Member's MulticastSocket for group communication. |
| MulticastEnabled | Boolean | RO | Specifies whether or not this Member uses multicast for group communication. If false, this Member will use the WellKnownAddresses to join the cluster and point-to-point unicast to communicate with other Members of the cluster. |
| MulticastPort | Integer | RO | The port of the Member's MulticastSocket for group communication. |
| MulticastTTL | Integer | RO | The time-to-live for multicast packets sent out on this Member`s MulticastSocket. |
| PacketsRepeated | Long | RO | The number of duplicate packets received since the node statistics were last reset. |
| PacketsResent | Long | RO | The number of packets resent since the node statistics were last reset. A packet is resent when there is no ACK received within a timeout period. |
| UnicastAddress | String | RO | The IP address of the Member's DatagramSocket for point-to-point communication. |
| UnicastPort | Integer | RO | The port of the Member's DatagramSocket for point-to-point communication. |
| WellKnownAddresses | String[] | RO | An array of well-known socket addresses that this Member uses to join the cluster. |
| Name | Type | Access | Description |
|---|---|---|---|
| RequestAverageDuration | Float | RO | The average duration of an individual synchronous request issued by the service since the last time the statistics were reset. |
| RequestMaxDuration | Long | RO | The maximum duration of a synchronous request issued by the service since the last time the statistics were reset. |
| RequestPendingCount | Long | RO | The number of pending synchronous requests issued by the service. |
| RequestPendingDuration | Long | RO | The duration of the oldest pending synchronous request issued by the service. |
| RequestTotalCount | Long | RO | The total number of synchronous requests issued by the service since the last time the statistics were reset. |
| Name | Type | Access | Description |
|---|---|---|---|
| EventsDispatched | Long | RO | The total number of events dispatched by the StorageManager since the last time the statistics were reset. |
| IndexInfo | String[] | RO | An array of information for each index applied to the portion of the partitioned cache managed by the StorageManager. Each element is a string value that includes a ValueExtractor description, ordered flag (true to indicate that the contents of the index are ordered; false otherwise), and cardinality (number of unique values indexed). |
| ListenerFilterCount | Integer | RO | The number of filter-based listeners currently registered with the StorageManager. |
| ListenerKeyCount | Integer | RO | The number of key-based listeners currently registered with the StorageManager. |
| ListenerRegistrations | Long | RO | The total number of listener registration requests processed by the StorageManager since the last time the statistics were reset. |
| LocksGranted | Integer | RO | The number of locks currently granted for the portion of the partitioned cache managed by the StorageManager. |
| LocksPending | Integer | RO | The number of pending lock requests for the portion of the partitioned cache managed by the StorageManager. |
and the following operations:
| Name | Parameters | Return Type | Description |
|---|---|---|---|
| resetStatistics | void | void | Reset the storage statistics. |