Interface CompositeConfigurationStrategy.CompositeDefaultingStrategy

All Superinterfaces:
DefaultingStrategy
Enclosing interface:
CompositeConfigurationStrategy

public static interface CompositeConfigurationStrategy.CompositeDefaultingStrategy extends DefaultingStrategy

A defaulting strategy that can keep track of query results in order to optimize defaulting queries for subsequent rounds.

Since:
1.5
Author:
Jeremy Kuhn
  • Method Details

    • putResult

      void putResult(ConfigurationKey queryKey, ConfigurationKey resultKey)

      Records the specified result key for the specified original query key.

      Parameters:
      queryKey - the original query key
      resultKey - the result key