org.apache.activemq.apollo.broker.store.FileZeroCopyBufferAllocator.AllocatorContext

AllocationBuffer

class AllocationBuffer extends BaseRetained with FileZeroCopyBufferTrait

Linear Supertypes
FileZeroCopyBufferTrait, ZeroCopyBuffer, BaseRetained, Retained, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AllocationBuffer
  2. FileZeroCopyBufferTrait
  3. ZeroCopyBuffer
  4. BaseRetained
  5. Retained
  6. AnyRef
  7. 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. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def dispose (): Unit

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

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

    Definition Classes
    AnyRef → Any
  13. def file : Int

  14. def finalize (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  16. def getDisposer (): Runnable

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  22. def offset : Long

  23. def read (target: OutputStream): Unit

  24. def read (src: Int, target: WritableByteChannel): Int

  25. def release (arg0: Int): Unit

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

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

  28. def retain (): Unit

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

    Attributes
    final
    Definition Classes
    BaseRetained → Retained
  30. def setDisposer (arg0: Runnable): Unit

    Attributes
    final
    Definition Classes
    BaseRetained
  31. def size : Int

    Definition Classes
    AllocationBufferZeroCopyBuffer
  32. def synchronized [T0] (arg0: ⇒ T0): T0

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

    Definition Classes
    FileZeroCopyBufferTrait
  34. def toString (): String

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

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

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

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

  39. def write (src: ByteBuffer, target: Int): Int

  40. def write (src: ReadableByteChannel, target: Int): Int

Inherited from FileZeroCopyBufferTrait

Inherited from ZeroCopyBuffer

Inherited from BaseRetained

Inherited from Retained

Inherited from AnyRef

Inherited from Any