| Package | Description |
|---|---|
| com.sleepycat.je.rep.net |
BDB JE HA support for network communications configuration.
|
| com.sleepycat.je.rep.utilint.net |
INTERNAL: Network utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
LoggerFactory |
InstanceContext.getLoggerFactory()
Gets the LoggerFactory that is usable by an instantiation for creation
of a JE HA-friendly logging object.
|
| Constructor and Description |
|---|
InstanceContext(ReplicationNetworkConfig repNetConfig,
LoggerFactory loggerFactory)
Creates an InstanceContext instance.
|
| Modifier and Type | Method and Description |
|---|---|
static LoggerFactory |
DataChannelFactoryBuilder.makeLoggerFactory(EnvironmentImpl envImpl)
Creates a logger factory based on an EnvironmentImpl
|
static LoggerFactory |
DataChannelFactoryBuilder.makeLoggerFactory(String prefix)
Creates a logger factory based on a fixed string
|
| Modifier and Type | Method and Description |
|---|---|
static DataChannelFactory |
DataChannelFactoryBuilder.construct(ReplicationNetworkConfig repNetConfig,
LoggerFactory loggerFactory)
Construct a DataChannelFactory from the specified access
configuration.
|
Copyright © 2024. All rights reserved.