FnvHashFunction _hashFunction;
int _numTotalEspressoPartitions = 0;
public EspressoStorageMockNode(CMConnector cm) {
super(cm);
_stateModelFactory = new EspressoStorageMockStateModelFactory(0);
// StateMachineEngine genericStateMachineHandler = new StateMachineEngine();
StateMachineEngine stateMach = _cmConnector.getManager().getStateMachineEngine();
stateMach.registerStateModelFactory("MasterSlave", _stateModelFactory);
// _cmConnector