Package org.alfresco.solr
Class NodeReport
- java.lang.Object
-
- org.alfresco.solr.NodeReport
-
public class NodeReport extends Object
- Author:
- Andy
-
-
Constructor Summary
Constructors Constructor Description NodeReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDbid()Node.SolrApiNodeStatusgetDbNodeStatus()LonggetDbTx()LonggetIndexAuxDoc()LonggetIndexAuxTx()LonggetIndexedNodeDocCount()LonggetIndexLeafDoc()LonggetIndexLeafTx()voidsetDbid(Long dbid)voidsetDbNodeStatus(Node.SolrApiNodeStatus dbNodeStatus)voidsetDbTx(Long dbTx)voidsetIndexAuxDoc(Long indexAuxDoc)voidsetIndexAuxTx(Long indexAuxTx)voidsetIndexedNodeDocCount(Long indexedNodeDocCount)voidsetIndexLeafDoc(Long indexLeafDoc)voidsetIndexLeafTx(Long indexLeafTx)
-
-
-
Method Detail
-
getDbid
public Long getDbid()
- Returns:
- the dbid
-
setDbid
public void setDbid(Long dbid)
- Parameters:
dbid- the dbid to set
-
getDbTx
public Long getDbTx()
- Returns:
- the dbTx
-
setDbTx
public void setDbTx(Long dbTx)
- Parameters:
dbTx- the dbTx to set
-
getDbNodeStatus
public Node.SolrApiNodeStatus getDbNodeStatus()
- Returns:
- the dbNodeStatus
-
setDbNodeStatus
public void setDbNodeStatus(Node.SolrApiNodeStatus dbNodeStatus)
- Parameters:
dbNodeStatus- the dbNodeStatus to set
-
getIndexLeafDoc
public Long getIndexLeafDoc()
- Returns:
- the indexLeafDoc
-
setIndexLeafDoc
public void setIndexLeafDoc(Long indexLeafDoc)
- Parameters:
indexLeafDoc- the indexLeafDoc to set
-
getIndexAuxDoc
public Long getIndexAuxDoc()
- Returns:
- the indexAuxDoc
-
setIndexAuxDoc
public void setIndexAuxDoc(Long indexAuxDoc)
- Parameters:
indexAuxDoc- the indexAuxDoc to set
-
getIndexLeafTx
public Long getIndexLeafTx()
- Returns:
- the indexLeafTx
-
setIndexLeafTx
public void setIndexLeafTx(Long indexLeafTx)
- Parameters:
indexLeafTx- the indexLeafTx to set
-
getIndexAuxTx
public Long getIndexAuxTx()
- Returns:
- the indexAuxTx
-
setIndexAuxTx
public void setIndexAuxTx(Long indexAuxTx)
- Parameters:
indexAuxTx- the indexAuxTx to set
-
getIndexedNodeDocCount
public Long getIndexedNodeDocCount()
-
setIndexedNodeDocCount
public void setIndexedNodeDocCount(Long indexedNodeDocCount)
-
-