Uses of Enum
org.apache.drill.exec.util.record.RecordBatchStats.RecordBatchIOType
Packages that use RecordBatchStats.RecordBatchIOType
-
Uses of RecordBatchStats.RecordBatchIOType in org.apache.drill.exec.util.record
Methods in org.apache.drill.exec.util.record that return RecordBatchStats.RecordBatchIOTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static RecordBatchStats.RecordBatchIOType[]RecordBatchStats.RecordBatchIOType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.exec.util.record with parameters of type RecordBatchStats.RecordBatchIOTypeModifier and TypeMethodDescriptionstatic voidRecordBatchStats.logRecordBatchStats(RecordBatchStats.RecordBatchIOType ioType, String sourceId, RecordBatch recordBatch, RecordBatchStats.RecordBatchStatsContext batchStatsContext) static voidRecordBatchStats.logRecordBatchStats(RecordBatchStats.RecordBatchIOType ioType, String sourceId, RecordBatchSizer batchSizer, RecordBatchStats.RecordBatchStatsContext batchStatsContext) Logs record batch statistics for the input record batch (logging happens only when record statistics logging is enabled).static voidRecordBatchStats.logRecordBatchStats(RecordBatchStats.RecordBatchIOType ioType, RecordBatch recordBatch, RecordBatchStats.RecordBatchStatsContext batchStatsContext) static voidRecordBatchStats.logRecordBatchStats(RecordBatchStats.RecordBatchIOType ioType, RecordBatchSizer recordBatchSizer, RecordBatchStats.RecordBatchStatsContext batchStatsContext)