Update a Member
post
/management/coherence/cluster/members/{memberIdentifier}
Use this endpoint to update the configuration parameters for a member.
Request
Path Parameters
-
memberIdentifier(required): string
An identifier of the member, it can either be the name or the nodeId of the member.
Root Schema : member
Type:
Show Source
object
-
bufferPublishSize:
integer(int32)
The buffer size of the unicast datagram socket used by the Publisher, measured in the number of packets. Changing this value at runtime is an inherently unsafe operation that will pause all network communications and may result in the termination of all cluster services.
-
bufferReceiveSize:
integer(int32)
The buffer size of the unicast datagram socket used by the Receiver, measured in the number of packets. Changing this value at runtime is an inherently unsafe operation that will pause all network communications and may result in the termination of all cluster services.
-
cpuCount:
integer(int32)
Read Only:
true
Number of CPU cores for the machine this Member is running on. -
flowControlEnabled:
boolean
Read Only:
true
Indicates whether or not FlowControl is enabled. -
guardRecoverCount:
integer(int32)
Read Only:
true
The number of recovery attempts executed for all guardables on this node since the node statistics were last reset. -
guardTerminateCount:
integer(int32)
Read Only:
true
The number of termination attempts executed for all guardables on this node since the node statistics were last reset. -
id:
integer(int32)
Read Only:
true
The short Member id that uniquely identifies the Member at this point in time and does not change for the life of this Member. -
location:
string
Read Only:
true
The location of the MBean server -
loggingDestination:
string
Read Only:
true
The output device used by the logging system. Valid values are stdout, stderr, jdk, log4j2, or a file name. -
loggingFormat:
string
Specifies how messages will be formatted before being passed to the log destination
-
loggingLevel:
integer(int32)
Specifies which logged messages will be output to the log destination. Valid values are non-negative integers or -1 to disable all logger output.
-
loggingLimit:
integer(int32)
The maximum number of characters that the logger daemon will process from the message queue before discarding all remaining messages in the queue. Valid values are integers in the range [0...]. Zero implies no limit.
-
machineId:
integer(int32)
Read Only:
true
The Member`s machine Id. -
machineName:
string
Read Only:
true
A configured name that should be the same for all Members that are on the same physical machine, and different for Members that are on different physical machines. -
member:
string
Name of the cluster member
-
memberName:
string
Read Only:
true
A configured name that must be unique for every Member. -
memoryAvailableMB:
integer(int32)
Read Only:
true
The total amount of memory in the JVM available for new objects in MB. -
memoryMaxMB:
integer(int32)
Read Only:
true
The maximum amount of memory that the JVM will attempt to use in MB. -
multicastAddress:
string
Read Only:
true
The IP address of the Member`s MulticastSocket for group communication. -
multicastEnabled:
boolean
Read Only:
true
Specifies whether or not this Member uses multicast for group communication. If false, this Member will use the WellKnownAddresses to join the cluster and point-to-point unicast to communicate with other Members of the cluster. -
multicastPort:
integer(int32)
Read Only:
true
The port of the Member`s MulticastSocket for group communication. -
multicastThreshold:
integer(int32)
The percentage (0 to 100) of the servers in the cluster that a packet will be sent to, above which the packet will be multicasted and below which it will be unicasted.
-
multicastTTL:
integer(int32)
Read Only:
true
The time-to-live for multicast packets sent out on this Member`s MulticastSocket. -
nackEnabled:
boolean
Read Only:
true
Indicates whether or not the early packet loss detection protocol is enabled. -
nackSent:
integer(int64)
Read Only:
true
The total number of NACK packets sent since the node statistics were last reset. -
nodeId:
integer(int64)
Read Only:
true
The ID of member to which the MBean belongs -
packetDeliveryEfficiency:
number(float)
Read Only:
true
The efficiency of packet loss detection and retransmission. A low efficiency is an indication that there is a high rate of unnecessary packet retransmissions. -
packetsBundled:
integer(int64)
Read Only:
true
The total number of packets which were bundled prior to transmission. The total number of network transmissions is equal to (PacketsSent - PacketsBundled). -
packetsReceived:
integer(int64)
Read Only:
true
The number of packets received since the node statistics were last reset. -
packetsRepeated:
integer(int64)
Read Only:
true
The number of duplicate packets received since the node statistics were last reset. -
packetsResent:
integer(int64)
Read Only:
true
The number of packets resent since the node statistics were last reset. A packet is resent when there is no ACK received within a timeout period. -
packetsResentEarly:
integer(int64)
Read Only:
true
The total number of packets resent ahead of schedule. A packet is resent ahead of schedule when there is a NACK indicating that the packet has not been received. -
packetsResentExcess:
integer(int64)
Read Only:
true
The total number of packet retransmissions which were later proven unnecessary. -
packetsSent:
integer(int64)
Read Only:
true
The number of packets sent since the node statistics were last reset. -
priority:
integer(int32)
Read Only:
true
The priority or "weight" of the Member; used to determine tie-breakers. -
processName:
string
Read Only:
true
A configured name that should be the same for Members that are in the same process (JVM), and different for Members that are in different processes. If not explicitly provided, for processes running with JRE 1.5 or higher the name will be calculated internally as the Name attribute of the system RuntimeMXBean, which normally represents the process identifier (PID). -
productEdition:
string
Read Only:
true
The product edition this Member is running. Possible values are Standard Edition (SE), Enterprise Edition (EE), Grid Edition (GE). -
publisherPacketUtilization:
number(float)
Read Only:
true
The publisher packet utilization for this cluster node since the node socket was last reopened. This value is a ratio of the number of bytes sent to the number that would have been sent had all packets been full. A low utilization indicates that data is not being sent in large enough chunks to make efficient use of the network. -
publisherSuccessRate:
number(float)
Read Only:
true
The publisher success rate for this cluster node since the node statistics were last reset. Publisher success rate is a ratio of the number of packets successfully delivered in a first attempt to the total number of sent packets. A failure count is incremented when there is no ACK received within a timeout period. It could be caused by either very high network latency or a high packet drop rate. -
quorumStatus:
string
Read Only:
true
The current state of the cluster quorum. -
rackName:
string
Read Only:
true
A configured name that should be the same for Members that are on the same physical "rack" (or frame or cage), and different for Members that are on different physical "racks". -
receiverPacketUtilization:
number(float)
Read Only:
true
The receiver packet utilization for this cluster node since the socket was last reopened. This value is a ratio of the number of bytes received to the number that would have been received had all packets been full. A low utilization indicates that data is not being sent in large enough chunks to make efficient use of the network. -
receiverSuccessRate:
number(float)
Read Only:
true
The receiver success rate for this cluster node since the node statistics were last reset. Receiver success rate is a ratio of the number of packets successfully acknowledged in a first attempt to the total number of received packets. A failure count is incremented when a re-delivery of previously received packet is detected. It could be caused by either very high inbound network latency or lost ACK packets. -
refreshTime:
string(date-time)
Read Only:
true
The timestamp when this model was last retrieved from a corresponding node. For local servers it is the local time. -
resendDelay:
integer(int32)
The minimum number of milliseconds that a packet will remain queued in the Publisher`s re-send queue before it is resent to the recipient(s) if the packet has not been acknowledged. Setting this value too low can overflow the network with unnecessary repetitions. Setting the value too high can increase the overall latency by delaying the re-sends of dropped packets. Additionally, change of this value may need to be accompanied by a change in SendAckDelay value.
-
roleName:
string
Read Only:
true
A configured name that can be used to indicate the role of a Member to the application. While managed by Coherence, this property is used only by the application. -
sendAckDelay:
integer(int32)
The minimum number of milliseconds between the queueing of an Ack packet and the sending of the same. This value should be not more then a half of the ResendDelay value.
-
sendQueueSize:
integer(int32)
Read Only:
true
The number of packets currently scheduled for delivery. This number includes both packets that are to be sent immediately and packets that have already been sent and awaiting for acknowledgment. Packets that do not receive an acknowledgment within ResendDelay interval will be automatically resent. -
siteName:
string
Read Only:
true
A configured name that should be the same for Members that are on the same physical site (e.g. data center), and different for Members that are on different physical sites. -
socketCount:
integer(int32)
Read Only:
true
Number of CPU sockets for the machine this Member is running on. -
statistics:
string
Read Only:
true
Statistics for this cluster node in a human readable format. -
tcpRingFailures:
integer(int64)
Read Only:
true
The number of recovered TcpRing disconnects since the node statistics were last reset. A recoverable disconnect is an abnormal event that is registered when the TcpRing peer drops the TCP connection, but recovers after no more then maximum configured number of attempts.This value will be -1 if the TcpRing is disabled. -
timestamp:
string(date-time)
Read Only:
true
The date/time value (in cluster time) that this Member joined the cluster. -
tracingSamplingRatio:
number(float)
The ratio of spans to trace when tracing is enabled.
-
trafficJamCount:
integer(int32)
The maximum total number of packets in the send and resend queues that forces the publisher to pause client threads. Zero means no limit.
-
trafficJamDelay:
integer(int32)
The number of milliseconds to pause client threads when a traffic jam condition has been reached. Anything less than one (e.g. zero) is treated as one millisecond.
-
type:
string
Read Only:
true
Allowed Values:[ "Node" ]
The type of the MBean -
UID:
string
Read Only:
true
The unique identifier of the Member which is calculated based on its Timestamp, Address, Port and MachineId. This identifier is unique throughout the life of the cluster. -
unicastAddress:
string
Read Only:
true
The IP address of the Member`s DatagramSocket for point-to-point communication. -
unicastPort:
integer(int32)
Read Only:
true
The port of the Member`s DatagramSocket for point-to-point communication. -
weakestChannel:
integer(int32)
Read Only:
true
The id of the cluster node to which this node is having the most difficulty communicating, or -1 if none is found. A channel is considered to be weak if either the point-to-point publisher or receiver success rates are below 1.0. -
wellKnownAddresses:
array wellKnownAddresses
Read Only:
true
An array of well-known socket addresses that this Member uses to join the cluster.
Nested Schema : wellKnownAddresses
Type:
array
Read Only:
true
An array of well-known socket addresses that this Member uses to join the cluster.
Show Source
Response
Supported Media Types
- application/json
200 Response
A successful request that updates the member parameters