com.hazelcast.client.spi
Interface ClientInvocationService


public interface ClientInvocationService

Author:
mdogan 5/16/13

Method Summary
<T> T
invokeOnKeyOwner(Object request, Object key)
           
 void invokeOnKeyOwner(Object request, Object key, ResponseHandler handler)
           
<T> T
invokeOnRandomTarget(Object request)
           
 void invokeOnRandomTarget(Object request, ResponseHandler handler)
           
<T> T
invokeOnTarget(Object request, com.hazelcast.nio.Address target)
           
 void invokeOnTarget(Object request, com.hazelcast.nio.Address target, ResponseHandler handler)
           
 

Method Detail

invokeOnRandomTarget

<T> T invokeOnRandomTarget(Object request)
                       throws Exception
Throws:
Exception

invokeOnTarget

<T> T invokeOnTarget(Object request,
                     com.hazelcast.nio.Address target)
                 throws Exception
Throws:
Exception

invokeOnKeyOwner

<T> T invokeOnKeyOwner(Object request,
                       Object key)
                   throws Exception
Throws:
Exception

invokeOnRandomTarget

void invokeOnRandomTarget(Object request,
                          ResponseHandler handler)
                          throws Exception
Throws:
Exception

invokeOnTarget

void invokeOnTarget(Object request,
                    com.hazelcast.nio.Address target,
                    ResponseHandler handler)
                    throws Exception
Throws:
Exception

invokeOnKeyOwner

void invokeOnKeyOwner(Object request,
                      Object key,
                      ResponseHandler handler)
                      throws Exception
Throws:
Exception


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