Uses of Interface
com.activeviam.tech.mvcc.api.IEpochHistory
Packages that use IEpochHistory
Package
Description
-
Uses of IEpochHistory in com.activeviam.activepivot.dist.impl.private_.impl
Classes in com.activeviam.activepivot.dist.impl.private_.impl that implement IEpochHistoryModifier and TypeClassDescriptionclassA dedicated instance ofIVersionHistoryto be used in a query cube. -
Uses of IEpochHistory in com.activeviam.tech.mvcc.api
Subinterfaces of IEpochHistory in com.activeviam.tech.mvcc.apiModifier and TypeInterfaceDescriptioninterfaceIVersionHistory<V extends IVersion>An ordered history of versions, with the ability to retrieve the version that is valid at a given epoch.Methods in com.activeviam.tech.mvcc.api that return types with arguments of type IEpochHistoryModifier and TypeMethodDescriptionMap<String, ? extends IEpochHistory> IEpochManager.getHistories()Gets the underlying histories indexed by theirids. -
Uses of IEpochHistory in com.activeviam.tech.mvcc.api.policy
Methods in com.activeviam.tech.mvcc.api.policy with parameters of type IEpochHistoryModifier and TypeMethodDescriptionvoidIEpochManagementPolicy.onCommit(IEpoch epoch, IEpochHistory history) Executed after each commit on a component.voidKeepAllEpochPolicy.onCommit(IEpoch epoch, IEpochHistory history) voidKeepLastEpochPolicy.onCommit(IEpoch epoch, IEpochHistory history) -
Uses of IEpochHistory in com.activeviam.tech.mvcc.internal
Subinterfaces of IEpochHistory in com.activeviam.tech.mvcc.internalModifier and TypeInterfaceDescriptioninterfaceIInternalVersionHistory<V extends IVersion>Interface exposing more details thanIVersionHistory. -
Uses of IEpochHistory in com.activeviam.tech.mvcc.internal.impl
Classes in com.activeviam.tech.mvcc.internal.impl that implement IEpochHistoryModifier and TypeClassDescriptionclassALinkedVersionHistory<V extends IVersion,N extends IVersionNode<V, N>> An ordered queue ofversion nodes, each keeps either strong or weak reference to a version.classVersionHistory<V extends ISquashableVersion<V>>Base implementation ofIVersionHistory.