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

Packages that use SuperColumnType
org.apache.cassandra.loader   
 

Uses of SuperColumnType in org.apache.cassandra.loader
 

Fields in org.apache.cassandra.loader declared as SuperColumnType
protected  SuperColumnType ColumnFamilyType.superColumn
           
 

Methods in org.apache.cassandra.loader that return SuperColumnType
 SuperColumnType ObjectFactory.createSuperColumnType()
          Create an instance of SuperColumnType
 SuperColumnType ColumnFamilyType.getSuperColumn()
          Gets the value of the superColumn property.
 

Methods in org.apache.cassandra.loader that return types with arguments of type SuperColumnType
 javax.xml.bind.JAXBElement<SuperColumnType> ObjectFactory.createSuperColumn(SuperColumnType value)
          Create an instance of JAXBElement<SuperColumnType>}
 

Methods in org.apache.cassandra.loader with parameters of type SuperColumnType
 javax.xml.bind.JAXBElement<SuperColumnType> ObjectFactory.createSuperColumn(SuperColumnType value)
          Create an instance of JAXBElement<SuperColumnType>}
 void ColumnFamilyType.setSuperColumn(SuperColumnType value)
          Sets the value of the superColumn property.
 



Copyright © 2009 The Apache Software Foundation