|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.utils.Filter
public abstract class Filter
Constructor Summary | |
---|---|
Filter()
|
Method Summary | |
---|---|
abstract void |
add(java.nio.ByteBuffer key)
|
abstract boolean |
isPresent(java.nio.ByteBuffer key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Filter()
Method Detail |
---|
public abstract void add(java.nio.ByteBuffer key)
public abstract boolean isPresent(java.nio.ByteBuffer key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |