Package org.nd4j.graph
Class FlatResponse
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.nd4j.graph.FlatResponse
-
public final class FlatResponse extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlatResponse.Vector
-
Constructor Summary
Constructors Constructor Description FlatResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FlatResponse__assign(int _i, ByteBuffer _bb)void__init(int _i, ByteBuffer _bb)static voidaddStatus(com.google.flatbuffers.FlatBufferBuilder builder, int status)static intcreateFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder, int status)static intendFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder)static FlatResponsegetRootAsFlatResponse(ByteBuffer _bb)static FlatResponsegetRootAsFlatResponse(ByteBuffer _bb, FlatResponse obj)static voidstartFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder)intstatus()static voidValidateVersion()-
Methods 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
-
-
-
-
Method Detail
-
ValidateVersion
public static void ValidateVersion()
-
getRootAsFlatResponse
public static FlatResponse getRootAsFlatResponse(ByteBuffer _bb)
-
getRootAsFlatResponse
public static FlatResponse getRootAsFlatResponse(ByteBuffer _bb, FlatResponse obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public FlatResponse __assign(int _i, ByteBuffer _bb)
-
status
public int status()
-
createFlatResponse
public static int createFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder, int status)
-
startFlatResponse
public static void startFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder)
-
addStatus
public static void addStatus(com.google.flatbuffers.FlatBufferBuilder builder, int status)
-
endFlatResponse
public static int endFlatResponse(com.google.flatbuffers.FlatBufferBuilder builder)
-
-