程序包 | 说明 |
---|---|
com.fr.ehcache.cluster | |
com.fr.ehcache.cluster.bootstrap | |
com.fr.ehcache.cluster.peer | |
com.fr.io.sync.ehcache.bootstrap |
限定符和类型 | 方法和说明 |
---|---|
abstract void |
JGroupsCacheManagerEventHandler.handleBootstrapResponse(JGroupEventMessage message) |
abstract void |
JGroupsCacheManagerEventHandler.sendBootstrapResponse(JGroupEventMessage message) |
限定符和类型 | 方法和说明 |
---|---|
void |
BootstrapManagerProvider.handleBootstrapComplete(JGroupEventMessage message)
Handle a
BOOTSTRAP_COMPLETE message |
void |
BootstrapManagerProvider.handleBootstrapIncomplete(JGroupEventMessage message)
Handle a
BOOTSTRAP_INCOMPLETE message |
void |
BootstrapManagerProvider.handleBootstrapResponse(JGroupEventMessage message)
Handle a
BOOTSTRAP_RESPONSE message |
void |
BootstrapManagerProvider.sendBootstrapResponse(JGroupEventMessage message)
Handles responding to a bootstrap request
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
JGroupsCacheReplicator.sendNotification(com.fr.third.net.sf.ehcache.Ehcache cache,
JGroupEventMessage eventMessage)
Used to send notification to the peer.
|
限定符和类型 | 方法和说明 |
---|---|
void |
JGroupsCachePeer.send(Address dest,
java.util.List<JGroupEventMessage> eventMessages)
Sends a list of
JGroupEventMessage s to the specified address, if no address is set the messages
are sent to the entire group. |
限定符和类型 | 方法和说明 |
---|---|
void |
JGroupsBootstrapManager.handleBootstrapComplete(JGroupEventMessage message)
Handle a
BOOTSTRAP_COMPLETE message |
void |
JGroupsBootstrapManager.handleBootstrapIncomplete(JGroupEventMessage message)
Handle a
BOOTSTRAP_INCOMPLETE message |
void |
JGroupsBootstrapManager.handleBootstrapResponse(JGroupEventMessage message)
Handle a
BOOTSTRAP_RESPONSE message |
void |
JGroupsBootstrapManager.sendBootstrapResponse(JGroupEventMessage message)
Handles responding to a bootstrap request
|