Package org.apache.nifi.controller.queue
Interface RemoteQueuePartitionDiagnostics
public interface RemoteQueuePartitionDiagnostics
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.nifi.controller.queue.QueueSize
int
org.apache.nifi.controller.queue.QueueSize
org.apache.nifi.controller.queue.QueueSize
-
Method Details
-
getNodeIdentifier
String getNodeIdentifier() -
getUnacknowledgedQueueSize
org.apache.nifi.controller.queue.QueueSize getUnacknowledgedQueueSize() -
getActiveQueueSize
org.apache.nifi.controller.queue.QueueSize getActiveQueueSize() -
getSwapQueueSize
org.apache.nifi.controller.queue.QueueSize getSwapQueueSize() -
getSwapFileCount
int getSwapFileCount()
-