Multicast group to listen to receive broadcast from other servers announcing their connectors.
Attribute | Value |
---|---|
Default Value | 10000 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Default Value | 10000 |
Type | LONG |
Nillable | true |
Expressions Allowed | true |
Unit | MILLISECONDS |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Attribute | Value |
---|---|
Type | STRING |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | all-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
initial-wait-timeout | LONG | false | true | 10000 | Period, in ms, to wait for an initial broadcast to give us at least one node in the cluster. |
jgroups-channel | STRING | false | false | References the name of a JGroups channel. If undefined, the default channel will be used. | |
jgroups-cluster | STRING | false | false | The logical cluster name. | |
jgroups-stack | STRING | false | false | References the name of a JGroups channel factory. | |
refresh-timeout | LONG | false | true | 10000 | Period the discovery group waits after receiving the last broadcast from a particular server before removing that server's connector pair entry from its list. |
socket-binding | STRING | false | false | The discovery group socket binding. |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of list attribute to add entry to | |
value | STRING | false | false | Value to add to list | |
index | INT | false | false | Optional 0 based index where to insert value to |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of list attribute |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of list attribute | |
index | INT | false | false | Index entry to get |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of list attribute to remove entry from | |
value | STRING | false | false | Value remove from list | |
index | INT | false | false | Optional 0 based index to tell what element to remove |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of list attribute |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of map attribute | |
key | STRING | true | false | Key of entry to return |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of map attribute to add entry to | |
key | STRING | true | false | Key under which value will be added | |
value | STRING | false | false | Value to be added |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
name | STRING | true | false | Name of map attribute | |
key | STRING | true | false | Key of entry to remove |