Package org.jgroups.upgrade_server
Class Dump
- java.lang.Object
-
- org.jgroups.upgrade_server.Dump
-
public class Dump extends Object
Dumps the contents of the UpgradeServer's registered clusters and members- Since:
- 1.0.0
- Author:
- Bela Ban
-
-
Field Summary
Fields Modifier and Type Field Description protected org.jgroups.upgrade_server.UpgradeServiceGrpc.UpgradeServiceBlockingStubblocking_stubprotected io.grpc.ManagedChannelchannel
-
Constructor Summary
Constructors Constructor Description Dump()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)protected voidstart(String host, int port)protected voidstop()
-
-
-
Method Detail
-
start
protected void start(String host, int port) throws InterruptedException
- Throws:
InterruptedException
-
stop
protected void stop() throws InterruptedException- Throws:
InterruptedException
-
main
public static void main(String[] args) throws InterruptedException
- Throws:
InterruptedException
-
-