| Interface | Description |
|---|---|
| HandlerFactory |
Handler factory supports different strategies to
create an instance of handler class for given registered route.
|
| SpecifiesHttpResponseCode |
Interface which allows a Schema, if returned by a handler method, to specify the HTTP response code.
|
| Class | Description |
|---|---|
| AboutHandler | |
| AboutHandler.AboutEntryV3 | |
| AboutHandler.AboutV3 | |
| AbstractRegister | |
| CloudV3 | |
| CloudV3.NodeV3 | |
| ClusteringModelParametersSchema<P extends ClusteringModel.ClusteringParameters,S extends ClusteringModelParametersSchema<P,S>> |
An instance of a ClusteringModelParameters schema contains the common ClusteringModel build parameters.
|
| ConfusionMatrixBase<I extends ConfusionMatrix,S extends ConfusionMatrixBase> | |
| ConfusionMatrixV3 | |
| CreateFrameHandler | |
| DCTTransformerHandler | |
| DCTTransformerV3 | |
| DownloadDataHandler | |
| DownloadDataV3 | |
| FieldMetadataV3 | |
| FrameBase<I extends Iced,S extends Schema<I,S>> |
The minimal amount of information on a Frame.
|
| FrameSynopsisV3 |
The minimal amount of information on a Frame.
|
| FrameV3 |
All the details on a Frame.
|
| FrameV3.ColSpecifierV3 | |
| FrameV3.ColV3 | |
| GarbageCollectHandler | |
| GarbageCollectV3 | |
| GridsHandler |
/Grids/ end-point handler.
|
| H2OErrorV3<I extends H2OError,S extends H2OErrorV3<I,S>> |
Schema which represents a back-end error which will be returned to the client.
|
| H2OModelBuilderErrorV3 |
Schema which represents a back-end error from the model building process which will be
returned to the client.
|
| Handler | |
| ImportFilesHandler |
The handler provides import capabilities.
|
| InitIDHandler | |
| InitIDV3 | |
| InteractionHandler | |
| JobsHandler | |
| JobsHandler.Jobs |
Impl class for a collection of jobs; only used in the API to make it easier to cons up the jobs array via the magic of PojoUtils.copyProperties.
|
| JobsV3 | |
| JobV3<J extends Job,S extends JobV3<J,S>> |
Schema for a single Job.
|
| JStackHandler | |
| JStackV3 | |
| JStackV3.DStackTraceV3 | |
| KeyV3<I extends Iced,S extends KeyV3<I,S,K>,K extends Keyed> |
Base Schema Class for Keys.
|
| KeyV3.FrameKeyV3 | |
| KeyV3.GridKeyV3 | |
| KeyV3.JobKeyV3 | |
| KeyV3.KeyedVoidV3 | |
| KeyV3.ModelKeyV3 | |
| KeyV3.VecKeyV3 | |
| KillMinus3Handler | |
| KillMinus3V3 | |
| LogAndEchoHandler | |
| LogAndEchoV3 | |
| LogsHandler | |
| LogsV3 | |
| MetadataBase<I extends Iced,S extends MetadataBase<I,S>> | |
| MetadataHandler | |
| MetadataV3 | |
| MissingInserterHandler | |
| MissingInserterV3 | |
| ModelBuilderHandler<B extends ModelBuilder,S extends ModelBuilderSchema<B,S,P>,P extends ModelParametersSchema> | |
| ModelBuilderJobV3<J extends ModelBuilder,S extends ModelBuilderJobV3<J,S>> |
Job which includes the standard validation error fields, to allow us to capture
validation and other errors after the job building task has been forked.
|
| ModelBuildersV3 | |
| ModelExportV3 |
Model export REST end-point.
|
| ModelImportV3 |
Model import REST end-point.
|
| ModelMetricsAutoEncoderV3 | |
| ModelMetricsBase<I extends ModelMetrics,S extends ModelMetricsBase<I,S>> |
Base Schema for individual instances of ModelMetrics objects.
|
| ModelMetricsBinomialGLMV3 | |
| ModelMetricsBinomialV3<I extends ModelMetricsBinomial,S extends ModelMetricsBinomialV3<I,S>> | |
| ModelMetricsClusteringV3 | |
| ModelMetricsMultinomialV3 | |
| ModelMetricsRegressionGLMV3 |
Created by tomasnykodym on 4/20/15.
|
| ModelMetricsRegressionV3<I extends ModelMetricsRegression,S extends ModelMetricsRegressionV3<I,S>> | |
| ModelOutputSchema<O extends Model.Output,S extends ModelOutputSchema<O,S>> |
An instance of a ModelOutput schema contains the Model build output (e.g., the cluster centers for KMeans).
|
| ModelParameterSchemaV3 |
An instance of a ModelParameters schema contains the metadata for a single Model build parameter (e.g., K for KMeans).
|
| ModelParametersSchema<P extends Model.Parameters,S extends ModelParametersSchema<P,S>> |
An instance of a ModelParameters schema contains the Model build parameters (e.g., K and max_iterations for KMeans).
|
| ModelSchema<M extends Model<M,P,O>,S extends ModelSchema<M,S,P,PS,O,OS>,P extends Model.Parameters,PS extends ModelParametersSchema<P,PS>,O extends Model.Output,OS extends ModelOutputSchema<O,OS>> |
A Model schema contains all the pieces associated with a Model:
|
| ModelSchemaBase<M extends Iced,S extends Schema<M,S>> |
A Model schema contains all the pieces associated with a Model:
|
| ModelSynopsisV3 |
A Model synopsis contains only the minimal properties a Model: it's ID (key) and algo.
|
| NetworkBenchV3 |
Created by tomasnykodym on 7/28/15.
|
| NetworkTestHandler | |
| NetworkTestV3 | |
| NodePersistentStorageHandler | |
| NodePersistentStorageV3 |
Created by rpeck on 11/30/14.
|
| NodePersistentStorageV3.NodePersistentStorageEntryV3 | |
| ParseSetupHandler |
A class holding parser-setup flags: kind of parser, field separator, column
header labels, whether or not to allow single-quotes to quote, number of
columns discovered.
|
| ParseSetupV3 | |
| ParseV3 | |
| ProfilerHandler | |
| ProfilerNodeV3 | |
| ProfilerNodeV3.ProfilerNodeEntryV3 | |
| ProfilerV3 | |
| RapidsV99 | |
| Register | |
| RemoveAllHandler | |
| RemoveAllV3 | |
| RemoveHandler | |
| RemoveV3 | |
| RequestSchema<I extends Iced,S extends Schema<I,S>> |
Base Schema class for all REST API requests, gathering up common behavior such as the
__exclude_fields/__include_fields query params.
|
| RequestServer |
This is a simple web server which accepts HTTP requests and routes them
to methods in Handler classes for processing.
|
| RouteBase<I extends water.api.Route,S extends RouteBase<I,S>> | |
| RouteV3 | |
| Schema<I extends Iced,S extends Schema<I,S>> |
Base Schema class; all REST API Schemas inherit from here.
|
| Schema.Meta |
Metadata for a Schema, including the version, name and type.
|
| SchemaMetadata |
The metadata info on all the fields in a Schema.
|
| SchemaMetadata.FieldMetadata | |
| SchemaMetadataBase<I extends SchemaMetadata,S extends SchemaMetadataBase<I,S>> |
Schema for the metadata for a Schema.
|
| SchemaMetadataBase.FieldMetadataBase<I extends SchemaMetadata.FieldMetadata,S extends SchemaMetadataBase.FieldMetadataBase<I,S>> |
Schema for the metadata for the field of a Schema.
|
| SchemaMetadataV3 | |
| ShutdownHandler | |
| ShutdownHandler.Shutdown | |
| ShutdownV3 | |
| SplitFrameHandler | |
| SplitFrameV3 | |
| TabulateHandler | |
| TabulateV3 | |
| TimelineHandler |
UDP Timeline
Created by tomasnykodym on 6/5/14.
|
| TimelineHandler.Timeline | |
| TimelineV3 |
Display of a Timeline
Created by tomasnykodym on 6/5/14.
|
| TimelineV3.EventV3<I,S extends TimelineV3.EventV3<I,S>> | |
| TimelineV3.NetworkEvent | |
| TwoDimTableBase<I extends TwoDimTable,S extends TwoDimTableBase> |
Client-facing Schema of a TwoDimTable
Notes:
1) We embed the rowHeaders into the table, extending it by 1 column
2) We store all the data in column-major order
3) We store all the data in String format
|
| TwoDimTableBase.ColumnSpecsBase | |
| TypeaheadV3 | |
| UnlockKeysHandler | |
| UnlockKeysV3 | |
| UnlockTask | |
| ValidationAdapter | |
| ValidationMessageBase<I extends Job.ValidationMessage,S extends ValidationMessageBase<I,S>> |
Model builder parameter validation message schema.
|
| ValidationMessageV3 |
Model builder parameter validation message schema.
|
| VarImpBase<I extends VarImp,S extends VarImpBase<I,S>> | |
| VarImpV3 | |
| WaterMeterCpuTicksHandler | |
| WaterMeterCpuTicksV3 | |
| WaterMeterIoHandler | |
| WaterMeterIoV3 |
| Enum | Description |
|---|---|
| API.Direction |
Is a given field an input, an output, or both?
|
| API.Level |
How important is it to specify a given field to get a useful result?
|
| Exception | Description |
|---|---|
| APIException |
The exception to report various errors during
handling API requests.
|
| FSIOException | |
| HDFSIOException |
| Annotation Type | Description |
|---|---|
| API |
API Annotation
API annotations are used to document field behaviors for the external REST API.
|