Uses of Interface
com.atlassian.bitbucket.cluster.ClusterNode
Packages that use ClusterNode
Package
Description
- 
Uses of ClusterNode in com.atlassian.bitbucket.clusterMethods in com.atlassian.bitbucket.cluster that return ClusterNodeMethods in com.atlassian.bitbucket.cluster that return types with arguments of type ClusterNodeModifier and TypeMethodDescriptionClusterInformation.getNodes()ClusterService.getNodeStates()Retrieve the current status of the individual cluster nodes.
- 
Uses of ClusterNode in com.atlassian.bitbucket.event.clusterMethods in com.atlassian.bitbucket.event.cluster that return ClusterNodeModifier and TypeMethodDescriptionClusterNodeAddedEvent.getAddedNode()ClusterNodeRemovedEvent.getRemovedNode()Methods in com.atlassian.bitbucket.event.cluster that return types with arguments of type ClusterNodeModifier and TypeMethodDescriptionClusterMembershipEvent.getCurrentNodes()Retrieves the current set ofcluster nodesat the time the event was raised.Constructors in com.atlassian.bitbucket.event.cluster with parameters of type ClusterNodeModifierConstructorDescriptionClusterNodeAddedEvent(Object source, ClusterNode node, Set<ClusterNode> currentNodes) ClusterNodeRejoinedEvent(Object source, ClusterNode node, Set<ClusterNode> currentNodes, long timestampDisconnected, long timestampReconnected) ClusterNodeRemovedEvent(Object source, ClusterNode node, Set<ClusterNode> currentNodes) Constructor parameters in com.atlassian.bitbucket.event.cluster with type arguments of type ClusterNodeModifierConstructorDescriptionClusterNodeAddedEvent(Object source, ClusterNode node, Set<ClusterNode> currentNodes) ClusterNodeRejoinedEvent(Object source, ClusterNode node, Set<ClusterNode> currentNodes, long timestampDisconnected, long timestampReconnected) ClusterNodeRemovedEvent(Object source, ClusterNode node, Set<ClusterNode> currentNodes) 
- 
Uses of ClusterNode in com.atlassian.bitbucket.topicMethods in com.atlassian.bitbucket.topic that return ClusterNode