public class GridStreamerAttributes extends Object implements Externalizable
| Constructor and Description |
|---|
GridStreamerAttributes()
Empty constructor required by
Externalizable. |
GridStreamerAttributes(StreamerConfiguration cfg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
atLeastOnce() |
int |
maxConcurrentSessions() |
int |
maxFailoverAttempts() |
String |
name() |
void |
readExternal(ObjectInput in) |
Collection<IgniteBiTuple<String,String>> |
stages() |
void |
writeExternal(ObjectOutput out) |
public GridStreamerAttributes()
Externalizable.public GridStreamerAttributes(StreamerConfiguration cfg)
cfg - Streamer configuration.public Collection<IgniteBiTuple<String,String>> stages()
public boolean atLeastOnce()
public int maxFailoverAttempts()
public int maxConcurrentSessions()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundException
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015