public class Condition extends Object implements org.apache.thrift.TBase<Condition,Condition._Fields>, Serializable, Cloneable, Comparable<Condition>
| Modifier and Type | Class and Description |
|---|---|
static class |
Condition._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
Column |
column |
List<IteratorSetting> |
iterators |
static Map<Condition._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
long |
timestamp |
ByteBuffer |
value |
| Constructor and Description |
|---|
Condition() |
Condition(Column column) |
Condition(Condition other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToIterators(IteratorSetting elem) |
ByteBuffer |
bufferForValue() |
void |
clear() |
int |
compareTo(Condition other) |
Condition |
deepCopy() |
boolean |
equals(Condition that) |
boolean |
equals(Object that) |
Condition._Fields |
fieldForId(int fieldId) |
Column |
getColumn() |
Object |
getFieldValue(Condition._Fields field) |
List<IteratorSetting> |
getIterators() |
Iterator<IteratorSetting> |
getIteratorsIterator() |
int |
getIteratorsSize() |
long |
getTimestamp() |
byte[] |
getValue() |
int |
hashCode() |
boolean |
isSet(Condition._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetColumn()
Returns true if field column is set (has been assigned a value) and false otherwise
|
boolean |
isSetIterators()
Returns true if field iterators is set (has been assigned a value) and false otherwise
|
boolean |
isSetTimestamp()
Returns true if field timestamp is set (has been assigned a value) and false otherwise
|
boolean |
isSetValue()
Returns true if field value is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
Condition |
setColumn(Column column) |
void |
setColumnIsSet(boolean value) |
void |
setFieldValue(Condition._Fields field,
Object value) |
Condition |
setIterators(List<IteratorSetting> iterators) |
void |
setIteratorsIsSet(boolean value) |
Condition |
setTimestamp(long timestamp) |
void |
setTimestampIsSet(boolean value) |
Condition |
setValue(byte[] value) |
Condition |
setValue(ByteBuffer value) |
void |
setValueIsSet(boolean value) |
String |
toString() |
void |
unsetColumn() |
void |
unsetIterators() |
void |
unsetTimestamp() |
void |
unsetValue() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public Column column
public long timestamp
public ByteBuffer value
public List<IteratorSetting> iterators
public static final Map<Condition._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public Condition()
public Condition(Column column)
public Condition(Condition other)
public Condition deepCopy()
deepCopy in interface org.apache.thrift.TBase<Condition,Condition._Fields>public void clear()
clear in interface org.apache.thrift.TBase<Condition,Condition._Fields>public Column getColumn()
public void unsetColumn()
public boolean isSetColumn()
public void setColumnIsSet(boolean value)
public long getTimestamp()
public Condition setTimestamp(long timestamp)
public void unsetTimestamp()
public boolean isSetTimestamp()
public void setTimestampIsSet(boolean value)
public byte[] getValue()
public ByteBuffer bufferForValue()
public Condition setValue(byte[] value)
public Condition setValue(ByteBuffer value)
public void unsetValue()
public boolean isSetValue()
public void setValueIsSet(boolean value)
public int getIteratorsSize()
public Iterator<IteratorSetting> getIteratorsIterator()
public void addToIterators(IteratorSetting elem)
public List<IteratorSetting> getIterators()
public Condition setIterators(List<IteratorSetting> iterators)
public void unsetIterators()
public boolean isSetIterators()
public void setIteratorsIsSet(boolean value)
public void setFieldValue(Condition._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<Condition,Condition._Fields>public Object getFieldValue(Condition._Fields field)
getFieldValue in interface org.apache.thrift.TBase<Condition,Condition._Fields>public boolean isSet(Condition._Fields field)
isSet in interface org.apache.thrift.TBase<Condition,Condition._Fields>public boolean equals(Condition that)
public int compareTo(Condition other)
compareTo in interface Comparable<Condition>public Condition._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<Condition,Condition._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<Condition,Condition._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<Condition,Condition._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015 Apache Accumulo Project. All rights reserved.