Uses of Interface
org.apache.flink.api.common.io.statistics.BaseStatistics
-
Packages that use BaseStatistics Package Description org.apache.flink.api.common.io -
-
Uses of BaseStatistics in org.apache.flink.api.common.io
Classes in org.apache.flink.api.common.io that implement BaseStatistics Modifier and Type Class Description static classFileInputFormat.FileBaseStatisticsEncapsulation of the basic statistics the optimizer obtains about a file.Methods in org.apache.flink.api.common.io that return BaseStatistics Modifier and Type Method Description BaseStatisticsGenericInputFormat. getStatistics(BaseStatistics cachedStatistics)BaseStatisticsInputFormat. getStatistics(BaseStatistics cachedStatistics)Gets the basic statistics from the input described by this format.BaseStatisticsReplicatingInputFormat. getStatistics(BaseStatistics cachedStatistics)Methods in org.apache.flink.api.common.io with parameters of type BaseStatistics Modifier and Type Method Description org.apache.flink.api.common.io.BinaryInputFormat.SequentialStatisticsBinaryInputFormat. getStatistics(BaseStatistics cachedStats)FileInputFormat.FileBaseStatisticsDelimitedInputFormat. getStatistics(BaseStatistics cachedStats)FileInputFormat.FileBaseStatisticsFileInputFormat. getStatistics(BaseStatistics cachedStats)Obtains basic file statistics containing only file size.BaseStatisticsGenericInputFormat. getStatistics(BaseStatistics cachedStatistics)BaseStatisticsInputFormat. getStatistics(BaseStatistics cachedStatistics)Gets the basic statistics from the input described by this format.BaseStatisticsReplicatingInputFormat. getStatistics(BaseStatistics cachedStatistics)
-