ObjectSerializationLibrary.writeObject(
_bundle.getBlockLayoverIndicesPath(), layoverData);
ObjectSerializationLibrary.writeObject(
_bundle.getFrequencyBlockTripIndicesPath(), frequencyTripData);
BlockStopTimeIndicesFactory stopFactory = new BlockStopTimeIndicesFactory();
stopFactory.createIndices(blocks);
_refreshService.refresh(RefreshableResources.BLOCK_INDEX_DATA);
} catch (Exception ex) {
throw new IllegalStateException(ex);