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) |
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) |
Collection<VisorStreamer> |
streamers() |
Throwable |
streamersEx() |
void |
streamersEx(Throwable streamersEx) |
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 Collection<VisorStreamer> streamers()
public Throwable streamersEx()
public void streamersEx(Throwable streamersEx)
streamersEx - Exception caught during collecting streamers metrics.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015