Is your feature request related to a problem? Please describe.
The ability to access counts of Major Compactions, Minor Compactions, and Active/Queued counts is gated behind the use of non-public classes. We need to be able to access this information in Datawave via the public API.
Describe the solution you'd like
InstanceOperations currently has a method called "getActiveCompactions()", but lacks methods for the other counts listed above (Maj/Min, Active/Queued)
Describe alternatives you've considered
We're currently using ManagerClientService, ClientContext, and ThriftClientTypes to get the number of compactions, but these are not part of the public API.
Additional context
Related Datawave PR