Package com.hazelcast.cp
Interface CPGroupId
-
public interface CPGroupId
Identifier for CP groups.- See Also:
CPGroup
,CPSubsystem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getId()
Returns unique id of the CP group.java.lang.String
getName()
Returns name of the CP group.
-