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

Impala::Core::Matrix::DistributedAccess::IndexConverter::IndexConverter ( int  totalSize,
int  partCount 
) [inline]

Definition at line 48 of file DistributedAccess.h.

References mBlockSize, mPartCount, and mTotalSize.

00049             : mTotalSize(totalSize), mPartCount(partCount)
00050         {
00051             mBlockSize = mTotalSize / mPartCount + 1;
00052             ILOG_DEBUG_NODE("IndexConverter created: totalSize=" << mTotalSize
00053                             << "; partCount=" << mPartCount << "; blockSize="
00054                             << mBlockSize);
00055         }


Generated on Thu Jan 13 09:20:19 2011 for ImpalaSrc by  doxygen 1.5.1