| Package | Description |
|---|---|
| org.apache.nifi.audit | |
| org.apache.nifi.web |
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerAuditor.updateControllerCommentsAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String comments,
ControllerFacade controllerFacade)
Audits updating the comments of the controller.
|
void |
ControllerAuditor.updateControllerEventDrivenThreadsAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
int maxEventDrivenThreadCount,
ControllerFacade controllerFacade)
Audits updating the max number of event driven threads for the
controller.
|
void |
ControllerAuditor.updateControllerNameAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
String name,
ControllerFacade controllerFacade)
Audits updating the name of the controller.
|
void |
ControllerAuditor.updateControllerTimerDrivenThreadsAdvice(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
int maxTimerDrivenThreadCount,
ControllerFacade controllerFacade)
Audits updating the max number of timer driven threads for the
controller.
|
| Modifier and Type | Field and Description |
|---|---|
private ControllerFacade |
StandardNiFiWebContext.controllerFacade |
private ControllerFacade |
StandardNiFiServiceFacade.controllerFacade |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardNiFiWebContext.setControllerFacade(ControllerFacade controllerFacade) |
void |
StandardNiFiServiceFacade.setControllerFacade(ControllerFacade controllerFacade) |
Copyright © 2015 Apache NiFi (incubating). All rights reserved.