File: MongoDB_Driver_Monitoring_CommandFailedEvent.xml

package info (click to toggle)
phpdox 0.12.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,672 kB
  • sloc: xml: 80,724; php: 9,167; makefile: 13
file content (45 lines) | stat: -rw-r--r-- 1,904 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="MongoDB\Driver\Monitoring\CommandFailedEvent" namespace="MongoDB\Driver\Monitoring" name="CommandFailedEvent">
  <method name="getCommandName" abstract="false" static="false" visibility="public" final="true">
    <docblock>
      <description compact="Returns the command name"/>
      <return type="string"/>
    </docblock>
  </method>
  <method name="getDurationMicros" abstract="false" static="false" visibility="public" final="true">
    <docblock>
      <description compact="Returns the command's duration in microseconds"/>
      <return type="int"/>
    </docblock>
  </method>
  <method name="getError" abstract="false" static="false" visibility="public" final="true">
    <docblock>
      <description compact="Returns the Exception associated with the failed command"/>
      <return type="Exception"/>
    </docblock>
  </method>
  <method name="getOperationId" abstract="false" static="false" visibility="public" final="true">
    <docblock>
      <description compact="Returns the command's operation ID"/>
      <return type="string"/>
    </docblock>
  </method>
  <method name="getReply" abstract="false" static="false" visibility="public" final="true">
    <docblock>
      <description compact="Returns the command reply document"/>
      <return type="object"/>
    </docblock>
  </method>
  <method name="getRequestId" abstract="false" static="false" visibility="public" final="true">
    <docblock>
      <description compact="Returns the command's request ID"/>
      <return type="string"/>
    </docblock>
  </method>
  <method name="getServer" abstract="false" static="false" visibility="public" final="true">
    <docblock>
      <description compact="Returns the Server on which the command was executed"/>
      <return type="MongoDB\Driver\Server"/>
    </docblock>
  </method>
</class>