com.hazelcast.spi
Interface SplitBrainHandlerService


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()
           
 

Method Detail

prepareMergeRunnable

Runnable prepareMergeRunnable()


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.