com.hazelcast.spi
Interface SplitBrainHandlerService
- All Known Implementing Classes:
- MapService
public interface SplitBrainHandlerService
An interface that can be implemented by SPI services that want to be able to resolve a split brain.
So when the 2 separate clusters merge, the prepareMergeRunnable()
method is called to return
a Runnable that will merge the clusters.
- Author:
- mdogan 1/31/13
Method Summary |
Runnable |
prepareMergeRunnable()
When the 2 separate clusters merge (resolve a split brain), this method is called to return
a Runnable that will merge the clusters. |
prepareMergeRunnable
Runnable prepareMergeRunnable()
- When the 2 separate clusters merge (resolve a split brain), this method is called to return
a Runnable that will merge the clusters.
- Returns:
- a Runnable that will merge the clusters
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.