|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.marshal.AbstractType
org.apache.cassandra.db.marshal.LongType
public class LongType
Constructor Summary | |
---|---|
LongType()
|
Method Summary | |
---|---|
int |
compare(byte[] o1,
byte[] o2)
|
java.lang.String |
getString(byte[] bytes)
get a string representation of the bytes suitable for log messages |
Methods inherited from class org.apache.cassandra.db.marshal.AbstractType |
---|
equals, getColumnsString, getReverseComparator, getString, validate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LongType()
Method Detail |
---|
public int compare(byte[] o1, byte[] o2)
public java.lang.String getString(byte[] bytes)
AbstractType
getString
in class AbstractType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |