Package | Description |
---|---|
org.apache.bookkeeper.conf |
Modifier and Type | Class and Description |
---|---|
class |
ClientConfiguration
Configuration settings for client side
|
class |
ServerConfiguration
Configuration manages server-side settings
|
Modifier and Type | Method and Description |
---|---|
AbstractConfiguration |
AbstractConfiguration.setClientAuthProviderFactoryClass(String factoryClass)
Set the client authentication provider factory class name.
|
AbstractConfiguration |
AbstractConfiguration.setNettyMaxFrameSizeBytes(int maxSize)
Set the max number of bytes a single message can be that is read by the bookie.
|
AbstractConfiguration |
AbstractConfiguration.setTLSClientAuthentication(boolean enabled)
Specify whether the client will send an TLS certificate on TLS-handshake
|
AbstractConfiguration |
AbstractConfiguration.setTLSEnabledCipherSuites(String list)
Set the list of enabled TLS cipher suites.
|
AbstractConfiguration |
AbstractConfiguration.setTLSEnabledProtocols(String list)
Set the list of enabled TLS protocols.
|
AbstractConfiguration |
AbstractConfiguration.setTLSProvider(String provider)
Set TLS Provider (JDK or OpenSSL)
|
AbstractConfiguration |
AbstractConfiguration.setTLSProviderFactoryClass(String factoryClass)
Set the client security provider factory class name.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfiguration.loadConf(AbstractConfiguration baseConf)
You can load configuration from other configuration
|
Constructor and Description |
---|
ClientConfiguration(AbstractConfiguration conf)
Construct a client-side configuration using a base configuration
|
ServerConfiguration(AbstractConfiguration conf)
Construct a configuration based on other configuration
|
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.