(count int64)
| 215 | } |
| 216 | |
| 217 | func WithMaxBatchCount(count int64) Option { |
| 218 | return func(opt *Options) { |
| 219 | opt.MaxBatchCount = count |
| 220 | } |
| 221 | } |
| 222 | |
| 223 | func WithHintKeyAndRAMIdxCacheSize(size int) Option { |
| 224 | return func(opt *Options) { |
no outgoing calls