Packages

class SerializerObjectPool extends ObjectPool

Linear Supertypes
ObjectPool, Freezable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializerObjectPool
  2. ObjectPool
  3. Freezable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SerializerObjectPool(bundle: PersistenceBundle)

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 addObject(ref: AnyRef): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val chunks: Array[PoolChunk[_]]
    Attributes
    protected
    Definition Classes
    ObjectPool
  7. final val chunksPositions: Array[Int]
    Attributes
    protected
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def freeze(): Unit
    Definition Classes
    SerializerObjectPoolObjectPoolFreezable
  12. def getChunk[T](ref: Any): PoolChunk[T]
  13. def getChunkFromFlag[T](idx: Byte): PoolChunk[T]
    Definition Classes
    ObjectPool
    Annotations
    @inline()
  14. def getChunks: Array[PoolChunk[Any]]
    Definition Classes
    ObjectPool
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def getContextRefChunk: PoolChunk[ReferencedPoolObject]
    Definition Classes
    ObjectPool
  17. def globalPosition(ref: Any): Int

    Returns the global index of the reference object, or -1 of the object is not stored into this pool.

    Returns the global index of the reference object, or -1 of the object is not stored into this pool.

    Exceptions thrown

    IllegalArgumentException if this pool is not frozen.

  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def isFrozen: Boolean
    Definition Classes
    ObjectPoolFreezable
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def size: Int
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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 ObjectPool

Inherited from Freezable

Inherited from AnyRef

Inherited from Any

Ungrouped