Class Level
java.lang.Object
com.google.flatbuffers.Table
express.mvp.myra.codec.bench.codecs.flatbuffers.Level
public final class Level
extends com.google.flatbuffers.Table
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.flatbuffers.Table
bb, bb_pos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__assign(int _i, ByteBuffer _bb) void__init(int _i, ByteBuffer _bb) static voidaddMaker(com.google.flatbuffers.FlatBufferBuilder builder, byte maker) static voidaddOrderCount(com.google.flatbuffers.FlatBufferBuilder builder, int orderCount) static voidaddPriceNanos(com.google.flatbuffers.FlatBufferBuilder builder, long priceNanos) static voidaddSize(com.google.flatbuffers.FlatBufferBuilder builder, int size) static intcreateLevel(com.google.flatbuffers.FlatBufferBuilder builder, long priceNanos, int size, int orderCount, byte maker) static intendLevel(com.google.flatbuffers.FlatBufferBuilder builder) static LevelgetRootAsLevel(ByteBuffer _bb) static LevelgetRootAsLevel(ByteBuffer _bb, Level obj) bytemaker()intlongintsize()static voidstartLevel(com.google.flatbuffers.FlatBufferBuilder builder) static voidMethods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
Constructor Details
-
Level
public Level()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsLevel
-
getRootAsLevel
-
__init
-
__assign
-
priceNanos
public long priceNanos() -
size
public int size() -
orderCount
public int orderCount() -
maker
public byte maker() -
createLevel
public static int createLevel(com.google.flatbuffers.FlatBufferBuilder builder, long priceNanos, int size, int orderCount, byte maker) -
startLevel
public static void startLevel(com.google.flatbuffers.FlatBufferBuilder builder) -
addPriceNanos
public static void addPriceNanos(com.google.flatbuffers.FlatBufferBuilder builder, long priceNanos) -
addSize
public static void addSize(com.google.flatbuffers.FlatBufferBuilder builder, int size) -
addOrderCount
public static void addOrderCount(com.google.flatbuffers.FlatBufferBuilder builder, int orderCount) -
addMaker
public static void addMaker(com.google.flatbuffers.FlatBufferBuilder builder, byte maker) -
endLevel
public static int endLevel(com.google.flatbuffers.FlatBufferBuilder builder)
-