Interface AccumuloConfiguration.Deriver<T>

  • Enclosing class:
    AccumuloConfiguration

    public static interface AccumuloConfiguration.Deriver<T>
    Automatically regenerates an object whenever configuration changes. When configuration is not changing, keeps returning the same object. Implementations should be thread safe and eventually consistent. See AccumuloConfiguration.newDeriver(Function)
    • Method Detail

      • derive

        T derive()