public class VisorStreamerConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
VisorStreamerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
atLeastOnce() |
void |
atLeastOnce(boolean atLeastOnce) |
static VisorStreamerConfiguration |
from(StreamerConfiguration scfg) |
static Iterable<VisorStreamerConfiguration> |
list(StreamerConfiguration[] streamers)
Construct data transfer object for streamer configurations properties.
|
int |
maximumConcurrentSessions() |
void |
maximumConcurrentSessions(int maxConcurrentSessions) |
int |
maximumFailoverAttempts() |
void |
maximumFailoverAttempts(int maxFailoverAttempts) |
String |
name() |
void |
name(String name) |
String |
router() |
void |
router(String router) |
int |
threadPoolSize() |
void |
threadPoolSize(int poolSize) |
String |
toString() |
public static VisorStreamerConfiguration from(StreamerConfiguration scfg)
scfg - Streamer configuration.public static Iterable<VisorStreamerConfiguration> list(StreamerConfiguration[] streamers)
streamers - streamer configurations.public boolean atLeastOnce()
public void atLeastOnce(boolean atLeastOnce)
atLeastOnce - New flag indicating whether event should be processed at least once.public int maximumFailoverAttempts()
public void maximumFailoverAttempts(int maxFailoverAttempts)
maxFailoverAttempts - New maximum number of failover attempts to try.public int maximumConcurrentSessions()
public void maximumConcurrentSessions(int maxConcurrentSessions)
maxConcurrentSessions - New maximum number of concurrent events to be processed.public int threadPoolSize()
public void threadPoolSize(int poolSize)
poolSize - New streamer thread pool size.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015