public static class CDOServerExporter.Binary extends CDOServerExporter<CDODataOutput> implements CDOServerExporter.BinaryConstants
CDOServerExporter.Binary, CDOServerExporter.BinaryConstants, CDOServerExporter.Statistics, CDOServerExporter.XML, CDOServerExporter.XMLConstants
BLOB, BRANCH, CLOB, COMMIT, EOF, PACKAGE_INFO, PACKAGE_UNIT, REPOSITORY, REVISION
Constructor and Description |
---|
Binary(IRepository repository) |
Modifier and Type | Method and Description |
---|---|
protected CDODataOutput |
createOutput(java.io.OutputStream out) |
protected void |
endPackageUnit(CDODataOutput out) |
protected void |
exportAll(CDODataOutput out) |
protected void |
exportBranch(CDODataOutput out,
CDOBranch branch) |
protected void |
exportCommit(CDODataOutput out,
CDOCommitInfo commitInfo) |
protected void |
exportPackageInfo(CDODataOutput out,
java.lang.String packageURI) |
protected void |
exportRevision(CDODataOutput out,
CDORevision revision) |
protected java.io.OutputStream |
startBlob(CDODataOutput out,
byte[] id,
long size) |
protected java.io.Writer |
startClob(CDODataOutput out,
byte[] id,
long size) |
protected void |
startPackageUnit(CDODataOutput out,
java.lang.String id,
CDOPackageUnit.Type type,
long time,
java.lang.String data) |
exportBranches, exportCommits, exportLobs, exportPackages, exportRepository, exportRevisions, getBranchPath, getRepository, getStatistics, getTimeStamp, isExportSystemPackages, setBranchPath, setExportSystemPackages, setTimeStamp
public Binary(IRepository repository)
protected CDODataOutput createOutput(java.io.OutputStream out) throws java.lang.Exception
createOutput
in class CDOServerExporter<CDODataOutput>
java.lang.Exception
protected void exportAll(CDODataOutput out) throws java.lang.Exception
exportAll
in class CDOServerExporter<CDODataOutput>
java.lang.Exception
protected void startPackageUnit(CDODataOutput out, java.lang.String id, CDOPackageUnit.Type type, long time, java.lang.String data) throws java.lang.Exception
startPackageUnit
in class CDOServerExporter<CDODataOutput>
java.lang.Exception
protected void endPackageUnit(CDODataOutput out) throws java.lang.Exception
endPackageUnit
in class CDOServerExporter<CDODataOutput>
java.lang.Exception
protected void exportPackageInfo(CDODataOutput out, java.lang.String packageURI) throws java.lang.Exception
exportPackageInfo
in class CDOServerExporter<CDODataOutput>
java.lang.Exception
protected void exportBranch(CDODataOutput out, CDOBranch branch) throws java.lang.Exception
exportBranch
in class CDOServerExporter<CDODataOutput>
java.lang.Exception
protected void exportRevision(CDODataOutput out, CDORevision revision) throws java.lang.Exception
exportRevision
in class CDOServerExporter<CDODataOutput>
java.lang.Exception
protected java.io.OutputStream startBlob(CDODataOutput out, byte[] id, long size) throws java.lang.Exception
startBlob
in class CDOServerExporter<CDODataOutput>
java.lang.Exception
protected java.io.Writer startClob(CDODataOutput out, byte[] id, long size) throws java.lang.Exception
startClob
in class CDOServerExporter<CDODataOutput>
java.lang.Exception
protected void exportCommit(CDODataOutput out, CDOCommitInfo commitInfo) throws java.lang.Exception
exportCommit
in class CDOServerExporter<CDODataOutput>
java.lang.Exception
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html