blob: a4fd1a9715a1467665a130206c043cda91c8fe48 (
plain)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
Extension [ <persistent> extension #16 tarantool version 1.0 ] {
- INI {
Entry [ tarantool.con_per_host <SYSTEM> ]
Current = '5'
}
Entry [ tarantool.persistent <SYSTEM> ]
Current = '0'
}
Entry [ tarantool.timeout <ALL> ]
Current = '10.0'
}
Entry [ tarantool.request_timeout <ALL> ]
Current = '10.0'
}
Entry [ tarantool.retry_count <ALL> ]
Current = '1'
}
Entry [ tarantool.retry_sleep <ALL> ]
Current = '0.1'
}
}
- Constants [12] {
Constant [ integer TARANTOOL_ITER_EQ ] { 0 }
Constant [ integer TARANTOOL_ITER_REQ ] { 1 }
Constant [ integer TARANTOOL_ITER_ALL ] { 2 }
Constant [ integer TARANTOOL_ITER_LT ] { 3 }
Constant [ integer TARANTOOL_ITER_LE ] { 4 }
Constant [ integer TARANTOOL_ITER_GE ] { 5 }
Constant [ integer TARANTOOL_ITER_GT ] { 6 }
Constant [ integer TARANTOOL_ITER_BITSET_ALL_SET ] { 7 }
Constant [ integer TARANTOOL_ITER_BITSET_ANY_SET ] { 8 }
Constant [ integer TARANTOOL_ITER_BITSET_ALL_NOT_SET ] { 9 }
Constant [ integer TARANTOOL_ITER_OVERLAPS ] { 10 }
Constant [ integer TARANTOOL_ITER_NEIGHBOR ] { 11 }
}
- Classes [1] {
Class [ <internal:tarantool> class Tarantool ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [0] {
}
- Properties [0] {
}
- Methods [17] {
Method [ <internal:tarantool, ctor> public method __construct ] {
}
Method [ <internal:tarantool> public method connect ] {
}
Method [ <internal:tarantool> public method close ] {
}
Method [ <internal:tarantool> public method flush_schema ] {
}
Method [ <internal:tarantool> public method authenticate ] {
}
Method [ <internal:tarantool> public method ping ] {
}
Method [ <internal:tarantool> public method select ] {
}
Method [ <internal:tarantool> public method insert ] {
}
Method [ <internal:tarantool> public method replace ] {
}
Method [ <internal:tarantool> public method call ] {
}
Method [ <internal:tarantool> public method eval ] {
}
Method [ <internal:tarantool> public method delete ] {
}
Method [ <internal:tarantool> public method update ] {
}
Method [ <internal:tarantool> public method upsert ] {
}
Method [ <internal:tarantool> public method evaluate ] {
}
Method [ <internal:tarantool> public method flushSchema ] {
}
Method [ <internal:tarantool> public method disconnect ] {
}
}
}
}
}
|