@InterfaceAudience.Public
public interface AdminServer
Modifier and Type | Interface and Description |
---|---|
static class |
AdminServer.AdminServerException |
Modifier and Type | Method and Description |
---|---|
void |
setZooKeeperServer(ZooKeeperServer zkServer) |
void |
shutdown() |
void |
start() |
void start() throws AdminServer.AdminServerException
AdminServer.AdminServerException
void shutdown() throws AdminServer.AdminServerException
AdminServer.AdminServerException
void setZooKeeperServer(ZooKeeperServer zkServer)
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.