public abstract class GetCommand extends CommandBase
Modifier | Constructor and Description |
---|---|
protected |
GetCommand(List<String> names) |
protected |
GetCommand(List<String> names,
boolean serverRequired) |
protected |
GetCommand(List<String> names,
boolean serverRequired,
AuthRequest authRequest) |
Modifier and Type | Method and Description |
---|---|
CommandResponse |
runPost(ZooKeeperServer zkServer,
InputStream inputStream)
Run this command for HTTP POST.
|
getAuthRequest, getNames, getPrimaryName, initializeResponse, isServerRequired
protected GetCommand(List<String> names, boolean serverRequired, AuthRequest authRequest)
public CommandResponse runPost(ZooKeeperServer zkServer, InputStream inputStream)
Command
zkServer
- ZooKeeper serverinputStream
- InputStream from requestCopyright © 2008–2025 The Apache Software Foundation. All rights reserved.