[Groonga-commit] droonga/droonga.org at 7534def [gh-pages] Rename Distributor to Planner.

Back to archive index

Daijiro MORI null+****@clear*****
Fri Feb 7 10:48:34 JST 2014


Daijiro MORI	2014-02-07 10:48:34 +0900 (Fri, 07 Feb 2014)

  New Revision: 7534defc0d7566042ef5316f93e289161da6c7d8
  https://github.com/droonga/droonga.org/commit/7534defc0d7566042ef5316f93e289161da6c7d8

  Message:
    Rename Distributor to Planner.

  Modified files:
    _po/ja/overview/index.po
    community/contribution/development/engine/architecture/message-flow.svg
    ja/overview/index.md
    overview/index.md
    tutorial/plugin-development/adapter/index.md
    tutorial/plugin-development/index.md

  Modified: _po/ja/overview/index.po (+2 -2)
===================================================================
--- _po/ja/overview/index.po    2014-02-06 16:49:28 +0900 (026b8bc)
+++ _po/ja/overview/index.po    2014-02-07 10:48:34 +0900 (5afee3d)
@@ -211,7 +211,7 @@ msgid ""
 "のEngineプロセスに転送し、その結果をさらにまたどのEngineプロセスで処理するかといった計画を立て、その実行計画情報をJSONデータに付け加えます。"
 msgstr ""
 
-msgid "Dispatcherの出力は、Distributorというモジュールに引き渡され、クラスタ内のEngineプロセスに配送されます。"
+msgid "Dispatcherの出力は、Plannerというモジュールに引き渡され、クラスタ内のEngineプロセスに配送されます。"
 msgstr ""
 
 msgid ""
@@ -228,6 +228,6 @@ msgid ""
 msgstr ""
 
 msgid ""
-"上記のモジュールのうち、Adapter, Distributor, Handler, Collectorについては、Rubyスクリプトで記述するplugin"
+"上記のモジュールのうち、Adapter, Planner, Handler, Collectorについては、Rubyスクリプトで記述するplugin"
 "によって、自由に処理をカスタマイズすることができます。"
 msgstr ""

  Modified: community/contribution/development/engine/architecture/message-flow.svg (+2 -2)
===================================================================
--- community/contribution/development/engine/architecture/message-flow.svg    2014-02-06 16:49:28 +0900 (bdb8a36)
+++ community/contribution/development/engine/architecture/message-flow.svg    2014-02-07 10:48:34 +0900 (9a3f939)
@@ -7636,7 +7636,7 @@
            sodipodi:role="line"
            id="tspan4450"
            x="478.83969"
-           y="1851.1119">Distributor</tspan></text>
+           y="1851.1119">Planner</tspan></text>
     </g>
     <g
        transform="translate(-828.86035,-78.661318)"
@@ -9528,7 +9528,7 @@
            sodipodi:role="line"
            id="tspan5930"
            x="358.64166"
-           y="1619.3815">DistributorPlugin</tspan></text>
+           y="1619.3815">PlannerPlugin</tspan></text>
     </g>
     <g
        transform="translate(600.03061,60.609153)"

  Modified: ja/overview/index.md (+2 -2)
===================================================================
--- ja/overview/index.md    2014-02-06 16:49:28 +0900 (cd2c86c)
+++ ja/overview/index.md    2014-02-07 10:48:34 +0900 (28b5d25)
@@ -127,7 +127,7 @@ Droonga Engineが受信したデータは、tag名などに応じて、Adapter
 
 Adapterを経て加工されたJSONデータは、Dispatcherと呼ばれるモジュールに渡されます。Dispatcherは、JSONデータをクラスタ内のどのEngineプロセスに転送し、その結果をさらにまたどのEngineプロセスで処理するかといった計画を立て、その実行計画情報をJSONデータに付け加えます。
 
-Dispatcherの出力は、Distributorというモジュールに引き渡され、クラスタ内のEngineプロセスに配送されます。
+Dispatcherの出力は、Plannerというモジュールに引き渡され、クラスタ内のEngineプロセスに配送されます。
 
 JSONデータは、データ集合のパーティションを管理するHandlerというモジュールに届けられ、ここでデータストアに対する処理を加えます。必要に応じて処理結果をデータとして出力したり、他のJSONデータをemitしたりします。
 
@@ -135,4 +135,4 @@ JSONデータは、データ集合のパーティションを管理するHandler
 
 最終的な処理結果をDroonga Engineの外部に出力する際には、再度Adapterモジュールを通過し、出力を受け取る外部プログラムが処理しやすい形式にデータを整形します。
 
