Uses of Class
org.apache.jackrabbit.oak.plugins.document.ClusterNodeInfo.ClusterNodeState
-
Packages that use ClusterNodeInfo.ClusterNodeState Package Description org.apache.jackrabbit.oak.plugins.document -
-
Uses of ClusterNodeInfo.ClusterNodeState in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return ClusterNodeInfo.ClusterNodeState Modifier and Type Method Description static ClusterNodeInfo.ClusterNodeState
ClusterNodeInfo.ClusterNodeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterNodeInfo.ClusterNodeState[]
ClusterNodeInfo.ClusterNodeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-