net.spy.memcached.vbucket.config
Interface ConfigurationParser
- All Known Implementing Classes:
- ConfigurationParserJSON
public interface ConfigurationParser
parseBase
Map<String,Pool> parseBase(String base)
throws ParseException
- Throws:
ParseException
parseBuckets
Map<String,Bucket> parseBuckets(String buckets)
throws ParseException
- Throws:
ParseException
parseBucket
Bucket parseBucket(String sBucket)
throws ParseException
- Throws:
ParseException
loadPool
void loadPool(Pool pool,
String sPool)
throws ParseException
- Throws:
ParseException