public class BinaryCommitInfoLog extends Object implements CDOCommitInfoHandler
commit info handler that synchronously writes commit infos to a
binary log.| Constructor and Description |
|---|
BinaryCommitInfoLog(OutputStream stream,
CDOPackageRegistry packageRegistry) |
BinaryCommitInfoLog(OutputStream stream,
CDOPackageRegistry packageRegistry,
CDORevisionUnchunker unchunker) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleCommitInfo(CDOCommitInfo commitInfo) |
protected void |
handleException(Exception ex) |
public BinaryCommitInfoLog(OutputStream stream, CDOPackageRegistry packageRegistry, CDORevisionUnchunker unchunker)
public BinaryCommitInfoLog(OutputStream stream, CDOPackageRegistry packageRegistry)
public void handleCommitInfo(CDOCommitInfo commitInfo)
handleCommitInfo in interface CDOCommitInfoHandlerprotected void handleException(Exception ex)
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.