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 InstanceReadResult
InstanceReadResult. fromErrorMsg(String errorMsg)
static InstanceReadResult
InstanceReadResult. fromInstance(InstanceInfo instance)
InstanceReadResult
ClusterReader. 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)
-