Indicate that data should be sent across given channel on destruction.
Definition at line 473 of file IOBuffer.h. References mDataChannel, mDataChannelFile, and mDataChannelTmp. Referenced by Impala::Util::Database::GetIOBuffer(), and Impala::Persistency::FileSystem::GetIOBuffer(). 00474 { 00475 mDataChannel = channel; 00476 mDataChannelFile = channelFile; 00477 mDataChannelTmp = tmpFile; 00478 }
|