Skip to content

weiyuanke/consistenthash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

consistent

Consistent hash for Java

Examples

ConsistentHash consistentHash = new ConsistentHash();
consistentHash.addServer("server1");
consistentHash.addServer("server2");

consistentHash.getTargetServer("userjack")

About

Consistent Hash in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages