MCPcopy Index your code
hub / github.com/apache/tomcat / allocate

Method allocate

java/org/apache/tomcat/dbcp/pool2/PooledObject.java:76–76  ·  view source on GitHub ↗

Allocates the object. @return true if the original state was PooledObjectState#IDLE IDLE

()

Source from the content-addressed store, hash-verified

74 * @return {@code true} if the original state was {@link PooledObjectState#IDLE IDLE}
75 */
76 boolean allocate();
77
78 /**
79 * Orders instances based on idle time - i.e. the length of time since the

Callers 15

borrowObjectMethod · 0.65
borrowObjectMethod · 0.65
borrowObjectMethod · 0.65
failedMethod · 0.65
createRequestMethod · 0.65
putWithExpandMethod · 0.65
WsOutputStreamClass · 0.65
WsWriterClass · 0.65
WsFrameBaseClass · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected