All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.tarantool.driver.api.space.options.ReplaceOptions Maven / Gradle / Ivy

package io.tarantool.driver.api.space.options;

/**
 * Marker interface for space replace operation options
 *
 * @author Artyom Dubinin
 * @author Alexey Kuzin
 */
public interface ReplaceOptions>
    extends OperationWithBucketIdOptions, OperationWithTimeoutOptions, OperationWithFieldsOptions {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy