public static class BdbService.openJoinCursor_args extends java.lang.Object implements org.apache.thrift.TBase<BdbService.openJoinCursor_args,BdbService.openJoinCursor_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BdbService.openJoinCursor_args>
| Modifier and Type | Class and Description |
|---|---|
static class |
BdbService.openJoinCursor_args._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<BdbService.openJoinCursor_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TDatabase |
pdb |
java.util.List<TCursor> |
scursors |
boolean |
sortCursors |
| Constructor and Description |
|---|
openJoinCursor_args() |
openJoinCursor_args(BdbService.openJoinCursor_args other)
Performs a deep copy on other.
|
openJoinCursor_args(TDatabase pdb,
java.util.List<TCursor> scursors,
boolean sortCursors) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToScursors(TCursor elem) |
void |
clear() |
int |
compareTo(BdbService.openJoinCursor_args other) |
BdbService.openJoinCursor_args |
deepCopy() |
boolean |
equals(BdbService.openJoinCursor_args that) |
boolean |
equals(java.lang.Object that) |
BdbService.openJoinCursor_args._Fields |
fieldForId(int fieldId) |
java.lang.Object |
getFieldValue(BdbService.openJoinCursor_args._Fields field) |
TDatabase |
getPdb() |
java.util.List<TCursor> |
getScursors() |
java.util.Iterator<TCursor> |
getScursorsIterator() |
int |
getScursorsSize() |
int |
hashCode() |
boolean |
isSet(BdbService.openJoinCursor_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetPdb()
Returns true if field pdb is set (has been assigned a value) and false otherwise
|
boolean |
isSetScursors()
Returns true if field scursors is set (has been assigned a value) and false otherwise
|
boolean |
isSetSortCursors()
Returns true if field sortCursors is set (has been assigned a value) and false otherwise
|
boolean |
isSortCursors() |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(BdbService.openJoinCursor_args._Fields field,
java.lang.Object value) |
BdbService.openJoinCursor_args |
setPdb(TDatabase pdb) |
void |
setPdbIsSet(boolean value) |
BdbService.openJoinCursor_args |
setScursors(java.util.List<TCursor> scursors) |
void |
setScursorsIsSet(boolean value) |
BdbService.openJoinCursor_args |
setSortCursors(boolean sortCursors) |
void |
setSortCursorsIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetPdb() |
void |
unsetScursors() |
void |
unsetSortCursors() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public TDatabase pdb
public java.util.List<TCursor> scursors
public boolean sortCursors
public static final java.util.Map<BdbService.openJoinCursor_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public openJoinCursor_args()
public openJoinCursor_args(TDatabase pdb, java.util.List<TCursor> scursors, boolean sortCursors)
public openJoinCursor_args(BdbService.openJoinCursor_args other)
public BdbService.openJoinCursor_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<BdbService.openJoinCursor_args,BdbService.openJoinCursor_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<BdbService.openJoinCursor_args,BdbService.openJoinCursor_args._Fields>public TDatabase getPdb()
public BdbService.openJoinCursor_args setPdb(TDatabase pdb)
public void unsetPdb()
public boolean isSetPdb()
public void setPdbIsSet(boolean value)
public int getScursorsSize()
public java.util.Iterator<TCursor> getScursorsIterator()
public void addToScursors(TCursor elem)
public java.util.List<TCursor> getScursors()
public BdbService.openJoinCursor_args setScursors(java.util.List<TCursor> scursors)
public void unsetScursors()
public boolean isSetScursors()
public void setScursorsIsSet(boolean value)
public boolean isSortCursors()
public BdbService.openJoinCursor_args setSortCursors(boolean sortCursors)
public void unsetSortCursors()
public boolean isSetSortCursors()
public void setSortCursorsIsSet(boolean value)
public void setFieldValue(BdbService.openJoinCursor_args._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<BdbService.openJoinCursor_args,BdbService.openJoinCursor_args._Fields>public java.lang.Object getFieldValue(BdbService.openJoinCursor_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<BdbService.openJoinCursor_args,BdbService.openJoinCursor_args._Fields>public boolean isSet(BdbService.openJoinCursor_args._Fields field)
isSet in interface org.apache.thrift.TBase<BdbService.openJoinCursor_args,BdbService.openJoinCursor_args._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(BdbService.openJoinCursor_args that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(BdbService.openJoinCursor_args other)
compareTo in interface java.lang.Comparable<BdbService.openJoinCursor_args>public BdbService.openJoinCursor_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<BdbService.openJoinCursor_args,BdbService.openJoinCursor_args._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.