public interface CountDownLatchProxy extends ICountDownLatch, Instance, HazelcastInstanceAwareInstance
Modifier and Type | Field and Description |
---|---|
static int |
AWAIT_DONE |
static int |
AWAIT_FAILED |
static int |
INSTANCE_DESTROYED |
static int |
OWNER_LEFT |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
CountDownLatchOperationsCounter |
getCountDownLatchOperationsCounter() |
String |
getLongName() |
Member |
getOwner() |
boolean |
setCount(int count,
Address ownerAddress) |
await, await, countDown, getLocalCountDownLatchStats, getName, hasCount, setCount
setHazelcastInstance
static final int AWAIT_DONE
static final int AWAIT_FAILED
static final int INSTANCE_DESTROYED
static final int OWNER_LEFT
boolean setCount(int count, Address ownerAddress)
int getCount()
Member getOwner()
CountDownLatchOperationsCounter getCountDownLatchOperationsCounter()
String getLongName()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.