Uses of Interface
org.eclipse.emf.cdo.common.commit.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
-
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.common.commit
Modifier and TypeInterfaceDescriptioninterface
A cache for thecommit infos
of a branch or of an entire repository.Modifier 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
Modifier 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. -
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.server
Modifier and TypeMethodDescriptionvoid
IRepository.addCommitInfoHandler
(CDOCommitInfoHandler handler) Deprecated.void
IRepository.removeCommitInfoHandler
(CDOCommitInfoHandler handler) Deprecated. -
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.spi.common
Modifier 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
Modifier and TypeMethodDescriptionvoid
InternalCDOCommitInfoManager.CommitInfoLoader.loadCommitInfos
(CDOBranch branch, long startTime, long endTime, CDOCommitInfoHandler handler) -
Uses of CDOCommitInfoHandler in org.eclipse.emf.cdo.spi.server
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
CDOCommitInfoProvider.getCommitInfoHandlers()