net.fwbrasil.activate.storage.memory

BasePrevalentStorage

trait BasePrevalentStorage[S <: BasePrevalentStorageSystem, D] extends MarshalStorage[D]

Linear Supertypes
MarshalStorage[D], Storage[D], Logging, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BasePrevalentStorage
  2. MarshalStorage
  3. Storage
  4. Logging
  5. Logging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract val context: ActivateContext

    Attributes
    protected
  2. abstract def directAccess: D

    Definition Classes
    Storage
  3. abstract def logTransaction(insertList: Array[((entity.BaseEntity.ID, Class[BaseEntity]), Map[String, StorageValue])], updateList: Array[((entity.BaseEntity.ID, Class[BaseEntity]), Map[String, StorageValue])], deleteList: Array[(entity.BaseEntity.ID, Class[BaseEntity])]): Unit

    Attributes
    protected
  4. abstract def recover: S

    Attributes
    protected
  5. abstract def snapshot(system: S): Unit

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def blockingFuture[T](f: ⇒ T)(implicit ctx: ExecutionContext): Future[T]

    Attributes
    protected
    Definition Classes
    Storage
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  10. def debug(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  14. def error(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromStorage(queryInstance: Query[_], entitiesReadFromCache: List[List[BaseEntity]]): List[List[EntityValue[_]]]

    Definition Classes
    MarshalStorageStorage
  17. def fromStorageAsync(queryInstance: Query[_], entitiesReadFromCache: List[List[BaseEntity]])(implicit ecxt: TransactionalExecutionContext): Future[List[List[EntityValue[_]]]]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorageStorage
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  21. def info(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  22. def isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  23. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  24. def isInfoEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isMemoryStorage: Boolean

    Definition Classes
    BasePrevalentStorageStorage
  27. def isSchemaless: Boolean

    Definition Classes
    BasePrevalentStorageStorage
  28. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  29. def isTransactional: Boolean

    Definition Classes
    BasePrevalentStorageStorage
  30. def isWarnEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  31. def logDebug[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  32. def logError[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  33. def logInfo[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  34. def logTrace[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  35. def logWarn[A](id: ⇒ String)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    Logging
  36. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  37. def loggerName: String

    Attributes
    protected
    Definition Classes
    Logging
  38. def migrate(action: StorageAction): Unit

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorageStorage
  39. def migrateStorage(action: ModifyStorageAction): Unit

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    BasePrevalentStorageMarshalStorage
  40. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  43. def prepareDatabase: Unit

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    Storage
  44. def query(query: Query[_], expectedTypes: List[StorageValue], entitiesReadFromCache: List[List[BaseEntity]]): List[List[StorageValue]]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    BasePrevalentStorageMarshalStorage
  45. def queryAsync(query: Query[_], expectedTypes: List[StorageValue], entitiesReadFromCache: List[List[BaseEntity]])(implicit context: TransactionalExecutionContext): Future[List[List[StorageValue]]]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorage
  46. def reinitialize: Unit

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    BasePrevalentStorageStorage
  47. def snapshot: Unit

  48. def staleDataException(entityIds: Set[(entity.BaseEntity.ID, Class[BaseEntity])]): Nothing

    Attributes
    protected
    Definition Classes
    Storage
  49. def store(readList: List[(BaseEntity, Long)], statements: List[MassModificationStatement], insertList: List[(BaseEntity, Map[String, StorageValue])], updateList: List[(BaseEntity, Map[String, StorageValue])], deleteList: List[(BaseEntity, Map[String, StorageValue])]): Option[TransactionHandle]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    BasePrevalentStorageMarshalStorage
  50. def storeAsync(readList: List[(BaseEntity, Long)], statements: List[MassModificationStatement], insertList: List[(BaseEntity, Map[String, StorageValue])], updateList: List[(BaseEntity, Map[String, StorageValue])], deleteList: List[(BaseEntity, Map[String, StorageValue])])(implicit ecxt: ExecutionContext): Future[Unit]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorage
  51. def supportsAsync: Boolean

    Definition Classes
    Storage
  52. def supportsLimitedQueries: Boolean

    Definition Classes
    Storage
  53. def supportsQueryJoin: Boolean

    Definition Classes
    BasePrevalentStorageStorage
  54. def supportsRegex: Boolean

    Definition Classes
    Storage
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. var system: S

    Attributes
    protected
  57. def toStorage(readList: List[(BaseEntity, Long)], statements: List[MassModificationStatement], insertList: List[(BaseEntity, Map[String, EntityValue[Any]])], updateList: List[(BaseEntity, Map[String, EntityValue[Any]])], deleteList: List[(BaseEntity, Map[String, EntityValue[Any]])]): Option[TransactionHandle]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorageStorage
  58. def toStorageAsync(readList: List[(BaseEntity, Long)], statements: List[MassModificationStatement], insertList: List[(BaseEntity, Map[String, EntityValue[Any]])], updateList: List[(BaseEntity, Map[String, EntityValue[Any]])], deleteList: List[(BaseEntity, Map[String, EntityValue[Any]])])(implicit ecxt: ExecutionContext): Future[Unit]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorageStorage
  59. def toString(): String

    Definition Classes
    AnyRef → Any
  60. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  61. def trace(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  62. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  66. def warn(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging

Inherited from MarshalStorage[D]

Inherited from Storage[D]

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped