Interface MultiGroup<T extends NodeState>
-
- All Superinterfaces:
AutoCloseable,Closeable,Group<T>
- All Known Implementing Classes:
DelegateZooKeeperMultiGroup,ZooKeeperMultiGroup
public interface MultiGroup<T extends NodeState> extends Group<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMaster(String id)Check if we are the master.
-
-
-
Method Detail
-
isMaster
boolean isMaster(String id)
Check if we are the master.
-
-