Interface | Description |
---|---|
HandlerFactory |
Handler factory supports different strategies to
create an instance of handler class for given registered route.
|
ImportHiveTableHandler.HiveTableImporter | |
ModelExportAware | |
RequestServer.HttpLogFilter |
Create a new HttpLogFilter.
|
RestApiContext |
REST API registration interfaces.
|
RestApiExtension |
REST API registration endpoint.
|
SaveToHiveTableHandler.HiveFrameSaver | |
Schema.AutoParseable |
This "Marker Interface" denotes classes that can directly be parsed by GSON parser (skip H2O's own parser)
|
SpecifiesHttpResponseCode |
Interface which allows a Schema, if returned by a handler method, to specify the HTTP response code.
|
StreamWriteOption | |
StreamWriter |
Stream provider.
|
ValuesProvider |
A marker type to provide values for type which behaves like Enum in REST API.
|
Class | Description |
---|---|
AboutHandler | |
AbstractRegister | |
AlgoAbstractRegister |
Abstract base class for registering Rest API for algorithms
|
AssemblyHandler | |
CapabilitiesHandler | |
CreateFrameHandler | |
CreateFrameHandler.CreateSimpleFrame | |
DatasetServlet | |
DCTTransformerHandler | |
DecryptionSetupHandler | |
DelegatingStreamWriter | |
DownloadDataHandler | |
EnumValuesProvider<E extends java.lang.Enum<E>> | |
FrameChunksHandler | |
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 | |
GridImportExportHandler | |
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.DefaultModelParametersBuilderFactory<MP extends Model.Parameters,PS extends ModelParametersSchemaV3> | |
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.
|
H2oRestGsonHelper |
Custom Gson serialization for our REST API, which does things like turn a String of a Key into
a Key object automagically.
|
Handler | |
ImportFilesHandler |
The handler provides import capabilities.
|
ImportHiveTableHandler | |
ImportSQLTableHandler |
Import Sql Table into H2OFrame
|
InteractionHandler | |
JobsHandler | |
JobsHandler.FetchJob | |
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> | |
ModelBuilderHandlerUtils | |
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 | |
PingHandler | |
PostFileServlet | |
ProfilerHandler | |
PutKeyServlet |
Upload any value to K/V store.
|
RapidsHandler | |
RapidsHandler.StartSession4 | |
RecoveryHandler | |
RecoveryHandler.ResumeV3 | |
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.
|
RequestServer.DummyRestApiContext |
Dummy Rest API context which is redirecting calls to static method API.
|
RequestUri | |
RestApiHandler<IS extends Schema,OS extends Schema> |
Common interface for
|
Route |
Routing of an http request to a handler method, with path parameter parsing.
|
SaveToHiveTableHandler | |
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 | |
SegmentModelsBuilderHandler<B extends ModelBuilder,S extends ModelBuilderSchema<B,S,P>,P extends ModelParametersSchemaV3> | |
ShutdownHandler | |
ShutdownHandler.Shutdown | |
SplitFrameHandler | |
SteamMetricsHandler | |
StreamingSchema |
Schema to represent schema.
|
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?
|
RequestServer.LogFilterLevel | |
SaveToHiveTableHandler.HiveFrameSaver.Format |
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.
|