BufferAllocator simpleBufferAllocator = new SimpleBufferAllocator();
this.buildConnector(new ArrayMemcachedSessionLocator(),
simpleBufferAllocator, XMemcachedClientBuilder
.getDefaultConfiguration(), XMemcachedClientBuilder
.getDefaultSocketOptions(), new TextCommandFactory(),
new SerializingTranscoder());
this.start0();
for (InetSocketAddress inetSocketAddress : addressList) {
this.connect(new InetSocketAddressWrapper(inetSocketAddress,
this.serverOrderCount.incrementAndGet(), 1, null));