Skip to content

Commit

Permalink
add properties (gs.notification.member, gs.notification.provider)
Browse files Browse the repository at this point in the history
  • Loading branch information
knonomura committed Jun 29, 2017
1 parent 637e17f commit b0104ba
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Jul 28 07:33:22 JST 2016 -->
<!-- Generated by javadoc (version 1.7.0_79) on Thu Jun 29 19:48:47 JST 2017 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Overview (GridDB MapReduce API)</title>
<meta name="date" content="2016-07-28">
<meta name="date" content="2017-06-29">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down Expand Up @@ -282,6 +282,18 @@ <h1 class="title"><h1>GridDB MapReduce API</h1></h1>
<td>gs.output.container.cache.size</td>
<td>Maximum number of containers of container cache</td>
</tr>
<tr>
<td>gs.notification.member</td>
<td>gs.input.notification.member</td>
<td>gs.output.notification.member</td>
<td>A list of address and port pairs in cluster</td>
</tr>
<tr>
<td>gs.notification.provider</td>
<td>gs.input.notification.provider</td>
<td>gs.output.notification.provider</td>
<td>A URL of address provider</td>
</tr>
</table>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<!-- NewPage -->
<html lang="ja">
<head>
<!-- Generated by javadoc (version 1.7.0_09-icedtea) on Thu Jul 28 07:33:28 JST 2016 -->
<!-- Generated by javadoc (version 1.7.0_79) on Thu Jun 29 19:50:52 JST 2017 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>概要 (GridDB MapReduce API)</title>
<meta name="date" content="2016-07-28">
<meta name="date" content="2017-06-29">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="概要 (GridDB MapReduce API)";
parent.document.title="\u6982\u8981 (GridDB MapReduce API)";
}
//-->
</script>
Expand Down Expand Up @@ -287,6 +287,18 @@ <h1 class="title"><h1>GridDB MapReduce API</h1></h1>
<td>gs.output.container.cache.size</td>
<td>コンテナキャッシュの最大コンテナ個数</td>
</tr>
<tr>
<td>gs.notification.member</td>
<td>gs.input.notification.member</td>
<td>gs.output.notification.member</td>
<td>固定リスト方式使用して構成されたクラスタに接続するクラスタノードのアドレスポートのリスト</td>
</tr>
<tr>
<td>gs.notification.provider</td>
<td>gs.input.notification.provider</td>
<td>gs.output.notification.provider</td>
<td>プロバイダ方式使用して構成されたクラスタに接続するアドレスプロバイダのURL</td>
</tr>
</table>
</div>
</div>
Expand Down

0 comments on commit b0104ba

Please sign in to comment.