super();
if (addressList == null || addressList.isEmpty()) {
throw new IllegalArgumentException("Empty address list");
}
BufferAllocator simpleBufferAllocator = new SimpleBufferAllocator();
this.buildConnector(new ArrayMemcachedSessionLocator(),
simpleBufferAllocator, XMemcachedClientBuilder
.getDefaultConfiguration(), XMemcachedClientBuilder
.getDefaultSocketOptions(), new TextCommandFactory(),
new SerializingTranscoder());
this.start0();