.addServer()
.host(hrServer.getHost())
.port(hrServer.getPort());
RemoteStore remoteStore = new RemoteStore();
remoteStore.init(new InitializationContextImpl(storeConfigurationBuilder.create(), getCache(), getMarshaller(),
new DefaultTimeService(), new ByteBufferFactoryImpl(),
new MarshalledEntryFactoryImpl(getMarshaller())));
remoteStore.setInternalCacheEntryFactory(new InternalEntryFactoryImpl());
remoteStore.start();