[
https://issues.apache.org/jira/browse/IGNITE-3519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391532#comment-15391532
]
Vasiliy Sisko commented on IGNITE-3519:
---------------------------------------
Implemented possibility to configure node filter in cache configuration.
Configuration located in "Node filter" section that is first advanced section.
> Web console: add ability to specify a node filter in cache configuration
> ------------------------------------------------------------------------
>
> Key: IGNITE-3519
> URL: https://issues.apache.org/jira/browse/IGNITE-3519
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Pavel Konstantinov
> Assignee: Vasiliy Sisko
> Fix For: 1.7
>
>
> For example:
> {code}
> <property name="nodeFilter">
> <bean
> class="org.gridgain.visor.tester.cache.VisorCacheNodeAttrFilter">
> <constructor-arg value="keyA"/>
> <constructor-arg value="A"/>
> </bean>
> </property>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)