public static class TarantoolInsertRequest.Builder extends TarantoolRequest.Builder<TarantoolInsertRequest.Builder>
signature| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TarantoolInsertRequest |
build(MessagePackObjectMapper mapper)
Build a
TarantoolInsertRequest instance |
protected TarantoolInsertRequest.Builder |
self() |
TarantoolInsertRequest.Builder |
withSpaceId(int spaceId)
Specify tarantool space ID for operation
|
TarantoolInsertRequest.Builder |
withTuple(Packable tuple)
Specify tuple value
|
withSignatureprotected TarantoolInsertRequest.Builder self()
self in class TarantoolRequest.Builder<TarantoolInsertRequest.Builder>public TarantoolInsertRequest.Builder withSpaceId(int spaceId)
spaceId - tarantool space IDpublic TarantoolInsertRequest.Builder withTuple(Packable tuple)
tuple - data which will be insert into spacepublic TarantoolInsertRequest build(MessagePackObjectMapper mapper) throws TarantoolProtocolException
TarantoolInsertRequest instancemapper - configured MessagePackObjectMapper instanceTarantoolProtocolException - if some required params is missingCopyright © 2025 Picodata. All rights reserved.