MCPcopy Create free account
hub / github.com/akeranen/the-one / getBufferSize

Method getBufferSize

routing/MessageRouter.java:253–255  ·  view source on GitHub ↗

Returns the size of the message buffer. @return The size or Integer.MAX_VALUE if the size isn't defined.

()

Source from the content-addressed store, hash-verified

251 * @return The size or Integer.MAX_VALUE if the size isn't defined.
252 */
253 public int getBufferSize() {
254 return this.bufferSize;
255 }
256
257 /**
258 * Returns the amount of free space in the buffer. May return a negative

Callers 5

getFreeBufferSizeMethod · 0.95
getBufferOccupancyMethod · 0.80
calcThresholdMethod · 0.80
calcThresholdMethod · 0.80
makeRoomForMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected