public interface OperationWithVshardRouterOptions<T extends OperationWithVshardRouterOptions<T>> extends Options, Self<T>
Modifier and Type | Method and Description |
---|---|
default Optional<String> |
getVshardRouter() |
default T |
withVshardRouter(String vshardRouter)
Sets "vshard_router" option value.
|
default T withVshardRouter(String vshardRouter) throws IllegalArgumentException
vshardRouter
- cartridge vshard group name or vshard router instance. Set this parameter if your space
is not a part of the default vshard cluster.IllegalArgumentException
- if vshardRouter is null or consists only of spaces.Copyright © 2025 Picodata. All rights reserved.