Package io.tarantool.driver.core.proxy
Class CRUDOperationOptions.Builder
- java.lang.Object
-
- io.tarantool.driver.core.proxy.CRUDOperationOptions.Builder
-
- Enclosing class:
- CRUDOperationOptions
public static final class CRUDOperationOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CRUDOperationOptions
build()
CRUDOperationOptions.Builder
withSelectAfter(Packable startTuple)
CRUDOperationOptions.Builder
withSelectBatchSize(long selectBatchSize)
CRUDOperationOptions.Builder
withSelectLimit(long selectLimit)
CRUDOperationOptions.Builder
withTimeout(int timeout)
-
-
-
Method Detail
-
withTimeout
public CRUDOperationOptions.Builder withTimeout(int timeout)
-
withSelectLimit
public CRUDOperationOptions.Builder withSelectLimit(long selectLimit)
-
withSelectBatchSize
public CRUDOperationOptions.Builder withSelectBatchSize(long selectBatchSize)
-
withSelectAfter
public CRUDOperationOptions.Builder withSelectAfter(Packable startTuple)
-
build
public CRUDOperationOptions build()
-
-