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

Packages that use TimestampType
org.apache.cassandra.loader   
 

Uses of TimestampType in org.apache.cassandra.loader
 

Fields in org.apache.cassandra.loader declared as TimestampType
protected  TimestampType ColumnType.timestamp
           
 

Methods in org.apache.cassandra.loader that return TimestampType
 TimestampType ObjectFactory.createTimestampType()
          Create an instance of TimestampType
 TimestampType ColumnType.getTimestamp()
          Gets the value of the timestamp property.
 

Methods in org.apache.cassandra.loader with parameters of type TimestampType
 void ColumnType.setTimestamp(TimestampType value)
          Sets the value of the timestamp property.
 



Copyright © 2009 The Apache Software Foundation