| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| com.sleepycat.je.rep.net |
BDB JE HA support for network communications configuration.
|
| com.sleepycat.je.rep.utilint |
INTERNAL: Command line and programmatic utilities.
|
| com.sleepycat.je.rep.utilint.net |
INTERNAL: Network utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
DataChannelFactory.ConnectOptions |
RepImpl.getFeederConnectOptions()
Returns the options used to configure the feeder channel connection.
|
| Modifier and Type | Method and Description |
|---|---|
DataChannelFactory.ConnectOptions |
DataChannelFactory.ConnectOptions.setBlocking(boolean blocking)
Sets the blocking mode option for the connection.
|
DataChannelFactory.ConnectOptions |
DataChannelFactory.ConnectOptions.setOpenTimeout(int timeout)
Sets the connection open timeout value for the connection.
|
DataChannelFactory.ConnectOptions |
DataChannelFactory.ConnectOptions.setReadTimeout(int timeout)
Sets the read timeout value for the connection.
|
DataChannelFactory.ConnectOptions |
DataChannelFactory.ConnectOptions.setReceiveBufferSize(int rcvBufferSize)
Sets the connection receive buffer size for the connection.
|
DataChannelFactory.ConnectOptions |
DataChannelFactory.ConnectOptions.setReuseAddr(boolean reuseAddr)
Sets the reuseAddr option for the connection.
|
DataChannelFactory.ConnectOptions |
DataChannelFactory.ConnectOptions.setTcpNoDelay(boolean tcpNoDelay)
Sets the tcpNoDelay option for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
DataChannel |
DataChannelFactory.connect(InetSocketAddress addr,
InetSocketAddress localAddr,
DataChannelFactory.ConnectOptions connectOptions)
Creates a DataChannel that connects to the specified address,
with the specified options.
|
| Modifier and Type | Field and Description |
|---|---|
static TestHook<DataChannelFactory.ConnectOptions> |
RepUtils.openSocketChannelHook
If not null, called by openSocketChannel with the connect options before
opening the socket -- for unit testing.
|
| Modifier and Type | Method and Description |
|---|---|
static DataChannel |
RepUtils.openBlockingChannel(InetSocketAddress addr,
DataChannelFactory factory,
DataChannelFactory.ConnectOptions connectOpts)
Create a Data channel with the designated properties
|
static SocketChannel |
RepUtils.openSocketChannel(InetSocketAddress addr,
InetSocketAddress localAddr,
DataChannelFactory.ConnectOptions connectOpts)
Create a socket channel with the designated properties.
|
| Modifier and Type | Method and Description |
|---|---|
DataChannel |
SSLChannelFactory.connect(InetSocketAddress addr,
InetSocketAddress localAddr,
DataChannelFactory.ConnectOptions connectOptions)
Construct a DataChannel wrapping a new connection to the specified
address using the associated connection options.
|
DataChannel |
SimpleChannelFactory.connect(InetSocketAddress addr,
InetSocketAddress localAddr,
DataChannelFactory.ConnectOptions connectOptions) |
Copyright © 2024. All rights reserved.