Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
Modifier and Type | Method and Description |
---|---|
static EphemeralType |
EphemeralType.get(long ephemeralOwner)
Convert a ZNode ephemeral owner to an ephemeral type.
|
static EphemeralType |
EphemeralType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EphemeralType[] |
EphemeralType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.