public final class CompactStats
extends com.google.flatbuffers.Struct
Modifier and Type | Class and Description |
---|---|
static class |
CompactStats.Vector |
Constructor and Description |
---|
CompactStats() |
Modifier and Type | Method and Description |
---|---|
CompactStats |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
long |
bytesRead() |
long |
bytesWritten() |
static int |
createCompactStats(com.google.flatbuffers.FlatBufferBuilder builder,
long bytesRead,
long bytesWritten,
long dirtyBytesRead) |
long |
dirtyBytesRead() |
public void __init(int _i, ByteBuffer _bb)
public CompactStats __assign(int _i, ByteBuffer _bb)
public long bytesRead()
public long bytesWritten()
public long dirtyBytesRead()
public static int createCompactStats(com.google.flatbuffers.FlatBufferBuilder builder, long bytesRead, long bytesWritten, long dirtyBytesRead)