public class VisorCachePreloadConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
VisorCachePreloadConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchSize() |
void |
batchSize(int batchSize) |
static VisorCachePreloadConfiguration |
from(CacheConfiguration ccfg) |
CachePreloadMode |
mode() |
void |
mode(CachePreloadMode mode) |
long |
partitionedDelay() |
void |
partitionedDelay(long partitionedDelay) |
int |
threadPoolSize() |
void |
threadPoolSize(int threadPoolSize) |
long |
throttle() |
void |
throttle(long throttle) |
long |
timeout() |
void |
timeout(long timeout) |
String |
toString() |
public static VisorCachePreloadConfiguration from(CacheConfiguration ccfg)
ccfg - Cache configuration.public CachePreloadMode mode()
public void mode(CachePreloadMode mode)
mode - New cache preload mode.public int threadPoolSize()
public void threadPoolSize(int threadPoolSize)
threadPoolSize - New preload thread pool size.public int batchSize()
public void batchSize(int batchSize)
batchSize - New cache preload batch size.public long partitionedDelay()
public void partitionedDelay(long partitionedDelay)
partitionedDelay - New preloading partitioned delay.public long throttle()
public void throttle(long throttle)
throttle - New time in milliseconds to wait between preload messages.public long timeout()
public void timeout(long timeout)
timeout - New preload timeout.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015