| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| com.sleepycat.je.rep.impl.networkRestore |
INTERNAL: Protocol for
network restore. |
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| com.sleepycat.je.rep.util.ldiff |
INTERNAL: LDiff debugging utility for comparing databases on different
nodes in a group.
|
| com.sleepycat.je.rep.utilint |
INTERNAL: Command line and programmatic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryNodeStateProtocol.BinaryNodeStateRequest |
class |
BinaryNodeStateProtocol.BinaryNodeStateResponse |
| Modifier and Type | Class and Description |
|---|---|
class |
Protocol.Done
Message from client indicating it's done with all the files it needs and
that the connection can be terminated.
|
class |
Protocol.FeederInfoReq |
class |
Protocol.FeederInfoResp |
class |
Protocol.FileEnd
The message ending the response triple:
FileStart byte stream FileEnd
|
class |
Protocol.FileInfoReq
Requests information about a specific log file.
|
class |
Protocol.FileInfoResp |
class |
Protocol.FileListReq |
class |
Protocol.FileListResp |
class |
Protocol.FileReq
Requests that a specific file be sent to the client.
|
class |
Protocol.FileStart
The message starting the response triple:
FileStart byte stream FileEnd
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
BaseProtocol.HandshakeMessage
Base class for all protocol handshake messages.
|
protected class |
BaseProtocol.ProtocolVersion
Version broadcasts the sending node's protocol version.
|
class |
BaseProtocol.RestoreResponse
Response when the replica needs information to instigate a network
restore.
|
class |
BaseProtocol.ShutdownRequest
Message used to shutdown a node
|
class |
Protocol.DBIdRequest
Request for the partition gen db id
|
class |
Protocol.DBIdResponse
Response when the PartMDRequest asks for partition md db id
|
class |
Protocol.DuplicateNodeReject |
class |
Protocol.FeederJEVersions |
class |
Protocol.FeederProtocolVersion
The feeder sends the replica its proposed version.
|
class |
Protocol.JEVersionsReject |
class |
Protocol.NodeGroupInfo |
class |
Protocol.NodeGroupInfoOK
Response to a NodeGroupInfo request that was successful.
|
class |
Protocol.NodeGroupInfoReject |
class |
Protocol.ReAuthenticate |
class |
Protocol.ReplicaJEVersions |
class |
Protocol.ReplicaProtocolVersion
The replica sends the feeder its protocol version.
|
class |
Protocol.SecurityFailureResponse
Security check failure response message
|
class |
Protocol.SNTPRequest |
class |
Protocol.SNTPResponse |
| Modifier and Type | Class and Description |
|---|---|
class |
Protocol.BlockInfo
Supplies the properties of an individual block.
|
class |
Protocol.BlockListEnd
Denotes the end of the list of blocks.
|
class |
Protocol.BlockListStart
Denotes the start of the list of blocks.
|
class |
Protocol.DbBlocks
Message used to request a list of blocks.
|
class |
Protocol.DbMismatch
Issued in response to a database level mismatch either because the
database itself does not exist at the node, or because it's properties
are different.
|
class |
Protocol.DiffAreaEnd
Message used to present the transfer of a different area on remote
database is done.
|
class |
Protocol.DiffAreaStart
Message used to present the transfer of a different area on remote
database begins.
|
class |
Protocol.EnvDiff
Message used to present that an Environment is requesting to do a
LDiff with another Environment.
|
class |
Protocol.EnvInfo
Message used to present how many databases in a compared Environment.
|
class |
Protocol.Error
Message used to present an operation error on remote database.
|
class |
Protocol.RemoteDiffRequest
Message used to request records of a different area on the remote
database.
|
class |
Protocol.RemoteRecord
Message used to transfer a record from remote to local database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryProtocol.ClientVersion |
class |
BinaryProtocol.IncompatibleVersion |
class |
BinaryProtocol.ProtocolError |
class |
BinaryProtocol.RejectMessage
The base class for reject responses to requests
|
class |
BinaryProtocol.ServerVersion |
Copyright © 2024. All rights reserved.