net.fwbrasil.activate.storage.memory

TransientMemoryStorage

class TransientMemoryStorage extends Storage[HashSet[Entity]]

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

Instance Constructors

  1. new TransientMemoryStorage()

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: TransientMemoryStorageSet

    Definition Classes
    TransientMemoryStorageStorage
  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(query: Query[_], entitiesReadFromCache: List[List[Entity]]): List[List[EntityValue[_]]]

    Definition Classes
    TransientMemoryStorageStorage
  18. def fromStorageAsync(query: Query[_], entitiesReadFromCache: List[List[Entity]])(implicit ecxt: TransactionalExecutionContext): Future[List[List[EntityValue[_]]]]

    Attributes
    protected[net.fwbrasil.activate]
    Definition Classes
    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 isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  24. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  25. def isInfoEnabled: Boolean

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

    Definition Classes
    Any
  27. def isMemoryStorage: Boolean

    Definition Classes
    TransientMemoryStorageStorage
  28. def isSchemaless: Boolean

    Definition Classes
    TransientMemoryStorageStorage
  29. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  30. def isTransactional: Boolean

    Definition Classes
    TransientMemoryStorageStorage
  31. def isWarnEnabled: Boolean

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  37. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  38. def loggerName: String

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

    Definition Classes
    TransientMemoryStorageStorage
  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 reinitialize: Unit

    Definition Classes
    TransientMemoryStorageStorage
  45. def staleDataException(entityIds: Set[String]): Nothing

    Attributes
    protected
    Definition Classes
    Storage
  46. val storageSet: TransientMemoryStorageSet

  47. def supportsAsync: Boolean

    Definition Classes
    TransientMemoryStorageStorage
  48. def supportsQueryJoin: Boolean

    Definition Classes
    TransientMemoryStorageStorage
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  50. 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]

    Definition Classes
    TransientMemoryStorageStorage
  51. 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
    Storage
  52. def toString(): String

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging

Inherited from Storage[HashSet[Entity]]

Inherited from Logging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped