public class GridServiceProxy<T> extends Object implements Serializable
Service class proxies.| Constructor and Description |
|---|
GridServiceProxy(ClusterGroup prj,
String name,
Class<? super T> svc,
boolean sticky,
long timeout,
GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invokeMethod(Method mtd,
Object[] args)
Invoek the method.
|
public GridServiceProxy(ClusterGroup prj, String name, Class<? super T> svc, boolean sticky, long timeout, GridKernalContext ctx)
prj - Grid projection.name - Service name.svc - Service type class.sticky - Whether multi-node request should be done.timeout - Service availability wait timeout. Cannot be negative.ctx - Context.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019