Hello!
for (IgniteConfiguration cfg :
IgnitionEx.loadConfigurations("server.xml").get1())
{
// your code here
}
Regards,
--
Ilya Kasnacheev
чт, 30 авг. 2018 г. в 12:45, wt <[email protected]>:
> need to be able to read in the config file and then apply an authenticator
> to
> it before starting ignite. I have managed to call
>
> IgnitionEx.loadConfigurations("server.xml");
>
> which returns org.apache.ignite.lang.IgniteBiTuple
>
> How can i convert this to an IgniteConfiguration object?
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>