Uses of Enum Class
com.yahoo.document.json.DocumentOperationType
Packages that use DocumentOperationType
Package
Description
Infrastructure for building Vespa documents and feed operations from JSON.
-
Uses of DocumentOperationType in com.yahoo.document.json
Methods in com.yahoo.document.json that return DocumentOperationTypeModifier and TypeMethodDescriptionstatic DocumentOperationTypeReturns the enum constant of this class with the specified name.static DocumentOperationType[]DocumentOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.document.json with parameters of type DocumentOperationTypeModifier and TypeMethodDescriptionJsonReader.readSingleDocumentStreaming(DocumentOperationType operationType, String docIdString) Reads a JSON which is expected to contain a single document operation, and where other parameters, like the document ID and operation type, are supplied by other means. -
Uses of DocumentOperationType in com.yahoo.document.json.readers
Fields in com.yahoo.document.json.readers declared as DocumentOperationType