| Package | Description |
|---|---|
| com.sleepycat.je.rep.util.ldiff |
INTERNAL: LDiff debugging utility for comparing databases on different
nodes in a group.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
Protocol.BlockInfo.getBlock() |
Block |
BlockBag.getBlock() |
static Block |
LDiffUtil.readBlock(int blockId,
Cursor cursor,
int numKeys) |
| Modifier and Type | Method and Description |
|---|---|
List<Block> |
BlockBag.get(long chksum)
Returns all Blocks in the bag with a given checksum.
|
Iterator<Block> |
BlockBag.iterator()
Returns an iterator over the blocks in the bag, in insertion order.
|
Iterator<Block> |
LDiff.iterator(Database db) |
List<Block> |
BlockBag.remove(Block b)
Removes the given Block, plus any blocks inserted previous to the given
Block.
|
List<Block> |
BlockBag.removeAll()
Removes all blocks from the bag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockBag.add(Block b)
Adds a new Block to the bag.
|
List<Block> |
BlockBag.remove(Block b)
Removes the given Block, plus any blocks inserted previous to the given
Block.
|
void |
DiffTracker.setBlockDiffBegin(Block startBlock,
int startIndex) |
| Constructor and Description |
|---|
BlockInfo(Block block) |
Copyright © 2024. All rights reserved.