Uses of Interface
org.eclipse.emf.cdo.spi.common.revision.CDORevisionUnchunker
- 
Packages that use CDORevisionUnchunker Package Description org.eclipse.emf.cdo.common.commit.handler Some useful commit info handler implementations.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.spi.common.protocol Common base implementations for dealing with I/O of CDO data structures.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 CDORevisionUnchunker in org.eclipse.emf.cdo.common.commit.handlerConstructors in org.eclipse.emf.cdo.common.commit.handler with parameters of type CDORevisionUnchunker Constructor Description BinaryCommitInfoLog(java.io.OutputStream stream, CDOPackageRegistry packageRegistry, CDORevisionUnchunker unchunker)
- 
Uses of CDORevisionUnchunker in org.eclipse.emf.cdo.common.protocolMethods in org.eclipse.emf.cdo.common.protocol that return CDORevisionUnchunker Modifier and Type Method Description CDORevisionUnchunkerCDODataOutput. getRevisionUnchunker()
- 
Uses of CDORevisionUnchunker in org.eclipse.emf.cdo.common.utilMethods in org.eclipse.emf.cdo.common.util with parameters of type CDORevisionUnchunker Modifier and Type Method Description static CDODataOutputCDOCommonUtil. createCDODataOutput(org.eclipse.net4j.util.io.ExtendedDataOutput extendedDataOutputStream, CDOPackageRegistry packageRegistry, CDOIDProvider idProvider, CDORevisionUnchunker unchunker)
- 
Uses of CDORevisionUnchunker in org.eclipse.emf.cdo.spi.common.protocolMethods in org.eclipse.emf.cdo.spi.common.protocol that return CDORevisionUnchunker Modifier and Type Method Description CDORevisionUnchunkerCDODataOutputImpl. getRevisionUnchunker()
- 
Uses of CDORevisionUnchunker in org.eclipse.emf.cdo.spi.serverSubinterfaces of CDORevisionUnchunker in org.eclipse.emf.cdo.spi.server Modifier and Type Interface Description interfaceInternalFailoverParticipantIf the meaning of this type isn't clear, there really should be more of a description here...interfaceInternalRepositoryIf the meaning of this type isn't clear, there really should be more of a description here...interfaceInternalSynchronizableRepositoryIf the meaning of this type isn't clear, there really should be more of a description here...
- 
Uses of CDORevisionUnchunker in org.eclipse.emf.spi.cdoSubinterfaces of CDORevisionUnchunker in org.eclipse.emf.spi.cdo Modifier and Type Interface Description interfaceInternalCDOSessionIf the meaning of this type isn't clear, there really should be more of a description here...
 
-