public class MapRDBCost extends Object implements PluginCost
PluginCost.CheckValid<T>, PluginCost.greaterThanEqualslogger| Constructor and Description |
|---|
MapRDBCost(DrillConfig config,
String mediaType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAverageColumnSize(GroupScan scan) |
int |
getBlockSize(GroupScan scan) |
int |
getRandomBlockReadCost(GroupScan scan) |
int |
getSequentialBlockReadCost(GroupScan scan) |
public MapRDBCost(DrillConfig config, String mediaType)
public int getAverageColumnSize(GroupScan scan)
getAverageColumnSize in interface PluginCostpublic int getBlockSize(GroupScan scan)
getBlockSize in interface PluginCostpublic int getSequentialBlockReadCost(GroupScan scan)
getSequentialBlockReadCost in interface PluginCostpublic int getRandomBlockReadCost(GroupScan scan)
getRandomBlockReadCost in interface PluginCostCopyright © 2021 The Apache Software Foundation. All rights reserved.