Methods Summary |
---|
public byte[] | getCommand()returns the command associated with this member
|
public byte[] | getDomain()Domain for this cluster
|
public byte[] | getHost()Returns the listen host for the ChannelReceiver implementation
|
public long | getMemberAliveTime()Contains information on how long this member has been online.
The result is the number of milli seconds this member has been
broadcasting its membership to the group.
|
public java.lang.String | getName()Returns the name of this node, should be unique within the group.
|
public byte[] | getPayload()returns the payload associated with this member
|
public int | getPort()Returns the listen port for the ChannelReceiver implementation
|
public int | getSecurePort()Returns the secure listen port for the ChannelReceiver implementation.
Returns -1 if its not listening to a secure port.
|
public byte[] | getUniqueId()returns a UUID unique for this member over all sessions.
If the member crashes and restarts, the uniqueId will be different.
|
public boolean | isFailing()
|
public boolean | isReady()The current state of the member
|
public boolean | isSuspect()The current state of the member
|