Package com.hazelcast.cp
Interface CPGroupId
public interface CPGroupId
Identifier for CP groups.
- See Also:
-
Method Summary
-
Method Details
-
getName
String getName()Returns name of the CP group. -
getId
long getId()Returns unique id of the CP group.
-