public class PacketProxy
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static int |
DEBUG_ALL |
static int |
DEBUG_CHECK |
static int |
DEBUG_CLOSE |
static int |
DEBUG_EXAM |
static int |
DEBUG_HBEAT |
static int |
DEBUG_INIT |
static int |
DEBUG_NONE |
static int |
DEBUG_RELAY |
Constructor and Description |
---|
PacketProxy(java.util.Map props) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static void |
main(java.lang.String[] args) |
void |
run() |
void |
start()
It starts the cluster node and supervises its state.
|
public static final int DEBUG_NONE
public static final int DEBUG_INIT
public static final int DEBUG_EXAM
public static final int DEBUG_CHECK
public static final int DEBUG_RELAY
public static final int DEBUG_CLOSE
public static final int DEBUG_HBEAT
public static final int DEBUG_ALL
public void run()
run
in interface java.lang.Runnable
public void close()
public void start()
public static void main(java.lang.String[] args)