|
564 | 564 | <term><constant>Zookeeper::DELETED_EVENT</constant></term>
|
565 | 565 | <listitem>
|
566 | 566 | <para>A node has been deleted</para>
|
567 |
| - <para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</param> |
| 567 | + <para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</para> |
568 | 568 | </listitem>
|
569 | 569 | </varlistentry>
|
570 | 570 | <varlistentry xml:id="zookeeper.class.constants.changed-event">
|
571 | 571 | <term><constant>Zookeeper::CHANGED_EVENT</constant></term>
|
572 | 572 | <listitem>
|
573 | 573 | <para>A node has changed</para>
|
574 |
| - <para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</param> |
| 574 | + <para>This is only generated by watches on nodes. These watches are set using Zookeeper::exists and Zookeeper::get.</para> |
575 | 575 | </listitem>
|
576 | 576 | </varlistentry>
|
577 | 577 | <varlistentry xml:id="zookeeper.class.constants.child-event">
|
578 | 578 | <term><constant>Zookeeper::CHILD_EVENT</constant></term>
|
579 | 579 | <listitem>
|
580 | 580 | <para>A change as occurred in the list of children</para>
|
581 |
| - <para>This is only generated by watches on the child list of a node. These watches are set using Zookeeper::getChildren.</param> |
| 581 | + <para>This is only generated by watches on the child list of a node. These watches are set using Zookeeper::getChildren.</para> |
582 | 582 | </listitem>
|
583 | 583 | </varlistentry>
|
584 | 584 | <varlistentry xml:id="zookeeper.class.constants.session-event">
|
585 | 585 | <term><constant>Zookeeper::SESSION_EVENT</constant></term>
|
586 | 586 | <listitem>
|
587 | 587 | <para>A session has been lost</para>
|
588 |
| - <para>This is generated when a client loses contact or reconnects with a server.</param> |
| 588 | + <para>This is generated when a client loses contact or reconnects with a server.</para> |
589 | 589 | </listitem>
|
590 | 590 | </varlistentry>
|
591 | 591 | <varlistentry xml:id="zookeeper.class.constants.notwatching-event">
|
592 | 592 | <term><constant>Zookeeper::NOTWATCHING_EVENT</constant></term>
|
593 | 593 | <listitem>
|
594 | 594 | <para>A watch has been removed</para>
|
595 |
| - <para>This is generated when the server for some reason, probably a resource constraint, will no longer watch a node for a client.</param> |
| 595 | + <para>This is generated when the server for some reason, probably a resource constraint, will no longer watch a node for a client.</para> |
596 | 596 | </listitem>
|
597 | 597 | </varlistentry>
|
598 | 598 |
|
|
0 commit comments