public class FrameChunkV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
int |
chunkId
An identifier unique in scope of a given frame
|
int |
nodeIdx
Index of H2O node where the chunk is located in
|
int |
rowCount
Number of rows represented byt the chunk
|
| Constructor and Description |
|---|
FrameChunkV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
@SerializedName(value="chunk_id") public int chunkId
@SerializedName(value="row_count") public int rowCount
@SerializedName(value="node_idx") public int nodeIdx