package storage
- Alphabetic
- Public
- Protected
Type Members
- class InMemoryRawStorage extends RawStorage
Provides a
RawStorage
implementation that stores all state in memory.Provides a
RawStorage
implementation that stores all state in memory.The primary use-case is to allow the use of Storage in tests.
Note: This class is duplicated and should be changed in both places:
streambed-core/src/test/scala/com/cisco/streambed/storage/InMemoryRawStorage.scala streambed-testkit/src/main/scala/com/cisco/streambed/testkit/storage/InMemoryRawStorage.scala
- case class NumberTestState(number: Int) extends Product with Serializable
- abstract class RawStorageTestSuite extends TestSuite with TestKitBase
- Annotations
- @SuppressWarnings()
- case class StringTestState(message: String) extends Product with Serializable
Value Members
- object InMemoryRawStorage
- object NumberTestState extends StateCodec[NumberTestState] with Serializable
- object StorageOps
Contains methods to work with the storage mechanism in tests.
- object StringTestState extends StateCodec[StringTestState] with Serializable