「pione-task-worker」の版間の差分
提供: Eospedia
(ページの作成:「'''pione-task-worker'''とはブローカーから受けた処理を行うためのPIONEコマンドです。 == オプション一覧 == <table border="1"> <tr>...」) |
|||
| (同じ利用者による、間の4版が非表示) | |||
| 行1: | 行1: | ||
| − | '''pione-task-worker'''とはブローカーから受けた処理を行うための[[ | + | '''pione-task-worker'''とはブローカーから受けた処理を行うための[[PIONE]]の[[コマンド]]です。(対象外) |
== オプション一覧 == | == オプション一覧 == | ||
| 行8: | 行8: | ||
<th>引数のデフォルト</th> | <th>引数のデフォルト</th> | ||
<th>説明</th> | <th>説明</th> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
| 行20: | 行14: | ||
<td></td> | <td></td> | ||
<td>Set the IP address for interprocess communication</td> | <td>Set the IP address for interprocess communication</td> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</tr> | </tr> | ||
<tr> | <tr> | ||
| 行68: | 行56: | ||
<td></td> | <td></td> | ||
<td>Tuple space ID that the worker joins</td> | <td>Tuple space ID that the worker joins</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>--color</td> | ||
| + | <td>BOOLEAN</td> | ||
| + | <td>true</td> | ||
| + | <td>出力結果の文字に色を付ける</td> | ||
| + | </tr> | ||
| + | <tr> | ||
| + | <td>--debug</td> | ||
| + | <td>[TYPE]</td> | ||
| + | <td>system</td> | ||
| + | <td>デバッグモードで実行</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>-h</td> | <td>-h</td> | ||
| − | <td> | + | <td>[FORMAT]</td> |
| − | <td> | + | <td>txt</td> |
<td>ヘルプを表示</td> | <td>ヘルプを表示</td> | ||
</tr> | </tr> | ||
2014年12月11日 (木) 02:57時点における最新版
pione-task-workerとはブローカーから受けた処理を行うためのPIONEのコマンドです。(対象外)
オプション一覧
| オプション | 引数の型 | 引数のデフォルト | 説明 |
|---|---|---|---|
| --communication-address | URI | Set the IP address for interprocess communication | |
| --features | FEATURES | Set features | |
| --file-cache-method | NAME | use NAME as a file cache method | |
| --file-sliding | [BOOLEAN] | Enable/disable to slide files in file server | |
| --parent-front | URI | set parent front URI | |
| --request-from | URI | URI that the client requested the job from | |
| --session-id | ID | Session id of the job | |
| --tuple-space-id | UUID | Tuple space ID that the worker joins | |
| --color | BOOLEAN | true | 出力結果の文字に色を付ける |
| --debug | [TYPE] | system | デバッグモードで実行 |
| -h | [FORMAT] | txt | ヘルプを表示 |
| -v | なし | なし | バージョンを表示 |