public class BlockSetWriteThresholdCommand extends QApiCommand<BlockSetWriteThresholdCommand.Arguments,BlockSetWriteThresholdCommand.Response>
QApiCommandDescriptor{name=block-set-write-threshold, returns=null, data={node-name=str, write-threshold=uint64}}
Modifier and Type | Class and Description |
---|---|
static class |
BlockSetWriteThresholdCommand.Arguments
Compound arguments to a BlockSetWriteThresholdCommand.
|
static class |
BlockSetWriteThresholdCommand.Response
Response to a BlockSetWriteThresholdCommand.
|
Constructor and Description |
---|
BlockSetWriteThresholdCommand(BlockSetWriteThresholdCommand.Arguments argument)
Constructs a new BlockSetWriteThresholdCommand.
|
BlockSetWriteThresholdCommand(String nodeName,
long writeThreshold)
Constructs a new BlockSetWriteThresholdCommand.
|
getArgument, getCommandName, getReturnType
toString
public BlockSetWriteThresholdCommand(@Nonnull BlockSetWriteThresholdCommand.Arguments argument)
public BlockSetWriteThresholdCommand(String nodeName, long writeThreshold)