Uses of Class
com.logicaldoc.enterprise.cluster.Node
-
Packages that use Node Package Description com.logicaldoc.enterprise.cluster -
-
Uses of Node in com.logicaldoc.enterprise.cluster
Methods in com.logicaldoc.enterprise.cluster that return Node Modifier and Type Method Description Node
Cluster. getLocalNode()
Return the current NodeNode
Cluster. getNode(String id)
Gets a node by its identifierMethods in com.logicaldoc.enterprise.cluster that return types with arguments of type Node Modifier and Type Method Description List<Node>
Cluster. getNodes()
Retrieves the list of nodes member of the cluster
-