public class IndexClause extends java.lang.Object implements org.apache.thrift.TBase<IndexClause,IndexClause._Fields>, java.io.Serializable, java.lang.Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
IndexClause._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
IndexClause() |
IndexClause(IndexClause other)
Performs a deep copy on other.
|
IndexClause(java.util.List<IndexExpression> expressions,
java.nio.ByteBuffer start_key,
int count) |
Modifier and Type | Method and Description |
---|---|
void |
addToExpressions(IndexExpression elem) |
java.nio.ByteBuffer |
bufferForStart_key() |
void |
clear()
Return to the state of having just been initialized, as though you had just
called the default constructor.
|
int |
compareTo(IndexClause other) |
IndexClause |
deepCopy() |
boolean |
equals(IndexClause that) |
boolean |
equals(java.lang.Object that) |
IndexClause._Fields |
fieldForId(int fieldId)
Get the F instance that corresponds to fieldId.
|
int |
getCount() |
java.util.List<IndexExpression> |
getExpressions() |
java.util.Iterator<IndexExpression> |
getExpressionsIterator() |
int |
getExpressionsSize() |
java.lang.Object |
getFieldValue(IndexClause._Fields field)
Get a field's value by field variable.
|
byte[] |
getStart_key() |
int |
hashCode() |
boolean |
isSet(IndexClause._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCount()
Returns true if field count is set (has been assigned a value) and false otherwise
|
boolean |
isSetExpressions()
Returns true if field expressions is set (has been assigned a value) and false otherwise
|
boolean |
isSetStart_key()
Returns true if field start_key is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
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)
Set a field's value by field variable.
|
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)
Writes the objects out to the protocol
|
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
public IndexClause()
public IndexClause(java.util.List<IndexExpression> expressions, java.nio.ByteBuffer start_key, int count)
public IndexClause(IndexClause other)
public IndexClause deepCopy()
deepCopy
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
public void clear()
org.apache.thrift.TBase
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)
org.apache.thrift.TBase
setFieldValue
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
public java.lang.Object getFieldValue(IndexClause._Fields field)
org.apache.thrift.TBase
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)
org.apache.thrift.TBase
fieldForId
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
org.apache.thrift.TBase
read
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
iprot
- Input protocolorg.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
org.apache.thrift.TBase
write
in interface org.apache.thrift.TBase<IndexClause,IndexClause._Fields>
oprot
- Output protocolorg.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
Copyright © 2013 The Apache Software Foundation