| 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 | Field and Description |
|---|---|
static BinaryProtocol.MessageOp |
BinaryNodeStateProtocol.BIN_NODE_STATE_REQ |
static BinaryProtocol.MessageOp |
BinaryNodeStateProtocol.BIN_NODE_STATE_RESP |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
BinaryNodeStateProtocol.BinaryNodeStateRequest.getOp() |
BinaryProtocol.MessageOp |
BinaryNodeStateProtocol.BinaryNodeStateResponse.getOp() |
| Modifier and Type | Field and Description |
|---|---|
BinaryProtocol.MessageOp |
Protocol.DONE |
BinaryProtocol.MessageOp |
Protocol.FEEDER_INFO_REQ |
BinaryProtocol.MessageOp |
Protocol.FEEDER_INFO_RESP |
BinaryProtocol.MessageOp |
Protocol.FILE_END |
BinaryProtocol.MessageOp |
Protocol.FILE_INFO_REQ |
BinaryProtocol.MessageOp |
Protocol.FILE_INFO_RESP |
BinaryProtocol.MessageOp |
Protocol.FILE_LIST_REQ |
BinaryProtocol.MessageOp |
Protocol.FILE_LIST_RESP |
BinaryProtocol.MessageOp |
Protocol.FILE_REQ |
BinaryProtocol.MessageOp |
Protocol.FILE_START |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
Protocol.FeederInfoReq.getOp() |
BinaryProtocol.MessageOp |
Protocol.FeederInfoResp.getOp() |
BinaryProtocol.MessageOp |
Protocol.FileListReq.getOp() |
BinaryProtocol.MessageOp |
Protocol.FileListResp.getOp() |
BinaryProtocol.MessageOp |
Protocol.FileReq.getOp() |
BinaryProtocol.MessageOp |
Protocol.FileInfoReq.getOp() |
BinaryProtocol.MessageOp |
Protocol.FileInfoResp.getOp() |
BinaryProtocol.MessageOp |
Protocol.FileStart.getOp() |
BinaryProtocol.MessageOp |
Protocol.FileEnd.getOp() |
BinaryProtocol.MessageOp |
Protocol.Done.getOp() |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
BaseProtocol.Entry.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.StartStream.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.Heartbeat.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.HeartbeatResponse.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.Commit.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.Ack.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.EntryRequest.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.EntryNotFound.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.AlternateMatchpoint.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.RestoreRequest.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.RestoreResponse.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.ShutdownRequest.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.ShutdownResponse.getOp() |
BinaryProtocol.MessageOp |
BaseProtocol.GroupAck.getOp() |
BinaryProtocol.MessageOp |
Protocol.ReplicaProtocolVersion.getOp() |
BinaryProtocol.MessageOp |
Protocol.FeederProtocolVersion.getOp() |
BinaryProtocol.MessageOp |
Protocol.DuplicateNodeReject.getOp() |
BinaryProtocol.MessageOp |
Protocol.SNTPRequest.getOp() |
BinaryProtocol.MessageOp |
Protocol.SNTPResponse.getOp() |
BinaryProtocol.MessageOp |
Protocol.ReAuthenticate.getOp() |
BinaryProtocol.MessageOp |
Protocol.SecurityFailureResponse.getOp() |
BinaryProtocol.MessageOp |
Protocol.DBIdRequest.getOp() |
BinaryProtocol.MessageOp |
Protocol.DBIdResponse.getOp() |
BinaryProtocol.MessageOp |
Protocol.ReplicaJEVersions.getOp() |
BinaryProtocol.MessageOp |
Protocol.FeederJEVersions.getOp() |
BinaryProtocol.MessageOp |
Protocol.JEVersionsReject.getOp() |
BinaryProtocol.MessageOp |
Protocol.NodeGroupInfo.getOp() |
BinaryProtocol.MessageOp |
Protocol.NodeGroupInfoOK.getOp() |
BinaryProtocol.MessageOp |
Protocol.NodeGroupInfoReject.getOp() |
| Constructor and Description |
|---|
BaseProtocol(RepImpl repImpl,
NameIdPair nameIdPair,
int protocolVersion,
int maxProtocolVersion,
int streamLogVersion,
BinaryProtocol.MessageOp[] protocolOps)
Returns a BaseProtocol object configured that implements the specified
(supported) protocol version, with enforced message operation
code validity check.
|
| Modifier and Type | Field and Description |
|---|---|
static BinaryProtocol.MessageOp |
Protocol.BLOCK_INFO |
static BinaryProtocol.MessageOp |
Protocol.BLOCK_LIST_END |
static BinaryProtocol.MessageOp |
Protocol.BLOCK_LIST_START |
static BinaryProtocol.MessageOp |
Protocol.DB_BLOCKS |
static BinaryProtocol.MessageOp |
Protocol.DB_MISMATCH |
static BinaryProtocol.MessageOp |
Protocol.DIFF_AREA_END |
static BinaryProtocol.MessageOp |
Protocol.DIFF_AREA_START |
static BinaryProtocol.MessageOp |
Protocol.DONE |
static BinaryProtocol.MessageOp |
Protocol.ENV_DIFF |
static BinaryProtocol.MessageOp |
Protocol.ENV_INFO |
static BinaryProtocol.MessageOp |
Protocol.ERROR |
static BinaryProtocol.MessageOp |
Protocol.REMOTE_DIFF_REQUEST |
static BinaryProtocol.MessageOp |
Protocol.REMOTE_RECORD |
| Modifier and Type | Method and Description |
|---|---|
BinaryProtocol.MessageOp |
Protocol.DbBlocks.getOp() |
BinaryProtocol.MessageOp |
Protocol.DbMismatch.getOp() |
BinaryProtocol.MessageOp |
Protocol.BlockListStart.getOp() |
BinaryProtocol.MessageOp |
Protocol.BlockListEnd.getOp() |
BinaryProtocol.MessageOp |
Protocol.BlockInfo.getOp() |
BinaryProtocol.MessageOp |
Protocol.EnvDiff.getOp() |
BinaryProtocol.MessageOp |
Protocol.EnvInfo.getOp() |
BinaryProtocol.MessageOp |
Protocol.RemoteDiffRequest.getOp() |
BinaryProtocol.MessageOp |
Protocol.RemoteRecord.getOp() |
BinaryProtocol.MessageOp |
Protocol.DiffAreaStart.getOp() |
BinaryProtocol.MessageOp |
Protocol.DiffAreaEnd.getOp() |
BinaryProtocol.MessageOp |
Protocol.Done.getOp() |
BinaryProtocol.MessageOp |
Protocol.Error.getOp() |
| Modifier and Type | Field and Description |
|---|---|
BinaryProtocol.MessageOp |
BinaryProtocol.CLIENT_VERSION |
BinaryProtocol.MessageOp |
BinaryProtocol.INCOMPATIBLE_VERSION |
BinaryProtocol.MessageOp |
BinaryProtocol.PROTOCOL_ERROR |
BinaryProtocol.MessageOp |
BinaryProtocol.SERVER_VERSION |
| Modifier and Type | Method and Description |
|---|---|
abstract BinaryProtocol.MessageOp |
BinaryProtocol.Message.getOp() |
BinaryProtocol.MessageOp |
BinaryProtocol.ProtocolError.getOp() |
BinaryProtocol.MessageOp |
BinaryProtocol.ClientVersion.getOp() |
BinaryProtocol.MessageOp |
BinaryProtocol.ServerVersion.getOp() |
BinaryProtocol.MessageOp |
BinaryProtocol.IncompatibleVersion.getOp() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BinaryProtocol.initializeMessageOps(BinaryProtocol.MessageOp[] protocolOps) |
Copyright © 2024. All rights reserved.