| |||||||
| 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 | propertiesSets transport properties |
| Attribute Summary | |
xs:string | clusterNameDefines the name of the cluster. |
xs:long | distributedSyncTimeoutInfinispan 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 | machineIdThe id of the machine where this node runs. |
xs:string | nodeNameName of the current node. |
xs:string | rackIdThe id of the rack where this node runs. |
xs:string | siteIdThe id of the site where this node runs. |
xs:boolean | strictPeerToPeerIf set to true, RPC operations will fail if the named cache does not exist on remote nodes with a NamedCacheNotFoundException. |
xs:string | transportClassClass that represents a network transport. |
| Attribute Detail |
xs:stringoptionalunqualifiedxs:longoptionalunqualifiedxs:stringoptionalunqualifiedxs:stringoptionalunqualifiedxs:stringoptionalunqualifiedxs:stringoptionalunqualifiedxs:booleanoptionalunqualifiedxs:stringoptionalunqualified<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 | ||||||