summaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2023-04-19 14:50:26 +0200
committerGitHub <noreply@github.com>2023-04-19 14:50:26 +0200
commit6c98021a888d31632eeb2140c771b4a07a60ed73 (patch)
tree0b2b2ff0d0b02b314e9649431c26e550c2d32218 /document/abi-spec.json
parent7406547ddead0bf97c30a912b7873d2c5fbd9e3a (diff)
parent021caaf5074b7f2d561c15068e3f2d52ca0e36f2 (diff)
Merge pull request #26782 from vespa-engine/havardpe/create-if-non-existent-for-document-put
add create-if-non-existent flag for document put
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index 5f520f1a4d1..f3ed7c389a1 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -387,7 +387,9 @@
"public void <init>(com.yahoo.document.DocumentPut, com.yahoo.document.Document)",
"public boolean equals(java.lang.Object)",
"public int hashCode()",
- "public java.lang.String toString()"
+ "public java.lang.String toString()",
+ "public void setCreateIfNonExistent(boolean)",
+ "public boolean getCreateIfNonExistent()"
],
"fields" : [ ]
},
@@ -3549,4 +3551,4 @@
"protected com.yahoo.document.update.ValueUpdate$ValueUpdateClassID valueUpdateClassID"
]
}
-} \ No newline at end of file
+}