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

Packages that use FieldCollection
org.apache.cassandra.loader   
 

Uses of FieldCollection in org.apache.cassandra.loader
 

Fields in org.apache.cassandra.loader declared as FieldCollection
protected  FieldCollection KeyType.fields
           
protected  FieldCollection SuperColumnType.fields
           
 

Methods in org.apache.cassandra.loader that return FieldCollection
 FieldCollection ObjectFactory.createFieldCollection()
          Create an instance of FieldCollection
 FieldCollection KeyType.getFields()
          Gets the value of the fields property.
 FieldCollection SuperColumnType.getFields()
          Gets the value of the fields property.
 

Methods in org.apache.cassandra.loader with parameters of type FieldCollection
 void KeyType.setFields(FieldCollection value)
          Sets the value of the fields property.
 void SuperColumnType.setFields(FieldCollection value)
          Sets the value of the fields property.
 



Copyright © 2009 The Apache Software Foundation