public class GridBaselineCommandResponse extends Object implements Externalizable
| Constructor and Description |
|---|
GridBaselineCommandResponse()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getBaseline() |
Collection<String> |
getServers() |
long |
getTopologyVersion() |
boolean |
isActive() |
void |
readExternal(ObjectInput in) |
void |
setActive(boolean active) |
void |
setBaseline(Collection<String> baseline) |
void |
setServers(Collection<String> srvs) |
void |
setTopologyVersion(long topVer) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public GridBaselineCommandResponse()
public boolean isActive()
public void setActive(boolean active)
active - Cluster active.public long getTopologyVersion()
public void setTopologyVersion(long topVer)
topVer - Current topology version.public Collection<String> getBaseline()
public void setBaseline(Collection<String> baseline)
baseline - Baseline nodes.public Collection<String> getServers()
public void setServers(Collection<String> srvs)
srvs - Server nodes.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 Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020