public final class Job
extends com.google.flatbuffers.Table
Constructor and Description |
---|
Job() |
Modifier and Type | Method and Description |
---|---|
Job |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addEndTime(com.google.flatbuffers.FlatBufferBuilder builder,
long endTime) |
static void |
addId(com.google.flatbuffers.FlatBufferBuilder builder,
int id) |
static void |
addPartitionRestoreContexts(com.google.flatbuffers.FlatBufferBuilder builder,
int partitionRestoreContextsOffset) |
static void |
addStartTime(com.google.flatbuffers.FlatBufferBuilder builder,
long startTime) |
static void |
addStatus(com.google.flatbuffers.FlatBufferBuilder builder,
int status) |
static int |
createJob(com.google.flatbuffers.FlatBufferBuilder builder,
int id,
int status,
long startTime,
long endTime,
int partitionRestoreContextsOffset) |
static int |
createPartitionRestoreContextsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
endJob(com.google.flatbuffers.FlatBufferBuilder builder) |
long |
endTime() |
static Job |
getRootAsJob(ByteBuffer _bb) |
static Job |
getRootAsJob(ByteBuffer _bb,
Job obj) |
int |
id() |
PartitionRestoreContext |
partitionRestoreContexts(int j) |
PartitionRestoreContext |
partitionRestoreContexts(PartitionRestoreContext obj,
int j) |
int |
partitionRestoreContextsLength() |
static void |
startJob(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startPartitionRestoreContextsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
long |
startTime() |
int |
status() |
public static Job getRootAsJob(ByteBuffer _bb)
public static Job getRootAsJob(ByteBuffer _bb, Job obj)
public void __init(int _i, ByteBuffer _bb)
public Job __assign(int _i, ByteBuffer _bb)
public int id()
public int status()
public long startTime()
public long endTime()
public PartitionRestoreContext partitionRestoreContexts(int j)
public PartitionRestoreContext partitionRestoreContexts(PartitionRestoreContext obj, int j)
public int partitionRestoreContextsLength()
public static int createJob(com.google.flatbuffers.FlatBufferBuilder builder, int id, int status, long startTime, long endTime, int partitionRestoreContextsOffset)
public static void startJob(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addId(com.google.flatbuffers.FlatBufferBuilder builder, int id)
public static void addStatus(com.google.flatbuffers.FlatBufferBuilder builder, int status)
public static void addStartTime(com.google.flatbuffers.FlatBufferBuilder builder, long startTime)
public static void addEndTime(com.google.flatbuffers.FlatBufferBuilder builder, long endTime)
public static void addPartitionRestoreContexts(com.google.flatbuffers.FlatBufferBuilder builder, int partitionRestoreContextsOffset)
public static int createPartitionRestoreContextsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startPartitionRestoreContextsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static int endJob(com.google.flatbuffers.FlatBufferBuilder builder)