org.apache.cassandra.cql3
Class Attributes

java.lang.Object
  extended by org.apache.cassandra.cql3.Attributes

public class Attributes
extends java.lang.Object

Utility class for the Parser to gather attributes for modification statements.


Field Summary
 java.lang.Long timestamp
           
 int timeToLive
           
 
Constructor Summary
Attributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

public java.lang.Long timestamp

timeToLive

public int timeToLive
Constructor Detail

Attributes

public Attributes()


Copyright © 2013 The Apache Software Foundation