类 RedisLookupOptions

    • 字段详细资料

      • hostname

        protected final String hostname
      • port

        protected final int port
    • 构造器详细资料

      • RedisLookupOptions

        public RedisLookupOptions​(long cacheMaxSize,
                                  long cacheExpireMs,
                                  int maxRetryTimes,
                                  boolean lookupAsync,
                                  String hostname,
                                  int port,
                                  boolean isBatchMode,
                                  int batchSize,
                                  int batchMinTriggerDelayMs,
                                  String groupid,
                                  String searchkeyprefix)
    • 方法详细资料

      • getHostname

        public String getHostname()
      • getPort

        public int getPort()
      • getGroupid

        public String getGroupid()
      • getSearchkeyprefix

        public String getSearchkeyprefix()
      • getCacheMaxSize

        public long getCacheMaxSize()
      • getCacheExpireMs

        public long getCacheExpireMs()
      • getMaxRetryTimes

        public int getMaxRetryTimes()
      • getLookupAsync

        public boolean getLookupAsync()
      • isBatchMode

        public boolean isBatchMode()
      • getBatchSize

        public int getBatchSize()
      • getBatchMinTriggerDelayMs

        public int getBatchMinTriggerDelayMs()