Uses of Interface
com.activeviam.tech.mvcc.api.IHasId
Packages that use IHasId
Package
Description
ActivePivot's cube interfaces.
-
Uses of IHasId in com.activeviam.activepivot.core.impl.internal.impl
Classes in com.activeviam.activepivot.core.impl.internal.impl that implement IHasId -
Uses of IHasId in com.activeviam.activepivot.core.intf.api.cube
Subinterfaces of IHasId in com.activeviam.activepivot.core.intf.api.cube -
Uses of IHasId in com.activeviam.activepivot.core.intf.internal.cube
Subinterfaces of IHasId in com.activeviam.activepivot.core.intf.internal.cube -
Uses of IHasId in com.activeviam.activepivot.dist.impl.api.cube
Subinterfaces of IHasId in com.activeviam.activepivot.dist.impl.api.cubeModifier and TypeInterfaceDescriptioninterfaceThis interface add additional operations related to distribution for the Data cubes.interfaceA distributedIMultiVersionActivePivot, also called a Query cube. -
Uses of IHasId in com.activeviam.activepivot.dist.impl.internal.cube
Subinterfaces of IHasId in com.activeviam.activepivot.dist.impl.internal.cubeModifier and TypeInterfaceDescriptioninterfaceinterfaceInternal interface of adistributed multi-versionpivot. -
Uses of IHasId in com.activeviam.activepivot.dist.impl.internal.impl
Classes in com.activeviam.activepivot.dist.impl.internal.impl that implement IHasIdModifier and TypeClassDescriptionclassThis instance ofIMultiVersionActivePivotis made for the distributed architecture.classThe base implementation for adistributed ActivePivot. -
Uses of IHasId in com.activeviam.activepivot.dist.impl.private_.impl
Methods in com.activeviam.activepivot.dist.impl.private_.impl with parameters of type IHasIdModifier and TypeMethodDescription<V extends ISquashableVersion<V>>
IInternalVersionHistory<V> DistributedEpochManager.createVersionHistory(IHasId forMultiVersion, IEpochManager.IVersionLifecycleHandler<V> historyLifecycle) -
Uses of IHasId in com.activeviam.tech.mvcc.internal
Methods in com.activeviam.tech.mvcc.internal with parameters of type IHasIdModifier and TypeMethodDescription<V extends ISquashableVersion<V>>
IInternalVersionHistory<V> IAdvancedEpochManager.createVersionHistory(IHasId forComponent, IEpochManager.IVersionLifecycleHandler<V> historyLifecycle) Creates a version history that works accordingly to the epoch management policy of this epoch manager. -
Uses of IHasId in com.activeviam.tech.mvcc.internal.impl
Methods in com.activeviam.tech.mvcc.internal.impl with parameters of type IHasIdModifier and TypeMethodDescription<V extends ISquashableVersion<V>>
IInternalVersionHistory<V> EpochManager.createVersionHistory(IHasId forComponent, IEpochManager.IVersionLifecycleHandler<V> historyLifecycle)