public interface ListFlowFileStatus
Modifier and Type | Method and Description |
---|---|
int |
getCompletionPercentage() |
String |
getFailureReason() |
List<FlowFileSummary> |
getFlowFileSummaries() |
long |
getLastUpdated() |
int |
getMaxResults() |
QueueSize |
getQueueSize() |
String |
getRequestIdentifier() |
long |
getRequestSubmissionTime() |
ListFlowFileState |
getState() |
int getMaxResults()
String getRequestIdentifier()
long getRequestSubmissionTime()
long getLastUpdated()
ListFlowFileState getState()
String getFailureReason()
null
if the state is not ListFlowFileStatus#FAILURE
.QueueSize getQueueSize()
List<FlowFileSummary> getFlowFileSummaries()
int getCompletionPercentage()
Copyright © 2016 Apache NiFi Project. All rights reserved.