use of org.apache.ignite.util.AttributeNodeFilter in project ignite by apache.
the class GridCacheReplicatedSetWithNodeFilterSelfTest method collectionConfiguration.
/**
* {@inheritDoc}
*/
@Override
protected CollectionConfiguration collectionConfiguration() {
CollectionConfiguration cfg = super.collectionConfiguration();
cfg.setNodeFilter(new AttributeNodeFilter(ATTR_IGNITE_INSTANCE_NAME, getTestIgniteInstanceName(0)));
return cfg;
}
Aggregations