Package | Description |
---|---|
com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
com.sleepycat.je.rep.monitor |
BDB JE HA support for applications that need to track the composition of a
replication group, in order to do tasks such as load balancing and
request routing.
|
com.sleepycat.je.rep.util |
BDB JE High Availability command line utilities and helper classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationBasicConfig |
class |
ReplicationSSLConfig |
Modifier and Type | Method and Description |
---|---|
ReplicationNetworkConfig |
ReplicationNetworkConfig.clone()
Returns a copy of this configuration object.
|
static ReplicationNetworkConfig |
ReplicationNetworkConfig.create(File propFile)
Creates an ReplicationNetworkConfig which includes the properties
specified in the named properties file.
|
static ReplicationNetworkConfig |
ReplicationNetworkConfig.create(Properties properties)
Creates an ReplicationNetworkConfig which includes the properties
specified in the properties parameter.
|
static ReplicationNetworkConfig |
ReplicationNetworkConfig.createDefault()
Creates a default ReplicationNetworkConfig instance.
|
ReplicationNetworkConfig |
ReplicationConfig.getRepNetConfig() |
ReplicationNetworkConfig |
ReplicationNetworkConfig.setChannelFactoryClass(String factoryClass) |
ReplicationNetworkConfig |
ReplicationNetworkConfig.setChannelFactoryParams(String factoryParams) |
ReplicationNetworkConfig |
ReplicationNetworkConfig.setConfigParam(String paramName,
String value)
Set this configuration parameter with this value.
|
ReplicationNetworkConfig |
ReplicationNetworkConfig.setLogName(String logName)
Sets the channel logging name to be used for replication service access.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLAuthenticator(String authenticator)
Sets the authenticator configuration to be used for authenticating
incoming client connections.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLAuthenticatorClass(String authenticatorClass)
Sets the authenticator class to be instantiated for creation of
new SSL Authenticator instances.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLAuthenticatorParams(String authenticatorParams)
Sets the Authenticator parameters to be passed to the
SSL server Authenticator class when instantiated.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLCipherSuites(String cipherSuites)
Sets the list of SSL cipher suites that are acceptable
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLClientKeyAlias(String alias)
Sets the alias associated with the key in the Java KeyStore file to be
used when initiating SSL connections.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLHostVerifier(String hostVerifier)
Sets the configuration to be used for verifying the certificate of
a server when a connection is made.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLHostVerifierClass(String hostVerifierClass)
Sets the host verifier class to be instantiated for creation of
new SSL host verifier instances.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLHostVerifierParams(String hostVerifierParams)
Sets the host verifier parameters to be passed to the SSL host verifier
class when instantiated.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLKeyStore(String filename)
Sets the name of the Java KeyStore file to be used when creating
SSL connections.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLKeyStorePassword(String password)
Sets the password for the Java KeyStore file to be used when creating
SSL connections.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLKeyStorePasswordClass(String className)
Sets the name of a class that should be instantiated to retrieve the
password for the Java KeyStore file.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLKeyStorePasswordParams(String params)
Sets the string to be used in the constructor for a keystore password
source instance.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLKeyStorePasswordSource(com.sleepycat.je.rep.net.PasswordSource passwordSource)
Sets the password source for KeyStore access by the SSL implementation.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLKeyStoreType(String keyStoreType)
Sets the type of the Java KeyStore file to be used when creating
SSL connections.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLProtocols(String protocols)
Sets the list of SSL protocols that are acceptable
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLServerKeyAlias(String alias)
Sets the alias associated with the key in the Java KeyStore file to be
used when accepting incoming SSL connections.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLTrustStore(String filename)
Sets the name of the Java TrustStore file to be used when validating
SSL certificates.
|
ReplicationNetworkConfig |
ReplicationSSLConfig.setSSLTrustStoreType(String trustStoreType)
Sets the type of the Java Truststore file to be used when creating
SSL connections.
|
Modifier and Type | Method and Description |
---|---|
ReplicationConfig |
ReplicationConfig.setRepNetConfig(ReplicationNetworkConfig netConfig) |
void |
ReplicationConfig.setRepNetConfigVoid(ReplicationNetworkConfig netConfig) |
Modifier and Type | Method and Description |
---|---|
ReplicationNetworkConfig |
MonitorConfig.getRepNetConfig() |
Modifier and Type | Method and Description |
---|---|
MonitorConfig |
MonitorConfig.setRepNetConfig(ReplicationNetworkConfig netConfig) |
void |
MonitorConfig.setRepNetConfigVoid(ReplicationNetworkConfig netConfig) |
Constructor and Description |
---|
DbGroupAdmin(String groupName,
Set<InetSocketAddress> helperSockets,
ReplicationNetworkConfig netConfig) |
DbPing(ReplicationNode repNode,
String groupName,
int socketTimeout,
ReplicationNetworkConfig netConfig) |
ReplicationGroupAdmin(String groupName,
Set<InetSocketAddress> helperSockets,
ReplicationNetworkConfig repNetConfig) |
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.