public interface BulletinRepository
Bulletin
s that have been created by the NiFi Framework and the
Components that are running within the Framework.Modifier and Type | Method and Description |
---|---|
void |
addBulletin(Bulletin bulletin)
Adds a Bulletin to the repository.
|
List<Bulletin> |
findBulletins(BulletinQuery bulletinQuery)
Finds Bulletin's that meet the specified query.
|
List<Bulletin> |
findBulletinsForController() |
List<Bulletin> |
findBulletinsForController(int max)
Finds all bulletins for the controller;
|
List<Bulletin> |
findBulletinsForGroupBySource(String groupId)
Finds all bulletins for the specified group.
|
List<Bulletin> |
findBulletinsForGroupBySource(String groupId,
int maxPerComponent)
Finds all bulletins for the specified group.
|
int |
getComponentBulletinCapacity() |
int |
getControllerBulletinCapacity() |
void addBulletin(Bulletin bulletin)
bulletin
- to addint getControllerBulletinCapacity()
int getComponentBulletinCapacity()
List<Bulletin> findBulletins(BulletinQuery bulletinQuery)
bulletinQuery
- indicates which bulletins are of interestList<Bulletin> findBulletinsForGroupBySource(String groupId)
groupId
- id of the groupList<Bulletin> findBulletinsForGroupBySource(String groupId, int maxPerComponent)
groupId
- id of the groupmaxPerComponent
- max responses wantedList<Bulletin> findBulletinsForController()
Copyright © 2017 Apache NiFi Project. All rights reserved.