@Generated(value="Autogenerated by Thrift Compiler (0.10.0)",
date="2017-08-25")
public class TCursorGetConfig
extends java.lang.Object
implements org.apache.thrift.TBase<TCursorGetConfig,TCursorGetConfig._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TCursorGetConfig>
| Modifier and Type | Class and Description |
|---|---|
static class |
TCursorGetConfig._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
int |
batchSize |
TIsolationLevel |
isoLevel |
static java.util.Map<TCursorGetConfig._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TCursorGetMode |
mode |
boolean |
multiKey |
boolean |
multiple |
boolean |
rmw |
| Constructor and Description |
|---|
TCursorGetConfig() |
TCursorGetConfig(TCursorGetConfig other)
Performs a deep copy on other.
|
TCursorGetConfig(TCursorGetMode mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(TCursorGetConfig other) |
TCursorGetConfig |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(TCursorGetConfig that) |
TCursorGetConfig._Fields |
fieldForId(int fieldId) |
int |
getBatchSize() |
java.lang.Object |
getFieldValue(TCursorGetConfig._Fields field) |
TIsolationLevel |
getIsoLevel() |
TCursorGetMode |
getMode() |
int |
hashCode() |
boolean |
isMultiKey() |
boolean |
isMultiple() |
boolean |
isRmw() |
boolean |
isSet(TCursorGetConfig._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetBatchSize()
Returns true if field batchSize is set (has been assigned a value) and false otherwise
|
boolean |
isSetIsoLevel()
Returns true if field isoLevel is set (has been assigned a value) and false otherwise
|
boolean |
isSetMode()
Returns true if field mode is set (has been assigned a value) and false otherwise
|
boolean |
isSetMultiKey()
Returns true if field multiKey is set (has been assigned a value) and false otherwise
|
boolean |
isSetMultiple()
Returns true if field multiple 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) |
TCursorGetConfig |
setBatchSize(int batchSize) |
void |
setBatchSizeIsSet(boolean value) |
void |
setFieldValue(TCursorGetConfig._Fields field,
java.lang.Object value) |
TCursorGetConfig |
setIsoLevel(TIsolationLevel isoLevel) |
void |
setIsoLevelIsSet(boolean value) |
TCursorGetConfig |
setMode(TCursorGetMode mode) |
void |
setModeIsSet(boolean value) |
TCursorGetConfig |
setMultiKey(boolean multiKey) |
void |
setMultiKeyIsSet(boolean value) |
TCursorGetConfig |
setMultiple(boolean multiple) |
void |
setMultipleIsSet(boolean value) |
TCursorGetConfig |
setRmw(boolean rmw) |
void |
setRmwIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetBatchSize() |
void |
unsetIsoLevel() |
void |
unsetMode() |
void |
unsetMultiKey() |
void |
unsetMultiple() |
void |
unsetRmw() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public TCursorGetMode mode
TCursorGetModepublic boolean multiple
public boolean multiKey
public int batchSize
public boolean rmw
public TIsolationLevel isoLevel
TIsolationLevelpublic static final java.util.Map<TCursorGetConfig._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TCursorGetConfig()
public TCursorGetConfig(TCursorGetMode mode)
public TCursorGetConfig(TCursorGetConfig other)
public TCursorGetConfig deepCopy()
deepCopy in interface org.apache.thrift.TBase<TCursorGetConfig,TCursorGetConfig._Fields>public void clear()
clear in interface org.apache.thrift.TBase<TCursorGetConfig,TCursorGetConfig._Fields>public TCursorGetMode getMode()
TCursorGetModepublic TCursorGetConfig setMode(TCursorGetMode mode)
TCursorGetModepublic void unsetMode()
public boolean isSetMode()
public void setModeIsSet(boolean value)
public boolean isMultiple()
public TCursorGetConfig setMultiple(boolean multiple)
public void unsetMultiple()
public boolean isSetMultiple()
public void setMultipleIsSet(boolean value)
public boolean isMultiKey()
public TCursorGetConfig setMultiKey(boolean multiKey)
public void unsetMultiKey()
public boolean isSetMultiKey()
public void setMultiKeyIsSet(boolean value)
public int getBatchSize()
public TCursorGetConfig setBatchSize(int batchSize)
public void unsetBatchSize()
public boolean isSetBatchSize()
public void setBatchSizeIsSet(boolean value)
public boolean isRmw()
public TCursorGetConfig setRmw(boolean rmw)
public void unsetRmw()
public boolean isSetRmw()
public void setRmwIsSet(boolean value)
public TIsolationLevel getIsoLevel()
TIsolationLevelpublic TCursorGetConfig setIsoLevel(TIsolationLevel isoLevel)
TIsolationLevelpublic void unsetIsoLevel()
public boolean isSetIsoLevel()
public void setIsoLevelIsSet(boolean value)
public void setFieldValue(TCursorGetConfig._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<TCursorGetConfig,TCursorGetConfig._Fields>public java.lang.Object getFieldValue(TCursorGetConfig._Fields field)
getFieldValue in interface org.apache.thrift.TBase<TCursorGetConfig,TCursorGetConfig._Fields>public boolean isSet(TCursorGetConfig._Fields field)
isSet in interface org.apache.thrift.TBase<TCursorGetConfig,TCursorGetConfig._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(TCursorGetConfig that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(TCursorGetConfig other)
compareTo in interface java.lang.Comparable<TCursorGetConfig>public TCursorGetConfig._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<TCursorGetConfig,TCursorGetConfig._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.