org.apache.cassandra.cql3.statements
Class Selector.WithKey

java.lang.Object
  extended by org.apache.cassandra.cql3.statements.Selector
      extended by org.apache.cassandra.cql3.statements.Selector.WithKey
Enclosing class:
Selector

public static class Selector.WithKey
extends Selector


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cassandra.cql3.statements.Selector
Selector.Function, Selector.WithFunction, Selector.WithKey
 
Constructor Summary
Selector.WithKey(ColumnIdentifier id, Term key)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 boolean hasKey()
           
 ColumnIdentifier id()
           
 Term key()
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.cassandra.cql3.statements.Selector
function, hasFunction
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Selector.WithKey

public Selector.WithKey(ColumnIdentifier id,
                        Term key)
Method Detail

id

public ColumnIdentifier id()
Specified by:
id in class Selector

hasKey

public boolean hasKey()
Overrides:
hasKey in class Selector

key

public Term key()
Overrides:
key in class Selector

hashCode

public final int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public final boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 The Apache Software Foundation