public interface Grids
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<GridSchemaV99> |
fetch(java.lang.String grid_id)
Return the specified grid search result.
|
retrofit2.Call<GridsV99> |
list()
Return all grids from H2O distributed K/V store.
|
@GET(value="/99/Grids/{grid_id}")
retrofit2.Call<GridSchemaV99> fetch(@Path(value="grid_id")
java.lang.String grid_id)
@GET(value="/99/Grids") retrofit2.Call<GridsV99> list()