org.scale7.cassandra.pelops
Interface Cluster.INodeFilter

All Known Implementing Classes:
Cluster.AcceptAllNodeFilter
Enclosing class:
Cluster

public static interface Cluster.INodeFilter

A filter used to determine which nodes should be used when refreshing. Implementations could potentially filter nodes that are in other data centers etc.


Method Summary
 boolean accept(String node)
           
 

Method Detail

accept

boolean accept(String node)


Copyright © 2011. All Rights Reserved.