Uses of Enum Class
com.almworks.jira.structure.api.attribute.loader.AttributeCachingStrategy
Packages that use AttributeCachingStrategy
Package
Description
This package is a part of Structure Attributes SPI.
-
Uses of AttributeCachingStrategy in com.almworks.jira.structure.api.attribute.loader
Methods in com.almworks.jira.structure.api.attribute.loader that return AttributeCachingStrategyModifier and TypeMethodDescriptiondefault AttributeCachingStrategyAttributeLoader.getCachingStrategy()Indicates how the values provided by this loader should be cached.default AttributeCachingStrategyMultiRowAttributeLoader.getCachingStrategy()static AttributeCachingStrategyAttributeCachingStrategy.guessCachingStrategy(AttributeSpec<?> spec) Guessing if the value is cacheable, based on the value format.static AttributeCachingStrategyReturns the enum constant of this class with the specified name.static AttributeCachingStrategy[]AttributeCachingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttributeCachingStrategy in com.almworks.jira.structure.api.attribute.loader.builder
Fields in com.almworks.jira.structure.api.attribute.loader.builder declared as AttributeCachingStrategyModifier and TypeFieldDescriptionprotected AttributeCachingStrategyAttributeLoaderBuilder.myCachingStrategyMethods in com.almworks.jira.structure.api.attribute.loader.builder that return AttributeCachingStrategyModifier and TypeMethodDescriptionBaseAttributeLoader.getCachingStrategy()BiDerivedAttributeLoaderBuilder.BuiltBiDerivedLoader.getCachingStrategy()UniDerivedAttributeLoaderBuilder.BuiltDerivedLoader.getCachingStrategy()Methods in com.almworks.jira.structure.api.attribute.loader.builder with parameters of type AttributeCachingStrategyModifier and TypeMethodDescriptionAttributeLoaderBuilder.cachingStrategy(AttributeCachingStrategy cachingStrategy) Constructors in com.almworks.jira.structure.api.attribute.loader.builder with parameters of type AttributeCachingStrategyModifierConstructorDescriptionprotectedBaseAttributeLoader(AttributeSpec<T> attributeSpec, Set<AttributeSpec<?>> dependencies, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail) Creates the loader.BaseDerivedAttributeLoader(AttributeSpec<T> attributeSpec, Set<AttributeSpec<?>> dependencies, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail, Function<DerivedAttributeContext, AttributeValue<T>> loadingFunction) BaseItemAttributeLoader(AttributeSpec<T> attributeSpec, Set<AttributeSpec<?>> dependencies, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail, Predicate<String> itemTypeSupportedPredicate, BiFunction<ItemIdentity, ItemAttributeContext, AttributeValue<T>> attributeFunction, BiConsumer<Collection<ItemIdentity>, AttributeContext> preloadFunction) BaseSingleRowAttributeLoader(AttributeSpec<T> attributeSpec, Set<AttributeSpec<?>> dependencies, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail, BiFunction<StructureRow, SingleRowAttributeContext, AttributeValue<T>> loadingFunction, RowPreloadFunction preloadFunction, boolean wholeForestDependent) BuiltBiDerivedLoader(AttributeSpec<T> spec, AttributeSpec<? extends X> xDependency, AttributeSpec<? extends Y> yDependency, boolean yield, BiFunction<X, Y, T> derivationFunction, Function<X, ItemIdentity> xTrailFunction, Function<Y, ItemIdentity> yTrailFunction, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail) BuiltDerivedLoader(AttributeSpec<T> spec, AttributeSpec<? extends D> dependency, boolean yield, BiFunction<? super D, DerivedAttributeContext, ? extends T> derivationFunction, Function<D, ItemIdentity> trailFunction, Set<AttributeContextDependency> contextDependencies, AttributeCachingStrategy cachingStrategy, TrailItemSet globalTrail) -
Uses of AttributeCachingStrategy in com.almworks.jira.structure.api.attribute.loader.composition
Methods in com.almworks.jira.structure.api.attribute.loader.composition that return AttributeCachingStrategyModifier and TypeMethodDescriptionCompositeAttributeLoader.getCachingStrategy()static <L extends AttributeLoader<?>>
AttributeCachingStrategyCompositeAttributeLoader.getCompositeCachingStrategy(AttributeSpec<?> spec, Collection<L> loaders) -
Uses of AttributeCachingStrategy in com.almworks.jira.structure.api.attribute.loader.delegate
Methods in com.almworks.jira.structure.api.attribute.loader.delegate that return AttributeCachingStrategy