Uses of Interface
org.eclipse.emf.cdo.common.protocol.CDODataInput
- 
Packages that use CDODataInput Package Description org.eclipse.emf.cdo.common.branch Common concepts for dealing with branches.org.eclipse.emf.cdo.common.id Common concepts for dealing with object and revision IDs.org.eclipse.emf.cdo.common.model Common concepts for dealing with models and types.org.eclipse.emf.cdo.common.protocol Common concepts for dealing with protocols and CDO-specific I/O.org.eclipse.emf.cdo.common.util Common utility classes, some common interfaces and exceptions.org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores.org.eclipse.emf.cdo.server.db Server concepts for dealing with DB stores and accessors.org.eclipse.emf.cdo.server.db.mapping Server concepts for dealing with mapping strategies and mappings for classes, lists and types.org.eclipse.emf.cdo.spi.common Common service provider interfaces and useful base implementations.org.eclipse.emf.cdo.spi.common.branch Common service provider interfaces and useful base implementations for dealing with branches.org.eclipse.emf.cdo.spi.common.model Common service provider interfaces and useful base implementations for dealing with models and typesorg.eclipse.emf.cdo.spi.common.protocol Common base implementations for dealing with I/O of CDO data structures.org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas.org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations.org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations.
- 
- 
Uses of CDODataInput in org.eclipse.emf.cdo.common.branchConstructors in org.eclipse.emf.cdo.common.branch with parameters of type CDODataInput Constructor Description CDOBranchPointRef(CDODataInput in)CDOBranchRef(CDODataInput in)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.common.idMethods in org.eclipse.emf.cdo.common.id with parameters of type CDODataInput Modifier and Type Method Description static CDOIDCDOIDUtil. read(CDODataInput in)Constructors in org.eclipse.emf.cdo.common.id with parameters of type CDODataInput Constructor Description CDOIDReference(CDODataInput in)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.common.modelMethods in org.eclipse.emf.cdo.common.model with parameters of type CDODataInput Modifier and Type Method Description java.lang.ObjectCDOType. readValue(CDODataInput in)Constructors in org.eclipse.emf.cdo.common.model with parameters of type CDODataInput Constructor Description CDOClassifierRef(CDODataInput in)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.common.protocolConstructors in org.eclipse.emf.cdo.common.protocol with parameters of type CDODataInput Constructor Description CommitData(CDODataInput in)CommitNotificationInfo(CDODataInput in)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.common.utilMethods in org.eclipse.emf.cdo.common.util that return CDODataInput Modifier and Type Method Description static CDODataInputCDOCommonUtil. createCDODataInput(org.eclipse.net4j.util.io.ExtendedDataInputStream inputStream, CDOPackageRegistry packageRegistry, CDOBranchManager branchManager, CDOCommitInfoManager commitManager, CDORevisionFactory revisionFactory, CDOListFactory listFactory, CDOLobStore lobStore)Constructors in org.eclipse.emf.cdo.common.util with parameters of type CDODataInput Constructor Description CDOFetchRule(CDODataInput in, CDOPackageRegistry packageManager)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.serverMethods in org.eclipse.emf.cdo.server with parameters of type CDODataInput Modifier and Type Method Description voidIStoreAccessor.Raw. rawImport(CDODataInput in, int fromBranchID, int toBranchID, long fromCommitTime, long toCommitTime, org.eclipse.net4j.util.om.monitor.OMMonitor monitor)Deserializes backend data that has been serialized by therawExport()method of a different instance of the same implementation ofraw store accessor.
- 
Uses of CDODataInput in org.eclipse.emf.cdo.server.dbMethods in org.eclipse.emf.cdo.server.db with parameters of type CDODataInput Modifier and Type Method Description voidIIDHandler. rawImport(java.sql.Connection connection, CDODataInput in, long fromCommitTime, long toCommitTime, org.eclipse.net4j.util.om.monitor.OMMonitor fork)java.util.Collection<InternalCDOPackageUnit>IMetaDataManager. rawImport(java.sql.Connection connection, CDODataInput in, long fromCommitTime, long toCommitTime, org.eclipse.net4j.util.om.monitor.OMMonitor monitor)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.server.db.mappingMethods in org.eclipse.emf.cdo.server.db.mapping with parameters of type CDODataInput Modifier and Type Method Description voidIMappingStrategy. rawImport(IDBStoreAccessor accessor, CDODataInput in, long fromCommitTime, long toCommitTime, org.eclipse.net4j.util.om.monitor.OMMonitor monitor)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.spi.commonMethods in org.eclipse.emf.cdo.spi.common with parameters of type CDODataInput Modifier and Type Method Description voidCDORawReplicationContext. replicateRaw(CDODataInput in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.branchMethods in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDODataInput Modifier and Type Method Description static CDOBranchPointCDOBranchUtil. readBranchPointOrNull(CDODataInput in)static CDOBranchPointRangeCDOBranchUtil. readRange(CDODataInput in)static CDOBranchPointRangeCDOBranchUtil. readRangeOrNull(CDODataInput in)Constructors in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDODataInput Constructor Description BranchInfo(CDODataInput in)SubBranchInfo(CDODataInput in)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.modelMethods in org.eclipse.emf.cdo.spi.common.model with parameters of type CDODataInput Modifier and Type Method Description voidInternalCDOPackageInfo. read(CDODataInput in)voidInternalCDOPackageUnit. read(CDODataInput in, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.protocolClasses in org.eclipse.emf.cdo.spi.common.protocol that implement CDODataInput Modifier and Type Class Description classCDODataInputImplIf the meaning of this type isn't clear, there really should be more of a description here...static classCDODataInputImpl.DefaultA concrete subclass ofCDODataInputImpl.
- 
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.revisionMethods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDODataInput Modifier and Type Method Description protected InternalCDORevisionRevisionInfo. doReadResult(CDODataInput in)Deprecated.Not called anymore by the frameworkvoidBaseCDORevision. read(CDODataInput in)voidDelegatingCDORevision. read(CDODataInput in)voidInternalCDORevision. read(CDODataInput in)static RevisionInfoRevisionInfo. read(CDODataInput in, CDOBranchPoint requestedBranchPoint)voidStubCDORevision. read(CDODataInput in)voidRevisionInfo. readResult(CDODataInput in)static InternalCDORevisionRevisionInfo. readResult(CDODataInput in, CDOID id, CDOBranch branch)protected voidRevisionInfo.Available. readRevision(CDODataInput in)protected voidRevisionInfo. readRevision(CDODataInput in)protected voidBaseCDORevision. readSystemValues(CDODataInput in)booleanBaseCDORevision. readValues(CDODataInput in)booleanDelegatingCDORevision. readValues(CDODataInput in)booleanInternalCDORevision. readValues(CDODataInput in)booleanStubCDORevision. readValues(CDODataInput in)Constructors in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDODataInput Constructor Description Available(CDODataInput in, CDOBranchPoint requestedBranchPoint)RevisionInfo(CDODataInput in, CDOBranchPoint requestedBranchPoint)
- 
Uses of CDODataInput in org.eclipse.emf.cdo.spi.serverMethods in org.eclipse.emf.cdo.spi.server with parameters of type CDODataInput Modifier and Type Method Description voidInternalCommitManager. preCommit(InternalCommitContext commitContext, CDODataInput in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor)Create a future to execute commitContext in a different thread.
- 
Uses of CDODataInput in org.eclipse.emf.spi.cdoConstructors in org.eclipse.emf.spi.cdo with parameters of type CDODataInput Constructor Description OpenSessionResult(CDODataInput in, int sessionID)
 
-