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 |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 60000 |
| Type | LONG |
| Nillable | true |
| Expressions Allowed | true |
| Min | 0 |
| Max | -1 |
| Unit | MILLISECONDS |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | INT |
| Nillable | false |
| Expressions Allowed | false |
| Storage | runtime |
| Access Type | metric |
| Stability | default |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | INT |
| Nillable | false |
| Expressions Allowed | false |
| Storage | runtime |
| Access Type | metric |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 64 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| 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 |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 10 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | ["org.wildfly.clustering.infinispan.client.api"] |
| Type | LIST |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | OBJECT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | PROTOCOL_VERSION_41 |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Allowed Values | 3.0 3.1 4.0 4.1 |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 60000 |
| Type | LONG |
| Nillable | true |
| Expressions Allowed | true |
| Min | 0 |
| Max | -1 |
| Unit | MILLISECONDS |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | false |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | false |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | true |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 60000 |
| Type | LONG |
| Nillable | true |
| Expressions Allowed | true |
| Min | 0 |
| Max | -1 |
| Unit | MILLISECONDS |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 512 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| connection-timeout | LONG | false | true | 60000 | Defines the maximum socket connect timeout before giving up connecting to the server. |
| default-remote-cluster | STRING | false | 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. |
| 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. |
| modules | LIST | false | true | ["org.wildfly.clustering.infinispan.client.api"] | The set of modules associated with this remote cache container's configuration. |
| properties | OBJECT | false | true | A list of remote cache container properties. | |
| protocol-version | STRING | false | true | PROTOCOL_VERSION_41 | This property defines the protocol version that this client should use. |
| socket-timeout | LONG | 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-keep-alive | BOOLEAN | false | true | false | Configures TCP Keepalive on the TCP stack. |
| tcp-no-delay | BOOLEAN | false | true | true | Enable or disable TCP_NODELAY on socket connections to remote Hot Rod servers. |
| transaction-timeout | LONG | false | true | 60000 | The duration (in ms) after which idle transactions are rolled back. |
| value-size-estimate | INT | false | true | 512 | This hint allows sizing of byte buffers when serializing and deserializing values, to minimize array resizing. |