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.8 |
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 |
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 | 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.8 | 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. |
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. |