Uses of Class
org.apache.cassandra.loader.ValueType

Packages that use ValueType
org.apache.cassandra.loader   
 

Uses of ValueType in org.apache.cassandra.loader
 

Fields in org.apache.cassandra.loader declared as ValueType
protected  ValueType ColumnType.value
           
 

Methods in org.apache.cassandra.loader that return ValueType
 ValueType ObjectFactory.createValueType()
          Create an instance of ValueType
 ValueType ColumnType.getValue()
          Gets the value of the value property.
 

Methods in org.apache.cassandra.loader with parameters of type ValueType
 void ColumnType.setValue(ValueType value)
          Sets the value of the value property.
 



Copyright © 2009 The Apache Software Foundation