Package | Description |
---|---|
org.apache.ambari.server.api.handlers | |
org.apache.ambari.server.api.services |
Modifier and Type | Class and Description |
---|---|
class |
BaseManagementHandler
Base handler for operations that persist state to the back-end.
|
class |
CreateHandler
Responsible for create requests.
|
class |
DeleteHandler
Responsible for delete requests.
|
class |
QueryCreateHandler
Handler for creates that are applied to the results of a query.
|
class |
ReadHandler
Responsible for read requests.
|
class |
UpdateHandler
Responsible for update requests.
|
Modifier and Type | Method and Description |
---|---|
protected RequestHandler |
QueryCreateHandler.getReadHandler()
Read handler instance.
|
Modifier and Type | Method and Description |
---|---|
protected RequestHandler |
PutRequest.getRequestHandler() |
protected abstract RequestHandler |
BaseRequest.getRequestHandler()
Obtain the underlying request handler for the request.
|
protected RequestHandler |
PostRequest.getRequestHandler() |
protected RequestHandler |
QueryPostRequest.getRequestHandler() |
protected RequestHandler |
GetRequest.getRequestHandler() |
protected RequestHandler |
DeleteRequest.getRequestHandler() |
Copyright © 2022 Apache Software Foundation. All rights reserved.