Skip to content

Commit b0104ba

Browse files
committed
add properties (gs.notification.member, gs.notification.provider)
1 parent 637e17f commit b0104ba

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

gs-hadoop-mapreduce-client/docs/API_Reference/overview-summary.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Jul 28 07:33:22 JST 2016 -->
5+
<!-- Generated by javadoc (version 1.7.0_79) on Thu Jun 29 19:48:47 JST 2017 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
77
<title>Overview (GridDB MapReduce API)</title>
8-
<meta name="date" content="2016-07-28">
8+
<meta name="date" content="2017-06-29">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
</head>
1111
<body>
@@ -282,6 +282,18 @@ <h1 class="title"><h1>GridDB MapReduce API</h1></h1>
282282
<td>gs.output.container.cache.size</td>
283283
<td>Maximum number of containers of container cache</td>
284284
</tr>
285+
<tr>
286+
<td>gs.notification.member</td>
287+
<td>gs.input.notification.member</td>
288+
<td>gs.output.notification.member</td>
289+
<td>A list of address and port pairs in cluster</td>
290+
</tr>
291+
<tr>
292+
<td>gs.notification.provider</td>
293+
<td>gs.input.notification.provider</td>
294+
<td>gs.output.notification.provider</td>
295+
<td>A URL of address provider</td>
296+
</tr>
285297
</table>
286298
</div>
287299
</div>

gs-hadoop-mapreduce-client/docs/API_Reference_ja/overview-summary.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="ja">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Jul 28 07:33:28 JST 2016 -->
5+
<!-- Generated by javadoc (version 1.7.0_79) on Thu Jun 29 19:50:52 JST 2017 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
77
<title>概要 (GridDB MapReduce API)</title>
8-
<meta name="date" content="2016-07-28">
8+
<meta name="date" content="2017-06-29">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="概要 (GridDB MapReduce API)";
14+
parent.document.title="\u6982\u8981 (GridDB MapReduce API)";
1515
}
1616
//-->
1717
</script>
@@ -287,6 +287,18 @@ <h1 class="title"><h1>GridDB MapReduce API</h1></h1>
287287
<td>gs.output.container.cache.size</td>
288288
<td>コンテナキャッシュの最大コンテナ個数</td>
289289
</tr>
290+
<tr>
291+
<td>gs.notification.member</td>
292+
<td>gs.input.notification.member</td>
293+
<td>gs.output.notification.member</td>
294+
<td>固定リスト方式を使用して構成されたクラスタに接続する際の、クラスタノードのアドレス・ポートのリスト</td>
295+
</tr>
296+
<tr>
297+
<td>gs.notification.provider</td>
298+
<td>gs.input.notification.provider</td>
299+
<td>gs.output.notification.provider</td>
300+
<td>プロバイダ方式を使用して構成されたクラスタに接続する際の、アドレスプロバイダのURL</td>
301+
</tr>
290302
</table>
291303
</div>
292304
</div>

0 commit comments

Comments
 (0)