org.apache.cassandra.db.marshal
Class LongType

java.lang.Object
  extended by org.apache.cassandra.db.marshal.AbstractType<java.lang.Long>
      extended by org.apache.cassandra.db.marshal.LongType
All Implemented Interfaces:
java.util.Comparator<java.nio.ByteBuffer>

public class LongType
extends AbstractType<java.lang.Long>


Field Summary
static LongType instance
           
 
Fields inherited from class org.apache.cassandra.db.marshal.AbstractType
columnComparator, columnReverseComparator, indexComparator, indexReverseComparator, reverseComparator
 
Method Summary
 int compare(java.nio.ByteBuffer o1, java.nio.ByteBuffer o2)
           
 java.lang.Long compose(java.nio.ByteBuffer bytes)
           
 java.nio.ByteBuffer decompose(java.lang.Long value)
           
 java.nio.ByteBuffer fromString(java.lang.String source)
          get a byte representation of the given string.
 java.lang.String getString(java.nio.ByteBuffer bytes)
          get a string representation of the bytes suitable for log messages
 void validate(java.nio.ByteBuffer bytes)
           
 
Methods inherited from class org.apache.cassandra.db.marshal.AbstractType
getColumnsString, getReverseComparator, getString, isCommutative, isCompatibleWith, parseDefaultParameters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

instance

public static final LongType instance
Method Detail

compose

public java.lang.Long compose(java.nio.ByteBuffer bytes)
Specified by:
compose in class AbstractType<java.lang.Long>

decompose

public java.nio.ByteBuffer decompose(java.lang.Long value)
Specified by:
decompose in class AbstractType<java.lang.Long>

compare

public int compare(java.nio.ByteBuffer o1,
                   java.nio.ByteBuffer o2)

getString

public java.lang.String getString(java.nio.ByteBuffer bytes)
Description copied from class: AbstractType
get a string representation of the bytes suitable for log messages

Specified by:
getString in class AbstractType<java.lang.Long>

fromString

public java.nio.ByteBuffer fromString(java.lang.String source)
                               throws MarshalException
Description copied from class: AbstractType
get a byte representation of the given string.

Specified by:
fromString in class AbstractType<java.lang.Long>
Throws:
MarshalException

validate

public void validate(java.nio.ByteBuffer bytes)
              throws MarshalException
Specified by:
validate in class AbstractType<java.lang.Long>
Throws:
MarshalException


Copyright © 2012 The Apache Software Foundation