public class VisorNodeDataCollectorJobResult extends VisorDataTransferObject
| Constructor and Description |
|---|
VisorNodeDataCollectorJobResult()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<VisorCache> |
getCaches() |
Throwable |
getCachesEx() |
long |
getErrorCount() |
List<VisorGridEvent> |
getEvents() |
Throwable |
getEventsEx() |
String |
getGridName() |
List<VisorIgfsEndpoint> |
getIgfsEndpoints() |
List<VisorIgfs> |
getIgfss() |
Throwable |
getIgfssEx() |
long |
getTopologyVersion() |
boolean |
isTaskMonitoringEnabled() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
void |
setCachesEx(Throwable cachesEx) |
void |
setErrorCount(long errCnt) |
void |
setEventsEx(Throwable evtsEx) |
void |
setGridName(String gridName) |
void |
setIgfssEx(Throwable igfssEx) |
void |
setTaskMonitoringEnabled(boolean taskMonitoringEnabled) |
void |
setTopologyVersion(long topVer) |
String |
toString() |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, writeExternalpublic VisorNodeDataCollectorJobResult()
public String getGridName()
public void setGridName(String gridName)
gridName - New grid name value.public long getTopologyVersion()
public void setTopologyVersion(long topVer)
topVer - New topology version value.public boolean isTaskMonitoringEnabled()
public void setTaskMonitoringEnabled(boolean taskMonitoringEnabled)
taskMonitoringEnabled - New value of task monitoring state.public List<VisorGridEvent> getEvents()
public Throwable getEventsEx()
public void setEventsEx(Throwable evtsEx)
evtsEx - Exception caught during collecting events.public List<VisorCache> getCaches()
public Throwable getCachesEx()
public void setCachesEx(Throwable cachesEx)
cachesEx - Exception caught during collecting caches metrics.public List<VisorIgfsEndpoint> getIgfsEndpoints()
public Throwable getIgfssEx()
public void setIgfssEx(Throwable igfssEx)
igfssEx - Exception caught during collecting IGFSs metrics.public long getErrorCount()
public void setErrorCount(long errCnt)
errCnt - Errors count.protected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class VisorDataTransferObjectout - Output object to write data content.IOException - If I/O errors occur.protected void readExternalData(byte protoVer,
ObjectInput in)
throws IOException,
ClassNotFoundException
readExternalData in class VisorDataTransferObjectprotoVer - Input object version.in - Input object to load data content.IOException - If I/O errors occur.ClassNotFoundException - If the class for an object being restored cannot be found.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.0.0 Release Date : April 30 2017