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

Method setHashingAlg

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

Sets the hashing algorithm we will use. The types are as follows. SockIOPool.NATIVE_HASH (0) - native String.hashCode() - fast (cached) but not compatible with other clients SockIOPool.OLD_COMPAT_HASH (1) - original compatibility hashing alg (works with other clients) SockIOPool.NEW_COMPAT_HAS

( int alg )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected