@Generated(value="Autogenerated by Thrift Compiler (0.10.0)", date="2017-08-25") public class TJoinCursorGetConfig extends java.lang.Object implements org.apache.thrift.TBase<TJoinCursorGetConfig,TJoinCursorGetConfig._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TJoinCursorGetConfig>
Modifier and Type | Class and Description |
---|---|
static class |
TJoinCursorGetConfig._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Map<TJoinCursorGetConfig._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TKeyData |
pair |
boolean |
readUncommitted |
boolean |
rmw |
Constructor and Description |
---|
TJoinCursorGetConfig() |
TJoinCursorGetConfig(TJoinCursorGetConfig other)
Performs a deep copy on other.
|
TJoinCursorGetConfig(TKeyData pair) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(TJoinCursorGetConfig other) |
TJoinCursorGetConfig |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(TJoinCursorGetConfig that) |
TJoinCursorGetConfig._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(TJoinCursorGetConfig._Fields field) |
TKeyData |
getPair() |
int |
hashCode() |
boolean |
isReadUncommitted() |
boolean |
isRmw() |
boolean |
isSet(TJoinCursorGetConfig._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetPair()
Returns true if field pair is set (has been assigned a value) and false otherwise
|
boolean |
isSetReadUncommitted()
Returns true if field readUncommitted is set (has been assigned a value) and false otherwise
|
boolean |
isSetRmw()
Returns true if field rmw is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(TJoinCursorGetConfig._Fields field,
java.lang.Object value) |
TJoinCursorGetConfig |
setPair(TKeyData pair) |
void |
setPairIsSet(boolean value) |
TJoinCursorGetConfig |
setReadUncommitted(boolean readUncommitted) |
void |
setReadUncommittedIsSet(boolean value) |
TJoinCursorGetConfig |
setRmw(boolean rmw) |
void |
setRmwIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetPair() |
void |
unsetReadUncommitted() |
void |
unsetRmw() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public TKeyData pair
public boolean readUncommitted
public boolean rmw
public static final java.util.Map<TJoinCursorGetConfig._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TJoinCursorGetConfig()
public TJoinCursorGetConfig(TKeyData pair)
public TJoinCursorGetConfig(TJoinCursorGetConfig other)
public TJoinCursorGetConfig deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TJoinCursorGetConfig,TJoinCursorGetConfig._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TJoinCursorGetConfig,TJoinCursorGetConfig._Fields>
public TKeyData getPair()
public TJoinCursorGetConfig setPair(TKeyData pair)
public void unsetPair()
public boolean isSetPair()
public void setPairIsSet(boolean value)
public boolean isReadUncommitted()
public TJoinCursorGetConfig setReadUncommitted(boolean readUncommitted)
public void unsetReadUncommitted()
public boolean isSetReadUncommitted()
public void setReadUncommittedIsSet(boolean value)
public boolean isRmw()
public TJoinCursorGetConfig setRmw(boolean rmw)
public void unsetRmw()
public boolean isSetRmw()
public void setRmwIsSet(boolean value)
public void setFieldValue(TJoinCursorGetConfig._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<TJoinCursorGetConfig,TJoinCursorGetConfig._Fields>
public java.lang.Object getFieldValue(TJoinCursorGetConfig._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TJoinCursorGetConfig,TJoinCursorGetConfig._Fields>
public boolean isSet(TJoinCursorGetConfig._Fields field)
isSet
in interface org.apache.thrift.TBase<TJoinCursorGetConfig,TJoinCursorGetConfig._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(TJoinCursorGetConfig that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(TJoinCursorGetConfig other)
compareTo
in interface java.lang.Comparable<TJoinCursorGetConfig>
public TJoinCursorGetConfig._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TJoinCursorGetConfig,TJoinCursorGetConfig._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TSerializable
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
Copyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.