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