The configuration of a remote Infinispan cache container.
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.clustering.infinispan.remote-cache-container-configuration | true | none | 
| org.wildfly.clustering.infinispan.remote-cache-container | true | none | 
| Attribute | Value | 
|---|---|
| Type | INT | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Default Value | 60000 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | INT | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Capability reference | |
| Type | STRING | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | INT | 
| Nillable | false | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | read-only | 
| Attribute | Value | 
|---|---|
| Default Value | 64 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Default Value | 10 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Default Value | org.jboss.as.clustering.infinispan | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Default Value | 2.9 | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Allowed Values | 1.0 1.1 1.2 1.3 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 | 
| Attribute | Value | 
|---|---|
| Default Value | 60000 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Default Value | false | 
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Default Value | false | 
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Default Value | true | 
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Default Value | 512 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| connection-timeout | INT | false | true | 60000 | Defines the maximum socket connect timeout before giving up connecting to the server. | 
| default-remote-cluster | STRING | true | false | Required default remote server cluster. | |
| key-size-estimate | INT | false | true | 64 | This hint allows sizing of byte buffers when serializing and deserializing keys, to minimize array resizing. | 
| max-retries | INT | false | true | 10 | Sets the maximum number of retries for each request. A valid value should be greater or equals than 0. Zero means no retry will made in case of a network failure. | 
| module | STRING | false | true | org.jboss.as.clustering.infinispan | Defines the module whose class loader should be used when configuring remote cache container marshaller. | 
| protocol-version | STRING | false | true | 2.9 | This property defines the protocol version that this client should use. | 
| socket-timeout | INT | false | true | 60000 | Enable or disable SO_TIMEOUT on socket connections to remote Hot Rod servers with the specified timeout, in milliseconds. A timeout of 0 is interpreted as an infinite timeout. | 
| statistics-enabled | BOOLEAN | false | true | false | Enables statistics gathering for this remote cache. | 
| tcp-no-delay | BOOLEAN | false | true | true | Enable or disable TCP_NODELAY on socket connections to remote Hot Rod servers. | 
| tcp-keep-alive | BOOLEAN | false | true | false | Configures TCP Keepalive on the TCP stack. | 
| value-size-estimate | INT | false | true | 512 | This hint allows sizing of byte buffers when serializing and deserializing values, to minimize array resizing. |