public final class EpochChain
extends com.google.flatbuffers.Struct
Constructor and Description |
---|
EpochChain() |
Modifier and Type | Method and Description |
---|---|
EpochChain |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static int |
createEpochChain(com.google.flatbuffers.FlatBufferBuilder builder,
int epoch,
long start) |
int |
epoch() |
long |
start() |
public void __init(int _i, ByteBuffer _bb)
public EpochChain __assign(int _i, ByteBuffer _bb)
public int epoch()
public long start()
public static int createEpochChain(com.google.flatbuffers.FlatBufferBuilder builder, int epoch, long start)