| 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 |
|---|---|
DataChannel.FlushStatus |
DataChannel.flush()
Attempts to flush any pending writes to the underlying socket buffer.
|
static DataChannel.FlushStatus |
DataChannel.FlushStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataChannel.FlushStatus[] |
DataChannel.FlushStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataChannel.FlushStatus |
SimpleDataChannel.flush()
Returns DISABLED, since this implementation does not do any flushing.
|
DataChannel.FlushStatus |
SSLDataChannel.flush()
Attempt to flush any pending writes to the underlying socket buffer.
|
Copyright © 2024. All rights reserved.