Package | Description |
---|---|
io.cdap.cdap.api.app |
An Application is a logical grouping of
Datasets and
programs. |
io.cdap.cdap.api.dataset.lib.cube |
Implementation of a Cube dataset in CDAP.
|
io.cdap.cdap.api.service |
Defines ServiceSpecification.
|
io.cdap.cdap.api.service.http |
Defines a service for handling HTTP requests.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractApplication.addService(String name,
HttpServiceHandler handler,
HttpServiceHandler... handlers)
Adds a
Service that consists of the given HttpServiceHandler . |
protected void |
AbstractApplication.addService(String name,
HttpServiceHandler handler,
HttpServiceHandler... handlers)
Adds a
Service that consists of the given HttpServiceHandler . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCubeHttpHandler
A basic implementation of
HttpServiceHandler that provides
endpoints to explore and execute queries in Cube dataset. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractService.addHandler(HttpServiceHandler handler)
Add handler to the Service.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfigurer.addHandlers(Iterable<? extends HttpServiceHandler> handlers)
Add a a list of request handlers to the Service.
|
protected void |
AbstractService.addHandlers(Iterable<? extends HttpServiceHandler> handlers)
Add a list of handlers to the Service.
|
Constructor and Description |
---|
BasicService(String name,
HttpServiceHandler handler,
HttpServiceHandler... handlers) |
BasicService(String name,
HttpServiceHandler handler,
HttpServiceHandler... handlers) |
Constructor and Description |
---|
BasicService(String name,
Iterable<? extends HttpServiceHandler> handlers) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpServiceHandler<T extends HttpServiceContext,V extends HttpServiceConfigurer>
An abstract implementation of
HttpServiceHandler . |
Copyright © 2024 Cask Data, Inc. Licensed under the Apache License, Version 2.0.