public interface ClientServices
Modifier and Type | Method and Description |
---|---|
ClientClusterGroup |
clusterGroup()
Gets the cluster group to which this
ClientServices instance belongs. |
<T> T |
serviceProxy(String name,
Class<? super T> svcItf)
Gets a remote handle on the service.
|
<T> T |
serviceProxy(String name,
Class<? super T> svcItf,
long timeout)
Gets a remote handle on the service with timeout.
|
ClientClusterGroup clusterGroup()
ClientServices
instance belongs.ClientServices
instance belongs.<T> T serviceProxy(String name, Class<? super T> svcItf)
Note: There are no guarantees that each method invocation for the same proxy will always contact the same remote service (on the same remote node).
name
- Service name.svcItf
- Interface for the service.<T> T serviceProxy(String name, Class<? super T> svcItf, long timeout)
Note: There are no guarantees that each method invocation for the same proxy will always contact the same remote service (on the same remote node).
name
- Service name.svcItf
- Interface for the service.timeout
- If greater than 0 created proxy will wait for service availability only specified time,
and will limit remote service invocation time.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020