Class

org.squbs.pattern.stream

IndexFile

Related Doc: package stream

Permalink

class IndexFile extends MappedFile

Linear Supertypes
MappedFile, ReferenceCounted, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexFile
  2. MappedFile
  3. ReferenceCounted
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndexFile(file: File, raf: RandomAccessFile, chunkSize: Long, overlapSize: Long, capacity: Long)

    Permalink
    Attributes
    protected[org.squbs.pattern.stream]

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def acquireByteStore[T <: MappedBytesStore](arg0: Long, arg1: MappedBytesStoreFactory[T]): T

    Permalink
    Definition Classes
    MappedFile
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  5. def acquireByteStore(arg0: Long): MappedBytesStore

    Permalink
    Definition Classes
    MappedFile
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  6. def acquireBytesForRead(arg0: Long, arg1: VanillaBytes): Unit

    Permalink
    Definition Classes
    MappedFile
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  7. def acquireBytesForRead(arg0: Long): Bytes

    Permalink
    Definition Classes
    MappedFile
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  8. def acquireBytesForWrite(arg0: Long, arg1: VanillaBytes): Unit

    Permalink
    Definition Classes
    MappedFile
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  9. def acquireBytesForWrite(arg0: Long): Bytes

    Permalink
    Definition Classes
    MappedFile
    Annotations
    @throws( ... ) @throws( ... ) @throws( classOf[java.io.IOException] )
  10. def actualSize(): Long

    Permalink
    Definition Classes
    MappedFile
    Annotations
    @throws( ... )
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def capacity(): Long

    Permalink
    Definition Classes
    MappedFile
  13. def chunkSize(): Long

    Permalink
    Definition Classes
    MappedFile
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def file(): File

    Permalink
    Definition Classes
    MappedFile
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getNewChunkListener(): NewChunkListener

    Permalink
    Definition Classes
    MappedFile
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def isClosed(): Boolean

    Permalink
    Definition Classes
    MappedFile
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def overlapSize(): Long

    Permalink
    Definition Classes
    MappedFile
  28. def refCount(): Long

    Permalink
    Definition Classes
    MappedFile → ReferenceCounted
  29. def referenceCounts(): String

    Permalink
    Definition Classes
    MappedFile
  30. def release(): Unit

    Permalink
    Definition Classes
    MappedFile → ReferenceCounted
    Annotations
    @throws( ... )
  31. def reserve(): Unit

    Permalink
    Definition Classes
    MappedFile → ReferenceCounted
    Annotations
    @throws( ... )
  32. def setNewChunkListener(arg0: NewChunkListener): Unit

    Permalink
    Definition Classes
    MappedFile
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def tryReserve(): Boolean

    Permalink
    Definition Classes
    ReferenceCounted
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def withSizes(arg0: Long, arg1: Long): MappedFile

    Permalink
    Definition Classes
    MappedFile

Inherited from MappedFile

Inherited from ReferenceCounted

Inherited from AnyRef

Inherited from Any

Ungrouped