Class RemoveMember

java.lang.Object
org.cojen.tupl.repl.RemoveMember

public class RemoveMember extends Object
Simple command-line tool to remove replication group members. It connects to an existing group member, finds the leader, and instructs it to remove the member. Operation can fail if there is no group leader, or if the token doesn't match, or if the connection failed, or if the member doesn't exist. Usage:

RemoveMember --token <group token> --connect <existing member address> --remove <member to remove>

The member to remove can be specified by member id or by address:port.