Hello!

 

Normally, a cache configuration should be transferred between the nodes, once it gets created.

There are a couple of methods for accessing it:

  • ICache#GetConfiguration(cacheName)
  • igniteInstance.GetConfiguration().CacheConfiguration.Single(x => x.Name == CacheName)

 

From: siva
Sent: Tuesday, January 21, 2020 6:48 PM
To: [email protected]
Subject: Get Added CacheConfiguration template from .Net Client Ignite Node

 

Hi,

I am using .Net Client and Server App using Ignite v2.7.6.

 

Node1:All cache created and Added configuration into Node1.

Node2:Started and some of cache configuration added into Node2.

 

 

for example:let's say for "test1" cache no cache template added into ignite

node.

--------------

IgniteClientInstance.GetOrCreateCache<string,object>("test1").CacheConfiguration

//throwing error

 

 

so how to get from node whether configuration is exists or not for the

particular cache name?

 

 

 

 

 

--

Sent from: http://apache-ignite-users.70518.x6.nabble.com/

 

Reply via email to