org.apache.cassandra.db
Class IdentityFilter
java.lang.Object
org.apache.cassandra.db.IdentityFilter
- All Implemented Interfaces:
- IFilter
public class IdentityFilter
- extends java.lang.Object
- implements IFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityFilter
public IdentityFilter()
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