com.atlassian.jira.cluster.lock
Class NodeSharedHomeStatus

java.lang.Object
  extended by com.atlassian.jira.cluster.lock.NodeSharedHomeStatus

@ExperimentalApi
public class NodeSharedHomeStatus
extends Object

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

Since:
6.3.4

Constructor Summary
NodeSharedHomeStatus(String nodeId, long updateTime)
           
 
Method Summary
 String getNodeId()
           
 long getUpdateTime()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeSharedHomeStatus

public NodeSharedHomeStatus(@Nonnull
                            String nodeId,
                            long updateTime)
Method Detail

getNodeId

@Nonnull
public String getNodeId()

getUpdateTime

public long getUpdateTime()
Returns:
the time in milliseconds since the last update.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.