Uses of Class
com.almworks.jira.structure.api.pull.DataVersion
Packages that use DataVersion
Package
Description
This package provides Attribute API.
-
Uses of DataVersion in com.almworks.jira.structure.api.attribute
Methods in com.almworks.jira.structure.api.attribute that return DataVersionModifier and TypeMethodDescriptionValuesMeta.getForestCacheSequence()Returns the version of the forest-based value cache at which the values were loaded, orZEROif the forest was not versioned.ConsistentRowValues.getForestVersion()Returns the version of forest that was used to calculate the values.ValuesMeta.getForestVersion()Returns the version of the forest that was used to load the values.ValuesMeta.getItemCacheSequence()Returns the version of the item-based value cache at which the values were loaded.ConsistentRowValues.getItemsVersion()Returns the version of the item update stream that was current when the values were loaded.ValuesMeta.getItemsVersion()Returns the version of the item change stream at a moment before all the values were loaded.Constructors in com.almworks.jira.structure.api.attribute with parameters of type DataVersionModifierConstructorDescriptionConsistentRowValues(Forest forest, LongList requestedRows, Collection<? extends AttributeSpec<?>> requestedAttributes, RowValues values, DataVersion forestVersion, DataVersion itemsVersion) -
Uses of DataVersion in com.almworks.jira.structure.api.attribute.subscription
Methods in com.almworks.jira.structure.api.attribute.subscription that return types with arguments of type DataVersionModifier and TypeMethodDescriptionAttributeSubscription.loadValues()Requests that the subscription performs attribute loading.Methods in com.almworks.jira.structure.api.attribute.subscription with parameters of type DataVersionModifier and TypeMethodDescriptionAttributeSubscription.getUpdate(DataVersion fromVersion) A quick, non-blocking retrieval of the updated values.Constructors in com.almworks.jira.structure.api.attribute.subscription with parameters of type DataVersionModifierConstructorDescriptionAttributeSubscriptionUpdate(DataVersion version, boolean full, RowValues values) -
Uses of DataVersion in com.almworks.jira.structure.api.effectbatch
Fields in com.almworks.jira.structure.api.effectbatch declared as DataVersionConstructors in com.almworks.jira.structure.api.effectbatch with parameters of type DataVersionModifierConstructorDescriptionEffectBatch(ForestSpec spec, DataVersion version, LongIterable movedRows, RowsToReplace redoReplace, RowsToReplace undoReplace, List<EffectPair> effects) -
Uses of DataVersion in com.almworks.jira.structure.api.forest
Methods in com.almworks.jira.structure.api.forest that return DataVersionMethods in com.almworks.jira.structure.api.forest with parameters of type DataVersionModifier and TypeMethodDescriptionbooleanForestSource.hasUpdate(DataVersion sinceVersion) This method allows to quickly check if the caller has the last version of the forest.Constructors in com.almworks.jira.structure.api.forest with parameters of type DataVersionModifierConstructorDescriptionVersionedForest(Forest forest, DataVersion version) Constructs an instance. -
Uses of DataVersion in com.almworks.jira.structure.api.generator
Methods in com.almworks.jira.structure.api.generator with parameters of type DataVersionModifier and TypeMethodDescriptionStructureGenerator.GenerationContext.itemsUpdate(DataVersion sinceVersion) Returns the item version update since the given version. -
Uses of DataVersion in com.almworks.jira.structure.api.item
Methods in com.almworks.jira.structure.api.item that return DataVersionModifier and TypeMethodDescriptionItemVersionUpdate.Empty.getFromVersion()abstract DataVersionItemVersionUpdate.getFromVersion()ItemVersionUpdate.Total.getFromVersion()Methods in com.almworks.jira.structure.api.item with parameters of type DataVersionModifier and TypeMethodDescriptionItemTracker.getUpdate(DataVersion fromVersion) Provides an update on the tracked items, based on the previously seen signature and version.Constructors in com.almworks.jira.structure.api.item with parameters of type DataVersionModifierConstructorDescriptionEmpty(DataVersion version) protectedItemVersionUpdate(DataVersion version) Total(DataVersion version) -
Uses of DataVersion in com.almworks.jira.structure.api.pull
Fields in com.almworks.jira.structure.api.pull declared as DataVersionMethods in com.almworks.jira.structure.api.pull that return DataVersionModifier and TypeMethodDescriptionVersionedDataSource.getCurrentVersion()Returns the current version of the data without triggering data source's recalculation.final DataVersionVersionedDataUpdate.getVersion()Returns the version associated with this update.DataVersion.increment()Creates a newDataVersionwith version incremented by 1.DataVersion.increment(int count) Creates a newDataVersionwith version incremented by the specified amount.Methods in com.almworks.jira.structure.api.pull with parameters of type DataVersionModifier and TypeMethodDescriptionVersionedDataSource.getUpdate(DataVersion fromVersion) Returns an update based on the version of the data that the client has.booleanDataVersion.isBefore(DataVersion anotherVersion) Returnstrueif this version is "before" the given version, that is, it has the same signature and lower version.booleanDataVersion.isComparable(DataVersion anotherVersion) Returnstrueif this version can be compared to the specified version (that is possible only if their signatures match)Constructors in com.almworks.jira.structure.api.pull with parameters of type DataVersion -
Uses of DataVersion in com.almworks.jira.structure.api.rest
Methods in com.almworks.jira.structure.api.rest that return DataVersionMethods in com.almworks.jira.structure.api.rest with parameters of type DataVersion