org.apache.cassandra.db
Class IdentityFilter

java.lang.Object
  extended by org.apache.cassandra.db.IdentityFilter
All Implemented Interfaces:
IFilter

public class IdentityFilter
extends java.lang.Object
implements IFilter


Constructor Summary
IdentityFilter()
           
 
Method Summary
 IColumn filter(IColumn column, java.io.DataInputStream dis)
           
 ColumnFamily filter(java.lang.String cfString, ColumnFamily columnFamily)
           
 boolean isDone()
           
static void main(java.lang.String[] args)
           
 DataInputBuffer next(java.lang.String key, java.lang.String cf, SSTable ssTable)
           
 void setDone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityFilter

public IdentityFilter()
Method Detail

isDone

public boolean isDone()
Specified by:
isDone in interface IFilter

filter

public ColumnFamily filter(java.lang.String cfString,
                           ColumnFamily columnFamily)
Specified by:
filter in interface IFilter

filter

public IColumn filter(IColumn column,
                      java.io.DataInputStream dis)
               throws java.io.IOException
Specified by:
filter in interface IFilter
Throws:
java.io.IOException

next

public DataInputBuffer next(java.lang.String key,
                            java.lang.String cf,
                            SSTable ssTable)
                     throws java.io.IOException
Specified by:
next in interface IFilter
Throws:
java.io.IOException

setDone

public void setDone()

main

public static void main(java.lang.String[] args)
Parameters:
args -


Copyright © 2009 The Apache Software Foundation