public class MapRDBCost extends Object implements PluginCost
PluginCost.CheckValid<T>, PluginCost.greaterThanEquals
logger
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 PluginCost
public int getBlockSize(GroupScan scan)
getBlockSize
in interface PluginCost
public int getSequentialBlockReadCost(GroupScan scan)
getSequentialBlockReadCost
in interface PluginCost
public int getRandomBlockReadCost(GroupScan scan)
getRandomBlockReadCost
in interface PluginCost
Copyright © 1970 The Apache Software Foundation. All rights reserved.