org.apache.cassandra.db.marshal
Class UTF8Type

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.UTF8Type
All Implemented Interfaces:
java.util.Comparator<byte[]>

public class UTF8Type
extends BytesType


Constructor Summary
UTF8Type()
           
 
Method Summary
 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.BytesType
compare
 
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

UTF8Type

public UTF8Type()
Method Detail

getString

public java.lang.String getString(byte[] 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