Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
Modifier and Type | Method and Description |
---|---|
NettyServerCnxn.HandshakeState |
NettyServerCnxn.getHandshakeState() |
static NettyServerCnxn.HandshakeState |
NettyServerCnxn.HandshakeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NettyServerCnxn.HandshakeState[] |
NettyServerCnxn.HandshakeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NettyServerCnxn.setHandshakeState(NettyServerCnxn.HandshakeState state) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.