@Deprecated public interface ScaleStrategyConfigurer<T extends ScaleStrategyConfig> extends BeanConfigurer<T>
Modifier and Type | Method and Description |
---|---|
ScaleStrategyConfigurer<T> |
allowAboveAverageMemoryPerMachine(boolean allowAboveAverageMemoryPerMachine)
Deprecated.
|
ScaleStrategyConfigurer<T> |
atMostOneConcurrentRelocation(boolean atMostOneConcurrentRelocation)
Deprecated.
|
ScaleStrategyConfigurer<T> |
atMostOneContainerPerMachine()
Deprecated.
|
ScaleStrategyConfigurer<T> |
maxConcurrentRelocationsPerMachine(int maxNumberOfConcurrentRelocationsPerMachine)
Deprecated.
|
ScaleStrategyConfigurer<T> |
pollingInterval(long pollingInterval,
TimeUnit timeUnit)
Deprecated.
|
create
ScaleStrategyConfigurer<T> maxConcurrentRelocationsPerMachine(int maxNumberOfConcurrentRelocationsPerMachine)
ScaleStrategyConfigurer<T> pollingInterval(long pollingInterval, TimeUnit timeUnit)
ScaleStrategyConfigurer<T> atMostOneContainerPerMachine()
ScaleStrategyConfigurer<T> allowAboveAverageMemoryPerMachine(boolean allowAboveAverageMemoryPerMachine)
ScaleStrategyConfigurer<T> atMostOneConcurrentRelocation(boolean atMostOneConcurrentRelocation)
(boolean)
Copyright © GigaSpaces.