public interface RaftRemoteService
Modifier and Type | Method and Description |
---|---|
<T extends DistributedObject> |
createProxy(String objectName)
Creates a proxy for a CP data structure.
|
boolean |
destroyRaftObject(CPGroupId groupId,
String objectName)
Destroys the given CP data structure on the CP group.
|
<T extends DistributedObject> T createProxy(String objectName)
objectName
- the name of the CP data structureCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.