Integrate typedoc to generate code documentation. (#236)
[poolifier.git] / docs / interfaces / clusterpooloptions.html
1 <!doctype html>
2 <html class="default no-js">
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <title>ClusterPoolOptions | poolifier</title>
7 <meta name="description" content="Documentation for poolifier">
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 <link rel="stylesheet" href="../assets/css/main.css">
10 <script async src="../assets/js/search.js" id="search-script"></script>
11 </head>
12 <body>
13 <header>
14 <div class="tsd-page-toolbar">
15 <div class="container">
16 <div class="table-wrap">
17 <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
18 <div class="field">
19 <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
20 <input id="tsd-search-field" type="text" />
21 </div>
22 <ul class="results">
23 <li class="state loading">Preparing search index...</li>
24 <li class="state failure">The search index is not available</li>
25 </ul>
26 <a href="../index.html" class="title">poolifier</a>
27 </div>
28 <div class="table-cell" id="tsd-widgets">
29 <div id="tsd-filter">
30 <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
31 <div class="tsd-filter-group">
32 <div class="tsd-select" id="tsd-filter-visibility">
33 <span class="tsd-select-label">All</span>
34 <ul class="tsd-select-list">
35 <li data-value="public">Public</li>
36 <li data-value="protected">Public/Protected</li>
37 <li data-value="private" class="selected">All</li>
38 </ul>
39 </div>
40 <input type="checkbox" id="tsd-filter-inherited" checked />
41 <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
42 <input type="checkbox" id="tsd-filter-externals" checked />
43 <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
44 </div>
45 </div>
46 <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
47 </div>
48 </div>
49 </div>
50 </div>
51 <div class="tsd-page-title">
52 <div class="container">
53 <ul class="tsd-breadcrumb">
54 <li>
55 <a href="../index.html">poolifier</a>
56 </li>
57 <li>
58 <a href="clusterpooloptions.html">ClusterPoolOptions</a>
59 </li>
60 </ul>
61 <h1>Interface ClusterPoolOptions</h1>
62 </div>
63 </div>
64 </header>
65 <div class="container container-main">
66 <div class="row">
67 <div class="col-8 col-content">
68 <section class="tsd-panel tsd-comment">
69 <div class="tsd-comment tsd-typography">
70 <div class="lead">
71 <p>Options for a poolifier cluster pool.</p>
72 </div>
73 </div>
74 </section>
75 <section class="tsd-panel tsd-hierarchy">
76 <h3>Hierarchy</h3>
77 <ul class="tsd-hierarchy">
78 <li>
79 <a href="pooloptions.html" class="tsd-signature-type" data-tsd-kind="Interface">PoolOptions</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Worker</span><span class="tsd-signature-symbol">&gt;</span>
80 <ul class="tsd-hierarchy">
81 <li>
82 <span class="target">ClusterPoolOptions</span>
83 </li>
84 </ul>
85 </li>
86 </ul>
87 </section>
88 <section class="tsd-panel-group tsd-index-group">
89 <h2>Index</h2>
90 <section class="tsd-panel tsd-index-panel">
91 <div class="tsd-index-content">
92 <section class="tsd-index-section ">
93 <h3>Properties</h3>
94 <ul class="tsd-index-list">
95 <li class="tsd-kind-property tsd-parent-kind-interface"><a href="clusterpooloptions.html#env" class="tsd-kind-icon">env</a></li>
96 <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="clusterpooloptions.html#errorhandler" class="tsd-kind-icon">error<wbr>Handler</a></li>
97 <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="clusterpooloptions.html#exithandler" class="tsd-kind-icon">exit<wbr>Handler</a></li>
98 <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="clusterpooloptions.html#onlinehandler" class="tsd-kind-icon">online<wbr>Handler</a></li>
99 <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="clusterpooloptions.html#workerchoicestrategy" class="tsd-kind-icon">worker<wbr>Choice<wbr>Strategy</a></li>
100 </ul>
101 </section>
102 </div>
103 </section>
104 </section>
105 <section class="tsd-panel-group tsd-member-group ">
106 <h2>Properties</h2>
107 <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
108 <a name="env" class="tsd-anchor"></a>
109 <h3><span class="tsd-flag ts-flagOptional">Optional</span> env</h3>
110 <div class="tsd-signature tsd-kind-icon">env<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
111 <aside class="tsd-sources">
112 <ul>
113 <li>Defined in <a href="https://github.com/jerome-benoit/poolifier/blob/5d4101b/src/pools/cluster/fixed.ts#L16">src/pools/cluster/fixed.ts:16</a></li>
114 </ul>
115 </aside>
116 <div class="tsd-comment tsd-typography">
117 <div class="lead">
118 <p>Key/value pairs to add to worker process environment.</p>
119 </div>
120 <dl class="tsd-comment-tags">
121 <dt>see</dt>
122 <dd><p><a href="https://nodejs.org/api/cluster.html#cluster_cluster_fork_env">https://nodejs.org/api/cluster.html#cluster_cluster_fork_env</a></p>
123 </dd>
124 </dl>
125 </div>
126 </section>
127 <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
128 <a name="errorhandler" class="tsd-anchor"></a>
129 <h3><span class="tsd-flag ts-flagOptional">Optional</span> error<wbr>Handler</h3>
130 <div class="tsd-signature tsd-kind-icon">error<wbr>Handler<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../index.html#errorhandler" class="tsd-signature-type" data-tsd-kind="Type alias">ErrorHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Worker</span><span class="tsd-signature-symbol">&gt;</span></div>
131 <aside class="tsd-sources">
132 <p>Inherited from <a href="pooloptions.html">PoolOptions</a>.<a href="pooloptions.html#errorhandler">errorHandler</a></p>
133 <ul>
134 <li>Defined in <a href="https://github.com/jerome-benoit/poolifier/blob/5d4101b/src/pools/abstract-pool.ts#L77">src/pools/abstract-pool.ts:77</a></li>
135 </ul>
136 </aside>
137 <div class="tsd-comment tsd-typography">
138 <div class="lead">
139 <p>A function that will listen for error event on each worker.</p>
140 </div>
141 </div>
142 </section>
143 <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
144 <a name="exithandler" class="tsd-anchor"></a>
145 <h3><span class="tsd-flag ts-flagOptional">Optional</span> exit<wbr>Handler</h3>
146 <div class="tsd-signature tsd-kind-icon">exit<wbr>Handler<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../index.html#exithandler" class="tsd-signature-type" data-tsd-kind="Type alias">ExitHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Worker</span><span class="tsd-signature-symbol">&gt;</span></div>
147 <aside class="tsd-sources">
148 <p>Inherited from <a href="pooloptions.html">PoolOptions</a>.<a href="pooloptions.html#exithandler">exitHandler</a></p>
149 <ul>
150 <li>Defined in <a href="https://github.com/jerome-benoit/poolifier/blob/5d4101b/src/pools/abstract-pool.ts#L85">src/pools/abstract-pool.ts:85</a></li>
151 </ul>
152 </aside>
153 <div class="tsd-comment tsd-typography">
154 <div class="lead">
155 <p>A function that will listen for exit event on each worker.</p>
156 </div>
157 </div>
158 </section>
159 <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
160 <a name="onlinehandler" class="tsd-anchor"></a>
161 <h3><span class="tsd-flag ts-flagOptional">Optional</span> online<wbr>Handler</h3>
162 <div class="tsd-signature tsd-kind-icon">online<wbr>Handler<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><a href="../index.html#onlinehandler" class="tsd-signature-type" data-tsd-kind="Type alias">OnlineHandler</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">Worker</span><span class="tsd-signature-symbol">&gt;</span></div>
163 <aside class="tsd-sources">
164 <p>Inherited from <a href="pooloptions.html">PoolOptions</a>.<a href="pooloptions.html#onlinehandler">onlineHandler</a></p>
165 <ul>
166 <li>Defined in <a href="https://github.com/jerome-benoit/poolifier/blob/5d4101b/src/pools/abstract-pool.ts#L81">src/pools/abstract-pool.ts:81</a></li>
167 </ul>
168 </aside>
169 <div class="tsd-comment tsd-typography">
170 <div class="lead">
171 <p>A function that will listen for online event on each worker.</p>
172 </div>
173 </div>
174 </section>
175 <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
176 <a name="workerchoicestrategy" class="tsd-anchor"></a>
177 <h3><span class="tsd-flag ts-flagOptional">Optional</span> worker<wbr>Choice<wbr>Strategy</h3>
178 <div class="tsd-signature tsd-kind-icon">worker<wbr>Choice<wbr>Strategy<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;ROUND_ROBIN&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;LESS_RECENTLY_USED&quot;</span></div>
179 <aside class="tsd-sources">
180 <p>Inherited from <a href="pooloptions.html">PoolOptions</a>.<a href="pooloptions.html#workerchoicestrategy">workerChoiceStrategy</a></p>
181 <ul>
182 <li>Defined in <a href="https://github.com/jerome-benoit/poolifier/blob/5d4101b/src/pools/abstract-pool.ts#L89">src/pools/abstract-pool.ts:89</a></li>
183 </ul>
184 </aside>
185 <div class="tsd-comment tsd-typography">
186 <div class="lead">
187 <p>The work choice strategy to use in this pool.</p>
188 </div>
189 </div>
190 </section>
191 </section>
192 </div>
193 <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
194 <nav class="tsd-navigation primary">
195 <ul>
196 <li class=" ">
197 <a href="../index.html">Exports</a>
198 </li>
199 </ul>
200 </nav>
201 <nav class="tsd-navigation secondary menu-sticky">
202 <ul class="before-current">
203 <li class=" tsd-kind-class tsd-has-type-parameter">
204 <a href="../classes/abstractworker.html" class="tsd-kind-icon">Abstract<wbr>Worker</a>
205 </li>
206 <li class=" tsd-kind-class tsd-has-type-parameter">
207 <a href="../classes/clusterworker.html" class="tsd-kind-icon">Cluster<wbr>Worker</a>
208 </li>
209 <li class=" tsd-kind-class tsd-has-type-parameter">
210 <a href="../classes/dynamicclusterpool.html" class="tsd-kind-icon">Dynamic<wbr>Cluster<wbr>Pool</a>
211 </li>
212 <li class=" tsd-kind-class tsd-has-type-parameter">
213 <a href="../classes/dynamicthreadpool.html" class="tsd-kind-icon">Dynamic<wbr>Thread<wbr>Pool</a>
214 </li>
215 <li class=" tsd-kind-class tsd-has-type-parameter">
216 <a href="../classes/fixedclusterpool.html" class="tsd-kind-icon">Fixed<wbr>Cluster<wbr>Pool</a>
217 </li>
218 <li class=" tsd-kind-class tsd-has-type-parameter">
219 <a href="../classes/fixedthreadpool.html" class="tsd-kind-icon">Fixed<wbr>Thread<wbr>Pool</a>
220 </li>
221 <li class=" tsd-kind-class tsd-has-type-parameter">
222 <a href="../classes/threadworker.html" class="tsd-kind-icon">Thread<wbr>Worker</a>
223 </li>
224 </ul>
225 <ul class="current">
226 <li class="current tsd-kind-interface">
227 <a href="clusterpooloptions.html" class="tsd-kind-icon">Cluster<wbr>Pool<wbr>Options</a>
228 <ul>
229 <li class=" tsd-kind-property tsd-parent-kind-interface">
230 <a href="clusterpooloptions.html#env" class="tsd-kind-icon">env</a>
231 </li>
232 <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
233 <a href="clusterpooloptions.html#errorhandler" class="tsd-kind-icon">error<wbr>Handler</a>
234 </li>
235 <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
236 <a href="clusterpooloptions.html#exithandler" class="tsd-kind-icon">exit<wbr>Handler</a>
237 </li>
238 <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
239 <a href="clusterpooloptions.html#onlinehandler" class="tsd-kind-icon">online<wbr>Handler</a>
240 </li>
241 <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
242 <a href="clusterpooloptions.html#workerchoicestrategy" class="tsd-kind-icon">worker<wbr>Choice<wbr>Strategy</a>
243 </li>
244 </ul>
245 </li>
246 </ul>
247 <ul class="after-current">
248 <li class=" tsd-kind-interface tsd-has-type-parameter">
249 <a href="ipool.html" class="tsd-kind-icon">IPool</a>
250 </li>
251 <li class=" tsd-kind-interface">
252 <a href="iworker.html" class="tsd-kind-icon">IWorker</a>
253 </li>
254 <li class=" tsd-kind-interface tsd-has-type-parameter">
255 <a href="pooloptions.html" class="tsd-kind-icon">Pool<wbr>Options</a>
256 </li>
257 <li class=" tsd-kind-interface">
258 <a href="workeroptions.html" class="tsd-kind-icon">Worker<wbr>Options</a>
259 </li>
260 <li class=" tsd-kind-type-alias tsd-has-type-parameter">
261 <a href="../index.html#errorhandler" class="tsd-kind-icon">Error<wbr>Handler</a>
262 </li>
263 <li class=" tsd-kind-type-alias tsd-has-type-parameter">
264 <a href="../index.html#exithandler" class="tsd-kind-icon">Exit<wbr>Handler</a>
265 </li>
266 <li class=" tsd-kind-type-alias">
267 <a href="../index.html#killbehavior" class="tsd-kind-icon">Kill<wbr>Behavior</a>
268 </li>
269 <li class=" tsd-kind-type-alias tsd-has-type-parameter">
270 <a href="../index.html#onlinehandler" class="tsd-kind-icon">Online<wbr>Handler</a>
271 </li>
272 <li class=" tsd-kind-type-alias">
273 <a href="../index.html#threadworkerwithmessagechannel" class="tsd-kind-icon">Thread<wbr>Worker<wbr>With<wbr>Message<wbr>Channel</a>
274 </li>
275 <li class=" tsd-kind-type-alias">
276 <a href="../index.html#workerchoicestrategy" class="tsd-kind-icon">Worker<wbr>Choice<wbr>Strategy</a>
277 </li>
278 <li class=" tsd-kind-variable">
279 <a href="../index.html#killbehaviors" class="tsd-kind-icon">Kill<wbr>Behaviors</a>
280 </li>
281 <li class=" tsd-kind-variable">
282 <a href="../index.html#workerchoicestrategies" class="tsd-kind-icon">Worker<wbr>Choice<wbr>Strategies</a>
283 </li>
284 </ul>
285 </nav>
286 </div>
287 </div>
288 </div>
289 <footer class="with-border-bottom">
290 <div class="container">
291 <h2>Legend</h2>
292 <div class="tsd-legend-group">
293 <ul class="tsd-legend">
294 <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
295 <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
296 </ul>
297 <ul class="tsd-legend">
298 <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
299 <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
300 </ul>
301 <ul class="tsd-legend">
302 <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
303 <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
304 </ul>
305 <ul class="tsd-legend">
306 <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
307 <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
308 </ul>
309 <ul class="tsd-legend">
310 <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
311 </ul>
312 </div>
313 </div>
314 </footer>
315 <div class="container tsd-generator">
316 <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
317 </div>
318 <div class="overlay"></div>
319 <script src="../assets/js/main.js"></script>
320 </body>
321 </html>