-上記のモジュールのうち、Adapter, Distributor, Handler, Collectorについては、Rubyスクリプトで記述するpluginによって、自由に処理をカスタマイズすることができます。
+上記のモジュールのうち、Adapter, Planner, Handler, Collectorについては、Rubyスクリプトで記述するpluginによって、自由に処理をカスタマイズすることができます。

  Modified: overview/index.md (+2 -2)
===================================================================
--- overview/index.md    2014-02-06 16:49:28 +0900 (11f319a)
+++ overview/index.md    2014-02-07 10:48:34 +0900 (3e8f879)
@@ -118,7 +118,7 @@ Droonga Engineが受信したデータは、tag名などに応じて、Adapter
 
 Adapterを経て加工されたJSONデータは、Dispatcherと呼ばれるモジュールに渡されます。Dispatcherは、JSONデータをクラスタ内のどのEngineプロセスに転送し、その結果をさらにまたどのEngineプロセスで処理するかといった計画を立て、その実行計画情報をJSONデータに付け加えます。
 
-Dispatcherの出力は、Distributorというモジュールに引き渡され、クラスタ内のEngineプロセスに配送されます。
+Dispatcherの出力は、Plannerというモジュールに引き渡され、クラスタ内のEngineプロセスに配送されます。
 
 JSONデータは、データ集合のパーティションを管理するHandlerというモジュールに届けられ、ここでデータストアに対する処理を加えます。必要に応じて処理結果をデータとして出力したり、他のJSONデータをemitしたりします。
 
@@ -126,4 +126,4 @@ JSONデータは、データ集合のパーティションを管理するHandler
 
 最終的な処理結果をDroonga Engineの外部に出力する際には、再度Adapterモジュールを通過し、出力を受け取る外部プログラムが処理しやすい形式にデータを整形します。
 
-上記のモジュールのうち、Adapter, Distributor, Handler, Collectorについては、Rubyスクリプトで記述するpluginによって、自由に処理をカスタマイズすることができます。
+上記のモジュールのうち、Adapter, Planner, Handler, Collectorについては、Rubyスクリプトで記述するpluginによって、自由に処理をカスタマイズすることができます。

  Modified: tutorial/plugin-development/adapter/index.md (+4 -4)
===================================================================
--- tutorial/plugin-development/adapter/index.md    2014-02-06 16:49:28 +0900 (fbde682)
+++ tutorial/plugin-development/adapter/index.md    2014-02-07 10:48:34 +0900 (c31a274)
@@ -82,7 +82,7 @@ catalog.json:
   "collector": {
     "plugins": ["basic", "search"]
   },
-  "distributor": {
+  "planner": {
     "plugins": ["search", "crud", "groonga", "watch"]
   }
 }
@@ -276,7 +276,7 @@ catalog.json:
   "collector": {
     "plugins": ["basic", "search"]
   },
-  "distributor": {
+  "planner": {
     "plugins": ["search", "crud", "groonga", "watch"]
   }
 }
@@ -434,7 +434,7 @@ catalog.json:
   "collector": {
     "plugins": ["basic", "search"]
   },
-  "distributor": {
+  "planner": {
     "plugins": ["search", "crud", "groonga", "watch"]
   }
 }
@@ -513,7 +513,7 @@ Activate Adapter for outgoing messages, with catalog.json:
   "collector": {
     "plugins": ["basic", "search"]
   },
-  "distributor": {
+  "planner": {
     "plugins": ["search", "crud", "groonga", "watch"]
   }
 }

  Modified: tutorial/plugin-development/index.md (+2 -2)
===================================================================
--- tutorial/plugin-development/index.md    2014-02-06 16:49:28 +0900 (30d209e)
+++ tutorial/plugin-development/index.md    2014-02-07 10:48:34 +0900 (325d104)
@@ -36,14 +36,14 @@ AdapterPlugin
 HandlerPlugin
 : used for low-level data handling.
 
-DistributorPlugin
+PlannerPlugin
 : used to control internal message distribution.
 
 CollectorPlugin
 : used to control internal message collection.
 
 In this tutorial, we focus on AdapterPlugin at first. This is the most "basic" plugin, so it will help you to understand the overview of Droonga plugin development.
-Then, we focus on HandlerPlugin, DistributorPlugin and CollectorPlugin in this order.
+Then, we focus on HandlerPlugin, PlannerPlugin and CollectorPlugin in this order.
 Following this tutorial, you will learn how to write these plugins. This will be the first step to create plugins fit with your own requirements.
 
 ## How to develop plugins? How to operate requests and responses?
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index