|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgroups.Global
Globals used by JGroups packages.
Field Summary | |
static int |
BYTE_SIZE
Value is 1. |
static boolean |
copy
Used to determine whether to copy messages (copy=true) in retransmission tables, or whether to use references (copy=false). |
static boolean |
debug
Allows for conditional compilation; e.g., if(log.isTraceEnabled()) if(log.isInfoEnabled()) log.info(...) would be removed from the code (if recompiled) when this flag is set to false. |
static int |
INT_SIZE
Value is 4. |
static int |
LONG_SIZE
Value is 8. |
static int |
SHORT_SIZE
Value is 2. |
Constructor Summary | |
Global()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean debug
public static final boolean copy
public static final int BYTE_SIZE
public static final int SHORT_SIZE
public static final int INT_SIZE
public static final int LONG_SIZE
Constructor Detail |
public Global()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |