[
https://issues.apache.org/jira/browse/IGNITE-28788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Chesnokov updated IGNITE-28788:
-----------------------------------------
Description:
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
was:
Add documentation for all features, added during IEP-129 implementation [1].
# https://issues.apache.org/jira/browse/IGNITE-24402?jql=labels%20%3D%20IEP-129
> 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
> Priority: Major
> Labels: IEP-129, ise
> Fix For: 2.18
>
>
> 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)