// Incoming RPC Handler
this.remoteService = this.initHStoreService();
// This listener thread will process incoming messages
this.listener = new ProtoServer(this.eventLoop);
// Special dispatcher threads to handle incoming requests
// These are used so that we can process messages in a different thread than the main HStoreCoordinator thread
// TransactionInitDispatcher