org.scale7.cassandra.pelops
Class Cluster.AcceptAllNodeFilter

java.lang.Object
  extended by org.scale7.cassandra.pelops.Cluster.AcceptAllNodeFilter
All Implemented Interfaces:
Cluster.INodeFilter
Enclosing class:
Cluster

public static class Cluster.AcceptAllNodeFilter
extends Object
implements Cluster.INodeFilter

Default implementation that accepts all nodes.


Constructor Summary
Cluster.AcceptAllNodeFilter()
           
 
Method Summary
 boolean accept(String node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cluster.AcceptAllNodeFilter

public Cluster.AcceptAllNodeFilter()
Method Detail

accept

public boolean accept(String node)
Specified by:
accept in interface Cluster.INodeFilter


Copyright © 2011. All Rights Reserved.