Package org.apache.zookeeper
Interface DigestWatcher
-
public interface DigestWatcher
This interface is used to notify the digest mismatch event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(long mismatchZxid)
Called when the digest mismatch is found on a given zxid.
-