public class HandlerReportBuilder extends Object
| Constructor and Description |
|---|
HandlerReportBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addCoreSummary(TrackerRegistry trackerRegistry,
String cname,
boolean detail,
boolean hist,
boolean values,
InformationServer srv,
org.apache.solr.common.util.NamedList<Object> report)
Adds a core summary
|
static org.apache.solr.common.util.NamedList<Object> |
buildAclReport(AclTracker tracker,
Long aclid)
Builds AclReport
|
static org.apache.solr.common.util.NamedList<Object> |
buildAclTxReport(TrackerRegistry trackerRegistry,
InformationServer srv,
String coreName,
AclTracker tracker,
Long acltxid)
Builds AclTxReport
|
static org.apache.solr.common.util.NamedList<Object> |
buildNodeReport(MetadataTracker tracker,
Long dbid)
Builds Node Report
|
static org.apache.solr.common.util.NamedList<Object> |
buildNodeReport(MetadataTracker tracker,
Node node)
Builds Node report
|
static org.apache.solr.common.util.NamedList<Object> |
buildTrackerReport(TrackerRegistry trackerRegistry,
InformationServer srv,
String coreName,
Long fromTx,
Long toTx,
Long fromAclTx,
Long toAclTx,
Long fromTime,
Long toTime)
Builds Tracker report
|
static org.apache.solr.common.util.NamedList<Object> |
buildTxReport(TrackerRegistry trackerRegistry,
InformationServer srv,
String coreName,
MetadataTracker tracker,
Long txid)
Builds TxReport
|
public static org.apache.solr.common.util.NamedList<Object> buildAclReport(AclTracker tracker, Long aclid) throws IOException, org.json.JSONException
tracker - aclid - IOExceptionorg.json.JSONExceptionpublic static org.apache.solr.common.util.NamedList<Object> buildTxReport(TrackerRegistry trackerRegistry, InformationServer srv, String coreName, MetadataTracker tracker, Long txid) throws org.alfresco.httpclient.AuthenticationException, IOException, org.json.JSONException, org.apache.commons.codec.EncoderException
trackerRegistry - srv - coreName - tracker - txid - org.alfresco.httpclient.AuthenticationExceptionIOExceptionorg.json.JSONExceptionorg.apache.commons.codec.EncoderExceptionpublic static org.apache.solr.common.util.NamedList<Object> buildAclTxReport(TrackerRegistry trackerRegistry, InformationServer srv, String coreName, AclTracker tracker, Long acltxid) throws org.alfresco.httpclient.AuthenticationException, IOException, org.json.JSONException, org.apache.commons.codec.EncoderException
trackerRegistry - srv - coreName - tracker - acltxid - org.alfresco.httpclient.AuthenticationExceptionIOExceptionorg.json.JSONExceptionorg.apache.commons.codec.EncoderExceptionpublic static org.apache.solr.common.util.NamedList<Object> buildNodeReport(MetadataTracker tracker, Node node) throws IOException, org.json.JSONException
tracker - node - IOExceptionorg.json.JSONExceptionpublic static org.apache.solr.common.util.NamedList<Object> buildNodeReport(MetadataTracker tracker, Long dbid) throws IOException, org.json.JSONException
tracker - dbid - IOExceptionorg.json.JSONExceptionpublic static org.apache.solr.common.util.NamedList<Object> buildTrackerReport(TrackerRegistry trackerRegistry, InformationServer srv, String coreName, Long fromTx, Long toTx, Long fromAclTx, Long toAclTx, Long fromTime, Long toTime) throws IOException, org.json.JSONException, org.alfresco.httpclient.AuthenticationException, org.apache.commons.codec.EncoderException
trackerRegistry - srv - coreName - fromTx - toTx - fromAclTx - toAclTx - fromTime - toTime - IOExceptionorg.json.JSONExceptionorg.alfresco.httpclient.AuthenticationExceptionorg.apache.commons.codec.EncoderExceptionpublic static void addCoreSummary(TrackerRegistry trackerRegistry, String cname, boolean detail, boolean hist, boolean values, InformationServer srv, org.apache.solr.common.util.NamedList<Object> report) throws IOException
cname - detail - hist - values - srv - report - IOExceptionCopyright © 2005–2019 Alfresco Software. All rights reserved.