public static class UploadPlanV3.ChunkAssigmentV3 extends water.api.schemas3.SchemaV3<water.Iced,UploadPlanV3.ChunkAssigmentV3>
| Modifier and Type | Field and Description |
|---|---|
int |
chunk_id |
java.lang.String |
ip |
int |
node_idx |
int |
port |
| Constructor and Description |
|---|
ChunkAssigmentV3() |
ChunkAssigmentV3(int id,
water.H2ONode node) |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall@API(help="An identifier unique in scope of a given frame",
direction=OUTPUT)
public int chunk_id
@API(help="Index of H2O node where the chunk should be uploaded to",
direction=OUTPUT)
public int node_idx
@API(help="IP address of H2O node where the chunk should be uploaded to",
direction=OUTPUT)
public java.lang.String ip
@API(help="Port of H2O node where the chunk should be uploaded to",
direction=OUTPUT)
public int port