Uses of Interface
org.eclipse.emf.cdo.common.commit.CDOCommitInfoHandler
Packages that use CDOCommitInfoHandler
Package
Description
Common concepts for dealing with commits and change sets.
Some useful commit info handler implementations.
Server concepts for dealing with repositories and stores.
Common service provider interfaces and useful base implementations.
Common service provider interfaces and useful base implementations for dealing with commits and change sets.
Server service provider interfaces and useful base implementations.
Client concepts for dealing with views, view sets, queries, CDO objects and EMF resource sets.
-
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo
Subinterfaces of CDOCommitInfoHandler in org.eclipse.emf.cdo -
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.common.commit
Subinterfaces of CDOCommitInfoHandler in org.eclipse.emf.cdo.common.commitModifier and TypeInterfaceDescriptioninterface
A cache for thecommit infos
of a branch or of an entire repository.Methods in org.eclipse.emf.cdo.common.commit that return CDOCommitInfoHandlerMethods in org.eclipse.emf.cdo.common.commit with parameters of type CDOCommitInfoHandlerModifier and TypeMethodDescriptionvoid
CDOCommitInfoProvider.addCommitInfoHandler
(CDOCommitInfoHandler handler) void
CDOCommitInfoManager.getCommitInfos
(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler) void
CDOCommitInfoManager.getCommitInfos
(CDOBranch branch, long startTime, String reserved1, String reserved2, int count, CDOCommitInfoHandler handler) void
CDOCommitInfoProvider.removeCommitInfoHandler
(CDOCommitInfoHandler handler) boolean
CDOCommitHistory.triggerLoad
(CDOCommitInfoHandler handler) -
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.common.commit.handler
Classes in org.eclipse.emf.cdo.common.commit.handler that implement CDOCommitInfoHandlerModifier and TypeClassDescriptionclass
Acommit info handler
that asynchronously delegatescommit infos
to another handler.class
Acommit info handler
that synchronously writescommit infos
to a binary log.class
Acommit info handler
that synchronously writescommit infos
to a text log.Constructors in org.eclipse.emf.cdo.common.commit.handler with parameters of type CDOCommitInfoHandler -
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.server
Methods in org.eclipse.emf.cdo.server that return CDOCommitInfoHandlerMethods in org.eclipse.emf.cdo.server with parameters of type CDOCommitInfoHandlerModifier and TypeMethodDescriptionvoid
IRepository.addCommitInfoHandler
(CDOCommitInfoHandler handler) Deprecated.void
IRepository.removeCommitInfoHandler
(CDOCommitInfoHandler handler) Deprecated. -
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.spi.common
Subinterfaces of CDOCommitInfoHandler in org.eclipse.emf.cdo.spi.commonModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.spi.common.commit
Methods in org.eclipse.emf.cdo.spi.common.commit with parameters of type CDOCommitInfoHandlerModifier and TypeMethodDescriptionvoid
InternalCDOCommitInfoManager.CommitInfoLoader.loadCommitInfos
(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler) -
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.spi.server
Subinterfaces of CDOCommitInfoHandler in org.eclipse.emf.cdo.spi.serverModifier and TypeInterfaceDescriptioninterface
If the meaning of this type isn't clear, there really should be more of a description here...interface
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.view
Subinterfaces of CDOCommitInfoHandler in org.eclipse.emf.cdo.viewModifier and TypeInterfaceDescriptioninterface
CDOCommitInfoProvider.getCommitInfoHandlers()