aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-http-client/abi-spec.json
blob: 22c8ce9b7fcc77ad9d13fd03644449c3bbc0efe4 (plain) (blame)
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
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
{
  "com.yahoo.vespa.http.client.FeedClient$ResultCallback": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "interface",
      "abstract"
    ],
    "methods": [
      "public abstract void onCompletion(java.lang.String, com.yahoo.vespa.http.client.Result)",
      "public void onEndpointException(com.yahoo.vespa.http.client.FeedEndpointException)"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.FeedClient": {
    "superClass": "java.lang.Object",
    "interfaces": [
      "java.lang.AutoCloseable"
    ],
    "attributes": [
      "public",
      "interface",
      "abstract"
    ],
    "methods": [
      "public abstract void stream(java.lang.String, java.lang.CharSequence)",
      "public abstract void stream(java.lang.String, java.lang.CharSequence, java.lang.Object)",
      "public abstract void close()",
      "public abstract java.lang.String getStatsAsJson()",
      "public static void feedJson(java.io.InputStream, com.yahoo.vespa.http.client.FeedClient, java.util.concurrent.atomic.AtomicInteger)",
      "public static void feedXml(java.io.InputStream, com.yahoo.vespa.http.client.FeedClient, java.util.concurrent.atomic.AtomicInteger)"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.FeedClientFactory": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public"
    ],
    "methods": [
      "public void <init>()",
      "public static com.yahoo.vespa.http.client.FeedClient create(com.yahoo.vespa.http.client.config.SessionParams, com.yahoo.vespa.http.client.FeedClient$ResultCallback)"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.FeedConnectException": {
    "superClass": "com.yahoo.vespa.http.client.FeedEndpointException",
    "interfaces": [],
    "attributes": [
      "public"
    ],
    "methods": [
      "public void <init>(java.lang.Throwable, com.yahoo.vespa.http.client.config.Endpoint)"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.FeedEndpointException": {
    "superClass": "java.lang.RuntimeException",
    "interfaces": [],
    "attributes": [
      "public",
      "abstract"
    ],
    "methods": [
      "protected void <init>(java.lang.String, java.lang.Throwable, com.yahoo.vespa.http.client.config.Endpoint)",
      "public com.yahoo.vespa.http.client.config.Endpoint getEndpoint()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.FeedProtocolException": {
    "superClass": "com.yahoo.vespa.http.client.FeedEndpointException",
    "interfaces": [],
    "attributes": [
      "public"
    ],
    "methods": [
      "public void <init>(int, java.lang.String, java.lang.Throwable, com.yahoo.vespa.http.client.config.Endpoint)",
      "public int getHttpStatusCode()",
      "public java.lang.String getHttpResponseMessage()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.Result$Detail": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public void <init>(com.yahoo.vespa.http.client.config.Endpoint, com.yahoo.vespa.http.client.Result$ResultType, java.lang.String, java.lang.Exception)",
      "public void <init>(com.yahoo.vespa.http.client.config.Endpoint)",
      "public com.yahoo.vespa.http.client.config.Endpoint getEndpoint()",
      "public boolean isSuccess()",
      "public com.yahoo.vespa.http.client.Result$ResultType getResultType()",
      "public java.lang.Exception getException()",
      "public java.lang.String getTraceMessage()",
      "public java.lang.String toString()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.Result$ResultType": {
    "superClass": "java.lang.Enum",
    "interfaces": [],
    "attributes": [
      "public",
      "final",
      "enum"
    ],
    "methods": [
      "public static com.yahoo.vespa.http.client.Result$ResultType[] values()",
      "public static com.yahoo.vespa.http.client.Result$ResultType valueOf(java.lang.String)"
    ],
    "fields": [
      "public static final enum com.yahoo.vespa.http.client.Result$ResultType OPERATION_EXECUTED",
      "public static final enum com.yahoo.vespa.http.client.Result$ResultType TRANSITIVE_ERROR",
      "public static final enum com.yahoo.vespa.http.client.Result$ResultType CONDITION_NOT_MET",
      "public static final enum com.yahoo.vespa.http.client.Result$ResultType FATAL_ERROR"
    ]
  },
  "com.yahoo.vespa.http.client.Result": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public"
    ],
    "methods": [
      "public void <init>(com.yahoo.vespa.http.client.core.Document, java.util.Collection, java.lang.StringBuilder)",
      "public java.lang.String getDocumentId()",
      "public java.lang.CharSequence getDocumentDataAsCharSequence()",
      "public java.lang.Object getContext()",
      "public boolean isSuccess()",
      "public java.util.List getDetails()",
      "public boolean hasLocalTrace()",
      "public java.lang.String toString()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.Session": {
    "superClass": "java.lang.Object",
    "interfaces": [
      "java.lang.AutoCloseable"
    ],
    "attributes": [
      "public",
      "interface",
      "abstract"
    ],
    "methods": [
      "public abstract java.io.OutputStream stream(java.lang.CharSequence)",
      "public abstract java.util.concurrent.BlockingQueue results()",
      "public abstract void close()",
      "public abstract java.lang.String getStatsAsJson()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.SessionFactory": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public void <init>()",
      "public static com.yahoo.vespa.http.client.Session create(com.yahoo.vespa.http.client.config.SessionParams)",
      "public static com.yahoo.vespa.http.client.Session create(com.yahoo.vespa.http.client.config.Endpoint)"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.SimpleLoggerResultCallback": {
    "superClass": "java.lang.Object",
    "interfaces": [
      "com.yahoo.vespa.http.client.FeedClient$ResultCallback"
    ],
    "attributes": [
      "public"
    ],
    "methods": [
      "protected void println(java.lang.String)",
      "public void <init>(java.util.concurrent.atomic.AtomicInteger, int)",
      "public void printProgress()",
      "protected com.yahoo.vespa.http.client.SimpleLoggerResultCallback$DocumentRate newSamplingPeriod(java.time.Instant)",
      "public void onCompletion(java.lang.String, com.yahoo.vespa.http.client.Result)"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.SyncFeedClient$SyncOperation": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public"
    ],
    "methods": [
      "public void <init>(java.lang.String, java.lang.CharSequence)",
      "public void <init>(java.lang.String, java.lang.CharSequence, java.lang.Object)"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.SyncFeedClient$SyncResult": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public"
    ],
    "methods": [
      "public java.util.List results()",
      "public java.lang.Exception exception()",
      "public boolean isSuccess()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.SyncFeedClient": {
    "superClass": "java.lang.Object",
    "interfaces": [
      "java.lang.AutoCloseable"
    ],
    "attributes": [
      "public"
    ],
    "methods": [
      "public void <init>(com.yahoo.vespa.http.client.config.SessionParams)",
      "public com.yahoo.vespa.http.client.SyncFeedClient$SyncResult stream(java.util.List)",
      "public void close()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.Cluster$Builder": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public void <init>()",
      "public com.yahoo.vespa.http.client.config.Cluster$Builder addEndpoint(com.yahoo.vespa.http.client.config.Endpoint)",
      "public com.yahoo.vespa.http.client.config.Cluster$Builder setRoute(java.lang.String)",
      "public com.yahoo.vespa.http.client.config.Cluster build()",
      "public java.lang.String getRoute()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.Cluster": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public java.util.List getEndpoints()",
      "public java.lang.String getRoute()",
      "public java.lang.String toString()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.ConnectionParams$Builder": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public void <init>()",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setSslContext(javax.net.ssl.SSLContext)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setHostnameVerifier(javax.net.ssl.HostnameVerifier)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder addHeader(java.lang.String, java.lang.String)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder addDynamicHeader(java.lang.String, com.yahoo.vespa.http.client.config.ConnectionParams$HeaderProvider)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setNumPersistentConnectionsPerEndpoint(int)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setProxyHost(java.lang.String)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setProxyPort(int)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setUseCompression(boolean)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setMaxRetries(int)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setDryRun(boolean)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setMinTimeBetweenRetries(long, java.util.concurrent.TimeUnit)",
      "public long getMinTimeBetweenRetriesMs()",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setTraceLevel(int)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setTraceEveryXOperation(int)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams$Builder setPrintTraceToStdErr(boolean)",
      "public com.yahoo.vespa.http.client.config.ConnectionParams build()",
      "public int getNumPersistentConnectionsPerEndpoint()",
      "public java.lang.String getProxyHost()",
      "public boolean isDryRun()",
      "public int getMaxRetries()",
      "public int getTraceLevel()",
      "public int getTraceEveryXOperation()",
      "public boolean getPrintTraceToStdErr()",
      "public int getProxyPort()",
      "public javax.net.ssl.SSLContext getSslContext()",
      "public javax.net.ssl.HostnameVerifier getHostnameVerifier()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.ConnectionParams$HeaderProvider": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "interface",
      "abstract"
    ],
    "methods": [
      "public abstract java.lang.String getHeaderValue()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.ConnectionParams": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public javax.net.ssl.SSLContext getSslContext()",
      "public javax.net.ssl.HostnameVerifier getHostnameVerifier()",
      "public java.util.Collection getHeaders()",
      "public java.util.Map getDynamicHeaders()",
      "public int getNumPersistentConnectionsPerEndpoint()",
      "public java.lang.String getProxyHost()",
      "public int getProxyPort()",
      "public boolean getUseCompression()",
      "public int getMaxRetries()",
      "public long getMinTimeBetweenRetriesMs()",
      "public boolean isDryRun()",
      "public int getTraceLevel()",
      "public int getTraceEveryXOperation()",
      "public boolean getPrintTraceToStdErr()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.Endpoint": {
    "superClass": "java.lang.Object",
    "interfaces": [
      "java.io.Serializable"
    ],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public static com.yahoo.vespa.http.client.config.Endpoint create(java.lang.String)",
      "public static com.yahoo.vespa.http.client.config.Endpoint create(java.lang.String, int, boolean)",
      "public java.lang.String getHostname()",
      "public int getPort()",
      "public boolean isUseSsl()",
      "public java.lang.String toString()",
      "public boolean equals(java.lang.Object)",
      "public int hashCode()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.FeedParams$Builder": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public void <init>()",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder withSilentUpgrade(boolean)",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder setMaxSleepTimeMs(long)",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder setDenyIfBusyV3(boolean)",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder setDataFormat(com.yahoo.vespa.http.client.config.FeedParams$DataFormat)",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder setRoute(java.lang.String)",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder setServerTimeout(long, java.util.concurrent.TimeUnit)",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder setClientTimeout(long, java.util.concurrent.TimeUnit)",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder setMaxChunkSizeBytes(int)",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder setMaxInFlightRequests(int)",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder setLocalQueueTimeOut(long)",
      "public com.yahoo.vespa.http.client.config.FeedParams$Builder setPriority(java.lang.String)",
      "public com.yahoo.vespa.http.client.config.FeedParams build()",
      "public long getClientTimeout(java.util.concurrent.TimeUnit)",
      "public long getServerTimeout(java.util.concurrent.TimeUnit)",
      "public java.lang.String getRoute()",
      "public com.yahoo.vespa.http.client.config.FeedParams$DataFormat getDataFormat()",
      "public int getMaxChunkSizeBytes()",
      "public int getmaxInFlightRequests()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.FeedParams$DataFormat": {
    "superClass": "java.lang.Enum",
    "interfaces": [],
    "attributes": [
      "public",
      "final",
      "enum"
    ],
    "methods": [
      "public static com.yahoo.vespa.http.client.config.FeedParams$DataFormat[] values()",
      "public static com.yahoo.vespa.http.client.config.FeedParams$DataFormat valueOf(java.lang.String)"
    ],
    "fields": [
      "public static final enum com.yahoo.vespa.http.client.config.FeedParams$DataFormat XML_UTF8",
      "public static final enum com.yahoo.vespa.http.client.config.FeedParams$DataFormat JSON_UTF8"
    ]
  },
  "com.yahoo.vespa.http.client.config.FeedParams": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public boolean getDenyIfBusyV3()",
      "public long getMaxSleepTimeMs()",
      "public boolean getSilentUpgrade()",
      "public com.yahoo.vespa.http.client.config.FeedParams$DataFormat getDataFormat()",
      "public java.lang.String getRoute()",
      "public long getServerTimeout(java.util.concurrent.TimeUnit)",
      "public long getClientTimeout(java.util.concurrent.TimeUnit)",
      "public int getMaxChunkSizeBytes()",
      "public java.lang.String getPriority()",
      "public java.lang.String toUriParameters()",
      "public int getMaxInFlightRequests()",
      "public long getLocalQueueTimeOut()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.SessionParams$Builder": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public void <init>()",
      "public com.yahoo.vespa.http.client.config.SessionParams$Builder addCluster(com.yahoo.vespa.http.client.config.Cluster)",
      "public com.yahoo.vespa.http.client.config.SessionParams$Builder setFeedParams(com.yahoo.vespa.http.client.config.FeedParams)",
      "public com.yahoo.vespa.http.client.config.SessionParams$Builder setConnectionParams(com.yahoo.vespa.http.client.config.ConnectionParams)",
      "public com.yahoo.vespa.http.client.config.SessionParams$Builder setErrorReporter(com.yahoo.vespa.http.client.config.SessionParams$ErrorReporter)",
      "public com.yahoo.vespa.http.client.config.SessionParams$Builder setClientQueueSize(int)",
      "public com.yahoo.vespa.http.client.config.SessionParams$Builder setThrottlerMinSize(int)",
      "public com.yahoo.vespa.http.client.config.SessionParams build()",
      "public com.yahoo.vespa.http.client.config.FeedParams getFeedParams()",
      "public com.yahoo.vespa.http.client.config.ConnectionParams getConnectionParams()",
      "public int getClientQueueSize()",
      "public int getThrottlerMinSize()"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.SessionParams$ErrorReporter": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "interface",
      "abstract"
    ],
    "methods": [
      "public abstract void onSessionError(com.yahoo.vespa.http.client.config.Endpoint, java.lang.String, java.lang.String)"
    ],
    "fields": []
  },
  "com.yahoo.vespa.http.client.config.SessionParams": {
    "superClass": "java.lang.Object",
    "interfaces": [],
    "attributes": [
      "public",
      "final"
    ],
    "methods": [
      "public java.util.List getClusters()",
      "public com.yahoo.vespa.http.client.config.FeedParams getFeedParams()",
      "public com.yahoo.vespa.http.client.config.ConnectionParams getConnectionParams()",
      "public int getClientQueueSize()",
      "public int getThrottlerMinSize()",
      "public com.yahoo.vespa.http.client.config.SessionParams$ErrorReporter getErrorReport()"
    ],
    "fields": []
  }
}