org.apache.catalina.tribes.group.interceptors
public class FragmentationInterceptor extends ChannelInterceptorBase
Version: 1.0
Nested Class Summary | |
---|---|
static class | FragmentationInterceptor.FragCollection |
static class | FragmentationInterceptor.FragKey |
Field Summary | |
---|---|
protected boolean | deepclone |
protected HashMap | fragpieces |
Method Summary | |
---|---|
void | defrag(ChannelMessage msg) |
void | frag(Member[] destination, ChannelMessage msg, InterceptorPayload payload) |
long | getExpire() |
FragmentationInterceptor.FragCollection | getFragCollection(FragmentationInterceptor.FragKey key, ChannelMessage msg) |
int | getMaxSize() |
void | heartbeat() |
void | messageReceived(ChannelMessage msg) |
void | removeFragCollection(FragmentationInterceptor.FragKey key) |
void | sendMessage(Member[] destination, ChannelMessage msg, InterceptorPayload payload) |
void | setExpire(long expire) |
void | setMaxSize(int maxSize) |