Uses of Class
org.lance.namespace.model.MergeInsertIntoTableResponse
Packages that use MergeInsertIntoTableResponse
-
Uses of MergeInsertIntoTableResponse in org.lance.namespace.client.apache.api
Methods in org.lance.namespace.client.apache.api that return MergeInsertIntoTableResponseModifier and TypeMethodDescriptionDataApi.mergeInsertIntoTable(String id, String on, byte[] body, String delimiter, Boolean whenMatchedUpdateAll, String whenMatchedUpdateAllFilt, Boolean whenNotMatchedInsertAll, Boolean whenNotMatchedBySourceDelete, String whenNotMatchedBySourceDeleteFilt, String timeout, Boolean useIndex) DataApi.mergeInsertIntoTable(String id, String on, byte[] body, String delimiter, Boolean whenMatchedUpdateAll, String whenMatchedUpdateAllFilt, Boolean whenNotMatchedInsertAll, Boolean whenNotMatchedBySourceDelete, String whenNotMatchedBySourceDeleteFilt, String timeout, Boolean useIndex, Map<String, String> additionalHeaders) TableApi.mergeInsertIntoTable(String id, String on, byte[] body, String delimiter, Boolean whenMatchedUpdateAll, String whenMatchedUpdateAllFilt, Boolean whenNotMatchedInsertAll, Boolean whenNotMatchedBySourceDelete, String whenNotMatchedBySourceDeleteFilt, String timeout, Boolean useIndex) TableApi.mergeInsertIntoTable(String id, String on, byte[] body, String delimiter, Boolean whenMatchedUpdateAll, String whenMatchedUpdateAllFilt, Boolean whenNotMatchedInsertAll, Boolean whenNotMatchedBySourceDelete, String whenNotMatchedBySourceDeleteFilt, String timeout, Boolean useIndex, Map<String, String> additionalHeaders) -
Uses of MergeInsertIntoTableResponse in org.lance.namespace.model
Methods in org.lance.namespace.model that return MergeInsertIntoTableResponseModifier and TypeMethodDescriptionMergeInsertIntoTableResponse.numDeletedRows(Long numDeletedRows) MergeInsertIntoTableResponse.numInsertedRows(Long numInsertedRows) MergeInsertIntoTableResponse.numUpdatedRows(Long numUpdatedRows) MergeInsertIntoTableResponse.transactionId(String transactionId)