public interface OperationWithModeOptions<T extends OperationWithModeOptions<T>> extends Options, Self<T>
| Modifier and Type | Method and Description |
|---|---|
default Optional<Mode> |
getMode()
Return operation mode.
|
default T |
withMode(Mode mode)
Specifies the mode for operations (select, count, get) on a specific node type (mode == "write" - master, mode
== "read" - replica).
|
default T withMode(Mode mode)
mode - mode for operations (select, get, count).Copyright © 2025 Picodata. All rights reserved.