MCPcopy Create free account
hub / github.com/RJ/ketama / createSocket

Method createSocket

java_ketama/SockIOPool.java:650–707  ·  view source on GitHub ↗

Creates a new SockIO obj for the given server. If server fails to connect, then return null and do not try again until a duration has passed. This duration will grow by doubling after each failed attempt to connect. @param host host:port to connect to @return SockIO obj or null if faile

( String host )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

initializeMethod · 0.95
getConnectionMethod · 0.95
selfMaintMethod · 0.95

Calls 4

isConnectedMethod · 0.95
trueCloseMethod · 0.95
clearHostFromPoolMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected