[ 
https://issues.apache.org/jira/browse/IGNITE-28788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandr Chesnokov reassigned IGNITE-28788:
--------------------------------------------

    Assignee: Aleksandr Chesnokov

> Fix doc for SessionContext
> --------------------------
>
>                 Key: IGNITE-28788
>                 URL: https://issues.apache.org/jira/browse/IGNITE-28788
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation
>            Reporter: Aleksandr Chesnokov
>            Assignee: Aleksandr Chesnokov
>            Priority: Major
>              Labels: IEP-129, doc, ise
>             Fix For: 2.19
>
>
> Code snippet for session context is invalid
>  
> {noformat}
> try (Ignite ign = Ignition.start(ignCfg)) {
>     Map<String, String> appAttrs = F.asMap("SESSION_ID", "1234");
>     Ignite app = Ignite.withApplicationAttributes(appAttrs);
>     //Your code here...
> }{noformat}
>  # F class is for private usage and is not part of public api
>  # We do not have static method Ignite to create node with attributes
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to