org.apache.activemq.apollo.broker.store.FileDirectBufferAllocator

AllocationBuffer

class AllocationBuffer extends BaseRetained with DirectBuffer

A ZeroCopyBuffer which was allocated on a file.

Linear Supertypes
DirectBuffer, BaseRetained, Retained, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AllocationBuffer
  2. DirectBuffer
  3. BaseRetained
  4. Retained
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AllocationBuffer (allocation: Allocation)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val allocation : Allocation

  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def assertRetained (): Unit

    Attributes
    protected[hawtdispatch] final
    Definition Classes
    BaseRetained
  9. var buffer : ByteBuffer

  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def copy (src: DirectBuffer): Unit

    Definition Classes
    AllocationBufferDirectBuffer
  12. def dispose (): Unit

    Definition Classes
    AllocationBuffer → BaseRetained
  13. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  14. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def file : File

  16. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  18. def getDisposer (): Task

    Attributes
    final
    Definition Classes
    BaseRetained
  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def offset : Long

  25. def read (target: OutputStream): Unit

    Definition Classes
    AllocationBufferDirectBuffer
  26. def read (src: Int, target: WritableByteChannel): Int

    Definition Classes
    AllocationBufferDirectBuffer
  27. def release (arg0: Int): Unit

    Attributes
    protected[hawtdispatch] final
    Definition Classes
    BaseRetained
  28. def release (): Unit

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  29. def remaining (pos: Int): Int

    Definition Classes
    AllocationBufferDirectBuffer
  30. def retain (): Unit

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  31. def retained (): Int

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  32. def setDisposer (arg0: Task): Unit

    Attributes
    final
    Definition Classes
    BaseRetained
  33. def size : Int

    Definition Classes
    AllocationBufferDirectBuffer
  34. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  35. def time [T] (name: String)(func: ⇒ T): T

  36. def toString (): String

    Definition Classes
    AnyRef → Any
  37. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  40. def write (target: InputStream): Unit

    Definition Classes
    AllocationBufferDirectBuffer
  41. def write (src: ByteBuffer, target: Int): Int

    Definition Classes
    AllocationBufferDirectBuffer
  42. def write (src: ReadableByteChannel, target: Int): Int

    Definition Classes
    AllocationBufferDirectBuffer

Deprecated Value Members

  1. def setDisposer (arg0: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseRetained
    Annotations
    @deprecated
    Deprecated

    see corresponding Javadoc for more information.

Inherited from DirectBuffer

Inherited from BaseRetained

Inherited from Retained

Inherited from AnyRef

Inherited from Any