JMX Interface

The existing Hawkore's Spatial indexes expose some attributes and operations through JMX, using the same MBean server as Apache Ignite. The MBeans provided by Hawkore are under the domain com.hawkore.ignite.indexing.

Please note that all the JMX attributes and operations refer to the index shard living inside the local JVM, and not to the globally distributed index.

Name

Type

Notes

NumDocs

Attribute

Total number of indexed entries in the index.

PendingCommits

Attribute

Pending commits to write.

PersistenceEnabled

Attribute

Whether index is persisted on disk.

QueryParallelismSegments

Attribute

Query parallelism segments.

commit

Operation

Commits all the pending index changes to disk.

rebuild

Operation

Rebuilds index.