Class Hierarchy
- java.lang.Object
- io.tarantool.driver.core.proxy.CRUDOperationOptions
- io.tarantool.driver.core.proxy.CRUDOperationOptions.Builder
- io.tarantool.driver.core.proxy.DeleteProxyOperation<T>
- io.tarantool.driver.core.proxy.DeleteProxyOperation.Builder<T>
- io.tarantool.driver.core.proxy.InsertProxyOperation<T,R>
- io.tarantool.driver.core.proxy.InsertProxyOperation.Builder<T,R>
- io.tarantool.driver.core.proxy.ReplaceProxyOperation<T,R>
- io.tarantool.driver.core.proxy.ReplaceProxyOperation.Builder<T,R>
- io.tarantool.driver.core.proxy.SelectProxyOperation<T>
- io.tarantool.driver.core.proxy.SelectProxyOperation.Builder<T>
- io.tarantool.driver.core.proxy.TruncateProxyOperation (implements io.tarantool.driver.core.proxy.ProxyOperation<T>)
- io.tarantool.driver.core.proxy.TruncateProxyOperation.Builder
- io.tarantool.driver.core.proxy.UpdateProxyOperation<T>
- io.tarantool.driver.core.proxy.UpdateProxyOperation.Builder<T>
- io.tarantool.driver.core.proxy.UpsertProxyOperation<T,R>
- io.tarantool.driver.core.proxy.UpsertProxyOperation.Builder<T,R>
Interface Hierarchy
- io.tarantool.driver.core.proxy.ProxyOperation<T>