getPatch(long fromTicket, long toTicket) Return the path of the patch file that is defined with the specified
fromTicket timestamp and go to the toTicket timstamp on the global
history.
Return the concatenation of all binary extention with a space as
separator.
the concatenation of all binary extention with a space asseparator. throws: Exception -
Return the path of a patch file that is defined with the specified
timestamp in the global history.
Parameters: ticket - Timestamp for the global history The file path of that patch throws: Exception -
Return the path of the patch file that is defined with the specified
fromTicket timestamp and go to the toTicket timstamp on the global
history.
Parameters: fromTicket - Timestamp for the global history (from) Parameters: toTicket - Timestamp for the global history (to) The file path of that patch throws: Exception -
List the patch as an array of long. listPatch()[n][3]
For each patch we have a triplet made of {fromTicket, toTicket,
patchSize}
listPatch()[n][3] throws: Exception -
Send patch file to the queue.
Parameters: ticket - Base patch timestamp Parameters: lastticket - End patch timestamp Parameters: patchfile - Path of the new patch file throws: Exception -