maxDepth property

int maxDepth
final

Depth of the temporal partition below each window, 0 to 32. 0 writes one chunk per window interval, which is the coarsest partition that is still a partition. The ceiling is there because the descent is recursive and a gaussian that lives for one instant never stops descending.

Implementation

final int maxDepth;