Package org.apache.ignite.spi.discovery
Interface IgniteDiscoveryThread
-
public interface IgniteDiscoveryThreadMarker interface for discovery thread on cluster server node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GridWorkerworker()
-
-
-
Method Detail
-
worker
GridWorker worker()
- Returns:
GridWorkerinstance associated with current thread.
-
-