net.spy.memcached.vbucket.config
Class ConfigurationParserJSON
java.lang.Object
net.spy.memcached.compat.SpyObject
net.spy.memcached.vbucket.config.ConfigurationParserJSON
- All Implemented Interfaces:
- ConfigurationParser
public class ConfigurationParserJSON
- extends SpyObject
- implements ConfigurationParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationParserJSON
public ConfigurationParserJSON()
parseBase
public Map<String,Pool> parseBase(String base)
throws ParseException
- Specified by:
parseBase in interface ConfigurationParser
- Throws:
ParseException
loadPool
public void loadPool(Pool pool,
String sPool)
throws ParseException
- Specified by:
loadPool in interface ConfigurationParser
- Throws:
ParseException
parseBuckets
public Map<String,Bucket> parseBuckets(String buckets)
throws ParseException
- Specified by:
parseBuckets in interface ConfigurationParser
- Throws:
ParseException
parseBucket
public Bucket parseBucket(String sBucket)
throws ParseException
- Specified by:
parseBucket in interface ConfigurationParser
- Throws:
ParseException