Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.client |
Contains Ignite Thin Client API classes.
|
org.apache.ignite.services |
Contains main Managed Services APIs.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
IgniteServices.serviceProxy(String name,
Class<? super T> svcItf,
boolean sticky,
ServiceCallContext callCtx)
Gets a handle on remote or local service with the specified caller context.
|
<T> T |
IgniteServices.serviceProxy(String name,
Class<? super T> svcItf,
boolean sticky,
ServiceCallContext callCtx,
long timeout)
Gets a handle on remote or local service with the specified caller context and the timeout.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
ClientServices.serviceProxy(String name,
Class<? super T> svcItf,
ServiceCallContext callCtx)
Gets a remote handle on the service with the specified caller context.
|
<T> T |
ClientServices.serviceProxy(String name,
Class<? super T> svcItf,
ServiceCallContext callCtx,
long timeout)
Gets a remote handle on the service with the specified caller context and timeout.
|
Modifier and Type | Method and Description |
---|---|
ServiceCallContext |
ServiceCallContextBuilder.build() |
@Nullable ServiceCallContext |
ServiceContext.currentCallContext()
Gets context of the current service call.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023