Uses of Class
io.higson.runtime.model.RegionVersion
Packages that use RegionVersion
Package
Description
-
Uses of RegionVersion in io.higson.runtime.cache
Methods in io.higson.runtime.cache that return types with arguments of type RegionVersionModifier and TypeMethodDescriptionMethod parameters in io.higson.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 io.higson.runtime.core.datasource
Methods in io.higson.runtime.core.datasource that return RegionVersionMethods in io.higson.runtime.core.datasource that return types with arguments of type RegionVersionModifier and TypeMethodDescriptionVersionDao.getAllRegionVersions()VersionDao.getAllRegionVersionsList()VersionDao.getAllRegionVersionsList(String profileCode) VersionDao.getUserRegionVersions(String profileCode, String user) DomainCacheDao.getUserVersions(String profileCode, String user) -
Uses of RegionVersion in io.higson.runtime.core.datasource.snapshot.domain
Methods in io.higson.runtime.core.datasource.snapshot.domain that return types with arguments of type RegionVersionModifier and TypeMethodDescriptionSnapshotDomainCacheDao.getUserVersions(String profileCode, String user) -
Uses of RegionVersion in io.higson.runtime.core.datasource.snapshot.version
Methods in io.higson.runtime.core.datasource.snapshot.version that return RegionVersionMethods in io.higson.runtime.core.datasource.snapshot.version that return types with arguments of type RegionVersionModifier and TypeMethodDescriptionSnapshotVersionDao.getAllRegionVersions()SnapshotVersionDao.getAllRegionVersionsList()SnapshotVersionDao.getAllRegionVersionsList(String profileCode) SnapshotVersionDao.getUserRegionVersions(String profileCode, String user) -
Uses of RegionVersion in io.higson.runtime.core.domain
Method parameters in io.higson.runtime.core.domain with type arguments of type RegionVersionModifier and TypeMethodDescriptionMpDomainCacheProvider.createDomainTree(String profileCode, EffectiveVersionConfiguration configuration, Set<RegionVersion> userVersions) MpDomainCacheProvider.getEffectiveVersionIds(String userName, String profile, EffectiveVersionConfiguration configuration, Set<RegionVersion> userVersions) -
Uses of RegionVersion in io.higson.runtime.core.versioninterceptor
Method parameters in io.higson.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 io.higson.runtime.dao
Methods in io.higson.runtime.dao that return RegionVersionMethods in io.higson.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 io.higson.runtime.dev
Methods in io.higson.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 io.higson.runtime.sync
Methods in io.higson.runtime.sync that return RegionVersionModifier and TypeMethodDescriptionScheduleCache.getActiveVersion(String regionCode) ScheduleCache.getVersionData(String region, String version) Methods in io.higson.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 io.higson.runtime.sync with type arguments of type RegionVersionModifier and TypeMethodDescriptionVersionRuntimeWatcher.sync(Map<Integer, RegionVersion> prevMap, Map<Integer, RegionVersion> freshMap) Constructor parameters in io.higson.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)