Uses of Class
com.atlassian.jira.cluster.Node

Packages that use Node
com.atlassian.jira.cluster   
com.atlassian.jira.util.system   
com.atlassian.jira.web.action.admin.index   
 

Uses of Node in com.atlassian.jira.cluster
 

Fields in com.atlassian.jira.cluster declared as Node
static Node Node.NOT_CLUSTERED
          Special node that is used when JIRA is not configured for clustering.
 

Methods in com.atlassian.jira.cluster that return Node
 Node OfBizClusterNodeStore.createNode(String nodeId, Node.NodeState state, String ip, Long cacheListenerPort)
          Creates the node in the underlying database.
 Node DefaultNodeStateManager.getNode()
           
 Node NodeStateManager.getNode()
          Returns the current JIRA node.
 Node OfBizClusterNodeStore.getNode(String nodeId)
           
 Node DefaultNodeStateManager.getNodeWithRefresh()
           
 Node NodeStateManager.getNodeWithRefresh()
          Returns the current JIRA node, first refreshing its state from the database.
 Node OfBizClusterNodeStore.updateNode(String nodeId, Node.NodeState state, String ip, Long cacheListenerPort)
          Stores the node in the underlying database.
 

Methods in com.atlassian.jira.cluster that return types with arguments of type Node
 Collection<Node> ClusterManager.findLiveNodes()
          Returns a snapshot of the live nodes.
 Collection<Node> DefaultClusterManager.findLiveNodes()
           
 List<Node> OfBizClusterNodeStore.findNodes(org.ofbiz.core.entity.EntityCondition condition, List<String> orderBy)
           
 Set<Node> DefaultNodeStateManager.getAllNodes()
           
 List<Node> OfBizClusterNodeStore.getAllNodes()
           
 Set<Node> ClusterManager.getAllNodes()
          Returns all the nodes in the cluster.
 Set<Node> DefaultClusterManager.getAllNodes()
           
 Set<Node> NodeStateManager.getAllNodes()
          Returns all the known nodes JIRA node.
 

Methods in com.atlassian.jira.cluster with parameters of type Node
 int OfBizClusterNodeStore.deleteNode(Node node)
          Deletes the node from the underlying database.
 List<ClusterMessage> OfBizClusterMessageStore.getMessages(Node sourceNode, Node destinationNode, Long afterMessageId)
          Retrieves the messages destined for the given node, from a source node.
protected  boolean DefaultNodeStateManager.stateHasChanged(Node node)
          We validate if the state of the node has changed.
 

Uses of Node in com.atlassian.jira.util.system
 

Methods in com.atlassian.jira.util.system that return types with arguments of type Node
 Map<Node,Boolean> ExtendedSystemInfoUtilsImpl.getClusterNodeInformation()
           
 Map<Node,Boolean> ExtendedSystemInfoUtils.getClusterNodeInformation()
           
 

Uses of Node in com.atlassian.jira.web.action.admin.index
 

Methods in com.atlassian.jira.web.action.admin.index that return types with arguments of type Node
 Collection<Node> IndexAdminImpl.getNodeList()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.