class
JournalPacker extends AnyRef
Instance Constructors
-
new
JournalPacker(filenames: Seq[String], newFilename: String)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
adder: Iterator[(JournalItem, Int)]
-
var
adderOffset: Long
-
val
adderStack: ListBuffer[QItem]
-
def
apply(statusCallback: (Long, Long) ⇒ Unit): Journal
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
var
currentXid: Int
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): java.lang.Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
journals: Seq[Journal]
-
var
lastAdderUpdate: Long
-
var
lastUpdate: Long
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
var
offset: Long
-
val
openTransactions: HashMap[Int, QItem]
-
val
remover: Iterator[(JournalItem, Int)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
val
writer: FileChannel
Inherited from AnyRef
Inherited from Any
Pack one or more journal files into a single new file that only consists of the queue's current contents, as of the end of the last journal file processed.