Apologies, for the spam! Found it.

<property name="nodeFilter">
    <bean class="my.apache.ignite.examples.cache.NodeSelector"/>
 </property>


On Thu, Jul 21, 2016 at 10:15 AM, Kamal C <kamaltar...@gmail.com> wrote:

> Could someone please explain how to configure *nodeFilter* in the spring
> cache configuration file ?
>
> Regards,
> Kamal C
>
> On Wed, Apr 20, 2016 at 12:27 PM, Alexey Kuznetsov <
> akuznet...@gridgain.com> wrote:
>
>> Kamal, I created an issue for this, you can track in JIRA.
>>
>> https://issues.apache.org/jira/browse/IGNITE-3030
>>
>> On Tue, Apr 19, 2016 at 1:00 PM, Alexey Kuznetsov <
>> akuznet...@gridgain.com> wrote:
>>
>>> Hi, Kamal!
>>>
>>> Thank you for feedback on web console.
>>>
>>> I will take a look and create issues in JIRA for this properties.
>>> I will let you know in this thread.
>>>
>>> On Tue, Apr 19, 2016 at 12:32 PM, Kamal C <kamaltar...@gmail.com> wrote:
>>>
>>>> Thanks Alexey!
>>>>
>>>> This is what I've been looking for. Still, some keys are not supported
>>>> in web-console:
>>>>
>>>> 1. userAttributes
>>>> 2. failoverSpi
>>>> 3. gridLogger
>>>> ...
>>>>
>>>> How to configure userAttributes in XML ?
>>>>
>>>> --Kamal
>>>>
>>>>
>>>> On Mon, Apr 18, 2016 at 7:22 PM, Alexey Kuznetsov <
>>>> akuznet...@gridgain.com> wrote:
>>>>
>>>>> Hi, Kamal!
>>>>>
>>>>> You could try web console
>>>>> https://ignite.apache.org/addons.html#web-console
>>>>> It will generate XML and Java code for you.
>>>>>
>>>>> On Mon, Apr 18, 2016 at 8:19 PM, Kamal C <kamaltar...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>>     Ignite can be configured either through IgniteConfiguration or by
>>>>>> passing bean XML file.
>>>>>>
>>>>>> In XML file approach, typing the property keys seems to be
>>>>>> error-prone.
>>>>>>
>>>>>> e.g.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> *<bean id="ignite.cfg"
>>>>>> class="org.apache.ignite.configuration.IgniteConfiguration">...
>>>>>> <property name="localhost" value="127.0.0.1"/> <!-- throws error as key 
>>>>>> is
>>>>>> invalid -->    <property name="localHost" value="127.0.0.1"/> <!-- valid
>>>>>> key -->*
>>>>>> *</bean>*
>>>>>>
>>>>>>
>>>>>> How to auto-generate the configuration file using the bean object ?
>>>>>> [or]
>>>>>> Is any sample file available which contains all the property keys ?
>>>>>> (Users can copy-paste and edit only the values)
>>>>>>
>>>>>> --Kamal
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Alexey Kuznetsov
>>>>> GridGain Systems
>>>>> www.gridgain.com
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Alexey Kuznetsov
>>> GridGain Systems
>>> www.gridgain.com
>>>
>>
>>
>>
>> --
>> Alexey Kuznetsov
>> GridGain Systems
>> www.gridgain.com
>>
>
>

Reply via email to