public interface ClusterContext extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
getActions()
Returns a list of auditable actions.
|
String |
getIdGenerationSeed()
Gets an id generation seed.
|
Revision |
getRevision() |
boolean |
isRequestSentByClusterManager() |
void |
setRequestSentByClusterManager(boolean flag)
Sets the flag to indicate if a request was sent by the cluster manager.
|
void |
setRevision(Revision revision) |
List<Action> getActions()
Revision getRevision()
void setRevision(Revision revision)
boolean isRequestSentByClusterManager()
void setRequestSentByClusterManager(boolean flag)
flag - true if the request was sent by the cluster manager; false
otherwiseString getIdGenerationSeed()
Copyright © 2016 Apache NiFi Project. All rights reserved.