Class OakViewChecker

java.lang.Object
org.apache.sling.discovery.base.commons.BaseViewChecker
org.apache.sling.discovery.oak.pinger.OakViewChecker
All Implemented Interfaces:
Runnable, ViewChecker

public class OakViewChecker extends BaseViewChecker
The OakViewChecker is taking care of checking the oak discovery-lite descriptor when checking the local cluster view and passing that on to the ViewStateManager which will then detect whether there was any change or not. Unlike discovery.impl's HeartbeatHandler this one does not store any heartbeats in the repository anymore.

Remote heartbeats are POSTs to remote TopologyConnectorServlets using discovery.base