Frames | No Frames |
Methods which throw type org.jgroups.TimeoutException | |
Object | RpcProtocol.callRemoteMethod(Address dest, String method_name, Object[] args, Class[] types, int mode, long timeout) |
Object | RpcProtocol.callRemoteMethod(Address dest, String method_name, Object[] args, String[] signature, int mode, long timeout) |
Object | |
Object | |
Object | Sends a message to a single member (destination = msg.dest) and returns the response. |
Methods which throw type org.jgroups.TimeoutException | |
Object | Returns the next message, view, block, suspect or other event without removing
it from the queue. |
Object | EnsChannel.peek(long timeout) |
Object | Just peeks at the next message, view or block. |
Object | Receives a message, a view change or a block event. |
Object | EnsChannel.receive(long timeout) |
Object | Blocking receive method. |
Methods which throw type org.jgroups.TimeoutException | |
Object | RpcDispatcher.callRemoteMethod(Address dest, String method_name, Object[] args, Class[] types, int mode, long timeout) |
Object | RpcDispatcher.callRemoteMethod(Address dest, String method_name, Object[] args, String[] signature, int mode, long timeout) |
Object | |
void | Checks whether responses from members contain exceptions or timeouts. |
void | TransactionalHashtable.clear(long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit) Replicated the update to all members, and use locks at each member to ensure serializability. |
void | |
Object | TransactionalHashtable.lput(Object key, Object value) |
void | TransactionalHashtable.lputAll(Map m) |
Object | TransactionalHashtable.lremove(Object key, Object value) |
Object | TransactionalHashtable.put(Object key, Object value, long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit) Replicates the update to all members, and use locks at each member to ensure serializability. |
void | TransactionalHashtable.putAll(Map m, long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit) Replicated the update to all members, and use locks at each member to ensure serializability. |
Object | TransactionalHashtable.remove(Object key, long sync_timeout, long lock_acquisition_timeout, long lock_lease_timeout, boolean commit) Replicated the update to all members, and use locks at each member to ensure serializability. |
Object | Sends a message to a single member (destination = msg.dest) and returns the response. |
Object |
Methods which throw type org.jgroups.TimeoutException | |
Object | LinkedListQueue.peek(long timeout) returns the first object on the queue, without removing it. |
Object | returns the first object on the queue, without removing it. |
Object | returns the first object on the queue, without removing it. |
Object | LinkedListQueue.remove(long timeout) Removes 1 element from the head. |
Object | Removes 1 element from the head. |
Object | Removes 1 element from the head. |
void | Queue2.waitUntilEmpty(long timeout) Blocks until the queue has no elements left. |