类 | 说明 |
---|---|
JGroupEventMessage |
An EventMessage used for JGroups
消息类型
|
JGroupsCacheManagerEventHandler |
* Cache 事件监听处理,ehcache没有提供CacheManager集群的集群通信接口,
* 这里用JGroupsCacheManagerEventHandler代替,起到类似BootstrapManagerProvider的职能,
* 作用是
* 1、请求其它节点的缓存列表在本地创建这些缓存
* 2、接受其它节点的缓存列表请求,发送本地缓存列表到对方
* 3、接受其它节点创建缓存的消息处理
* 4、接受其它节点删除缓存的消息处理
Created by rinoux on 2019-01-13.
|
JGroupsCacheReceiver |
Handles
Receiver functions around for a CacheManager
消息接受处理Receiver |
ThreadNamingRunnable |
Basic Runnable that sets the name of the thread doing the execution
|