org.apache.cassandra.db.marshal
Class AsciiType

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

public class AsciiType
extends BytesType


Field Summary
static AsciiType instance
           
 
Method Summary
 java.lang.String getString(java.nio.ByteBuffer bytes)
          get a string representation of the bytes suitable for log messages
 
Methods inherited from class org.apache.cassandra.db.marshal.BytesType
compare
 
Methods inherited from class org.apache.cassandra.db.marshal.AbstractType
getColumnsString, getReverseComparator, getString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

instance

public static final AsciiType instance
Method Detail

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

Overrides:
getString in class BytesType


Copyright © 2010 The Apache Software Foundation