Uses of Class
ai.vespa.feed.client.OperationParameters
-
Uses of OperationParameters in ai.vespa.feed.client
Methods in ai.vespa.feed.client that return OperationParametersModifier and TypeMethodDescriptionOperationParameters.createIfNonExistent(boolean create) static OperationParametersOperationParameters.empty()OperationParameters.testAndSetCondition(String condition) OperationParameters.tracelevel(int tracelevel) Methods in ai.vespa.feed.client with parameters of type OperationParametersModifier and TypeMethodDescriptionFeedClient.put(DocumentId documentId, String documentJson, OperationParameters params) Send a document put with the given parameters, returning a future with the result of the operation.FeedClient.remove(DocumentId documentId, OperationParameters params) Send a document remove with the given parameters, returning a future with the result of the operation.FeedClient.update(DocumentId documentId, String updateJson, OperationParameters params) Send a document update with the given parameters, returning a future with the result of the operation.