public interface LuceneServiceMXBean
LuceneService
.Modifier and Type | Method and Description |
---|---|
LuceneIndexMetrics[] |
listIndexMetrics()
Returns an array of
LuceneIndexMetrics for the
LuceneIndex instances defined in this member |
LuceneIndexMetrics[] |
listIndexMetrics(String regionPath)
Returns an array of
LuceneIndexMetrics for the
LuceneIndex instances defined on the input region in this
member |
LuceneIndexMetrics |
listIndexMetrics(String regionPath,
String indexName)
Returns a
LuceneIndexMetrics for the LuceneIndex
with the input index name defined on the input region in this member. |
LuceneIndexMetrics[] listIndexMetrics()
LuceneIndexMetrics
for the
LuceneIndex
instances defined in this memberLuceneIndexMetrics[] listIndexMetrics(String regionPath)
LuceneIndexMetrics
for the
LuceneIndex
instances defined on the input region in this
memberregionPath
- The full path of the region to retrieveLuceneIndexMetrics listIndexMetrics(String regionPath, String indexName)
LuceneIndexMetrics
for the LuceneIndex
with the input index name defined on the input region in this member.regionPath
- The full path of the region to retrieveindexName
- The name of the index to retrieve