Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-12811

JCache programmatic configuration through properties

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 12.1.0.CR1
    • 12.0.1.Final
    • JCache
    • None

    Description

      Make it possible to manipulate the configuration programmatically by supplying objects through the properties parameter.

      • org.infinispan.configuration.parsing.ConfigurationBuilderHolder an instance of  that will be used instead of attempting to load the configuration file specified by the uri parameter.
      • org.infinispan.configuration.global.GlobalConfigurationBuilder an instance that will be used as thebase GlobalConfigurationBuilder before parsing the file specified by the uri parameter.
      • org.infinispan.configuration.global.GlobalConfigurationBuilder-Consumer an instance of Consumer<GlobalConfigurationBuilder> that will be used to manipulate the global configuration after parsing the file specified by the uri parameter.
      • org.infinispan.configuration.cache.Configuration-Function an instance of Function<String, org.infinispan.configuration.cache.Configuration> that will be used to obtain the configuration for a cache. If the function returns null, it will use the default configuration.

      Attachments

        Activity

          People

            ttarrant@redhat.com Tristan Tarrant
            ttarrant@redhat.com Tristan Tarrant
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: