| Package | Description |
|---|---|
| org.apache.nifi.web.api |
The NiFi REST API allows clients to obtain and update configuration and
status information pertaining to an instance of NiFi.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
HistoryResource.getAction(ClientIdParameter clientId,
IntegerParameter id)
Gets the action for the corresponding id.
|
javax.ws.rs.core.Response |
BulletinBoardResource.getBulletinBoard(ClientIdParameter clientId,
LongParameter after,
BulletinBoardPatternParameter sourceName,
BulletinBoardPatternParameter message,
BulletinBoardPatternParameter sourceId,
BulletinBoardPatternParameter groupId,
IntegerParameter limit)
Retrieves all the of templates in this NiFi.
|
javax.ws.rs.core.Response |
HistoryResource.queryHistory(ClientIdParameter clientId,
IntegerParameter offset,
IntegerParameter count,
String sortColumn,
String sortOrder,
DateTimeParameter startDate,
DateTimeParameter endDate,
String userName,
String sourceId)
Queries the history of this Controller.
|
javax.ws.rs.core.Response |
ProvenanceResource.submitProvenanceRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
ClientIdParameter clientId,
DateTimeParameter startDate,
DateTimeParameter endDate,
String minimumFileSize,
String maximumFileSize,
IntegerParameter maxResults,
String clusterNodeId,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Creates provenance using the specified query criteria.
|
javax.ws.rs.core.Response |
ConnectionResource.updateConnection(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String connectionId,
String name,
Set<String> relationships,
List<String> bends,
IntegerParameter labelIndex,
LongParameter zIndex,
String flowFileExpiration,
LongParameter backPressureObjectThreshold,
String backPressureDataSizeThreshold,
List<String> prioritizers,
String destinationId,
String destinationGroupId,
ConnectableTypeParameter destinationType,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates the specified relationship target.
|
javax.ws.rs.core.Response |
ControllerResource.updateControllerConfig(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String name,
String comments,
IntegerParameter maxTimerDrivenThreadCount,
IntegerParameter maxEventDrivenThreadCount)
Update the configuration for this NiFi.
|
javax.ws.rs.core.Response |
InputPortResource.updateInputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
DoubleParameter x,
DoubleParameter y,
String comments,
Set<String> groupAccessControl,
Set<String> userAccessControl,
String name,
String state,
IntegerParameter concurrentlySchedulableTaskCount,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates the specified input port.
|
javax.ws.rs.core.Response |
OutputPortResource.updateOutputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
DoubleParameter x,
DoubleParameter y,
String comments,
Set<String> groupAccessControl,
Set<String> userAccessControl,
String name,
String state,
IntegerParameter concurrentlySchedulableTaskCount,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates the specified output port.
|
javax.ws.rs.core.Response |
ProcessorResource.updateProcessor(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
DoubleParameter x,
DoubleParameter y,
String name,
IntegerParameter concurrentlySchedulableTaskCount,
String schedulingPeriod,
String penaltyDuration,
String yieldDuration,
LongParameter runDurationMillis,
String bulletinLevel,
String schedulingStrategy,
String comments,
List<String> markedForDeletion,
String state,
javax.ws.rs.core.MultivaluedMap<String,String> formParams)
Updates the specified processor with the specified values.
|
javax.ws.rs.core.Response |
RemoteProcessGroupResource.updateRemoteProcessGroupInputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
String portId,
Boolean isTransmitting,
Boolean isCompressed,
IntegerParameter concurrentlySchedulableTaskCount)
Updates the specified remote process group input port.
|
javax.ws.rs.core.Response |
RemoteProcessGroupResource.updateRemoteProcessGroupOutputPort(javax.servlet.http.HttpServletRequest httpServletRequest,
LongParameter version,
ClientIdParameter clientId,
String id,
String portId,
Boolean isTransmitting,
Boolean isCompressed,
IntegerParameter concurrentlySchedulableTaskCount)
Updates the specified remote process group output port.
|
Copyright © 2015 Apache NiFi (incubating). All rights reserved.