public interface BundleSplitStrategy
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
findBundlesToSplit(LoadData loadData,
PulsarService pulsar)
Determines which bundles, if any, should be split.
|
Set<String> findBundlesToSplit(LoadData loadData, PulsarService pulsar)
loadData - Load data to base decisions on (does not have benefit of preallocated data since this may not be the
leader broker).pulsar - Service to use.Copyright © 2017–2022 Apache Software Foundation. All rights reserved.