Uses of Class
cloud.opencode.base.cache.warming.CacheWarmer.Builder
Packages that use CacheWarmer.Builder
-
Uses of CacheWarmer.Builder in cloud.opencode.base.cache.warming
Methods in cloud.opencode.base.cache.warming that return CacheWarmer.BuilderModifier and TypeMethodDescriptionSets the batch loader function | 设置批量加载函数CacheWarmer.Builder.batchSize(int size) Sets the batch size | 设置批量大小static <K,V> CacheWarmer.Builder <K, V> CacheWarmer.builder()Create a builder 创建构建器Sets the cache | 设置缓存CacheWarmer.Builder.eventHandler(CacheWarmer.WarmingEventHandler<K, V> handler) Sets the event handler | 设置事件处理器Sets the loader function | 设置加载函数CacheWarmer.Builder.parallelism(int parallelism) Sets the parallelism level | 设置并行度