Uses of Class
org.apache.cassandra.net.io.SerializerType

Packages that use SerializerType
org.apache.cassandra.net   
org.apache.cassandra.net.io   
 

Uses of SerializerType in org.apache.cassandra.net
 

Methods in org.apache.cassandra.net that return SerializerType
static SerializerType MessagingService.getSerializerType()
           
 

Uses of SerializerType in org.apache.cassandra.net.io
 

Methods in org.apache.cassandra.net.io that return SerializerType
static SerializerType SerializerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SerializerType[] SerializerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009 The Apache Software Foundation