MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / getMaxQueueSize

Method getMaxQueueSize

libminifi/include/Connection.h:115–117  ·  view source on GitHub ↗

Get Max Queue Size

Source from the content-addressed store, hash-verified

113 }
114 // Get Max Queue Size
115 uint64_t getMaxQueueSize() {
116 return max_queue_size_;
117 }
118 // Set Max Queue Data Size
119 void setMaxQueueDataSize(uint64_t size) {
120 max_data_queue_size_ = size;

Callers 2

serializeMethod · 0.80
serializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected