Uses of Class
org.apache.yetus.audience.InterfaceStability.Evolving
-
Packages that use InterfaceStability.Evolving Package Description org.apache.yetus.audience org.apache.zookeeper.server.embedded -
-
Uses of InterfaceStability.Evolving in org.apache.yetus.audience
Classes in org.apache.yetus.audience with annotations of type InterfaceStability.Evolving Modifier and Type Class Description class
InterfaceAudience
Annotation to inform users of a package, class or method's intended audience.class
InterfaceStability
Annotation to inform users of how much to rely on a particular package, class or method not changing over time. -
Uses of InterfaceStability.Evolving in org.apache.zookeeper.server.embedded
Classes in org.apache.zookeeper.server.embedded with annotations of type InterfaceStability.Evolving Modifier and Type Interface Description interface
ZooKeeperServerEmbedded
This API allows you to start a ZooKeeper server node from Java code
-