Package | Description |
---|---|
io.picodata.driver.api.space.options |
Contains implementations for Tarantool space options
|
io.picodata.driver.api.space.options.crud.enums |
Contains enums for CRUD option values.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseOptions.addOption(ProxyOption option,
Object value)
Add an option value.
|
void |
Options.addOption(ProxyOption option,
Object value)
Add named option.
|
<T> Optional<T> |
BaseOptions.getOption(ProxyOption option,
Class<T> optionClass)
Get an option value.
|
<T> Optional<T> |
Options.getOption(ProxyOption option,
Class<T> optionClass)
Return option value by name.
|
Modifier and Type | Method and Description |
---|---|
static ProxyOption |
ProxyOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProxyOption[] |
ProxyOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025 Picodata. All rights reserved.