org.apache.activemq.apollo.broker.store

FileZeroCopyBufferAllocator

class FileZeroCopyBufferAllocator extends ZeroCopyBufferAllocator

A ZeroCopyBufferAllocator which allocates on files.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. FileZeroCopyBufferAllocator
  2. ZeroCopyBufferAllocator
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FileZeroCopyBufferAllocator (directory: File)

Type Members

  1. class AllocatorContext extends AnyRef

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 _current_allocator_context : ThreadLocal[AllocatorContext]

  7. def alloc (size: Int): ZeroCopyBuffer

  8. def alloc_at (file: Int, offset: Long, size: Int): Unit

  9. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  10. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def context (i: Int)(func: (AllocatorContext) ⇒ Unit): Unit

  12. var contexts : Map[Int, AllocatorContext]

  13. def current_allocator_context : AllocatorContext

  14. def current_context [T] (func: (AllocatorContext) ⇒ T): T

  15. val directory : File

  16. def eq (arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  19. def free (file: Int, offset: Long, size: Int): Unit

  20. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  21. def hashCode (): Int

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  26. def start (): Unit

  27. def stop (): Unit

  28. def sync (file: Int): Unit

  29. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  30. def toString (): String

    Definition Classes
    AnyRef → Any
  31. def to_alloc_buffer (buffer: ZeroCopyBuffer): AllocationBuffer

  32. def view_buffer (file: Int, the_offset: Long, the_size: Int): ZeroCopyBuffer

  33. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ZeroCopyBufferAllocator

Inherited from AnyRef

Inherited from Any