Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Util::IOBuffer::SetUseChannel ( Channel channel,
String  channelFile,
String  tmpFile 
) [inline]

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     }


Generated on Fri Mar 19 11:40:20 2010 for ImpalaSrc by  doxygen 1.5.1