net.fwbrasil.activate.storage.prevalent

PrevalentStorage

class PrevalentStorage extends MarshalStorage[PrevalentStorageSystem] with SnapshotableStorage[PrevalentStorageSystem]

Linear Supertypes
SnapshotableStorage[PrevalentStorageSystem], MarshalStorage[PrevalentStorageSystem], Storage[PrevalentStorageSystem], Logging, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrevalentStorage
  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 PrevalentStorage(directory: String, serializer: Serializer = ..., fileSize: Int = 10.*(1000).*(1000), bufferPoolSize: Int = ...)(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. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

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

    Attributes
    protected
    Definition Classes
    Logging
  11. def directAccess: PrevalentStorageSystem

    Definition Classes
    PrevalentStorage → Storage
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  23. def initialize: Unit

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

    Attributes
    protected
    Definition Classes
    Logging
  25. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  26. def isInfoEnabled: Boolean

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

    Definition Classes
    Any
  28. def isMemoryStorage: Boolean

    Definition Classes
    PrevalentStorage → Storage
  29. def isSchemaless: Boolean

    Definition Classes
    PrevalentStorage → Storage
  30. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  31. def isTransactional: Boolean

    Definition Classes
    PrevalentStorage → Storage
  32. def isWarnEnabled: Boolean

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  38. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  39. def loggerName: String

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

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

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

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

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

    Definition Classes
    AnyRef
  45. def prepareDatabase: Unit

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

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    PrevalentStorage → MarshalStorage
  47. 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
  48. def reinitialize: Unit

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

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

    Attributes
    protected
    Definition Classes
    Storage
  51. def store(readList: List[(Entity, Long)], 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
    PrevalentStorage → MarshalStorage
  52. def storeAsync(readList: List[(Entity, Long)], 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
  53. def supportsAsync: Boolean

    Definition Classes
    Storage
  54. def supportsLimitedQueries: Boolean

    Definition Classes
    Storage
  55. def supportsQueryJoin: Boolean

    Definition Classes
    PrevalentStorage → Storage
  56. def supportsRegex: Boolean

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

    Definition Classes
    AnyRef
  58. def toStorage(readList: List[(Entity, Long)], 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
  59. def toStorageAsync(readList: List[(Entity, Long)], 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
  60. def toString(): String

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging

Inherited from SnapshotableStorage[PrevalentStorageSystem]

Inherited from MarshalStorage[PrevalentStorageSystem]

Inherited from Storage[PrevalentStorageSystem]

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped