net.fwbrasil.activate.storage.prevayler

PrevaylerStorage

class PrevaylerStorage extends MarshalStorage[Prevayler[PrevaylerStorageSystem]] with SnapshotableStorage[Prevayler[PrevaylerStorageSystem]]

Annotations
@implicitNotFound( ... )
Linear Supertypes
SnapshotableStorage[Prevayler[PrevaylerStorageSystem]], MarshalStorage[Prevayler[PrevaylerStorageSystem]], Storage[Prevayler[PrevaylerStorageSystem]], Logging, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrevaylerStorage
  2. SnapshotableStorage
  3. MarshalStorage
  4. Storage
  5. Logging
  6. Logging
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PrevaylerStorage()(implicit context: ActivateContext)

  2. new PrevaylerStorage(prevalenceDirectory: String)(implicit context: ActivateContext)

  3. new PrevaylerStorage(factory: PrevaylerFactory[PrevaylerStorageSystem])(implicit context: ActivateContext)

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. implicit val context: ActivateContext

  10. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

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

    Attributes
    protected
    Definition Classes
    Logging
  12. def directAccess: Prevayler[PrevaylerStorageSystem]

    Definition Classes
    PrevaylerStorage → Storage
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  17. val factory: PrevaylerFactory[PrevaylerStorageSystem]

  18. def finalize(): Unit

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

    Definition Classes
    MarshalStorage → Storage
  20. def fromStorageAsync(queryInstance: Query[_], entitiesReadFromCache: List[List[Entity]])(implicit ecxt: TransactionalExecutionContext): Future[List[List[EntityValue[_]]]]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorage → Storage
  21. final def getClass(): Class[_]

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  25. def initialize: Unit

    Attributes
    protected[net.fwbrasil.activate]
  26. def isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  27. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  28. def isInfoEnabled: Boolean

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

    Definition Classes
    Any
  30. def isMemoryStorage: Boolean

    Definition Classes
    PrevaylerStorage → Storage
  31. def isSchemaless: Boolean

    Definition Classes
    PrevaylerStorage → Storage
  32. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  33. def isTransactional: Boolean

    Definition Classes
    PrevaylerStorage → Storage
  34. def isWarnEnabled: Boolean

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  40. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  41. def loggerName: String

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

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorage → Storage
  43. def migrateStorage(action: ModifyStorageAction): Unit

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    PrevaylerStorage → MarshalStorage
  44. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  47. def prepareDatabase: Unit

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    Storage
  48. var prevalentSystem: PrevaylerStorageSystem

    Attributes
    protected[net.fwbrasil.activate]
  49. var prevayler: Prevayler[PrevaylerStorageSystem]

    Attributes
    protected[net.fwbrasil.activate]
  50. def query(query: Query[_], expectedTypes: List[StorageValue], entitiesReadFromCache: List[List[Entity]]): List[List[StorageValue]]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    PrevaylerStorage → MarshalStorage
  51. def queryAsync(query: Query[_], expectedTypes: List[StorageValue], entitiesReadFromCache: List[List[Entity]])(implicit context: TransactionalExecutionContext): Future[List[List[StorageValue]]]

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

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    PrevaylerStorage → Storage
  53. def snapshot: Unit

    Definition Classes
    PrevaylerStorage → SnapshotableStorage
  54. def staleDataException(entityIds: Set[String]): Nothing

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

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    PrevaylerStorage → MarshalStorage
  56. def storeAsync(statements: List[MassModificationStatement], insertList: List[(Entity, Map[String, StorageValue])], updateList: List[(Entity, Map[String, StorageValue])], deleteList: List[(Entity, Map[String, StorageValue])])(implicit ecxt: ExecutionContext): Future[Unit]

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

    Definition Classes
    Storage
  58. def supportsLimitedQueries: Boolean

    Definition Classes
    Storage
  59. def supportsQueryJoin: Boolean

    Definition Classes
    PrevaylerStorage → Storage
  60. def supportsRegex: Boolean

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

    Definition Classes
    AnyRef
  62. def toStorage(statements: List[MassModificationStatement], insertList: List[(Entity, Map[String, EntityValue[Any]])], updateList: List[(Entity, Map[String, EntityValue[Any]])], deleteList: List[(Entity, Map[String, EntityValue[Any]])]): Option[TransactionHandle]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorage → Storage
  63. def toStorageAsync(statements: List[MassModificationStatement], insertList: List[(Entity, Map[String, EntityValue[Any]])], updateList: List[(Entity, Map[String, EntityValue[Any]])], deleteList: List[(Entity, Map[String, EntityValue[Any]])])(implicit ecxt: ExecutionContext): Future[Unit]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    MarshalStorage → Storage
  64. def toString(): String

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging

Inherited from SnapshotableStorage[Prevayler[PrevaylerStorageSystem]]

Inherited from MarshalStorage[Prevayler[PrevaylerStorageSystem]]

Inherited from Storage[Prevayler[PrevaylerStorageSystem]]

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped