com.hazelcast.spi
Interface Notifier

All Known Subinterfaces:
MapTxnOperation
All Known Implementing Classes:
AddAllOperation, BeforeAwaitOperation, ClearOperation, CompareAndRemoveOperation, CountDownOperation, DrainOperation, LocalLockCleanupOperation, OfferOperation, PollOperation, ReleaseOperation, RemoveOperation, SemaphoreDeadMemberOperation, TxnCommitOperation, TxnDeleteOperation, TxnOfferOperation, TxnPollOperation, TxnRollbackOperation, TxnRollbackOperation, TxnRollbackOperation, TxnSetOperation, TxnUnlockOperation, UnlockIfLeaseExpiredOperation, UnlockOperation

public interface Notifier

A component used in wait/notify systems like Condition.


Method Summary
 WaitNotifyKey getNotifiedKey()
           
 boolean shouldNotify()
           
 

Method Detail

shouldNotify

boolean shouldNotify()

getNotifiedKey

WaitNotifyKey getNotifiedKey()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.