|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.thrift.IndexClause
public class IndexClause
Nested Class Summary | |
---|---|
static class |
IndexClause._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
int |
count
|
java.util.List<IndexExpression> |
expressions
|
static java.util.Map<IndexClause._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
java.nio.ByteBuffer |
start_key
|
Constructor Summary | |
---|---|
IndexClause()
|
|
IndexClause(IndexClause other)
Performs a deep copy on other. |
|
IndexClause(java.util.List<IndexExpression> expressions,
java.nio.ByteBuffer start_key,
int count)
|
Method Summary | |
---|---|
void |
addToExpressions(IndexExpression elem)
|
java.nio.ByteBuffer |
BufferForStart_key()
|
void |
clear()
|
int |
compareTo(IndexClause other)
|
IndexClause |
deepCopy()
|
boolean |
equals(IndexClause that)
|
boolean |
equals(java.lang.Object that)
|
IndexClause._Fields |
fieldForId(int fieldId)
|
int |
getCount()
|
java.util.List<IndexExpression> |
getExpressions()
|
java.util.Iterator<IndexExpression> |
getExpressionsIterator()
|
int |
getExpressionsSize()
|
java.lang.Object |
getFieldValue(IndexClause._Fields field)
|
byte[] |
getStart_key()
|
int |
hashCode()
|
boolean |
isSet(IndexClause._Fields field)
Returns true if field corresponding to fieldID is set (has been asigned a value) and false otherwise |
boolean |
isSetCount()
Returns true if field count is set (has been asigned a value) and false otherwise |
boolean |
isSetExpressions()
Returns true if field expressions is set (has been asigned a value) and false otherwise |
boolean |
isSetStart_key()
Returns true if field start_key is set (has been asigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
IndexClause |
setCount(int count)
|
void |
setCountIsSet(boolean value)
|
IndexClause |
setExpressions(java.util.List<IndexExpression> expressions)
|
void |
setExpressionsIsSet(boolean value)
|
void |
setFieldValue(IndexClause._Fields field,
java.lang.Object value)
|
IndexClause |
setStart_key(byte[] start_key)
|
IndexClause |
setStart_key(java.nio.ByteBuffer start_key)
|
void |
setStart_keyIsSet(boolean value)
|
java.lang.String |
toString()
|
void |
unsetCount()
|
void |
unsetExpressions()
|
void |
unsetStart_key()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.util.List<IndexExpression> expressions
public java.nio.ByteBuffer start_key
public int count
public static final java.util.Map<IndexClause._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public IndexClause()
public IndexClause(java.util.List<IndexExpression> expressions, java.nio.ByteBuffer start_key, int count)
public IndexClause(IndexClause other)
Method Detail |
---|
public IndexClause deepCopy()
deepCopy
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
public int getExpressionsSize()
public java.util.Iterator<IndexExpression> getExpressionsIterator()
public void addToExpressions(IndexExpression elem)
public java.util.List<IndexExpression> getExpressions()
public IndexClause setExpressions(java.util.List<IndexExpression> expressions)
public void unsetExpressions()
public boolean isSetExpressions()
public void setExpressionsIsSet(boolean value)
public byte[] getStart_key()
public java.nio.ByteBuffer BufferForStart_key()
public IndexClause setStart_key(byte[] start_key)
public IndexClause setStart_key(java.nio.ByteBuffer start_key)
public void unsetStart_key()
public boolean isSetStart_key()
public void setStart_keyIsSet(boolean value)
public int getCount()
public IndexClause setCount(int count)
public void unsetCount()
public boolean isSetCount()
public void setCountIsSet(boolean value)
public void setFieldValue(IndexClause._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
public java.lang.Object getFieldValue(IndexClause._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
public boolean isSet(IndexClause._Fields field)
isSet
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(IndexClause that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(IndexClause other)
compareTo
in interface java.lang.Comparable<IndexClause>
public IndexClause._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |