|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.io.sstable.SSTableReader.Operator
public abstract static class SSTableReader.Operator
TODO: Move someplace reusable
Field Summary | |
---|---|
static SSTableReader.Operator |
EQ
|
static SSTableReader.Operator |
GE
|
static SSTableReader.Operator |
GT
|
Constructor Summary | |
---|---|
SSTableReader.Operator()
|
Method Summary | |
---|---|
abstract int |
apply(int comparison)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SSTableReader.Operator EQ
public static final SSTableReader.Operator GE
public static final SSTableReader.Operator GT
Constructor Detail |
---|
public SSTableReader.Operator()
Method Detail |
---|
public abstract int apply(int comparison)
comparison
- The result of a call to compare/compareTo, with the desired field on the rhs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |