@Generated(value="Autogenerated by Thrift Compiler (0.9.2)", date="2015-10-16") public class LineageCommand extends Object implements org.apache.thrift.TBase<LineageCommand,LineageCommand._Fields>, Serializable, Cloneable, Comparable<LineageCommand>
| Modifier and Type | Class and Description |
|---|---|
static class |
LineageCommand._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
List<CheckpointFile> |
checkpointFiles |
CommandType |
commandType |
static Map<LineageCommand._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
| Constructor and Description |
|---|
LineageCommand() |
LineageCommand(CommandType commandType,
List<CheckpointFile> checkpointFiles) |
LineageCommand(LineageCommand other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToCheckpointFiles(CheckpointFile elem) |
void |
clear() |
int |
compareTo(LineageCommand other) |
LineageCommand |
deepCopy() |
boolean |
equals(LineageCommand that) |
boolean |
equals(Object that) |
LineageCommand._Fields |
fieldForId(int fieldId) |
List<CheckpointFile> |
getCheckpointFiles() |
Iterator<CheckpointFile> |
getCheckpointFilesIterator() |
int |
getCheckpointFilesSize() |
CommandType |
getCommandType() |
Object |
getFieldValue(LineageCommand._Fields field) |
int |
hashCode() |
boolean |
isSet(LineageCommand._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetCheckpointFiles()
Returns true if field checkpointFiles is set (has been assigned a value) and false otherwise
|
boolean |
isSetCommandType()
Returns true if field commandType is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
LineageCommand |
setCheckpointFiles(List<CheckpointFile> checkpointFiles) |
void |
setCheckpointFilesIsSet(boolean value) |
LineageCommand |
setCommandType(CommandType commandType) |
void |
setCommandTypeIsSet(boolean value) |
void |
setFieldValue(LineageCommand._Fields field,
Object value) |
String |
toString() |
void |
unsetCheckpointFiles() |
void |
unsetCommandType() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public CommandType commandType
CommandTypepublic List<CheckpointFile> checkpointFiles
public static final Map<LineageCommand._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public LineageCommand()
public LineageCommand(CommandType commandType, List<CheckpointFile> checkpointFiles)
public LineageCommand(LineageCommand other)
public LineageCommand deepCopy()
deepCopy in interface org.apache.thrift.TBase<LineageCommand,LineageCommand._Fields>public void clear()
clear in interface org.apache.thrift.TBase<LineageCommand,LineageCommand._Fields>public CommandType getCommandType()
CommandTypepublic LineageCommand setCommandType(CommandType commandType)
CommandTypepublic void unsetCommandType()
public boolean isSetCommandType()
public void setCommandTypeIsSet(boolean value)
public int getCheckpointFilesSize()
public Iterator<CheckpointFile> getCheckpointFilesIterator()
public void addToCheckpointFiles(CheckpointFile elem)
public List<CheckpointFile> getCheckpointFiles()
public LineageCommand setCheckpointFiles(List<CheckpointFile> checkpointFiles)
public void unsetCheckpointFiles()
public boolean isSetCheckpointFiles()
public void setCheckpointFilesIsSet(boolean value)
public void setFieldValue(LineageCommand._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<LineageCommand,LineageCommand._Fields>public Object getFieldValue(LineageCommand._Fields field)
getFieldValue in interface org.apache.thrift.TBase<LineageCommand,LineageCommand._Fields>public boolean isSet(LineageCommand._Fields field)
isSet in interface org.apache.thrift.TBase<LineageCommand,LineageCommand._Fields>public boolean equals(LineageCommand that)
public int compareTo(LineageCommand other)
compareTo in interface Comparable<LineageCommand>public LineageCommand._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<LineageCommand,LineageCommand._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<LineageCommand,LineageCommand._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<LineageCommand,LineageCommand._Fields>org.apache.thrift.TExceptionpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2015. All Rights Reserved.