Package | Description |
---|---|
com.hazelcast.cp |
Contains public APIs of the CP subsystem
|
com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
Modifier and Type | Method and Description |
---|---|
ICompletableFuture<CPGroup> |
CPSubsystemManagementService.getCPGroup(String name)
Returns the active CP group with the given name.
|
Modifier and Type | Class and Description |
---|---|
class |
CPGroupInfo
Contains metadata information for Raft groups, such as group id,
group members, etc.
|
Modifier and Type | Method and Description |
---|---|
ICompletableFuture<CPGroup> |
RaftService.getCPGroup(CPGroupId groupId) |
ICompletableFuture<CPGroup> |
RaftService.getCPGroup(String name) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.