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

FileZeroCopyBufferTrait

trait FileZeroCopyBufferTrait extends BaseRetained with ZeroCopyBuffer

A ZeroCopyBuffer which was allocated on a file.

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

Abstract Value Members

  1. def offset : Long

    Attributes
    abstract
  2. def size : Int

    Attributes
    abstract
    Definition Classes
    ZeroCopyBuffer

Concrete 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. def asInstanceOf [T0] : T0

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

    Attributes
    protected[hawtdispatch] final
    Definition Classes
    BaseRetained
  8. def clone (): AnyRef

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

    Attributes
    protected[hawtdispatch]
    Definition Classes
    BaseRetained
  10. def eq (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  20. def read (target: OutputStream): Unit

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

  22. def release (arg0: Int): Unit

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

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

  25. def retain (): Unit

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

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

    Attributes
    final
    Definition Classes
    BaseRetained
  28. def synchronized [T0] (arg0: ⇒ T0): T0

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

  30. def toString (): String

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

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

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

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

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

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

Inherited from ZeroCopyBuffer

Inherited from BaseRetained

Inherited from Retained

Inherited from AnyRef

Inherited from Any