public class VisorNodeDataCollectorJobResult extends Object implements Serializable
| Constructor and Description |
|---|
VisorNodeDataCollectorJobResult() |
| Modifier and Type | Method and Description |
|---|---|
Collection<VisorCache> |
caches() |
Throwable |
cachesEx() |
void |
cachesEx(Throwable cachesEx) |
long |
errorCount() |
void |
errorCount(long errorCount) |
Collection<VisorGridEvent> |
events() |
Throwable |
eventsEx() |
void |
eventsEx(Throwable evtsEx) |
String |
gridName() |
void |
gridName(String gridName) |
Collection<VisorIgfsEndpoint> |
igfsEndpoints() |
Collection<VisorIgfs> |
igfss() |
Throwable |
igfssEx() |
void |
igfssEx(Throwable igfssEx) |
boolean |
taskMonitoringEnabled() |
void |
taskMonitoringEnabled(boolean taskMonitoringEnabled) |
long |
topologyVersion() |
void |
topologyVersion(long topVer) |
public String gridName()
public void gridName(String gridName)
gridName - New grid name value.public long topologyVersion()
public void topologyVersion(long topVer)
topVer - New topology version value.public boolean taskMonitoringEnabled()
public void taskMonitoringEnabled(boolean taskMonitoringEnabled)
taskMonitoringEnabled - New value of task monitoring state.public Collection<VisorGridEvent> events()
public Throwable eventsEx()
public void eventsEx(Throwable evtsEx)
evtsEx - Exception caught during collecting events.public Collection<VisorCache> caches()
public Throwable cachesEx()
public void cachesEx(Throwable cachesEx)
cachesEx - Exception caught during collecting caches metrics.public Collection<VisorIgfs> igfss()
public Collection<VisorIgfsEndpoint> igfsEndpoints()
public Throwable igfssEx()
public void igfssEx(Throwable igfssEx)
igfssEx - Exception caught during collecting IGFSs metrics.public long errorCount()
public void errorCount(long errorCount)
errorCount - Errors count.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0 Release Date : March 31 2015