| Package | Description |
|---|---|
| com.sleepycat.je.rep.utilint |
INTERNAL: Command line and programmatic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
protected ServiceHandshake.InitResult |
ServiceHandshake.ServerInitOp.fillBuffer(DataChannel channel,
ByteBuffer buffer)
Helper function to read until the buffer is full.
|
protected abstract ServiceHandshake.InitResult |
ServiceHandshake.ServerInitOp.processOp(DataChannel channel)
Incrementally process the operation.
|
protected abstract ServiceHandshake.InitResult |
ServiceHandshake.ClientInitOp.processOp(ServiceHandshake.IOAdapter ioAdapter)
Process the operation in support of the handshake.
|
protected ServiceHandshake.InitResult |
ServiceHandshake.ServerInitOp.sendBuffer(DataChannel channel,
ByteBuffer buffer)
Helper function to write the contents of the buffer.
|
static ServiceHandshake.InitResult |
ServiceHandshake.InitResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceHandshake.InitResult[] |
ServiceHandshake.InitResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.