public class TaskPara extends Object implements com.facebook.thrift.TBase, Serializable, Cloneable, Comparable<TaskPara>
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskPara.Builder |
| Modifier and Type | Field and Description |
|---|---|
static Map<Integer,com.facebook.thrift.meta_data.FieldMetaData> |
metaDataMap |
List<Integer> |
parts |
static int |
PARTS |
int |
space_id |
static int |
SPACE_ID |
List<byte[]> |
task_specific_paras |
static int |
TASK_SPECIFIC_PARAS |
| Constructor and Description |
|---|
TaskPara() |
TaskPara(int space_id) |
TaskPara(int space_id,
List<Integer> parts,
List<byte[]> task_specific_paras) |
TaskPara(TaskPara other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
static TaskPara.Builder |
builder() |
int |
compareTo(TaskPara other) |
TaskPara |
deepCopy()
Returns a copy of `this`.
|
boolean |
equals(Object _that) |
Object |
getFieldValue(int fieldID) |
List<Integer> |
getParts() |
int |
getSpace_id() |
List<byte[]> |
getTask_specific_paras() |
int |
hashCode() |
boolean |
isSetParts() |
boolean |
isSetSpace_id() |
boolean |
isSetTask_specific_paras() |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
void |
setFieldValue(int fieldID,
Object __value) |
TaskPara |
setParts(List<Integer> parts) |
void |
setPartsIsSet(boolean __value) |
TaskPara |
setSpace_id(int space_id) |
void |
setSpace_idIsSet(boolean __value) |
TaskPara |
setTask_specific_paras(List<byte[]> task_specific_paras) |
void |
setTask_specific_parasIsSet(boolean __value) |
String |
toString() |
String |
toString(int indent,
boolean prettyPrint)
Creates an indented String representation for pretty printing
|
void |
unsetParts() |
void |
unsetSpace_id() |
void |
unsetTask_specific_paras() |
void |
validate() |
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
Writes the objects out to the protocol
|
public int space_id
public List<byte[]> task_specific_paras
public static final int SPACE_ID
public static final int PARTS
public static final int TASK_SPECIFIC_PARAS
public TaskPara()
public TaskPara(int space_id)
public TaskPara(TaskPara other)
public static TaskPara.Builder builder()
public TaskPara deepCopy()
com.facebook.thrift.TBasex.getClass() == x.deepCopy().getClass() should be true for any
TBase.deepCopy in interface com.facebook.thrift.TBasepublic int getSpace_id()
public TaskPara setSpace_id(int space_id)
public void unsetSpace_id()
public boolean isSetSpace_id()
public void setSpace_idIsSet(boolean __value)
public void unsetParts()
public boolean isSetParts()
public void setPartsIsSet(boolean __value)
public List<byte[]> getTask_specific_paras()
public void unsetTask_specific_paras()
public boolean isSetTask_specific_paras()
public void setTask_specific_parasIsSet(boolean __value)
public void setFieldValue(int fieldID,
Object __value)
public Object getFieldValue(int fieldID)
public int compareTo(TaskPara other)
compareTo in interface Comparable<TaskPara>public void read(com.facebook.thrift.protocol.TProtocol iprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBaseread in interface com.facebook.thrift.TBaseiprot - Input protocolcom.facebook.thrift.TExceptionpublic void write(com.facebook.thrift.protocol.TProtocol oprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBasewrite in interface com.facebook.thrift.TBaseoprot - Output protocolcom.facebook.thrift.TExceptionpublic String toString(int indent, boolean prettyPrint)
com.facebook.thrift.TBasetoString in interface com.facebook.thrift.TBaseindent - The level of indentation desiredprettyPrint - Set pretty printing on/offpublic void validate()
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.