Index

A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addCluster(Cluster) - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
Add a Vespa installation for feeding documents into.
addDynamicHeader(String, ConnectionParams.HeaderProvider) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Adds a header provider for dynamic headers; headers where the value may change during a feeding session (e.g.
addEndpoint(Endpoint) - Method in class com.yahoo.vespa.http.client.config.Cluster.Builder
Adds an Endpoint (a HTTP gateway) to this Cluster.
addHeader(String, String) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Set custom headers to be used
ApacheGatewayConnectionFactory - Class in com.yahoo.vespa.http.client.core.communication
 
ApacheGatewayConnectionFactory(Endpoint, FeedParams, String, ConnectionParams, ApacheGatewayConnection.HttpClientFactory, String, Clock) - Constructor for class com.yahoo.vespa.http.client.core.communication.ApacheGatewayConnectionFactory
 
availableCapacity() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.IncompleteResultsThrottler
 

B

build() - Method in class com.yahoo.vespa.http.client.config.Cluster.Builder
 
build() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
build() - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Instantiates a FeedParams.
build() - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
Instantiates a SessionParams that can be given to a FeedClientFactory.
Builder() - Constructor for class com.yahoo.vespa.http.client.config.Cluster.Builder
 
Builder() - Constructor for class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
Builder() - Constructor for class com.yahoo.vespa.http.client.config.FeedParams.Builder
 
Builder() - Constructor for class com.yahoo.vespa.http.client.config.SessionParams.Builder
 

C

calcNewMaxInFlight(double, int, int, int, int, boolean) - Method in class com.yahoo.vespa.http.client.core.ThrottlePolicy
Generate nex in-flight value for throttling.
CLIENT_ID - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
CLIENT_VERSION - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
close() - Method in class com.yahoo.vespa.http.client.core.api.FeedClientImpl
 
close() - Method in class com.yahoo.vespa.http.client.core.api.SessionImpl
Deprecated.
 
close() - Method in class com.yahoo.vespa.http.client.core.communication.ClusterConnection
 
close() - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
close() - Method in interface com.yahoo.vespa.http.client.core.communication.GatewayConnection
 
close() - Method in class com.yahoo.vespa.http.client.core.communication.IOThread
 
close() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
close() - Method in interface com.yahoo.vespa.http.client.FeedClient
Deprecated.
Waits for all results to arrive and closes the FeedClient.
close() - Method in interface com.yahoo.vespa.http.client.Session
Deprecated.
Closes this Session.
close() - Method in class com.yahoo.vespa.http.client.SyncFeedClient
Deprecated.
 
closeClusters() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
Cluster - Class in com.yahoo.vespa.http.client.config
A set of Endpoint instances.
Cluster.Builder - Class in com.yahoo.vespa.http.client.config
Builder for Cluster.
ClusterConnection - Class in com.yahoo.vespa.http.client.core.communication
 
ClusterConnection(OperationProcessor, FeedParams, ConnectionParams, Cluster, int, int, ScheduledThreadPoolExecutor, Clock) - Constructor for class com.yahoo.vespa.http.client.core.communication.ClusterConnection
 
clusters() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
com.yahoo.vespa.http.client - package com.yahoo.vespa.http.client
Programmatic API for feeding to Vespa clusters independently of the cluster configuration.
com.yahoo.vespa.http.client.config - package com.yahoo.vespa.http.client.config
Settings for creating clients/sessions.
com.yahoo.vespa.http.client.core - package com.yahoo.vespa.http.client.core
 
com.yahoo.vespa.http.client.core.api - package com.yahoo.vespa.http.client.core.api
 
com.yahoo.vespa.http.client.core.communication - package com.yahoo.vespa.http.client.core.communication
 
com.yahoo.vespa.http.client.core.operationProcessor - package com.yahoo.vespa.http.client.core.operationProcessor
 
com.yahoo.vespa.http.client.runner - package com.yahoo.vespa.http.client.runner
 
CommandLineArguments - Class in com.yahoo.vespa.http.client.runner
Commandline interface for the binary.
CommandLineArguments() - Constructor for class com.yahoo.vespa.http.client.runner.CommandLineArguments
 
ConcurrentDocumentOperationBlocker - Class in com.yahoo.vespa.http.client.core.operationProcessor
A semaphore that can be re-sized.
ConcurrentDocumentOperationBlocker() - Constructor for class com.yahoo.vespa.http.client.core.operationProcessor.ConcurrentDocumentOperationBlocker
 
CONDITION_NOT_MET - Enum constant in enum class com.yahoo.vespa.http.client.Result.ResultType
Deprecated.
 
connect() - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
connect() - Method in interface com.yahoo.vespa.http.client.core.communication.GatewayConnection
 
ConnectionParams - Class in com.yahoo.vespa.http.client.config
Connection level parameters.
ConnectionParams.Builder - Class in com.yahoo.vespa.http.client.config
Builder for ConnectionParams.
ConnectionParams.HeaderProvider - Interface in com.yahoo.vespa.http.client.config
A header provider that provides a header value.
connectionTime() - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
connectionTime() - Method in interface com.yahoo.vespa.http.client.core.communication.GatewayConnection
Returns the time this connected over the network, or null if not connected yet
create(Endpoint) - Static method in class com.yahoo.vespa.http.client.SessionFactory
Deprecated.
Creates a Session to a single Endpoint, with default values for everything.
create(SessionParams) - Static method in class com.yahoo.vespa.http.client.SessionFactory
Deprecated.
Creates a Session with the given parameters.
create(SessionParams, FeedClient.ResultCallback) - Static method in class com.yahoo.vespa.http.client.FeedClientFactory
Deprecated.
Creates a FeedClient.
create(String) - Static method in class com.yahoo.vespa.http.client.config.Endpoint
Creates an Endpoint with the default port and without using SSL
create(String, int, boolean) - Static method in class com.yahoo.vespa.http.client.config.Endpoint
Creates an Endpoint with the given hostname, port and SSL setting.
create(URL) - Static method in class com.yahoo.vespa.http.client.config.Endpoint
 
createError(Endpoint, String, Exception) - Static method in class com.yahoo.vespa.http.client.core.operationProcessor.EndPointResultFactory
 
createResult(Endpoint, InputStream) - Static method in class com.yahoo.vespa.http.client.core.operationProcessor.EndPointResultFactory
 
createTime() - Method in class com.yahoo.vespa.http.client.core.Document
 
createTransientError(Endpoint, String, Exception) - Static method in class com.yahoo.vespa.http.client.core.operationProcessor.EndPointResultFactory
 
currentConnection() - Method in class com.yahoo.vespa.http.client.core.communication.IOThread
For testing.

D

DATA_FORMAT - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
decode(String, StringBuilder) - Static method in class com.yahoo.vespa.http.client.core.Encoder
ISO 646.irv:1991 safe unquoting into a StringBuilder instance.
DENY_IF_BUSY - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
Detail(Endpoint) - Constructor for class com.yahoo.vespa.http.client.Result.Detail
Deprecated.
 
Detail(Endpoint, Result.ResultType, String, Exception) - Constructor for class com.yahoo.vespa.http.client.Result.Detail
Deprecated.
 
distribute(int) - Method in class com.yahoo.vespa.http.client.core.communication.GatewayThrottler
 
docsReceivedCounter - Variable in class com.yahoo.vespa.http.client.core.communication.IOThread.ConnectionStats
 
Document - Class in com.yahoo.vespa.http.client.core
A document operation
Document(String, byte[], Object, Instant) - Constructor for class com.yahoo.vespa.http.client.core.Document
 
Document(String, String, CharSequence, Object, Instant) - Constructor for class com.yahoo.vespa.http.client.core.Document
 
Document.DocumentException - Exception in com.yahoo.vespa.http.client.core
 
DocumentException(String) - Constructor for exception com.yahoo.vespa.http.client.core.Document.DocumentException
 
drain() - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
drain() - Method in interface com.yahoo.vespa.http.client.core.communication.GatewayConnection
Attempt to drain all outstanding operations, even if this leads to blocking
DRAIN - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
DryRunGatewayConnection - Class in com.yahoo.vespa.http.client.core.communication
Dummy implementation.
DryRunGatewayConnection(Endpoint, Clock) - Constructor for class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
DryRunGatewayConnectionFactory - Class in com.yahoo.vespa.http.client.core.communication
 
DryRunGatewayConnectionFactory(Endpoint, Clock) - Constructor for class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnectionFactory
 

E

encode(String, StringBuilder) - Static method in class com.yahoo.vespa.http.client.core.Encoder
ISO 646.irv:1991 safe quoting into a StringBuilder instance.
Encoder - Class in com.yahoo.vespa.http.client.core
Simple encoding scheme to remove space, linefeed, control characters and anything outside ISO 646.irv:1991 from strings.
Encoder() - Constructor for class com.yahoo.vespa.http.client.core.Encoder
 
END_OF_FEED - Enum constant in enum class com.yahoo.vespa.http.client.core.ErrorCode
 
Endpoint - Class in com.yahoo.vespa.http.client.config
Represents an endpoint, in most cases a JDisc container in a Vespa cluster configured with document-api.
EndpointIOException - Exception in com.yahoo.vespa.http.client.core.communication
Class for throwing exception from endpoint.
EndpointIOException(Endpoint, String, Throwable) - Constructor for exception com.yahoo.vespa.http.client.core.communication.EndpointIOException
 
EndpointResult - Class in com.yahoo.vespa.http.client.core
Result from a single endpoint.
EndpointResult(String, Result.Detail) - Constructor for class com.yahoo.vespa.http.client.core.EndpointResult
 
EndPointResultFactory - Class in com.yahoo.vespa.http.client.core.operationProcessor
 
EndPointResultFactory() - Constructor for class com.yahoo.vespa.http.client.core.operationProcessor.EndPointResultFactory
 
equals(Object) - Method in class com.yahoo.vespa.http.client.config.Endpoint
 
equals(Object) - Method in class com.yahoo.vespa.http.client.core.communication.ClusterConnection
 
ERROR - Enum constant in enum class com.yahoo.vespa.http.client.core.ErrorCode
 
errorCode - Variable in class com.yahoo.vespa.http.client.core.OperationStatus
 
ErrorCode - Enum Class in com.yahoo.vespa.http.client.core
Return types for the server.
exception() - Method in class com.yahoo.vespa.http.client.SyncFeedClient.SyncResult
Deprecated.
Returns the last exception received when attempting the operations this is the result of, or null if none.
Exceptions - Class in com.yahoo.vespa.http.client.core
Helper methods for handling exceptions
Exceptions() - Constructor for class com.yahoo.vespa.http.client.core.Exceptions
 
executeProblemsCounter - Variable in class com.yahoo.vespa.http.client.core.communication.IOThread.ConnectionStats
 

F

FATAL_ERROR - Enum constant in enum class com.yahoo.vespa.http.client.Result.ResultType
Deprecated.
 
FeedClient - Interface in com.yahoo.vespa.http.client
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
FeedClient.ResultCallback - Interface in com.yahoo.vespa.http.client
Deprecated.
This callback is executed when new results are arriving or an error occur.
FeedClientFactory - Class in com.yahoo.vespa.http.client
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
FeedClientFactory() - Constructor for class com.yahoo.vespa.http.client.FeedClientFactory
Deprecated.
 
FeedClientImpl - Class in com.yahoo.vespa.http.client.core.api
Implementation of FeedClient.
FeedClientImpl(SessionParams, FeedClient.ResultCallback, ScheduledThreadPoolExecutor, Clock) - Constructor for class com.yahoo.vespa.http.client.core.api.FeedClientImpl
 
FeedConnectException - Exception in com.yahoo.vespa.http.client
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
FeedConnectException(Throwable, Endpoint) - Constructor for exception com.yahoo.vespa.http.client.FeedConnectException
Deprecated.
 
FeedEndpointException - Exception in com.yahoo.vespa.http.client
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
FeedEndpointException(String, Throwable, Endpoint) - Constructor for exception com.yahoo.vespa.http.client.FeedEndpointException
Deprecated.
 
feedJson(InputStream, FeedClient, AtomicInteger) - Static method in interface com.yahoo.vespa.http.client.FeedClient
Deprecated.
Utility function that takes an array of JSON documents and calls the FeedClient for each element.
FeedParams - Class in com.yahoo.vespa.http.client.config
Feed level parameters.
FeedParams.Builder - Class in com.yahoo.vespa.http.client.config
Mutable class used to instantiate a FeedParams.
FeedParams.DataFormat - Enum Class in com.yahoo.vespa.http.client.config
Enumeration of data formats that are acceptable by the FeedClient methods.
FeedProtocolException - Exception in com.yahoo.vespa.http.client
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
FeedProtocolException(int, String, Throwable, Endpoint) - Constructor for exception com.yahoo.vespa.http.client.FeedProtocolException
Deprecated.
 
feedXml(InputStream, FeedClient, AtomicInteger) - Static method in interface com.yahoo.vespa.http.client.FeedClient
Deprecated.
Utility function that takes an array of XML documents and calls the FeedClient for each element.
FormatInputStream - Class in com.yahoo.vespa.http.client.runner
 
FormatInputStream(InputStream, Optional<String>, boolean) - Constructor for class com.yahoo.vespa.http.client.runner.FormatInputStream
Creates a single data input stream from either file or InputStream depending on which one is present.
FormatInputStream.Format - Enum Class in com.yahoo.vespa.http.client.runner
 

G

GatewayConnection - Interface in com.yahoo.vespa.http.client.core.communication
 
GatewayConnectionFactory - Interface in com.yahoo.vespa.http.client.core.communication
Creates gateway connections on request
GatewayThrottler - Class in com.yahoo.vespa.http.client.core.communication
When the gateways says it can not handle more load, we should send less load.
GatewayThrottler(long) - Constructor for class com.yahoo.vespa.http.client.core.communication.GatewayThrottler
 
getAddRootElementToXml() - Method in class com.yahoo.vespa.http.client.runner.CommandLineArguments
 
getCaCertificates() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getCaCertificates() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getCertificate() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getCertificate() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getClientId() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
getClientQueueSize() - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
 
getClientQueueSize() - Method in class com.yahoo.vespa.http.client.config.SessionParams
 
getClientTimeout(TimeUnit) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
 
getClientTimeout(TimeUnit) - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getClusterId() - Method in class com.yahoo.vespa.http.client.core.communication.ClusterConnection
 
getClusters() - Method in class com.yahoo.vespa.http.client.config.SessionParams
 
getConnectionParams() - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
 
getConnectionParams() - Method in class com.yahoo.vespa.http.client.config.SessionParams
 
getConnectionStats() - Method in class com.yahoo.vespa.http.client.core.communication.IOThread
Returns a snapshot of counters.
getConnectionTimeToLive() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getConnectionTimeToLive() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getContext() - Method in class com.yahoo.vespa.http.client.core.Document
 
getContext() - Method in class com.yahoo.vespa.http.client.Result
Deprecated.
Returns the context of the object if any
getData() - Method in class com.yahoo.vespa.http.client.core.Document
 
getDataAsString() - Method in class com.yahoo.vespa.http.client.core.Document
 
getDataFormat() - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
 
getDataFormat() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getDebugMessage() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.IncompleteResultsThrottler
 
getDenyIfBusyV3() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getDetail() - Method in class com.yahoo.vespa.http.client.core.EndpointResult
 
getDetails() - Method in class com.yahoo.vespa.http.client.Result
Deprecated.
 
getDocumentDataAsCharSequence() - Method in class com.yahoo.vespa.http.client.Result
Deprecated.
Returns the document data
getDocumentId() - Method in class com.yahoo.vespa.http.client.core.Document
 
getDocumentId() - Method in class com.yahoo.vespa.http.client.Result
Deprecated.
Returns the document id that this result is for
getDynamicHeaders() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getEndpoint() - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
getEndpoint() - Method in exception com.yahoo.vespa.http.client.core.communication.EndpointIOException
Returns the endpoint, or null if the failure occurred before this was assigned to a unique endpoint
getEndpoint() - Method in interface com.yahoo.vespa.http.client.core.communication.GatewayConnection
 
getEndpoint() - Method in class com.yahoo.vespa.http.client.core.communication.IOThread
 
getEndpoint() - Method in exception com.yahoo.vespa.http.client.FeedEndpointException
Deprecated.
 
getEndpoint() - Method in class com.yahoo.vespa.http.client.Result.Detail
Deprecated.
Returns the endpoint from which the result was received, or null if this failed before being assigned an endpoint
getEndpoints() - Method in class com.yahoo.vespa.http.client.config.Cluster
 
getErrorReport() - Method in class com.yahoo.vespa.http.client.config.SessionParams
 
getException() - Method in class com.yahoo.vespa.http.client.Result.Detail
Deprecated.
Returns any exception related to this Detail, if unsuccessful.
getFeedParams() - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
 
getFeedParams() - Method in class com.yahoo.vespa.http.client.config.SessionParams
 
getFile() - Method in class com.yahoo.vespa.http.client.runner.CommandLineArguments
 
getFormat() - Method in class com.yahoo.vespa.http.client.runner.FormatInputStream
 
getHeaders() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getHeaderValue() - Method in interface com.yahoo.vespa.http.client.config.ConnectionParams.HeaderProvider
 
getHostname() - Method in class com.yahoo.vespa.http.client.config.Endpoint
 
getHostnameVerifier() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getHostnameVerifier() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getHttpResponseMessage() - Method in exception com.yahoo.vespa.http.client.FeedProtocolException
Deprecated.
 
getHttpStatusCode() - Method in exception com.yahoo.vespa.http.client.FeedProtocolException
Deprecated.
 
getIdlePollFrequency() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getIgnoreConditionNotMet() - Method in class com.yahoo.vespa.http.client.runner.CommandLineArguments
 
getIncompleteResultQueueSize() - Method in class com.yahoo.vespa.http.client.core.api.SessionImpl
Deprecated.
 
getIncompleteResultQueueSize() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
getInputStream() - Method in class com.yahoo.vespa.http.client.runner.FormatInputStream
 
getIoThreadGroup() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
getLocalQueueTimeOut() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getMaxChunkSizeBytes() - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
 
getMaxChunkSizeBytes() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getMaxInFlightRequests() - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
 
getMaxInFlightRequests() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getMaxRetries() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getMaxRetries() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getMaxSleepTimeMs() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getMinTimeBetweenRetriesMs() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getMinTimeBetweenRetriesMs() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getNumPersistentConnectionsPerEndpoint() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getNumPersistentConnectionsPerEndpoint() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getOperationId() - Method in class com.yahoo.vespa.http.client.core.Document
 
getOperationId() - Method in class com.yahoo.vespa.http.client.core.EndpointResult
 
getOperationId() - Method in class com.yahoo.vespa.http.client.Result
Deprecated.
Returns the id of the operation this is the result of
getPort() - Method in class com.yahoo.vespa.http.client.config.Endpoint
 
getPrintTraceToStdErr() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getPrintTraceToStdErr() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getPriority() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getPrivateKey() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getPrivateKey() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getProxyHost() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getProxyHost() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getProxyPort() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getProxyPort() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getQueueInsertTime() - Method in class com.yahoo.vespa.http.client.core.Document
 
getResponseCode() - Method in exception com.yahoo.vespa.http.client.core.ServerResponseException
 
getResponseString() - Method in exception com.yahoo.vespa.http.client.core.ServerResponseException
 
getResultType() - Method in class com.yahoo.vespa.http.client.Result.Detail
Deprecated.
Returns the result of the operation
getRoute() - Method in class com.yahoo.vespa.http.client.config.Cluster.Builder
 
getRoute() - Method in class com.yahoo.vespa.http.client.config.Cluster
 
getRoute() - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
 
getRoute() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getServerTimeout(TimeUnit) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
 
getServerTimeout(TimeUnit) - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getSilentUpgrade() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
getSslContext() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getSslContext() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getStatsAsJson() - Method in class com.yahoo.vespa.http.client.core.api.FeedClientImpl
 
getStatsAsJson() - Method in class com.yahoo.vespa.http.client.core.api.SessionImpl
Deprecated.
 
getStatsAsJson() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
getStatsAsJson() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationStats
 
getStatsAsJson() - Method in interface com.yahoo.vespa.http.client.FeedClient
Deprecated.
Returns stats about the cluster
getStatsAsJson() - Method in interface com.yahoo.vespa.http.client.Session
Deprecated.
Returns stats about the cluster.
getStatsAsJSon() - Method in class com.yahoo.vespa.http.client.core.communication.ClusterConnection
 
getThrottlerMinSize() - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
 
getThrottlerMinSize() - Method in class com.yahoo.vespa.http.client.config.SessionParams
 
getTraceEveryXOperation() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getTraceEveryXOperation() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getTraceLevel() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
getTraceLevel() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getTraceMessage() - Method in class com.yahoo.vespa.http.client.Result.Detail
Deprecated.
Returns any trace message produces, or null if none
getUseCompression() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
getVerbose() - Method in class com.yahoo.vespa.http.client.runner.CommandLineArguments
 

H

handleCall(int) - Method in class com.yahoo.vespa.http.client.core.communication.GatewayThrottler
 
handshake() - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
handshake() - Method in interface com.yahoo.vespa.http.client.core.communication.GatewayConnection
 
hashCode() - Method in class com.yahoo.vespa.http.client.config.Endpoint
 
hashCode() - Method in class com.yahoo.vespa.http.client.core.communication.ClusterConnection
 
hasLocalTrace() - Method in class com.yahoo.vespa.http.client.Result
Deprecated.
Returns whether the operation has been set up with local tracing
Headers - Class in com.yahoo.vespa.http.client.core
Wrapper for shared constants used by both client and server.
held() - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
Returns the document currently held in this
hold(boolean) - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
HOSTNAME - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
HTTP_NOT_ACCEPTABLE - Static variable in class com.yahoo.vespa.http.client.core.Headers
 

I

IncompleteResultsThrottler - Class in com.yahoo.vespa.http.client.core.operationProcessor
Adjusts in-flight operations based on throughput.
IncompleteResultsThrottler(int, int, Clock, ThrottlePolicy) - Constructor for class com.yahoo.vespa.http.client.core.operationProcessor.IncompleteResultsThrottler
Creates the throttler.
INITIAL_MAX_IN_FLIGHT_VALUE - Static variable in class com.yahoo.vespa.http.client.core.operationProcessor.IncompleteResultsThrottler
 
IOThread - Class in com.yahoo.vespa.http.client.core.communication
Thread which feeds document operations asynchronously and processes the results.
IOThread.ConnectionStats - Class in com.yahoo.vespa.http.client.core.communication
 
ioThreads() - Method in class com.yahoo.vespa.http.client.core.communication.ClusterConnection
 
IS_CONDITION_NOT_MET - Static variable in class com.yahoo.vespa.http.client.core.OperationStatus
 
isConditionNotMet - Variable in class com.yahoo.vespa.http.client.core.OperationStatus
 
isDryRun() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
isDryRun() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 
isSuccess() - Method in enum class com.yahoo.vespa.http.client.core.ErrorCode
 
isSuccess() - Method in class com.yahoo.vespa.http.client.Result.Detail
Deprecated.
Returns whether the operation was successful
isSuccess() - Method in class com.yahoo.vespa.http.client.Result
Deprecated.
Returns true if the operation(s) was successful.
isSuccess() - Method in class com.yahoo.vespa.http.client.SyncFeedClient.SyncResult
Deprecated.
Returns true if all Results in this are successful
isSuccessOrConditionNotMet() - Method in class com.yahoo.vespa.http.client.Result
Deprecated.
 
isTransient() - Method in enum class com.yahoo.vespa.http.client.core.ErrorCode
 
isUseSsl() - Method in class com.yahoo.vespa.http.client.config.Endpoint
 

J

JSON - Enum constant in enum class com.yahoo.vespa.http.client.runner.FormatInputStream.Format
 
JSON_UTF8 - Enum constant in enum class com.yahoo.vespa.http.client.config.FeedParams.DataFormat
 
JsonReader - Class in com.yahoo.vespa.http.client.core
Reads a stream of json documents and sends them to feedClient.

L

lastGatewayProcessTimeMillis - Variable in class com.yahoo.vespa.http.client.core.communication.IOThread.ConnectionStats
 
lastPollTime() - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
lastPollTime() - Method in interface com.yahoo.vespa.http.client.core.communication.GatewayConnection
Returns the last time poll was called on this, or null if never

M

main(String[]) - Static method in class com.yahoo.vespa.http.client.runner.Runner
 
message - Variable in class com.yahoo.vespa.http.client.core.OperationStatus
 

N

newConnection() - Method in class com.yahoo.vespa.http.client.core.communication.ApacheGatewayConnectionFactory
 
newConnection() - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnectionFactory
 
newConnection() - Method in interface com.yahoo.vespa.http.client.core.communication.GatewayConnectionFactory
 
newSamplingPeriod(Instant) - Method in class com.yahoo.vespa.http.client.SimpleLoggerResultCallback
Deprecated.
 

O

OK - Enum constant in enum class com.yahoo.vespa.http.client.core.ErrorCode
 
oldConnections() - Method in class com.yahoo.vespa.http.client.core.communication.IOThread
For testing.
oldestIncompleteResultId() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
Returns the id of the oldest operation to be sent.
onCompletion(String, Result) - Method in interface com.yahoo.vespa.http.client.FeedClient.ResultCallback
Deprecated.
This callback is always called exactly once for each feed operation passed to the client instance, whether or not it was successful.
onCompletion(String, Result) - Method in class com.yahoo.vespa.http.client.SimpleLoggerResultCallback
Deprecated.
 
onEndpointError(FeedEndpointException) - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
onEndpointException(FeedEndpointException) - Method in interface com.yahoo.vespa.http.client.FeedClient.ResultCallback
Deprecated.
Called with an exception whenever an endpoint specific error occurs during feeding.
onSessionError(Endpoint, String, String) - Method in interface com.yahoo.vespa.http.client.config.SessionParams.ErrorReporter
 
OPERATION_EXECUTED - Enum constant in enum class com.yahoo.vespa.http.client.Result.ResultType
Deprecated.
 
operationId - Variable in class com.yahoo.vespa.http.client.core.OperationStatus
 
OperationProcessor - Class in com.yahoo.vespa.http.client.core.operationProcessor
Merges several endpointResult into one Result and does the callback.
OperationProcessor(IncompleteResultsThrottler, FeedClient.ResultCallback, SessionParams, ScheduledThreadPoolExecutor, Clock) - Constructor for class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
operationStart() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.IncompleteResultsThrottler
 
OperationStats - Class in com.yahoo.vespa.http.client.core.operationProcessor
 
OperationStats(SessionParams, List<ClusterConnection>, IncompleteResultsThrottler) - Constructor for class com.yahoo.vespa.http.client.core.operationProcessor.OperationStats
 
OperationStatus - Class in com.yahoo.vespa.http.client.core
Serialization/deserialization class for the result of a single document operation against Vespa.
OperationStatus(String, String, ErrorCode, boolean, String) - Constructor for class com.yahoo.vespa.http.client.core.OperationStatus
Constructor
OUTSTANDING_REQUESTS - Static variable in class com.yahoo.vespa.http.client.core.Headers
 

P

parse(String) - Static method in class com.yahoo.vespa.http.client.core.OperationStatus
Parse a single rendered OperationStatus string.
pendingDocumentStatusCount - Variable in class com.yahoo.vespa.http.client.core.communication.IOThread.ConnectionStats
 
phaseSizeMs - Variable in class com.yahoo.vespa.http.client.core.operationProcessor.IncompleteResultsThrottler
 
poll() - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
poll() - Method in interface com.yahoo.vespa.http.client.core.communication.GatewayConnection
Returns any operation results that are ready now
post(Document) - Method in class com.yahoo.vespa.http.client.core.communication.ClusterConnection
 
post(Document) - Method in class com.yahoo.vespa.http.client.core.communication.IOThread
For testing only
println(String) - Method in class com.yahoo.vespa.http.client.SimpleLoggerResultCallback
Deprecated.
 
printProgress() - Method in class com.yahoo.vespa.http.client.SimpleLoggerResultCallback
Deprecated.
Prints how many documents that are received, failed and sent.
PRIORITY - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
problemStatusCodeFromServerCounter - Variable in class com.yahoo.vespa.http.client.core.communication.IOThread.ConnectionStats
 

R

read(InputStream, FeedClient, AtomicInteger) - Static method in class com.yahoo.vespa.http.client.core.JsonReader
Process one inputstream and send all documents to feedclient.
read(InputStream, FeedClient, AtomicInteger) - Static method in class com.yahoo.vespa.http.client.core.XmlFeedReader
 
render() - Method in class com.yahoo.vespa.http.client.core.OperationStatus
Returns a string representing the status.
Result - Class in com.yahoo.vespa.http.client
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
Result(Document, Collection<Result.Detail>, StringBuilder) - Constructor for class com.yahoo.vespa.http.client.Result
Deprecated.
 
Result.Detail - Class in com.yahoo.vespa.http.client
Deprecated.
Information in a Result for a single operation sent to a single endpoint.
Result.ResultType - Enum Class in com.yahoo.vespa.http.client
Deprecated.
 
resultQueue() - Method in class com.yahoo.vespa.http.client.core.communication.IOThread
For testing
resultReady(boolean) - Method in class com.yahoo.vespa.http.client.core.operationProcessor.IncompleteResultsThrottler
 
resultReceived(EndpointResult, int) - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
results() - Method in class com.yahoo.vespa.http.client.core.api.SessionImpl
Deprecated.
 
results() - Method in interface com.yahoo.vespa.http.client.Session
Deprecated.
Returns Results for all operations enqueued by Session.stream(CharSequence).
results() - Method in class com.yahoo.vespa.http.client.SyncFeedClient.SyncResult
Deprecated.
Returns the results of this.
ROUTE - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
run() - Method in class com.yahoo.vespa.http.client.core.communication.IOThread
 
Runner - Class in com.yahoo.vespa.http.client.runner
 
Runner() - Constructor for class com.yahoo.vespa.http.client.runner.Runner
 
runThreads() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
runThreads() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 

S

SECOND_MAX_IN_FLIGHT_VALUE - Static variable in class com.yahoo.vespa.http.client.core.operationProcessor.IncompleteResultsThrottler
 
send(FeedClient, InputStream, boolean, AtomicInteger, boolean) - Static method in class com.yahoo.vespa.http.client.runner.Runner
Feed data from inputFile to session.
sendDocument(Document) - Method in class com.yahoo.vespa.http.client.core.operationProcessor.OperationProcessor
 
ServerResponseException - Exception in com.yahoo.vespa.http.client.core
The request was not processed properly on the server.
ServerResponseException(int, String) - Constructor for exception com.yahoo.vespa.http.client.core.ServerResponseException
 
ServerResponseException(String) - Constructor for exception com.yahoo.vespa.http.client.core.ServerResponseException
 
Session - Interface in com.yahoo.vespa.http.client
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
SESSION_ID - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
SessionFactory - Class in com.yahoo.vespa.http.client
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
SessionFactory() - Constructor for class com.yahoo.vespa.http.client.SessionFactory
Deprecated.
 
SessionImpl - Class in com.yahoo.vespa.http.client.core.api
Deprecated. 
SessionImpl(SessionParams, ScheduledThreadPoolExecutor, Clock) - Constructor for class com.yahoo.vespa.http.client.core.api.SessionImpl
Deprecated.
 
SessionParams - Class in com.yahoo.vespa.http.client.config
Parameters given to a FeedClientFactory when creating FeedClients.
SessionParams.Builder - Class in com.yahoo.vespa.http.client.config
Mutable class used to instantiate a SessionParams.
SessionParams.ErrorReporter - Interface in com.yahoo.vespa.http.client.config
Interface for handling serious errors with connection.
setCaCertificates(Path) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Set path a PEM file containing the CA certificates.
setCertificateAndPrivateKey(Path, Path) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Set path to private key and certificate files.
setClientQueueSize(int) - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
Sets the maximum number of document operations to hold in memory, waiting to be sent to Vespa.
setClientTimeout(long, TimeUnit) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Sets the client-side timeout for each operation. If BOTH the server-side timeout AND this timeout has passed, the FeedClient will synthesize a Result.
setConnectionParams(ConnectionParams) - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
Transport parameters, like custom HTTP headers.
setConnectionTimeToLive(Duration) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Set the maximum time to live for persistent connections
setDataFormat(FeedParams.DataFormat) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Sets the data format to be used.
setDenyIfBusyV3(boolean) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
If this is set to false, the gateway will block threads until messagebus can send the message.
setDryRun(boolean) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Set to true to skip making network connections and instead let requests complete successfully with no effect.
setErrorReporter(SessionParams.ErrorReporter) - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
Sets an error reporter that is invoked in case of serious errors.
setFeedParams(FeedParams) - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
Set parameters used for feeding the documents in the receiving cluster.
setHostnameVerifier(HostnameVerifier) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Sets the HostnameVerifier for the connection to the gateway when SSL is enabled for Endpoint.
setIdlePollFrequency(Double) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Set what frequency to poll for async responses.
setLocalQueueTimeOut(long) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Sets the number of milliseconds until we respond with a timeout for a document operation if we still have not received a response.
setMaxChunkSizeBytes(int) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Sets the maximum number of bytes of document data to send per HTTP request.
setMaxInFlightRequests(int) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Sets the maximum number of operations to be in-flight.
setMaxRetries(int) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Set how many times to retry sending an operation to a gateway when encountering transient problems.
setMaxSleepTimeMs(long) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
When throttling the load due to transient errors on gateway, what is the most time to wait between requests per thread.
setMinTimeBetweenRetries(long, TimeUnit) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Set the min time between retries when temporarily failing against a gateway.
setNumPersistentConnectionsPerEndpoint(int) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
The number of connections between the http client and the gateways.
setPrintTraceToStdErr(boolean) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
If enabled will write internal trace to stderr.
setPriority(String) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Sets the messagebus priority.
setProxyHost(String) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Sets the HTTP proxy host name to use.
setProxyPort(int) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Sets the HTTP proxy host port to use.
setQueueInsertTime(Instant) - Method in class com.yahoo.vespa.http.client.core.Document
 
setRoute(String) - Method in class com.yahoo.vespa.http.client.config.Cluster.Builder
Sets a route specific to this cluster, which overrides the route set in FeedParams.getRoute().
setRoute(String) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Sets a route to be used for all Clusters, unless overridden on a per-cluster basis in Cluster.getRoute().
setRunThreads(boolean) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Set to false to skip starting io threads, such that any operation must be driven by a calling thread.
setServerTimeout(long, TimeUnit) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Sets the server-side timeout of each operation - i.e.
setSilentUpgrade(boolean) - Method in class com.yahoo.vespa.http.client.config.FeedParams.Builder
Make server not throw 4xx/5xx for situations that are normal during upgrade as this can esily mask other problems.
setSslContext(SSLContext) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Sets the SSLContext for the connection to the gateway when SSL is enabled for Endpoint.
setThrottlerMinSize(int) - Method in class com.yahoo.vespa.http.client.config.SessionParams.Builder
Sets the minimum queue size of the throttler.
setTraceEveryXOperation(int) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
How often to trace messages in client.
setTraceLevel(int) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Sets the trace level for tracing messagebus.
setUseCompression(boolean) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Set whether compression of document operations during communication to server should be enabled.
setUseTlsConfigFromEnvironment(boolean) - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
Use TLS configuration through the standard Vespa environment variables.
SHARDING_KEY - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
SILENTUPGRADE - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
SimpleLoggerResultCallback - Class in com.yahoo.vespa.http.client
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
SimpleLoggerResultCallback(AtomicInteger, int, boolean) - Constructor for class com.yahoo.vespa.http.client.SimpleLoggerResultCallback
Deprecated.
Constructor
size() - Method in class com.yahoo.vespa.http.client.core.Document
 
sleepMs(long) - Method in class com.yahoo.vespa.http.client.core.communication.GatewayThrottler
 
SMALL_DIFFERENCE_IN_SUCCESSES_RATIO - Static variable in class com.yahoo.vespa.http.client.core.ThrottlePolicy
 
statusReceivedCounter - Variable in class com.yahoo.vespa.http.client.core.communication.IOThread.ConnectionStats
 
stream(CharSequence) - Method in class com.yahoo.vespa.http.client.core.api.SessionImpl
Deprecated.
 
stream(CharSequence) - Method in interface com.yahoo.vespa.http.client.Session
Deprecated.
Returns an OutputStream that can be used to write ONE operation, identified by the given document ID.
stream(String, CharSequence) - Method in interface com.yahoo.vespa.http.client.FeedClient
Deprecated.
Issues a document operation to the configured cluster(s).
stream(String, CharSequence, Object) - Method in interface com.yahoo.vespa.http.client.FeedClient
Deprecated.
Issues a document operation to the configured cluster(s).
stream(String, String, CharSequence, Object) - Method in class com.yahoo.vespa.http.client.core.api.FeedClientImpl
 
stream(String, String, CharSequence, Object) - Method in interface com.yahoo.vespa.http.client.FeedClient
Deprecated.
Issues a document operation to the configured cluster(s).
stream(List<SyncFeedClient.SyncOperation>) - Method in class com.yahoo.vespa.http.client.SyncFeedClient
Deprecated.
Calls FeedClient.stream for each entry in the list, blocks until all results are ready and returns them.
successfullHandshakes - Variable in class com.yahoo.vespa.http.client.core.communication.IOThread.ConnectionStats
 
SyncFeedClient - Class in com.yahoo.vespa.http.client
Deprecated.
Vespa-http-client will be removed in Vespa 8. It's replaced by vespa-feed-client
SyncFeedClient(SessionParams) - Constructor for class com.yahoo.vespa.http.client.SyncFeedClient
Deprecated.
 
SyncFeedClient.SyncOperation - Class in com.yahoo.vespa.http.client
Deprecated.
Holds the arguments to a single stream operation
SyncFeedClient.SyncResult - Class in com.yahoo.vespa.http.client
Deprecated.
The result of a SyncFeedClient.stream call.
SyncOperation(String, CharSequence) - Constructor for class com.yahoo.vespa.http.client.SyncFeedClient.SyncOperation
Deprecated.
 
SyncOperation(String, CharSequence, Object) - Constructor for class com.yahoo.vespa.http.client.SyncFeedClient.SyncOperation
Deprecated.
 
SyncOperation(String, CharSequence, String, Object) - Constructor for class com.yahoo.vespa.http.client.SyncFeedClient.SyncOperation
Deprecated.
 

T

ThrottlePolicy - Class in com.yahoo.vespa.http.client.core
Class that has a method for finding next maxInFlight.
ThrottlePolicy() - Constructor for class com.yahoo.vespa.http.client.core.ThrottlePolicy
 
throwOnHandshake(ServerResponseException) - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
throwOnWrite(IOException) - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
tick() - Method in class com.yahoo.vespa.http.client.core.communication.IOThread
Do one iteration of work.
TIMEOUT - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
toBuilder() - Method in class com.yahoo.vespa.http.client.config.FeedParams
Returns a builder initialized to the values of this
toBuilder() - Method in class com.yahoo.vespa.http.client.config.SessionParams
 
toMessageString(Throwable) - Static method in class com.yahoo.vespa.http.client.core.Exceptions
Returns a use friendly error message string which includes information from all nested exceptions.
toString() - Method in class com.yahoo.vespa.http.client.config.Cluster
 
toString() - Method in class com.yahoo.vespa.http.client.config.Endpoint
 
toString() - Method in class com.yahoo.vespa.http.client.core.communication.IOThread
 
toString() - Method in class com.yahoo.vespa.http.client.core.Document
 
toString() - Method in exception com.yahoo.vespa.http.client.core.ServerResponseException
 
toString() - Method in class com.yahoo.vespa.http.client.Result.Detail
Deprecated.
 
toString() - Method in class com.yahoo.vespa.http.client.Result
Deprecated.
 
toUriParameters() - Method in class com.yahoo.vespa.http.client.config.FeedParams
 
TRACE_LEVEL - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
traceMessage - Variable in class com.yahoo.vespa.http.client.core.OperationStatus
 
TRANSIENT_ERROR - Enum constant in enum class com.yahoo.vespa.http.client.core.ErrorCode
 
TRANSITIVE_ERROR - Enum constant in enum class com.yahoo.vespa.http.client.Result.ResultType
Deprecated.
 

U

useTlsConfigFromEnvironment() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams.Builder
 
useTlsConfigFromEnvironment() - Method in class com.yahoo.vespa.http.client.config.ConnectionParams
 

V

V_TAG_COMPONENT - Static variable in class com.yahoo.vespa.http.client.core.Vtag
 
valueOf(String) - Static method in enum class com.yahoo.vespa.http.client.config.FeedParams.DataFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.yahoo.vespa.http.client.core.ErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.yahoo.vespa.http.client.Result.ResultType
Deprecated.
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.yahoo.vespa.http.client.runner.FormatInputStream.Format
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.yahoo.vespa.http.client.config.FeedParams.DataFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.yahoo.vespa.http.client.core.ErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.yahoo.vespa.http.client.Result.ResultType
Deprecated.
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.yahoo.vespa.http.client.runner.FormatInputStream.Format
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION - Static variable in class com.yahoo.vespa.http.client.core.Headers
 
Vtag - Class in com.yahoo.vespa.http.client.core
 
Vtag() - Constructor for class com.yahoo.vespa.http.client.core.Vtag
 

W

waitForOperations(Instant, long, long) - Static method in class com.yahoo.vespa.http.client.core.api.FeedClientImpl
 
waitingThreads() - Method in class com.yahoo.vespa.http.client.core.operationProcessor.IncompleteResultsThrottler
 
write(List<Document>) - Method in class com.yahoo.vespa.http.client.core.communication.DryRunGatewayConnection
 
write(List<Document>) - Method in interface com.yahoo.vespa.http.client.core.communication.GatewayConnection
 
wrongSessionDetectedCounter - Variable in class com.yahoo.vespa.http.client.core.communication.IOThread.ConnectionStats
 
wrongVersionDetectedCounter - Variable in class com.yahoo.vespa.http.client.core.communication.IOThread.ConnectionStats
 

X

XML - Enum constant in enum class com.yahoo.vespa.http.client.runner.FormatInputStream.Format
 
XML_UTF8 - Enum constant in enum class com.yahoo.vespa.http.client.config.FeedParams.DataFormat
UTF-8-encoded XML.
XmlFeedReader - Class in com.yahoo.vespa.http.client.core
Reads an input stream of xml, sends these to session.
A B C D E F G H I J L M N O P R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form