Class

org.ada.server.dataaccess.ignite

AbstractCacheAsyncCrudRepoProvider

Related Doc: package ignite

Permalink

abstract class AbstractCacheAsyncCrudRepoProvider[ID, E, REPO_E] extends CacheStoreAdapter[ID, E] with Serializable

Linear Supertypes
Serializable, CacheStoreAdapter[ID, E], CacheStore[ID, E], CacheWriter[ID, E], CacheLoader[ID, E], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractCacheAsyncCrudRepoProvider
  2. Serializable
  3. CacheStoreAdapter
  4. CacheStore
  5. CacheWriter
  6. CacheLoader
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractCacheAsyncCrudRepoProvider()

    Permalink

Abstract Value Members

  1. abstract def fromRepoItem: (REPO_E) ⇒ E

    Permalink
  2. abstract def getId: (REPO_E) ⇒ Option[ID]

    Permalink
  3. abstract val repoFactory: Factory[AsyncCrudRepo[REPO_E, ID]]

    Permalink
  4. abstract def toRepoItem: (E) ⇒ REPO_E

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def delete(key: Any): Unit

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepoProvider → CacheWriter
  7. def deleteAll(keys: Collection[_]): Unit

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepoProvider → CacheStoreAdapter → CacheWriter
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def load(key: ID): E

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepoProvider → CacheLoader
  15. def loadAll(arg0: Iterable[_ <: ID]): Map[ID, E]

    Permalink
    Definition Classes
    CacheStoreAdapter → CacheLoader
  16. def loadCache(clo: IgniteBiInClosure[ID, E], args: AnyRef*): Unit

    Permalink
  17. def loadCache(arg0: IgniteBiInClosure[ID, E], arg1: <repeated...>[AnyRef]): Unit

    Permalink
    Definition Classes
    CacheStoreAdapter → CacheStore
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def sessionEnd(arg0: Boolean): Unit

    Permalink
    Definition Classes
    CacheStoreAdapter → CacheStore
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def write(entry: Entry[_ <: ID, _ <: E]): Unit

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepoProvider → CacheWriter
  28. def writeAll(entries: Collection[Entry[_ <: ID, _ <: E]]): Unit

    Permalink
    Definition Classes
    AbstractCacheAsyncCrudRepoProvider → CacheStoreAdapter → CacheWriter

Inherited from Serializable

Inherited from CacheStoreAdapter[ID, E]

Inherited from CacheStore[ID, E]

Inherited from CacheWriter[ID, E]

Inherited from CacheLoader[ID, E]

Inherited from AnyRef

Inherited from Any

Ungrouped