Skip to content
Takeshi Nakatani edited this page Dec 28, 2018 · 1 revision

K2HTPMDTOR To Japanese

K2HTPMDTOR is a K2HASH transaction plugin that handles K2HASH transaction logs.
Once an application updates a K2HASH file, K2HASH gerenates a transaction log.
K2HTPMDTOR receives it and passes it to other K2HASH transaction plugins.

The main purpose of K2HTPMDTOR, which loads multiple K2HASH transaction plugins, is to call the arbitrary function defined in them.
When calling the each function, K2HTPMDTOR passes K2HASH transaction logs to it as a function’s parameter.
A common K2HASH transaction plugin loads no other one.
We recommend you to use K2HTPMDTOR if you want to use multiple K2HASH transaction plugins.

K2HTPMDTOR is designed to cooprate with subsystems.
K2HTPMDTOR can pass a K2HASH transaction log to other transaction plugins simultaneously. This can help subsystems to track updates from an application very quickly.

For a detailed explanation of K2HTPMDTOR, please see here.

About AntPickax

K2HTPMDTOR is one of AntPickax products Yahoo! JAPAN publishes as open source. For a detailed explanation of AntPickax, please see here.

Clone this wiki locally