Constructor NRTCachingDirectory
NRTCachingDirectory(Directory, Double, Double)
We will cache a newly created output if 1) it's a flush or a merge and the estimated size of the merged segment is <= maxMergeSizeMB, and 2) the total cached bytes is <= maxCachedMB
Declaration
public NRTCachingDirectory(Directory delegate, double maxMergeSizeMB, double maxCachedMB)
Parameters
Type | Name | Description |
---|---|---|
Directory | delegate | |
System.Double | maxMergeSizeMB | |
System.Double | maxCachedMB |