Uses of Class
org.apache.sling.discovery.oak.cluster.InstanceReadResult
-
Packages that use InstanceReadResult Package Description org.apache.sling.discovery.oak.cluster -
-
Uses of InstanceReadResult in org.apache.sling.discovery.oak.cluster
Methods in org.apache.sling.discovery.oak.cluster that return InstanceReadResult Modifier and Type Method Description static InstanceReadResultInstanceReadResult. fromErrorMsg(String errorMsg)static InstanceReadResultInstanceReadResult. fromInstance(InstanceInfo instance)InstanceReadResultClusterReader. readInstance(int clusterNodeId, boolean failOnMissingSyncToken, long seqNum)Reads all discovery.oak related data for clusterNodeId and fills the internal structure with the resulting info - or remembers that the clusterNode was incomplete (partially started)
-