public abstract class PostCommand extends CommandBase
Modifier | Constructor and Description |
---|---|
protected |
PostCommand(List<String> names,
boolean serverRequired,
AuthRequest authRequest) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
runGet(ZooKeeperServer zkServer,
Map<String,String> kwargs)
Run this command for HTTP GET request.
|
getAuthRequest, getNames, getPrimaryName, initializeResponse, isServerRequired
protected PostCommand(List<String> names, boolean serverRequired, AuthRequest authRequest)
public CommandResponse runGet(ZooKeeperServer zkServer, Map<String,String> kwargs)
Command
zkServer
- ZooKeeper serverkwargs
- keyword -> argument value mappingCopyright © 2008–2025 The Apache Software Foundation. All rights reserved.