public class MigrateSetParametersCommand extends QApiCommand<MigrateSetParametersCommand.Arguments,MigrateSetParametersCommand.Response>
QApiCommandDescriptor{name=migrate-set-parameters, returns=null, data={*compress-level=int, *compress-threads=int, *decompress-threads=int, *x-cpu-throttle-initial=int, *x-cpu-throttle-increment=int}}| Modifier and Type | Class and Description |
|---|---|
static class |
MigrateSetParametersCommand.Arguments
Compound arguments to a MigrateSetParametersCommand.
|
static class |
MigrateSetParametersCommand.Response
Response to a MigrateSetParametersCommand.
|
| Constructor and Description |
|---|
MigrateSetParametersCommand(Long compressLevel,
Long compressThreads,
Long decompressThreads,
Long xCpuThrottleInitial,
Long xCpuThrottleIncrement)
Constructs a new MigrateSetParametersCommand.
|
MigrateSetParametersCommand(MigrateSetParametersCommand.Arguments argument)
Constructs a new MigrateSetParametersCommand.
|
getArgument, getCommandName, getReturnTypetoStringpublic MigrateSetParametersCommand(@Nonnull MigrateSetParametersCommand.Arguments argument)