@ExperimentalApi public class

NodeSharedHomeStatus

extends Object
java.lang.Object
   ↳ com.atlassian.jira.cluster.lock.NodeSharedHomeStatus

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

Indicator of how a node is using a shared home directory.

Summary

Public Constructors
NodeSharedHomeStatus(String nodeId, long updateTime)
Public Methods
@Nonnull String getNodeId()
long getUpdateTime()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NodeSharedHomeStatus (String nodeId, long updateTime)

Public Methods

@Nonnull public String getNodeId ()

public long getUpdateTime ()

Returns
  • the time in milliseconds since the last update.

public String toString ()