public class AssistedClusteringRestApi
extends java.lang.Object
implements java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ASSISTED_CLUSTERING_PORT_KEY |
| Constructor and Description |
|---|
AssistedClusteringRestApi(java.util.function.Consumer<java.lang.String> flatFileConsumer)
Creates, but not starts assisted clustering REST API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
From AutoCloseable - aids usage inside try-with-resources blocks.
|
void |
start() |
public static final java.lang.String ASSISTED_CLUSTERING_PORT_KEY
public AssistedClusteringRestApi(java.util.function.Consumer<java.lang.String> flatFileConsumer)
throws java.io.IOException
The REST API is bound to a default port of 8080, unless specified otherwise by the H2O_ASSISTED_CLUSTERING_API_PORT environment variable.
java.io.IOException