org.apache.activemq.apollo.broker.store

FileDirectBufferAllocator

class FileDirectBufferAllocator extends DirectBufferAllocator

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

Instance Constructors

  1. new FileDirectBufferAllocator (file: File)

Type Members

  1. class AllocationBuffer extends BaseRetained with DirectBuffer

    A ZeroCopyBuffer which was allocated on a file.

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. var _mmap : MappedByteBuffer

  7. def alloc (size: Int): AllocationBuffer

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

  9. val allocator : TreeAllocator

  10. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. val channel : FileChannel

  12. def clone (): AnyRef

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

  14. def copy (source: DirectBuffer): AllocationBuffer

  15. var current_size : Long

  16. def drain_free_allocations : Unit

  17. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  19. val file : File

  20. def finalize (): Unit

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

  22. val free_queue : ConcurrentLinkedQueue[Allocation]

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  24. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  26. def mmap_slice (offset: Long, size: Int): ByteBuffer

  27. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  30. def slice (offset: Long, size: Int): AllocationBuffer

  31. def sync : Unit

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DirectBufferAllocator

Inherited from AnyRef

Inherited from Any