| metadata.getStoreDefList());
onlineServices.add(restService);
}
if(voldemortConfig.isSocketServerEnabled()) {
RequestHandlerFactory socketRequestHandlerFactory = new SocketRequestHandlerFactory(storageService,
this.storeRepository,
this.metadata,
this.voldemortConfig,
this.asyncService,
null,
|