Uses of Package
org.apache.zookeeper.common
-
Packages that use org.apache.zookeeper.common Package Description org.apache.zookeeper org.apache.zookeeper.client org.apache.zookeeper.common org.apache.zookeeper.server.auth org.apache.zookeeper.server.quorum -
Classes in org.apache.zookeeper.common used by org.apache.zookeeper Class Description ZKConfig This class is a base class for the configurations of both client and server. -
Classes in org.apache.zookeeper.common used by org.apache.zookeeper.client Class Description X509Exception.SSLContextException ZKConfig This class is a base class for the configurations of both client and server. -
Classes in org.apache.zookeeper.common used by org.apache.zookeeper.common Class Description AtomicFileWritingIdiom.OutputStreamStatement AtomicFileWritingIdiom.WriterStatement FileChangeWatcher.State KeyStoreFileType This enum represents the file type of a KeyStore or TrustStore.SSLContextAndOptions Wrapper class for an SSLContext + some config options that can't be set on the context when it is created but must be set on a secure socket created by the context after the socket creation.X509Exception X509Exception.KeyManagerException X509Exception.SSLContextException X509Exception.TrustManagerException X509Util Utility code for X509 handling Default cipher suites: Performance testing done by Facebook engineers shows that on Intel x86_64 machines, Java9 performs better with GCM and Java8 performs better with CBC, so these seem like reasonable defaults.X509Util.ClientAuth Enum specifying the client auth requirement of server-side TLS sockets created by this X509Util.ZKConfig This class is a base class for the configurations of both client and server. -
Classes in org.apache.zookeeper.common used by org.apache.zookeeper.server.auth Class Description X509Exception X509Exception.KeyManagerException X509Exception.TrustManagerException -
Classes in org.apache.zookeeper.common used by org.apache.zookeeper.server.quorum Class Description X509Exception X509Util Utility code for X509 handling Default cipher suites: Performance testing done by Facebook engineers shows that on Intel x86_64 machines, Java9 performs better with GCM and Java8 performs better with CBC, so these seem like reasonable defaults.