Uses of Interface
org.apache.ignite.services.ServiceCallContext
-
Packages that use ServiceCallContext Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs.org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.internal Contains main implementation.org.apache.ignite.internal.processors.service org.apache.ignite.services Contains main Managed Services APIs. -
-
Uses of ServiceCallContext in org.apache.ignite
Methods in org.apache.ignite with parameters of type ServiceCallContext Modifier and Type Method Description <T> TIgniteServices. 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> TIgniteServices. 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. -
Uses of ServiceCallContext in org.apache.ignite.client
Methods in org.apache.ignite.client with parameters of type ServiceCallContext Modifier and Type Method Description <T> TClientServices. serviceProxy(String name, Class<? super T> svcItf, ServiceCallContext callCtx)Gets a remote handle on the service with the specified caller context.<T> TClientServices. 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. -
Uses of ServiceCallContext in org.apache.ignite.internal
Methods in org.apache.ignite.internal with parameters of type ServiceCallContext Modifier and Type Method Description <T> TIgniteServicesImpl. serviceProxy(String name, Class<? super T> svcItf, boolean sticky, @Nullable ServiceCallContext callCtx)Gets a handle on remote or local service with the specified caller context.<T> TIgniteServicesImpl. serviceProxy(String name, Class<? super T> svcItf, boolean sticky, @Nullable ServiceCallContext callCtx, long timeout)Gets a handle on remote or local service with the specified caller context and the timeout. -
Uses of ServiceCallContext in org.apache.ignite.internal.processors.service
Classes in org.apache.ignite.internal.processors.service that implement ServiceCallContext Modifier and Type Class Description classServiceCallContextImplService call context implementation.Methods in org.apache.ignite.internal.processors.service that return ServiceCallContext Modifier and Type Method Description ServiceCallContextServiceContextImpl. currentCallContext()Gets context of the current service call. -
Uses of ServiceCallContext in org.apache.ignite.services
Methods in org.apache.ignite.services that return ServiceCallContext Modifier and Type Method Description ServiceCallContextServiceCallContextBuilder. build()@Nullable ServiceCallContextServiceContext. currentCallContext()Gets context of the current service call.
-