| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
This element configures the transport used for network communications across the cluster.
Nested Element Summary | |
tns:properties | properties Sets transport properties |
Attribute Summary | |
xs:string | clusterName Defines the name of the cluster. |
xs:long | distributedSyncTimeout Infinispan uses a distributed lock to maintain a coherent transaction log during state transfer or rehashing which means that only one cache can be doing state transfer or rehashing at the same time. |
xs:string | machineId The id of the machine where this node runs. |
xs:string | nodeName Name of the current node. |
xs:string | rackId The id of the rack where this node runs. |
xs:string | siteId The id of the site where this node runs. |
xs:boolean | strictPeerToPeer If set to true, RPC operations will fail if the named cache does not exist on remote nodes with a NamedCacheNotFoundException. |
xs:string | transportClass Class that represents a network transport. |
Attribute Detail |
xs:string
optional
unqualified
xs:long
optional
unqualified
xs:string
optional
unqualified
xs:string
optional
unqualified
xs:string
optional
unqualified
xs:string
optional
unqualified
xs:boolean
optional
unqualified
xs:string
optional
unqualified
<xs:element minOccurs="0" name="transport"><xs:complexType></xs:element><xs:sequence>
</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:complexType>
</xs:attribute>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |