public class VisorNodeDataCollectorJobResult extends VisorDataTransferObject
V1, V2, V3, V4| Constructor and Description |
|---|
VisorNodeDataCollectorJobResult()
Default constructor.
|
readExternal, toList, toSet, 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 VisorExceptionWrapper getEventsEx()
public void setEventsEx(VisorExceptionWrapper evtsEx)
evtsEx - Exception caught during collecting events.public List<VisorMemoryMetrics> getMemoryMetrics()
public VisorExceptionWrapper getMemoryMetricsEx()
public void setMemoryMetricsEx(VisorExceptionWrapper memoryMetricsEx)
memoryMetricsEx - Exception caught during collecting memory metrics.public List<VisorCache> getCaches()
public VisorExceptionWrapper getCachesEx()
public void setCachesEx(VisorExceptionWrapper cachesEx)
cachesEx - Exception caught during collecting caches metrics.public List<VisorIgfsEndpoint> getIgfsEndpoints()
public VisorExceptionWrapper getIgfssEx()
public void setIgfssEx(VisorExceptionWrapper igfssEx)
igfssEx - Exception caught during collecting IGFSs metrics.public long getErrorCount()
public void setErrorCount(long errCnt)
errCnt - Errors count.public VisorAffinityTopologyVersion getReadyAffinityVersion()
public void setReadyAffinityVersion(VisorAffinityTopologyVersion readyTopVer)
readyTopVer - Topology version of latest completed partition exchange.public boolean isHasPendingExchange()
public void setHasPendingExchange(boolean hasPendingExchange)
hasPendingExchange - Whether pending exchange future exists.public VisorPersistenceMetrics getPersistenceMetrics()
public void setPersistenceMetrics(VisorPersistenceMetrics persistenceMetrics)
persistenceMetrics - Persistence metrics.public VisorExceptionWrapper getPersistenceMetricsEx()
public void setPersistenceMetricsEx(VisorExceptionWrapper persistenceMetricsEx)
persistenceMetricsEx - Exception caught during collecting persistence metrics.public double getRebalance()
public void setRebalance(double rebalance)
rebalance - Rebalance progress.public byte getProtocolVersion()
getProtocolVersion in class VisorDataTransferObjectprotected 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 Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021