Questions of the Ignite Configurations

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Questions of the Ignite Configurations

daradurvs
Hello everybody.

I have some questions about classes of configuration in the Ignite.

1. IgniteConfiguration - is it only one instance per Ignite-node?

2. BinaryConfiguration  - is it only one instance per Ignite-node?

3. Does BinaryConfiguration  relates only to binary-infrastructure or I can
use it with non-binary classes such as OptimizedMarshaller?

4. BinaryContext  - is it only one instance per BinaryMarshaller?
Reply | Threaded
Open this post in threaded view
|

Re: Questions of the Ignite Configurations

Vladimir Ozerov
Hi Vyacheslav,

Answering your questions:

1. Yes
2. Yes
3. Only binary infrastructure
4. Yes

On Wed, Feb 15, 2017 at 12:32 PM, Vyacheslav Daradur <[hidden email]>
wrote:

> Hello everybody.
>
> I have some questions about classes of configuration in the Ignite.
>
> 1. IgniteConfiguration - is it only one instance per Ignite-node?
>
> 2. BinaryConfiguration  - is it only one instance per Ignite-node?
>
> 3. Does BinaryConfiguration  relates only to binary-infrastructure or I can
> use it with non-binary classes such as OptimizedMarshaller?
>
> 4. BinaryContext  - is it only one instance per BinaryMarshaller?
>
Reply | Threaded
Open this post in threaded view
|

Re: Questions of the Ignite Configurations

daradurvs
Vladimir, thanks for your answers.

2017-02-15 13:32 GMT+03:00 Vladimir Ozerov <[hidden email]>:

> Hi Vyacheslav,
>
> Answering your questions:
>
> 1. Yes
> 2. Yes
> 3. Only binary infrastructure
> 4. Yes
>
> On Wed, Feb 15, 2017 at 12:32 PM, Vyacheslav Daradur <[hidden email]>
> wrote:
>
> > Hello everybody.
> >
> > I have some questions about classes of configuration in the Ignite.
> >
> > 1. IgniteConfiguration - is it only one instance per Ignite-node?
> >
> > 2. BinaryConfiguration  - is it only one instance per Ignite-node?
> >
> > 3. Does BinaryConfiguration  relates only to binary-infrastructure or I
> can
> > use it with non-binary classes such as OptimizedMarshaller?
> >
> > 4. BinaryContext  - is it only one instance per BinaryMarshaller?
> >
>