Package | Description |
---|---|
com.hazelcast.concurrent.countdownlatch |
This package contains ICountDownLatch functionality for Hazelcast.
The ICountDownLatch is the distributed version of the CountDownLatch . |
com.hazelcast.concurrent.countdownlatch.operations |
This package contains the operations on the ICountDownLatch.
|
Modifier and Type | Method and Description |
---|---|
CountDownLatchInfo |
CountDownLatchService.getLatch(String name) |
Modifier and Type | Method and Description |
---|---|
void |
CountDownLatchService.add(CountDownLatchInfo latch) |
Constructor and Description |
---|
CountDownLatchReplicationOperation(Collection<CountDownLatchInfo> data) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.