|
Confluo
0.1.0
|
Classes | |
| enum | _Fields |
Public Member Functions | |
| rpc_record_batch (java.util.List< rpc_record_block > blocks, long nrecords) | |
| rpc_record_batch (rpc_record_batch other) | |
| rpc_record_batch | deepCopy () |
| void | clear () |
| int | getBlocksSize () |
| java.util.Iterator< rpc_record_block > | getBlocksIterator () |
| void | addToBlocks (rpc_record_block elem) |
| java.util.List< rpc_record_block > | getBlocks () |
| rpc_record_batch | setBlocks (java.util.List< rpc_record_block > blocks) |
| void | unsetBlocks () |
| boolean | isSetBlocks () |
| void | setBlocksIsSet (boolean value) |
| long | getNrecords () |
| rpc_record_batch | setNrecords (long nrecords) |
| void | unsetNrecords () |
| boolean | isSetNrecords () |
| void | setNrecordsIsSet (boolean value) |
| void | setFieldValue (_Fields field, java.lang.Object value) |
| java.lang.Object | getFieldValue (_Fields field) |
| boolean | isSet (_Fields field) |
| boolean | equals (java.lang.Object that) |
| boolean | equals (rpc_record_batch that) |
| int | hashCode () |
| int | compareTo (rpc_record_batch other) |
| _Fields | fieldForId (int fieldId) |
| void | read (org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException |
| void | write (org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException |
| java.lang.String | toString () |
| void | validate () throws org.apache.thrift.TException |
Static Public Attributes | |
| static final java.util.Map< _Fields, org.apache.thrift.meta_data.FieldMetaData > | metaDataMap |
|
inline |
Performs a deep copy on other.
|
inline |
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
inline |
Returns true if field blocks is set (has been assigned a value) and false otherwise
|
inline |
Returns true if field nrecords is set (has been assigned a value) and false otherwise
1.8.14