Uses of Interface
org.eclipse.emf.cdo.common.protocol.CDODataInput
Packages that use CDODataInput
Package
Description
Common concepts for dealing with branches.
Common concepts for dealing with object and revision IDs.
Common concepts for dealing with models and types.
Common concepts for dealing with protocols and CDO-specific I/O.
Common utility classes, some common interfaces and exceptions.
Server concepts for dealing with repositories and stores.
Server concepts for dealing with DB stores and accessors.
Server concepts for dealing with mapping strategies and mappings for classes, lists and types.
Common service provider interfaces and useful base implementations.
Common service provider interfaces and useful base implementations for dealing with branches.
Common service provider interfaces and useful base implementations for dealing with models and types
Common base implementations for dealing with I/O of CDO data structures.
Common service provider interfaces and useful base implementations for dealing with revisions and deltas.
Server service provider interfaces and useful base implementations.
Client service provider interfaces and useful base implementations.
-
Uses of CDODataInput in org.eclipse.emf.cdo.common.branch
Constructors in org.eclipse.emf.cdo.common.branch with parameters of type CDODataInput -
Uses of CDODataInput in org.eclipse.emf.cdo.common.id
Methods in org.eclipse.emf.cdo.common.id with parameters of type CDODataInputConstructors in org.eclipse.emf.cdo.common.id with parameters of type CDODataInput -
Uses of CDODataInput in org.eclipse.emf.cdo.common.model
Methods in org.eclipse.emf.cdo.common.model with parameters of type CDODataInputModifier and TypeMethodDescriptionabstract Object
CDOType.Handler.readValue
(CDODataInput in) CDOType.readValue
(CDODataInput in) Constructors in org.eclipse.emf.cdo.common.model with parameters of type CDODataInput -
Uses of CDODataInput in org.eclipse.emf.cdo.common.protocol
Constructors in org.eclipse.emf.cdo.common.protocol with parameters of type CDODataInputModifierConstructorDescription -
Uses of CDODataInput in org.eclipse.emf.cdo.common.util
Methods in org.eclipse.emf.cdo.common.util that return CDODataInputModifier and TypeMethodDescriptionstatic CDODataInput
CDOCommonUtil.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 -
Uses of CDODataInput in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server with parameters of type CDODataInputModifier and TypeMethodDescriptionvoid
IStoreAccessor.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.db
Methods in org.eclipse.emf.cdo.server.db with parameters of type CDODataInputModifier and TypeMethodDescriptionvoid
IIDHandler.rawImport
(Connection connection, CDODataInput in, long fromCommitTime, long toCommitTime, org.eclipse.net4j.util.om.monitor.OMMonitor fork) IMetaDataManager.rawImport
(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.mapping
Methods in org.eclipse.emf.cdo.server.db.mapping with parameters of type CDODataInputModifier and TypeMethodDescriptionvoid
IMappingStrategy.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.common
Methods in org.eclipse.emf.cdo.spi.common with parameters of type CDODataInputModifier and TypeMethodDescriptionvoid
CDORawReplicationContext.replicateRaw
(CDODataInput in, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) -
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.branch
Methods in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDODataInputModifier and TypeMethodDescriptionstatic CDOBranchPoint
CDOBranchUtil.readBranchPointOrNull
(CDODataInput in) static CDOBranchPointRange
CDOBranchUtil.readRange
(CDODataInput in) static CDOBranchPointRange
CDOBranchUtil.readRangeOrNull
(CDODataInput in) Constructors in org.eclipse.emf.cdo.spi.common.branch with parameters of type CDODataInput -
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.model
Methods in org.eclipse.emf.cdo.spi.common.model with parameters of type CDODataInputModifier and TypeMethodDescriptionvoid
InternalCDOPackageInfo.read
(CDODataInput in) void
InternalCDOPackageUnit.read
(CDODataInput in, ResourceSet resourceSet) -
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.protocol
Classes in org.eclipse.emf.cdo.spi.common.protocol that implement CDODataInputModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...static final class
A concrete subclass ofCDODataInputImpl
. -
Uses of CDODataInput in org.eclipse.emf.cdo.spi.common.revision
Methods in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDODataInputModifier and TypeMethodDescriptionprotected InternalCDORevision
RevisionInfo.doReadResult
(CDODataInput in) Deprecated.Not called anymore by the frameworkvoid
BaseCDORevision.read
(CDODataInput in) void
DelegatingCDORevision.read
(CDODataInput in) void
InternalCDORevision.read
(CDODataInput in) static RevisionInfo
RevisionInfo.read
(CDODataInput in, CDOBranchPoint requestedBranchPoint) void
StubCDORevision.read
(CDODataInput in) void
RevisionInfo.readResult
(CDODataInput in) static InternalCDORevision
RevisionInfo.readResult
(CDODataInput in, CDOID id, CDOBranch branch) protected void
RevisionInfo.Available.readRevision
(CDODataInput in) protected void
RevisionInfo.readRevision
(CDODataInput in) protected void
BaseCDORevision.readSystemValues
(CDODataInput in) boolean
BaseCDORevision.readValues
(CDODataInput in) boolean
DelegatingCDORevision.readValues
(CDODataInput in) boolean
InternalCDORevision.readValues
(CDODataInput in) boolean
StubCDORevision.readValues
(CDODataInput in) Constructors in org.eclipse.emf.cdo.spi.common.revision with parameters of type CDODataInputModifierConstructorDescriptionprotected
Available
(CDODataInput in, CDOBranchPoint requestedBranchPoint) protected
RevisionInfo
(CDODataInput in, CDOBranchPoint requestedBranchPoint) -
Uses of CDODataInput in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDODataInputModifier and TypeMethodDescriptionvoid
InternalCommitManager.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.cdo
Constructors in org.eclipse.emf.spi.cdo with parameters of type CDODataInput