org.apache.catalina.tribes.group.interceptors
public static class NonBlockingCoordinator.CoordinationMessage extends Object
| Field Summary | |
|---|---|
| protected XByteBuffer | buf |
| protected UniqueId | id |
| protected MemberImpl | leader |
| protected MemberImpl | source |
| protected long | timestamp |
| protected byte[] | type |
| protected MemberImpl[] | view |
| Constructor Summary | |
|---|---|
| CoordinationMessage(XByteBuffer buf) | |
| CoordinationMessage(MemberImpl leader, MemberImpl source, MemberImpl[] view, UniqueId id, byte[] type) | |
| Method Summary | |
|---|---|
| XByteBuffer | getBuffer() |
| byte[] | getHeader() |
| UniqueId | getId() |
| MemberImpl | getLeader() |
| MemberImpl[] | getMembers() |
| MemberImpl | getSource() |
| byte[] | getType() |
| void | parse() |
| void | write() |