Interface PluginCost
public interface PluginCost
PluginCost describes the cost factors to be used when costing for the specific storage/format plugin
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
An interface to check if a parameter provided by user is valid or not.static class
Class which checks whether the provided parameter value is greater than or equals to a minimum limit. -
Field Summary
-
Method Summary
-
Field Details
-
logger
static final org.slf4j.Logger logger
-
-
Method Details
-
getAverageColumnSize
- Returns:
- the average column size in bytes
-
getBlockSize
- Returns:
- the block size in bytes
-
getSequentialBlockReadCost
- Returns:
- the sequential block read cost
-
getRandomBlockReadCost
- Returns:
- the random block read cost
-