.getStoreClient(SWITCH_SYNC_STORE_NAME,
Long.class,
SwitchSyncRepresentation.class);
this.storeClient.addStoreListener(this.switchManager);
} catch (SyncException e) {
throw new FloodlightModuleException("Error while setting up sync service", e);
}
try {
this.counters.createCounters(debugCounters);
} catch (CounterException e) {
throw new FloodlightModuleException(e.getMessage());
}
addInfoProvider("summary", this);
registerControllerDebugEvents();