public interface ScaleStrategyConfigurer<T extends ScaleStrategyConfig> extends BeanConfigurer<T>
| Modifier and Type | Method and Description |
|---|---|
ScaleStrategyConfigurer<T> |
allowAboveAverageMemoryPerMachine(boolean allowAboveAverageMemoryPerMachine) |
ScaleStrategyConfigurer<T> |
atMostOneConcurrentRelocation(boolean atMostOneConcurrentRelocation) |
ScaleStrategyConfigurer<T> |
atMostOneContainerPerMachine() |
ScaleStrategyConfigurer<T> |
maxConcurrentRelocationsPerMachine(int maxNumberOfConcurrentRelocationsPerMachine) |
ScaleStrategyConfigurer<T> |
pollingInterval(long pollingInterval,
TimeUnit timeUnit) |
createScaleStrategyConfigurer<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.