Package org.eclipse.emf.cdo.server
Class CDOServerExporter.Binary
- java.lang.Object
- 
- org.eclipse.emf.cdo.server.CDOServerExporter<CDODataOutput>
- 
- org.eclipse.emf.cdo.server.CDOServerExporter.Binary
 
 
- 
- All Implemented Interfaces:
- CDOServerExporter.BinaryConstants
 - Enclosing class:
- CDOServerExporter<OUT>
 
 public static class CDOServerExporter.Binary extends CDOServerExporter<CDODataOutput> implements CDOServerExporter.BinaryConstants - Since:
- 4.8
- Author:
- Eike Stepper
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.emf.cdo.server.CDOServerExporterCDOServerExporter.Binary, CDOServerExporter.BinaryConstants, CDOServerExporter.Statistics, CDOServerExporter.XML, CDOServerExporter.XMLConstants
 
- 
 - 
Field Summary- 
Fields inherited from interface org.eclipse.emf.cdo.server.CDOServerExporter.BinaryConstantsBLOB, BRANCH, CLOB, COMMIT, EOF, PACKAGE_INFO, PACKAGE_UNIT, REPOSITORY, REVISION
 
- 
 - 
Constructor SummaryConstructors Constructor Description Binary(IRepository repository)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CDODataOutputcreateOutput(java.io.OutputStream out)protected voidendPackageUnit(CDODataOutput out)protected voidexportAll(CDODataOutput out)protected voidexportBranch(CDODataOutput out, CDOBranch branch)protected voidexportCommit(CDODataOutput out, CDOCommitInfo commitInfo)protected voidexportPackageInfo(CDODataOutput out, java.lang.String packageURI)protected voidexportRevision(CDODataOutput out, CDORevision revision)protected java.io.OutputStreamstartBlob(CDODataOutput out, byte[] id, long size)protected java.io.WriterstartClob(CDODataOutput out, byte[] id, long size)protected voidstartPackageUnit(CDODataOutput out, java.lang.String id, CDOPackageUnit.Type type, long time, java.lang.String data)- 
Methods inherited from class org.eclipse.emf.cdo.server.CDOServerExporterexportBranches, exportCommits, exportLobs, exportPackages, exportRepository, exportRevisions, getBranchPath, getRepository, getStatistics, getTimeStamp, isExportSystemPackages, setBranchPath, setExportSystemPackages, setTimeStamp
 
- 
 
- 
- 
- 
Constructor Detail- 
Binarypublic Binary(IRepository repository) 
 
- 
 - 
Method Detail- 
createOutputprotected CDODataOutput createOutput(java.io.OutputStream out) throws java.lang.Exception - Specified by:
- createOutputin class- CDOServerExporter<CDODataOutput>
- Throws:
- java.lang.Exception
 
 - 
exportAllprotected void exportAll(CDODataOutput out) throws java.lang.Exception - Overrides:
- exportAllin class- CDOServerExporter<CDODataOutput>
- Throws:
- java.lang.Exception
 
 - 
startPackageUnitprotected void startPackageUnit(CDODataOutput out, java.lang.String id, CDOPackageUnit.Type type, long time, java.lang.String data) throws java.lang.Exception - Specified by:
- startPackageUnitin class- CDOServerExporter<CDODataOutput>
- Throws:
- java.lang.Exception
 
 - 
endPackageUnitprotected void endPackageUnit(CDODataOutput out) throws java.lang.Exception - Specified by:
- endPackageUnitin class- CDOServerExporter<CDODataOutput>
- Throws:
- java.lang.Exception
 
 - 
exportPackageInfoprotected void exportPackageInfo(CDODataOutput out, java.lang.String packageURI) throws java.lang.Exception - Specified by:
- exportPackageInfoin class- CDOServerExporter<CDODataOutput>
- Throws:
- java.lang.Exception
 
 - 
exportBranchprotected void exportBranch(CDODataOutput out, CDOBranch branch) throws java.lang.Exception - Overrides:
- exportBranchin class- CDOServerExporter<CDODataOutput>
- Throws:
- java.lang.Exception
 
 - 
exportRevisionprotected void exportRevision(CDODataOutput out, CDORevision revision) throws java.lang.Exception - Specified by:
- exportRevisionin class- CDOServerExporter<CDODataOutput>
- Throws:
- java.lang.Exception
 
 - 
startBlobprotected java.io.OutputStream startBlob(CDODataOutput out, byte[] id, long size) throws java.lang.Exception - Specified by:
- startBlobin class- CDOServerExporter<CDODataOutput>
- Throws:
- java.lang.Exception
 
 - 
startClobprotected java.io.Writer startClob(CDODataOutput out, byte[] id, long size) throws java.lang.Exception - Specified by:
- startClobin class- CDOServerExporter<CDODataOutput>
- Throws:
- java.lang.Exception
 
 - 
exportCommitprotected void exportCommit(CDODataOutput out, CDOCommitInfo commitInfo) throws java.lang.Exception - Specified by:
- exportCommitin class- CDOServerExporter<CDODataOutput>
- Throws:
- java.lang.Exception
 
 
- 
 
-