Uses of Enum Class
io.trino.orc.OrcWriterStats.FlushReason
Packages that use OrcWriterStats.FlushReason
-
Uses of OrcWriterStats.FlushReason in io.trino.orc
Methods in io.trino.orc that return OrcWriterStats.FlushReasonModifier and TypeMethodDescriptionstatic OrcWriterStats.FlushReasonReturns the enum constant of this class with the specified name.static OrcWriterStats.FlushReason[]OrcWriterStats.FlushReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.orc with parameters of type OrcWriterStats.FlushReasonModifier and TypeMethodDescriptionvoidOrcWriterStats.recordStripeWritten(OrcWriterStats.FlushReason flushReason, long stripeBytes, int stripeRows, int dictionaryBytes)