Uses of Class
com.yahoo.document.TestAndSetCondition
Packages that use TestAndSetCondition
-
Uses of TestAndSetCondition in com.yahoo.document
Fields in com.yahoo.document declared as TestAndSetConditionModifier and TypeFieldDescriptionstatic final TestAndSetConditionTestAndSetCondition.NOT_PRESENT_CONDITIONMethods in com.yahoo.document that return TestAndSetConditionModifier and TypeMethodDescriptionstatic TestAndSetConditionTestAndSetCondition.fromConditionString(Optional<String> conditionString) Maps and optional test and set condition string to a TestAndSetCondition.DocumentOperation.getCondition()static TestAndSetConditionTestAndSetCondition.ofRequiredTimestamp(long requiredTimestamp) Returns a TestAndSetCondition that requires the currently persisted document in the backend to have a timestamp exactly matching the provided timestamp value.static TestAndSetConditionTestAndSetCondition.ofRequiredTimestampWithSelectionFallback(long requiredTimestamp, String selectionFallback) Returns a TestAndSetCondition with a required timestamp, but which has a transparent fallback to evaluating a selection string if the backend does not support timestamp conditions.Methods in com.yahoo.document with parameters of type TestAndSetConditionModifier and TypeMethodDescriptionvoidDocumentGet.setCondition(TestAndSetCondition condition) voidDocumentOperation.setCondition(TestAndSetCondition condition) -
Uses of TestAndSetCondition in com.yahoo.vespaxmlparser
Methods in com.yahoo.vespaxmlparser that return TestAndSetConditionModifier and TypeMethodDescriptionDocumentFeedOperation.getCondition()DocumentUpdateFeedOperation.getCondition()FeedOperation.getCondition()RemoveFeedOperation.getCondition()