public class PartitionDestroyQueue extends Object
| Constructor and Description |
|---|
PartitionDestroyQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDestroyRequest(@Nullable CacheGroupContext grpCtx,
int grpId,
int partId) |
ConcurrentMap<T2<Integer,Integer>,PartitionDestroyRequest> |
pendingReqs() |
PartitionDestroyRequest |
removeRequest(int grpId,
int partId) |
public void addDestroyRequest(@Nullable
@Nullable CacheGroupContext grpCtx,
int grpId,
int partId)
grpCtx - Group context.partId - Partition ID to destroy.public PartitionDestroyRequest removeRequest(int grpId, int partId)
grpId - Group ID.partId - Partition ID.null if the request was not found.public ConcurrentMap<T2<Integer,Integer>,PartitionDestroyRequest> pendingReqs()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021