...
- IStorageSourceService
Service Dependencies
- ICounterStoreServiceIDebugCounterService
- IRestApiService
Java File
The module is implemented in net.floodlightcontroller.storage.memory.MemoryStorageSource.
...
- Since the storage is in memory, one when Floodlight is shutdown all state will be lost.
- There is no isolation of data enforced. Even if a module created a table another module can overwrite the data.
...