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 | metric | 
| 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 | metric | 
| 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 | metric | 
| Attribute | Value | 
|---|---|
| Default Value | 64 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | no-services | 
| Attribute | Value | 
|---|---|
| Default Value | LEGACY | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Allowed Values | LEGACY JBOSS PROTOSTREAM | 
| Attribute | Value | 
|---|---|
| Default Value | 10 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | LIST | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Type | OBJECT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Attribute | Value | 
|---|---|
| Default Value | 4.0 | 
| Type | STRING | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | resource-services | 
| Allowed Values | 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 3.0 3.1 4.0 | 
| 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 | 60000 | 
| Type | LONG | 
| Nillable | true | 
| Expressions Allowed | true | 
| Unit | MILLISECONDS | 
| 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 | no-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. | |
| marshaller | STRING | false | true | LEGACY | Defines the marshalling implementation used to marshal cache entries. | 
| 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. | 
| properties | OBJECT | false | true | A list of remote cache container properties. | |
| protocol-version | STRING | false | true | 4.0 | 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. | 
| transaction-timeout | LONG | false | true | 60000 | The duration (in ms) after which idle transactions are rolled back. | 
| modules | LIST | false | true | The set of modules associated with this remote cache container's configuration. | |
| key-size-estimate | INT | false | true | 64 | This hint allows sizing of byte buffers when serializing and deserializing keys, to minimize array resizing. | 
| value-size-estimate | INT | false | true | 512 | This hint allows sizing of byte buffers when serializing and deserializing values, to minimize array resizing. |