Uses of Class
org.scale7.cassandra.pelops.Selector

Packages that use Selector
org.scale7.cassandra.pelops   
org.scale7.cassandra.pelops.pool   
 

Uses of Selector in org.scale7.cassandra.pelops
 

Fields in org.scale7.cassandra.pelops declared as Selector
protected  Selector PageOfIterator.selector
           
 

Methods in org.scale7.cassandra.pelops that return Selector
static Selector Pelops.createSelector(String poolName)
          Create a Selector object.
 

Constructors in org.scale7.cassandra.pelops with parameters of type Selector
PageOfIterator(Selector selector, String columnFamily, Bytes rowKey, Bytes startBeyondName, boolean reversed, int batchSize, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
           
SuperColumnIterator(Selector selector, String columnFamily, Bytes rowKey, Bytes startBeyondName, boolean reversed, int batchSize, org.apache.cassandra.thrift.ConsistencyLevel cLevel)
           
 

Uses of Selector in org.scale7.cassandra.pelops.pool
 

Methods in org.scale7.cassandra.pelops.pool that return Selector
 Selector IThriftPool.createSelector()
          Create a selector object.
 Selector ThriftPoolBase.createSelector()
          Create a selector object.
 



Copyright © 2011. All Rights Reserved.