Skip to content

Add public API methods for accessing counts of Major Compaciton, Minor Compactions, and Active/Queued counts #5965

@SethSmucker

Description

@SethSmucker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis issue describes a new feature, improvement, or optimization.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions