urn:infinispan:config:5.1
element global

Documentation
                Defines global settings shared among all cache instances created by a single CacheManager.
              
Properties
This component is not nillable.

Model
<global>
(asyncListenerExecutor? ; asyncTransportExecutor? ; evictionScheduledExecutor? ; replicationQueueScheduledExecutor? ; globalJmxStatistics ; transport ; serialization ; shutdown)
</global>


Nested Element Summary
tns:executorFactoryasyncListenerExecutor
           Configuration for the executor service used to emit notifications to asynchronous listeners  
tns:executorFactoryasyncTransportExecutor
           Configuration for the executor service used for asynchronous work on the Transport, including asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().  
tns:scheduledExecutorFactoryevictionScheduledExecutor
           Configuration for the scheduled executor service used to periodically run eviction cleanup tasks.  
 globalJmxStatistics
           This element specifies whether global statistics are gathered and reported via JMX for all caches under this cache manager.  
tns:scheduledExecutorFactoryreplicationQueueScheduledExecutor
           Configuration for the scheduled executor service used to periodically flush replication queues, used if asynchronous clustering is enabled along with useReplQueue being set to true.  
 serialization
           Configures serialization and marshalling settings.  
 shutdown
           This element specifies behavior when the JVM running the cache instance shuts down.  
 transport
           This element configures the transport used for network communications across the cluster.  
Source
<xs:element name="global">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="asyncListenerExecutor" type="tns:executorFactory">
</xs:element>
<xs:element minOccurs="0" name="asyncTransportExecutor" type="tns:executorFactory">
</xs:element>
<xs:element minOccurs="0" name="evictionScheduledExecutor" type="tns:scheduledExecutorFactory">
</xs:element>
<xs:element minOccurs="0" name="replicationQueueScheduledExecutor" type="tns:scheduledExecutorFactory">
</xs:element>
<xs:element minOccurs="0" name="globalJmxStatistics">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="properties" type="tns:properties">
</xs:element>
</xs:sequence>
<xs:attribute name="allowDuplicateDomains" type="xs:boolean">
</xs:attribute>
<xs:attribute name="cacheManagerName" type="xs:string">
</xs:attribute>
<xs:attribute name="enabled" type="xs:boolean">
</xs:attribute>
<xs:attribute name="jmxDomain" type="xs:string">
</xs:attribute>
<xs:attribute name="mBeanServerLookup" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="transport">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="properties" type="tns:properties">
</xs:element>
</xs:sequence>
<xs:attribute name="clusterName" type="xs:string">
</xs:attribute>
<xs:attribute name="distributedSyncTimeout" type="xs:long">
</xs:attribute>
<xs:attribute name="machineId" type="xs:string">
</xs:attribute>
<xs:attribute name="nodeName" type="xs:string">
</xs:attribute>
<xs:attribute name="rackId" type="xs:string">
</xs:attribute>
<xs:attribute name="siteId" type="xs:string">
</xs:attribute>
<xs:attribute name="strictPeerToPeer" type="xs:boolean">
</xs:attribute>
<xs:attribute name="transportClass" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="serialization">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="advancedExternalizers">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="advancedExternalizer">
<xs:complexType>
<xs:attribute name="externalizerClass" type="xs:string">
</xs:attribute>
<xs:attribute name="id" type="xs:int">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="marshallerClass" type="xs:string">
</xs:attribute>
<xs:attribute name="version" type="xs:string">
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="shutdown">
<xs:complexType>
<xs:attribute name="hookBehavior" type="tns:shutdownHookBehavior">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.