Ehcache 1.6.0 requires an implementation of getScheme(). I'm not 100% clear
what this is meant to do, but I'll sort that out once I have it up and running. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5845 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -156,6 +156,11 @@ public class EHCachePeerCoordinator extends CacheManagerPeerProviderFactory
|
|||||||
return 10000;
|
return 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getScheme ()
|
||||||
|
{
|
||||||
|
return "presents_peer";
|
||||||
|
}
|
||||||
|
|
||||||
protected void addCachesForNode (List<CachePeer> result, String nodeName)
|
protected void addCachesForNode (List<CachePeer> result, String nodeName)
|
||||||
{
|
{
|
||||||
String nodeHost = _peerMan.getPeerInternalHostName(nodeName);
|
String nodeHost = _peerMan.getPeerInternalHostName(nodeName);
|
||||||
|
|||||||
Reference in New Issue
Block a user