Uses of Class
pl.decerto.hyperon.runtime.model.RegionVersion
Packages that use RegionVersion
Package
Description
-
Uses of RegionVersion in pl.decerto.hyperon.runtime.cache
Methods in pl.decerto.hyperon.runtime.cache that return types with arguments of type RegionVersionModifier and TypeMethodDescriptionMethod parameters in pl.decerto.hyperon.runtime.cache with type arguments of type RegionVersionModifier and TypeMethodDescriptionvoidUserRegionVersionCache.put(@NotNull String profileCode, @NotNull String user, @NotNull Set<RegionVersion> versions) -
Uses of RegionVersion in pl.decerto.hyperon.runtime.core.domain
Method parameters in pl.decerto.hyperon.runtime.core.domain with type arguments of type RegionVersionModifier and TypeMethodDescriptionMpDomainCacheProvider.createDomainTree(String profileCode, EffectiveVersionConfiguration configuration, Set<RegionVersion> userVersions) -
Uses of RegionVersion in pl.decerto.hyperon.runtime.core.versioninterceptor
Method parameters in pl.decerto.hyperon.runtime.core.versioninterceptor with type arguments of type RegionVersionModifier and TypeMethodDescriptionEffectiveVersionConfiguration.configurationForSnapshot(List<RegionVersion> forcedRegionVersions) EffectiveVersionResolver.getEffectiveVersionIds(@NotNull String profileCode, EffectiveVersionConfiguration configuration, @NotNull Collection<RegionVersion> userVersions) -
Uses of RegionVersion in pl.decerto.hyperon.runtime.dao
Methods in pl.decerto.hyperon.runtime.dao that return RegionVersionMethods in pl.decerto.hyperon.runtime.dao that return types with arguments of type RegionVersionModifier and TypeMethodDescriptionVersionJdbcDao.getAllRegionVersions()VersionJdbcDao.getAllRegionVersionsList()VersionJdbcDao.getAllRegionVersionsList(String profileCode) VersionJdbcDao.getUserRegionVersions(String profileCode, String user) DomainCacheJdbcDao.getUserVersions(String profileCode, String user) -
Uses of RegionVersion in pl.decerto.hyperon.runtime.dev
Methods in pl.decerto.hyperon.runtime.dev that return RegionVersionModifier and TypeMethodDescriptionDevModeProvider.getActiveVersion(String region) DevModeProvider.getUserVersion(String user, String region) DevModeProvider.getVersion(String region, String version) -
Uses of RegionVersion in pl.decerto.hyperon.runtime.sync
Methods in pl.decerto.hyperon.runtime.sync that return RegionVersionModifier and TypeMethodDescriptionScheduleCache.getActiveVersion(String regionCode) ScheduleCache.getVersionData(String region, String version) Methods in pl.decerto.hyperon.runtime.sync that return types with arguments of type RegionVersionModifier and TypeMethodDescriptionScheduleCache.getActiveVersion(String profileCode, String regionCode) ScheduleCache.getVersionData(String profileCode, String regionCode, String version) VersionRuntimeWatcher.sync(Map<Integer, RegionVersion> prevMap, Map<Integer, RegionVersion> freshMap) Method parameters in pl.decerto.hyperon.runtime.sync with type arguments of type RegionVersionModifier and TypeMethodDescriptionVersionRuntimeWatcher.sync(Map<Integer, RegionVersion> prevMap, Map<Integer, RegionVersion> freshMap) Constructor parameters in pl.decerto.hyperon.runtime.sync with type arguments of type RegionVersionModifierConstructorDescriptionScheduleCache(Map<String, Schedule> parSchedules, Map<String, Schedule> funSchedules, Map<String, ScheduleContainer> profileToSchedulesMapping, int hash, Collection<RegionVersion> allVersions)