Class PendingDiscoveryEvent
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.PendingDiscoveryEvent
-
public class PendingDiscoveryEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description PendingDiscoveryEvent(DiscoveryEvent evt, DiscoCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiscoCachediscoCache()DiscoveryEventevent()StringtoString()
-
-
-
Constructor Detail
-
PendingDiscoveryEvent
public PendingDiscoveryEvent(DiscoveryEvent evt, DiscoCache cache)
- Parameters:
evt- Event.cache- Discovery data cache.
-
-
Method Detail
-
event
public DiscoveryEvent event()
- Returns:
- Event.
-
discoCache
public DiscoCache discoCache()
- Returns:
- Discovery data cache.
-
-