com.hazelcast.client
Class IORunnable
java.lang.Object
com.hazelcast.client.ClientRunnable
com.hazelcast.client.IORunnable
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- InRunnable, OutRunnable
public abstract class IORunnable
- extends ClientRunnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
callMap
protected Map<Long,Call> callMap
client
protected final HazelcastClient client
RECONNECT_CALL
protected static final Call RECONNECT_CALL
IORunnable
public IORunnable(HazelcastClient client,
Map<Long,Call> calls)
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class ClientRunnable
interruptWaitingCallsAndShutdown
public void interruptWaitingCallsAndShutdown(boolean shutdown)
interruptWaitingCalls
public void interruptWaitingCalls()
onDisconnect
protected boolean onDisconnect(Connection oldConnection)
restoredConnection
protected boolean restoredConnection(Connection oldConnection,
Connection newConnection)
Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.