类 ModelUtil


  • public class ModelUtil
    extends java.lang.Object
    模型辅助工具
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static cn.flyelf.cache.core.model.CacheTestModel buildModel​(int i, long[] id, java.lang.String[] name, java.lang.Integer[] index)  
      static cn.flyelf.cache.core.model.CacheTestModel buildModel​(long id, java.lang.String name, java.lang.Integer index)  
      static reactor.core.publisher.Flux<cn.flyelf.cache.core.model.CacheTestModel> putCollection​(cn.flyelf.cache.core.Cache cache, java.util.Collection<cn.flyelf.cache.core.model.CacheTestModel> records, java.lang.String key, long[] id, java.lang.String[] name, java.lang.Integer[] index, java.lang.Long duration)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • buildModel

        public static cn.flyelf.cache.core.model.CacheTestModel buildModel​(int i,
                                                                           long[] id,
                                                                           java.lang.String[] name,
                                                                           java.lang.Integer[] index)
      • buildModel

        public static cn.flyelf.cache.core.model.CacheTestModel buildModel​(long id,
                                                                           java.lang.String name,
                                                                           java.lang.Integer index)
      • putCollection

        public static reactor.core.publisher.Flux<cn.flyelf.cache.core.model.CacheTestModel> putCollection​(cn.flyelf.cache.core.Cache cache,
                                                                                                           java.util.Collection<cn.flyelf.cache.core.model.CacheTestModel> records,
                                                                                                           java.lang.String key,
                                                                                                           long[] id,
                                                                                                           java.lang.String[] name,
                                                                                                           java.lang.Integer[] index,
                                                                                                           java.lang.Long duration)