public interface CPGroup
A CP group is a set of CP members that run the Raft consensus algorithm and contain CP data structure instances that are mapped to it.
There can be at most one active CP group with a given name.
CPSubsystemManagementService
Modifier and Type | Interface and Description |
---|---|
static class |
CPGroup.CPGroupStatus
Represents status of a CP group
|
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_GROUP_NAME
Name of the DEFAULT CP group that is used when no group name is
specified while creating a CP data structure proxy.
|
static String |
METADATA_CP_GROUP_NAME
Name of the internal CP group that is used for maintaining CP groups
and CP members
|
Modifier and Type | Method and Description |
---|---|
CPGroupId |
id()
Returns unique id of the CP group
|
Collection<CPMember> |
members()
Returns current members of the CP group
|
CPGroup.CPGroupStatus |
status()
Returns status of the CP group
|
static final String METADATA_CP_GROUP_NAME
static final String DEFAULT_GROUP_NAME
CPGroupId id()
CPGroup.CPGroupStatus status()
Collection<CPMember> members()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.