public static class CountDownLatchTrySetCountCodec.RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
count
The number of times countDown must be invoked before
threads can pass through await
|
RaftGroupId |
groupId
CP group id of this CountDownLatch instance
|
String |
name
Name of the CountDownLatch instance
|
| Constructor and Description |
|---|
RequestParameters() |
public RaftGroupId groupId
public String name
public int count
Copyright © 2019 Hazelcast, Inc.. All rights reserved.