Interface LuceneServiceMXBean
public interface LuceneServiceMXBean
MBean that provides access to the
LuceneService.-
Method Summary
Modifier and TypeMethodDescriptionReturns an array ofLuceneIndexMetricsfor theLuceneIndexinstances defined in this memberlistIndexMetrics(String regionPath) Returns an array ofLuceneIndexMetricsfor theLuceneIndexinstances defined on the input region in this memberlistIndexMetrics(String regionPath, String indexName) Returns aLuceneIndexMetricsfor theLuceneIndexwith the input index name defined on the input region in this member.
-
Method Details
-
listIndexMetrics
LuceneIndexMetrics[] listIndexMetrics()Returns an array ofLuceneIndexMetricsfor theLuceneIndexinstances defined in this member- Returns:
- an array of LuceneIndexMetrics for the LuceneIndexes defined in this member
-
listIndexMetrics
Returns an array ofLuceneIndexMetricsfor theLuceneIndexinstances defined on the input region in this member- Parameters:
regionPath- The full path of the region to retrieve- Returns:
- an array of LuceneIndexMetrics for the LuceneIndex instances defined on the input region in this member
-
listIndexMetrics
Returns aLuceneIndexMetricsfor theLuceneIndexwith the input index name defined on the input region in this member.- Parameters:
regionPath- The full path of the region to retrieveindexName- The name of the index to retrieve- Returns:
- a LuceneIndexMetrics for the LuceneIndex with the input index name defined on the input region in this member.
-