@InterfaceAudience.Private public final class ThroughputControlUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getNameForThrottling(Store store,
String opName)
Generate a name for throttling, to prevent name conflict when multiple IO operation running
parallel on the same store.
|
public static String getNameForThrottling(Store store, String opName)
store
- the Store instance on which IO operation is happeningopName
- Name of the IO operation, e.g. "flush", "compaction", etc.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.