DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Ignite, IgniteClient, JDBC).QuerySqlFunctionCacheInterceptorServiceComputeTask, ComputeJobIgnite does not have a such API:
Attributes API that aren't part of the IEP:
ClientListenerConnectionContext#attributes - it's how client stores UserAttribute in connection context.ComputeTaskSession#setAttribute ServiceCallContext helps solve similar problems, but has several limitations - available only by calls via the IgniteService API and cannot be used for primitive cache operations.UserAttributes - allows to set user attributes, but the attribute values are fixed for the entire lifetime of the connection.ClientListenerConnectionContext - it's available only on single node which directly accepts a client connection.ComputeTaskSession - this mechanism is available only within Compute API. It allows attributes to be changed during task lifetime, use-case is different - send sync/async notifications between jobs about events happened during task lifetime....
IgniteCache#withApplicationAttributes Ignite#withApplicationAttributes.GridIoSecurityAwareMessage)ThreadLocal<Map<String, String>> in each thread that process operation (similar to SecurityContext#withSecurityContext() )....