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 |
getAclId() |
long |
getId() |
String |
getNodeRef() |
String |
getShardPropertyValue()
The property value to use for sharding - as requested
|
Node.SolrApiNodeStatus |
getStatus() |
String |
getTenant() |
long |
getTxnId() |
void |
setAclId(long aclId) |
void |
setId(long id) |
void |
setNodeRef(String nodeRef) |
void |
setShardPropertyValue(String shardPropertyValue) |
void |
setStatus(Node.SolrApiNodeStatus status) |
void |
setTenant(String tenant) |
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)
public String getTenant()
public void setTenant(String tenant)
tenant
- the tenant to setpublic long getAclId()
public void setAclId(long aclId)
aclId
- the aclId to setpublic String getShardPropertyValue()
public void setShardPropertyValue(String shardPropertyValue)
Copyright © 2005–2020 Alfresco Software. All rights reserved.