public interface PluginCost
Modifier and Type | Interface and Description |
---|---|
static interface |
PluginCost.CheckValid<T>
An interface to check if a parameter provided by user is valid or not.
|
static class |
PluginCost.greaterThanEquals
Class which checks whether the provided parameter value is greater than
or equals to a minimum limit.
|
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
logger |
Modifier and Type | Method and Description |
---|---|
int |
getAverageColumnSize(GroupScan scan) |
int |
getBlockSize(GroupScan scan) |
int |
getRandomBlockReadCost(GroupScan scan) |
int |
getSequentialBlockReadCost(GroupScan scan) |
int getAverageColumnSize(GroupScan scan)
int getBlockSize(GroupScan scan)
int getSequentialBlockReadCost(GroupScan scan)
int getRandomBlockReadCost(GroupScan scan)
Copyright © 2022 The Apache Software Foundation. All rights reserved.