Package | Description |
---|---|
io.picodata.driver.api.space.options.crud |
Contains interfaces for Tarantool CRUD options
|
io.picodata.driver.api.space.options.crud.enums |
Contains enums for CRUD option values.
|
Modifier and Type | Method and Description |
---|---|
default Optional<Mode> |
OperationWithModeOptions.getMode()
Return operation mode.
|
Modifier and Type | Method and Description |
---|---|
default T |
OperationWithModeOptions.withMode(Mode mode)
Specifies the mode for operations (select, count, get) on a specific node type (mode == "write" - master, mode
== "read" - replica).
|
Modifier and Type | Method and Description |
---|---|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 Picodata. All rights reserved.