|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientInvocationService
| Method Summary | ||
|---|---|---|
|
invokeOnKeyOwner(ClientRequest request,
Object key)
|
|
|
invokeOnKeyOwner(ClientRequest request,
Object key,
EventHandler handler)
|
|
|
invokeOnRandomTarget(ClientRequest request)
|
|
|
invokeOnRandomTarget(ClientRequest request,
EventHandler handler)
|
|
|
invokeOnTarget(ClientRequest request,
com.hazelcast.nio.Address target)
|
|
|
invokeOnTarget(ClientRequest request,
com.hazelcast.nio.Address target,
EventHandler handler)
|
|
| Method Detail |
|---|
<T> ICompletableFuture<T> invokeOnRandomTarget(ClientRequest request)
throws Exception
Exception
<T> ICompletableFuture<T> invokeOnTarget(ClientRequest request,
com.hazelcast.nio.Address target)
throws Exception
Exception
<T> ICompletableFuture<T> invokeOnKeyOwner(ClientRequest request,
Object key)
throws Exception
Exception
<T> ICompletableFuture<T> invokeOnRandomTarget(ClientRequest request,
EventHandler handler)
throws Exception
Exception
<T> ICompletableFuture<T> invokeOnTarget(ClientRequest request,
com.hazelcast.nio.Address target,
EventHandler handler)
throws Exception
Exception
<T> ICompletableFuture<T> invokeOnKeyOwner(ClientRequest request,
Object key,
EventHandler handler)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||