summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: f7d838e46414d67005a077dfd082ace9f84d6e1d (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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
Extension [ <persistent> extension #137 couchbase version 2.2.2 ] {

  - Dependencies {
    Dependency [ json (Required) ]
  }

  - INI {
    Entry [ couchbase.log_level <ALL> ]
      Current = 'WARN'
    }
  }

  - Constants [114] {
    Constant [ integer COUCHBASE_PERSISTTO_MASTER ] { 1 }
    Constant [ integer COUCHBASE_PERSISTTO_ONE ] { 1 }
    Constant [ integer COUCHBASE_PERSISTTO_TWO ] { 2 }
    Constant [ integer COUCHBASE_PERSISTTO_THREE ] { 4 }
    Constant [ integer COUCHBASE_REPLICATETO_ONE ] { 16 }
    Constant [ integer COUCHBASE_REPLICATETO_TWO ] { 32 }
    Constant [ integer COUCHBASE_REPLICATETO_THREE ] { 64 }
    Constant [ integer COUCHBASE_SDCMD_GET ] { 1 }
    Constant [ integer COUCHBASE_SDCMD_REPLACE ] { 3 }
    Constant [ integer COUCHBASE_SDCMD_EXISTS ] { 2 }
    Constant [ integer COUCHBASE_SDCMD_DICT_ADD ] { 4 }
    Constant [ integer COUCHBASE_SDCMD_DICT_UPSERT ] { 5 }
    Constant [ integer COUCHBASE_SDCMD_ARRAY_ADD_FIRST ] { 6 }
    Constant [ integer COUCHBASE_SDCMD_ARRAY_ADD_LAST ] { 7 }
    Constant [ integer COUCHBASE_SDCMD_ARRAY_INSERT ] { 9 }
    Constant [ integer COUCHBASE_SDCMD_ARRAY_ADD_UNIQUE ] { 8 }
    Constant [ integer COUCHBASE_SDCMD_COUNTER ] { 10 }
    Constant [ integer COUCHBASE_SDCMD_REMOVE ] { 11 }
    Constant [ integer COUCHBASE_CNTL_OP_TIMEOUT ] { 0 }
    Constant [ integer COUCHBASE_CNTL_VIEW_TIMEOUT ] { 1 }
    Constant [ integer COUCHBASE_CNTL_DURABILITY_INTERVAL ] { 14 }
    Constant [ integer COUCHBASE_CNTL_DURABILITY_TIMEOUT ] { 13 }
    Constant [ integer COUCHBASE_CNTL_HTTP_TIMEOUT ] { 15 }
    Constant [ integer COUCHBASE_CNTL_CONFIGURATION_TIMEOUT ] { 18 }
    Constant [ integer COUCHBASE_CNTL_CONFDELAY_THRESH ] { 25 }
    Constant [ integer COUCHBASE_CNTL_CONFIG_NODE_TIMEOUT ] { 27 }
    Constant [ integer COUCHBASE_CNTL_HTCONFIG_IDLE_TIMEOUT ] { 28 }
    Constant [ integer COUCHBASE_VALUE_F_JSON ] { 1 }
    Constant [ integer COUCHBASE_N1XSPEC_T_DEFAULT ] { 0 }
    Constant [ integer COUCHBASE_N1XSPEC_T_GSI ] { 1 }
    Constant [ integer COUCHBASE_N1XSPEC_T_VIEW ] { 2 }
    Constant [ integer COUCHBASE_SUCCESS ] { 0 }
    Constant [ integer COUCHBASE_AUTH_CONTINUE ] { 1 }
    Constant [ integer COUCHBASE_AUTH_ERROR ] { 2 }
    Constant [ integer COUCHBASE_DELTA_BADVAL ] { 3 }
    Constant [ integer COUCHBASE_E2BIG ] { 4 }
    Constant [ integer COUCHBASE_EBUSY ] { 5 }
    Constant [ integer COUCHBASE_EINTERNAL ] { 6 }
    Constant [ integer COUCHBASE_EINVAL ] { 7 }
    Constant [ integer COUCHBASE_ENOMEM ] { 8 }
    Constant [ integer COUCHBASE_ERANGE ] { 9 }
    Constant [ integer COUCHBASE_ERROR ] { 10 }
    Constant [ integer COUCHBASE_ETMPFAIL ] { 11 }
    Constant [ integer COUCHBASE_KEY_EEXISTS ] { 12 }
    Constant [ integer COUCHBASE_KEY_ENOENT ] { 13 }
    Constant [ integer COUCHBASE_DLOPEN_FAILED ] { 14 }
    Constant [ integer COUCHBASE_DLSYM_FAILED ] { 15 }
    Constant [ integer COUCHBASE_NETWORK_ERROR ] { 16 }
    Constant [ integer COUCHBASE_NOT_MY_VBUCKET ] { 17 }
    Constant [ integer COUCHBASE_NOT_STORED ] { 18 }
    Constant [ integer COUCHBASE_NOT_SUPPORTED ] { 19 }
    Constant [ integer COUCHBASE_UNKNOWN_COMMAND ] { 20 }
    Constant [ integer COUCHBASE_UNKNOWN_HOST ] { 21 }
    Constant [ integer COUCHBASE_PROTOCOL_ERROR ] { 22 }
    Constant [ integer COUCHBASE_ETIMEDOUT ] { 23 }
    Constant [ integer COUCHBASE_CONNECT_ERROR ] { 24 }
    Constant [ integer COUCHBASE_BUCKET_ENOENT ] { 25 }
    Constant [ integer COUCHBASE_CLIENT_ENOMEM ] { 26 }
    Constant [ integer COUCHBASE_CLIENT_ENOCONF ] { 27 }
    Constant [ integer COUCHBASE_EBADHANDLE ] { 28 }
    Constant [ integer COUCHBASE_SERVER_BUG ] { 29 }
    Constant [ integer COUCHBASE_PLUGIN_VERSION_MISMATCH ] { 30 }
    Constant [ integer COUCHBASE_INVALID_HOST_FORMAT ] { 31 }
    Constant [ integer COUCHBASE_INVALID_CHAR ] { 32 }
    Constant [ integer COUCHBASE_DURABILITY_ETOOMANY ] { 33 }
    Constant [ integer COUCHBASE_DUPLICATE_COMMANDS ] { 34 }
    Constant [ integer COUCHBASE_NO_MATCHING_SERVER ] { 35 }
    Constant [ integer COUCHBASE_BAD_ENVIRONMENT ] { 36 }
    Constant [ integer COUCHBASE_BUSY ] { 37 }
    Constant [ integer COUCHBASE_INVALID_USERNAME ] { 38 }
    Constant [ integer COUCHBASE_CONFIG_CACHE_INVALID ] { 39 }
    Constant [ integer COUCHBASE_SASLMECH_UNAVAILABLE ] { 40 }
    Constant [ integer COUCHBASE_TOO_MANY_REDIRECTS ] { 41 }
    Constant [ integer COUCHBASE_MAP_CHANGED ] { 42 }
    Constant [ integer COUCHBASE_INCOMPLETE_PACKET ] { 43 }
    Constant [ integer COUCHBASE_ECONNREFUSED ] { 44 }
    Constant [ integer COUCHBASE_ESOCKSHUTDOWN ] { 45 }
    Constant [ integer COUCHBASE_ECONNRESET ] { 46 }
    Constant [ integer COUCHBASE_ECANTGETPORT ] { 47 }
    Constant [ integer COUCHBASE_EFDLIMITREACHED ] { 48 }
    Constant [ integer COUCHBASE_ENETUNREACH ] { 49 }
    Constant [ integer COUCHBASE_ECTL_UNKNOWN ] { 50 }
    Constant [ integer COUCHBASE_ECTL_UNSUPPMODE ] { 51 }
    Constant [ integer COUCHBASE_ECTL_BADARG ] { 52 }
    Constant [ integer COUCHBASE_EMPTY_KEY ] { 53 }
    Constant [ integer COUCHBASE_SSL_ERROR ] { 54 }
    Constant [ integer COUCHBASE_SSL_CANTVERIFY ] { 55 }
    Constant [ integer COUCHBASE_SCHEDFAIL_INTERNAL ] { 56 }
    Constant [ integer COUCHBASE_CLIENT_FEATURE_UNAVAILABLE ] { 57 }
    Constant [ integer COUCHBASE_OPTIONS_CONFLICT ] { 58 }
    Constant [ integer COUCHBASE_HTTP_ERROR ] { 59 }
    Constant [ integer COUCHBASE_DURABILITY_NO_MUTATION_TOKENS ] { 60 }
    Constant [ integer COUCHBASE_UNKNOWN_MEMCACHED_ERROR ] { 61 }
    Constant [ integer COUCHBASE_MUTATION_LOST ] { 62 }
    Constant [ integer COUCHBASE_SUBDOC_PATH_ENOENT ] { 63 }
    Constant [ integer COUCHBASE_SUBDOC_PATH_MISMATCH ] { 64 }
    Constant [ integer COUCHBASE_SUBDOC_PATH_EINVAL ] { 65 }
    Constant [ integer COUCHBASE_SUBDOC_PATH_E2BIG ] { 66 }
    Constant [ integer COUCHBASE_SUBDOC_DOC_E2DEEP ] { 67 }
    Constant [ integer COUCHBASE_SUBDOC_VALUE_CANTINSERT ] { 68 }
    Constant [ integer COUCHBASE_SUBDOC_DOC_NOTJSON ] { 69 }
    Constant [ integer COUCHBASE_SUBDOC_NUM_ERANGE ] { 70 }
    Constant [ integer COUCHBASE_SUBDOC_BAD_DELTA ] { 71 }
    Constant [ integer COUCHBASE_SUBDOC_PATH_EEXISTS ] { 72 }
    Constant [ integer COUCHBASE_SUBDOC_MULTI_FAILURE ] { 73 }
    Constant [ integer COUCHBASE_SUBDOC_VALUE_E2DEEP ] { 74 }
    Constant [ integer COUCHBASE_EINVAL_MCD ] { 75 }
    Constant [ integer COUCHBASE_EMPTY_PATH ] { 76 }
    Constant [ integer COUCHBASE_UNKNOWN_SDCMD ] { 77 }
    Constant [ integer COUCHBASE_ENO_COMMANDS ] { 78 }
    Constant [ integer COUCHBASE_QUERY_ERROR ] { 79 }
    Constant [ integer COUCHBASE_TMPFAIL ] { 11 }
    Constant [ integer COUCHBASE_KEYALREADYEXISTS ] { 12 }
    Constant [ integer COUCHBASE_KEYNOTFOUND ] { 13 }
  }

  - Functions {
    Function [ <internal:couchbase> function couchbase_fastlz_compress ] {
    }
    Function [ <internal:couchbase> function couchbase_fastlz_decompress ] {
    }
    Function [ <internal:couchbase> function couchbase_zlib_compress ] {
    }
    Function [ <internal:couchbase> function couchbase_zlib_decompress ] {
    }
  }

  - Classes [7] {
    Class [ <internal:couchbase> class CouchbaseException extends Exception implements Throwable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [4] {
        Property [ <default> protected $message ]
        Property [ <default> protected $code ]
        Property [ <default> protected $file ]
        Property [ <default> protected $line ]
      }

      - Methods [10] {
        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {

          - Parameters [3] {
            Parameter #0 [ <optional> $message ]
            Parameter #1 [ <optional> $code ]
            Parameter #2 [ <optional> $previous ]
          }
        }

        Method [ <internal:Core, inherits Exception> public method __wakeup ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
        }

        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
        }
      }
    }

    Class [ <internal:couchbase> class CouchbaseMetaDoc ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [5] {
        Property [ <default> public $error ]
        Property [ <default> public $value ]
        Property [ <default> public $flags ]
        Property [ <default> public $cas ]
        Property [ <default> public $token ]
      }

      - Methods [0] {
      }
    }

    Class [ <internal:couchbase> class CouchbaseDocumentFragment ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [4] {
        Property [ <default> public $error ]
        Property [ <default> public $cas ]
        Property [ <default> public $value ]
        Property [ <default> public $token ]
      }

      - Methods [0] {
      }
    }

    Class [ <internal:couchbase> class CouchbaseN1qlIndex ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [8] {
        Property [ <default> public $name ]
        Property [ <default> public $isPrimary ]
        Property [ <default> public $type ]
        Property [ <default> public $state ]
        Property [ <default> public $keyspace ]
        Property [ <default> public $namespace ]
        Property [ <default> public $fields ]
        Property [ <default> public $condition ]
      }

      - Methods [0] {
      }
    }

    Class [ <internal:couchbase> class _CouchbaseCluster ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [3] {
        Method [ <internal:couchbase, ctor> public method __construct ] {
        }

        Method [ <internal:couchbase> public method connect ] {
        }

        Method [ <internal:couchbase> public method http_request ] {
        }
      }
    }

    Class [ <internal:couchbase> class _CouchbaseBucket ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [0] {
      }

      - Methods [23] {
        Method [ <internal:couchbase, ctor> public method __construct ] {
        }

        Method [ <internal:couchbase> public method insert ] {
        }

        Method [ <internal:couchbase> public method upsert ] {
        }

        Method [ <internal:couchbase> public method replace ] {
        }

        Method [ <internal:couchbase> public method append ] {
        }

        Method [ <internal:couchbase> public method prepend ] {
        }

        Method [ <internal:couchbase> public method remove ] {
        }

        Method [ <internal:couchbase> public method get ] {
        }

        Method [ <internal:couchbase> public method getFromReplica ] {
        }

        Method [ <internal:couchbase> public method touch ] {
        }

        Method [ <internal:couchbase> public method counter ] {
        }

        Method [ <internal:couchbase> public method unlock ] {
        }

        Method [ <internal:couchbase> public method n1ql_request ] {
        }

        Method [ <internal:couchbase> public method http_request ] {
        }

        Method [ <internal:couchbase> public method fts_request ] {
        }

        Method [ <internal:couchbase> public method subdoc_request ] {
        }

        Method [ <internal:couchbase> public method durability ] {
        }

        Method [ <internal:couchbase> public method n1ix_list ] {
        }

        Method [ <internal:couchbase> public method n1ix_create ] {
        }

        Method [ <internal:couchbase> public method n1ix_drop ] {
        }

        Method [ <internal:couchbase> public method setTranscoder ] {
        }

        Method [ <internal:couchbase> public method setOption ] {
        }

        Method [ <internal:couchbase> public method getOption ] {
        }
      }
    }

    Class [ <internal:couchbase> class CouchbaseMutationToken ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [0] {
      }

      - Properties [4] {
        Property [ <default> public $bucket ]
        Property [ <default> public $vbucketID ]
        Property [ <default> public $vbucketUUID ]
        Property [ <default> public $sequenceNumber ]
      }

      - Methods [0] {
      }
    }
  }
}