类 RedisIdGenerator

  • 所有已实现的接口:
    IdGenerator, org.nutz.el.opt.RunMethod

    @IocBean
    public class RedisIdGenerator
    extends Object
    implements IdGenerator
    Created by wizzer on 2018/3/17.
    • 字段详细资料

      • jedisAgent

        @Inject
        protected org.nutz.integration.jedis.JedisAgent jedisAgent
    • 构造器详细资料

      • RedisIdGenerator

        public RedisIdGenerator()
      • RedisIdGenerator

        public RedisIdGenerator​(org.nutz.integration.jedis.JedisAgent jedisAgent)
    • 方法详细资料

      • run

        public Object run​(List<Object> fetchParam)
        指定者:
        run 在接口中 org.nutz.el.opt.RunMethod
      • fetchSelf

        public String fetchSelf()
        指定者:
        fetchSelf 在接口中 org.nutz.el.opt.RunMethod