Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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.

...