Uses of Interface
io.tarantool.driver.core.proxy.ProxyOperation
-
Packages that use ProxyOperation Package Description io.tarantool.driver.core.proxy Contains interfaces and classes essential for proxy client -
-
Uses of ProxyOperation in io.tarantool.driver.core.proxy
Classes in io.tarantool.driver.core.proxy that implement ProxyOperation Modifier and Type Class Description class
DeleteProxyOperation<T>
Proxy operation for deleteclass
InsertProxyOperation<T extends Packable,R extends Collection<T>>
Proxy operation for insertclass
ReplaceProxyOperation<T extends Packable,R extends Collection<T>>
Proxy operation for replaceclass
SelectProxyOperation<T>
Proxy operation for selectclass
TruncateProxyOperation
Proxy operation for truncateclass
UpdateProxyOperation<T>
Proxy operation for updateclass
UpsertProxyOperation<T extends Packable,R extends Collection<T>>
Proxy operation for upsert
-