类 ModelUtil
- java.lang.Object
-
- cn.flyelf.cache.sample.util.ModelUtil
-
public class ModelUtil extends java.lang.Object模型辅助工具
-
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static cn.flyelf.cache.core.model.CacheTestModelbuildModel(int i, long[] id, java.lang.String[] name, java.lang.Integer[] index)static cn.flyelf.cache.core.model.CacheTestModelbuildModel(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)
-
-
-
方法详细资料
-
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)
-
-