com.hazelcast.spi
Interface WaitSupport


public interface WaitSupport


Method Summary
 WaitNotifyKey getWaitKey()
           
 long getWaitTimeout()
           
 void onWaitExpire()
           
 boolean shouldWait()
           
 

Method Detail

getWaitKey

WaitNotifyKey getWaitKey()

shouldWait

boolean shouldWait()

getWaitTimeout

long getWaitTimeout()

onWaitExpire

void onWaitExpire()


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