Packages

c

fr.linkit.engine.gnom.cache

AbstractSharedCache

abstract class AbstractSharedCache extends AbstractAttributesPresence with SharedCache

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractSharedCache
  2. SharedCache
  3. DynamicNetworkObject
  4. NetworkObject
  5. AbstractAttributesPresence
  6. PacketAttributesPresence
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AbstractSharedCache(channel: CachePacketChannel)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addDefaultAttribute(key: Serializable, value: Serializable): AbstractSharedCache.this.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cacheID: Int

    The cache ID of this cache.

    The cache ID of this cache.

    Definition Classes
    AbstractSharedCacheSharedCache
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. var defaultAttributes: PacketAttributes
    Attributes
    protected
    Definition Classes
    AbstractAttributesPresence
  9. def drainAllAttributes(attributes: PacketAttributes): AbstractSharedCache.this.type
  10. def drainAllDefaultAttributes(attributes: PacketAttributesPresence): AbstractSharedCache.this.type
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. val family: String

    The SharedCacheManager family that manages this cache.

    The SharedCacheManager family that manages this cache.

    Definition Classes
    AbstractSharedCacheSharedCache
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def getDefaultAttribute[S](key: Serializable): Option[S]
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. val ownerID: String
    Definition Classes
    AbstractSharedCacheSharedCache
  22. val presence: NetworkObjectPresence
  23. val reference: SharedCacheReference

    The reference of this Network Object.

    The reference of this Network Object.

    Definition Classes
    AbstractSharedCacheNetworkObject
    See also

    NetworkObjectReference

  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from SharedCache

Inherited from AnyRef

Inherited from Any

Ungrouped