接口 InitialValueAwareOptimizer
-
- 所有已知实现类:
PooledOptimizer
public interface InitialValueAwareOptimizerMarker interface for optimizer which wishes to know the user-specified initial value. Used instead of constructor injection since that is already a public understanding and because not all optimizers care.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidinjectInitialValue(long initialValue)Reports the user specified initial value to the optimizer.
-