public class DruidCoordinatorSegmentCompactor extends Object implements DruidCoordinatorHelper
| Constructor and Description |
|---|
DruidCoordinatorSegmentCompactor(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexingServiceClient indexingServiceClient) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRemainingSegmentSizeBytes(String dataSource) |
DruidCoordinatorRuntimeParams |
run(DruidCoordinatorRuntimeParams params)
Implementations of this method run various activities performed by the coordinator.
|
@Inject
public DruidCoordinatorSegmentCompactor(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
IndexingServiceClient indexingServiceClient)
public DruidCoordinatorRuntimeParams run(DruidCoordinatorRuntimeParams params)
DruidCoordinatorHelperrun in interface DruidCoordinatorHelperpublic long getRemainingSegmentSizeBytes(String dataSource)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.