Searched defs:rewrite (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DCoordinatorLog.java86 * transaction, and a flag indicating whether rewrite is required for a
510 * If rewrite is required, all information whether previously written or not
519 * This operation discharges the CoordinatorLog's requirement to rewrite. The
521 * a rewrite is required, and released after the write is complete.
544 /**Informs the CoordinatorLog object that it must rewrite its entire state
548 * the requirement to rewrite, otherwise it does not record the requirement.
559 // Record the fact that a rewrite is required if a write has been done.
579 * This operation discharges the CoordinatorLog's requirement to rewrite.
588 private boolean rewrite() { method in class:CoordinatorLog
592 // If a rewrite i
912 formatSection( CoordinatorLogSection section, boolean rewrite, DataOutputStream dataOutput ) argument
[all...]

Completed in 30 milliseconds