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.
|
ValuesProvider |
A marker type to provide values for type which behaves like Enum in REST API.
|
Class | Description |
---|---|
AboutHandler | |
AbstractRegister | |
AssemblyHandler | |
CreateFrameHandler | |
DatasetServlet | |
DCTTransformerHandler | |
DownloadDataHandler | |
FramesHandler<I extends FramesHandler.Frames,S extends SchemaV3<I,S>> | |
FramesHandler.Frames |
Class which contains the internal representation of the frames list and params.
|
GarbageCollectHandler | |
Grids | |
GridSearchHandler<G extends Grid<MP>,S extends GridSearchSchema<G,S,MP,P>,MP extends Model.Parameters,P extends ModelParametersSchemaV3> |
A generic grid search handler implementing launch of grid search.
|
GridSearchHandler.ModelParametersFromSchemaBuilder<MP extends Model.Parameters,PS extends ModelParametersSchemaV3> |
Model parameters factory building model parameters with respect to its schema.
|
GridsHandler |
/Grids/ end-point handler.
|
Handler | |
ImportFilesHandler |
The handler provides import capabilities.
|
ImportSQLTableHandler |
Import Sql Table into H2OFrame
|
InteractionHandler | |
JobsHandler | |
JStackHandler | |
KillMinus3Handler | |
LogAndEchoHandler | |
LogsHandler | |
MetadataHandler |
Docs REST API handler, which provides endpoint handlers for the autogeneration of
Markdown (and in the future perhaps HTML and PDF) documentation for REST API endpoints
and payload entities (aka Schemas).
|
MissingInserterHandler | |
ModelBuilderHandler<B extends ModelBuilder,S extends ModelBuilderSchema<B,S,P>,P extends ModelParametersSchemaV3> | |
ModelCacheManager | |
ModelsHandler<I extends ModelsHandler.Models,S extends SchemaV3<I,S>> | |
ModelsHandler.Models |
Class which contains the internal representation of the models list and params.
|
NanoResponse |
HTTP response.
|
NanoStreamResponse | |
NetworkTestHandler | |
NodePersistentStorageHandler | |
NpsBinServlet | |
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.
|
ParseTypeValuesProvider | |
PostFileServlet | |
ProfilerHandler | |
RapidsHandler | |
RegisterResourceRoots | |
RegisterV3Api | |
RegisterV4Api |
Master-class for v4 REST APIs
|
RemoveAllHandler | |
RemoveHandler | |
RequestServer |
This is a simple web server which accepts HTTP requests and routes them
to methods in Handler classes for processing.
|
RequestUri | |
Route |
Routing of an http request to a handler method, with path parameter parsing.
|
Schema<I extends Iced,S extends Schema<I,S>> |
Base Schema class; all REST API Schemas inherit from here.
|
SchemaMetadata |
The metadata info on all the fields in a Schema.
|
SchemaMetadata.FieldMetadata | |
SchemaServer | |
ShutdownHandler | |
ShutdownHandler.Shutdown | |
SplitFrameHandler | |
StreamingSchema |
Schema to represent schema.
|
StreamWriter |
Stream provider.
|
TabulateHandler | |
TimelineHandler |
UDP Timeline
Created by tomasnykodym on 6/5/14.
|
TimelineHandler.Timeline | |
UnlockKeysHandler | |
UnlockTask | |
ValidationAdapter | |
WaterMeterCpuTicksHandler | |
WaterMeterIoHandler |
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.
|