Class RedisPoolDescriptor

    • Field Detail

      • disabled

        protected boolean disabled
      • password

        public String password
      • database

        public int database
      • timeout

        public int timeout
      • maxTotal

        public int maxTotal
      • maxIdle

        public int maxIdle
      • prefix

        public String prefix
    • Constructor Detail

      • RedisPoolDescriptor

        public RedisPoolDescriptor()
    • Method Detail

      • getId

        public final String getId()
        Description copied from interface: Descriptor
        The descriptor id, descriptors with same id are merged.

        To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.

        To forbid merge use a unique value, non-overriden toString() for exemple.

        Specified by:
        getId in interface Descriptor
      • setPassword

        public void setPassword​(String value)