| |
|
| java.lang.Object java.lang.Thread org.jgroups.stack.UpHandler org.jgroups.protocols.SIZE
SIZE | public class SIZE extends Protocol (Code) | | Protocol which prints out the real size of a message. To do this, the message
is serialized into a byte buffer and its size read. Don't use this layer in
a production stack since the costs are high (just for debugging).
author: Bela Ban June 13 2001 |
min_size | long min_size(Code) | | Min size in bytes above which msgs should be printed
|
print_msg | boolean print_msg(Code) | | |
raw_buffer | boolean raw_buffer(Code) | | |
getName | public String getName()(Code) | | All protocol names have to be unique !
|
setProperties | public boolean setProperties(Properties props)(Code) | | Setup the Protocol instance acording to the configuration string
|
Fields inherited from org.jgroups.stack.UpHandler | final protected Log log(Code)(Java Doc)
|
|
|
|