public class Node extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Node.SolrApiNodeStatus |
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
String |
getNodeRef() |
Node.SolrApiNodeStatus |
getStatus() |
long |
getTxnId() |
void |
setId(long id) |
void |
setNodeRef(String nodeRef) |
void |
setStatus(Node.SolrApiNodeStatus status) |
void |
setTxnId(long txnId) |
String |
toString() |
public long getId()
public void setId(long id)
public String getNodeRef()
public void setNodeRef(String nodeRef)
public long getTxnId()
public void setTxnId(long txnId)
public Node.SolrApiNodeStatus getStatus()
public void setStatus(Node.SolrApiNodeStatus status)
Copyright © 2005–2014 Alfresco Software. All rights reserved.