public class NodeReport extends Object
Constructor and Description |
---|
NodeReport() |
Modifier and Type | Method and Description |
---|---|
Long |
getDbid() |
Node.SolrApiNodeStatus |
getDbNodeStatus() |
Long |
getDbTx() |
Long |
getIndexAuxDoc() |
Long |
getIndexAuxTx() |
Long |
getIndexedNodeDocCount() |
Long |
getIndexLeafDoc() |
Long |
getIndexLeafTx() |
void |
setDbid(Long dbid) |
void |
setDbNodeStatus(Node.SolrApiNodeStatus dbNodeStatus) |
void |
setDbTx(Long dbTx) |
void |
setIndexAuxDoc(Long indexAuxDoc) |
void |
setIndexAuxTx(Long indexAuxTx) |
void |
setIndexedNodeDocCount(Long indexedNodeDocCount) |
void |
setIndexLeafDoc(Long indexLeafDoc) |
void |
setIndexLeafTx(Long indexLeafTx) |
public Long getDbid()
public void setDbid(Long dbid)
dbid
- the dbid to setpublic Long getDbTx()
public void setDbTx(Long dbTx)
dbTx
- the dbTx to setpublic Node.SolrApiNodeStatus getDbNodeStatus()
public void setDbNodeStatus(Node.SolrApiNodeStatus dbNodeStatus)
dbNodeStatus
- the dbNodeStatus to setpublic Long getIndexLeafDoc()
public void setIndexLeafDoc(Long indexLeafDoc)
indexLeafDoc
- the indexLeafDoc to setpublic Long getIndexAuxDoc()
public void setIndexAuxDoc(Long indexAuxDoc)
indexAuxDoc
- the indexAuxDoc to setpublic Long getIndexLeafTx()
public void setIndexLeafTx(Long indexLeafTx)
indexLeafTx
- the indexLeafTx to setpublic Long getIndexAuxTx()
public void setIndexAuxTx(Long indexAuxTx)
indexAuxTx
- the indexAuxTx to setpublic Long getIndexedNodeDocCount()
public void setIndexedNodeDocCount(Long indexedNodeDocCount)
Copyright © 2005–2019 Alfresco Software. All rights reserved.