updateTParams

API Definition

void updateTParams(int l2Probe, int l3SegmentNum)

Function

Inputs the parameters required for level-3 retrieval during the test.

Input

int l2Probe: number of sub-buckets for level-2 retrieval.

int l3SegmentNum: number of segments processed by the L3 operator, which affects the total number of bases to be queried.

Output

N/A

Return Value

N/A

Restrictions

  • nprobe ∈{8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64}
  • l2Probe >= nprobe, l2Probe< = l3Segment
  • l3SegmentNum ∈ {24, 36, 48, 60, 72, 84, 96, 120, 144, 156, 168, 192, 216, 240, 360, 480, 600, 720, 840, 960, 1020}