| Package | Description |
|---|---|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| 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.subscription |
INTERNAL: Subscription of rep stream for use by stream API in NoSQL DB.
|
| com.sleepycat.je.rep.utilint |
INTERNAL: Command line and programmatic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RangeRestartException
Thrown by the LockManager when requesting a RANGE_READ or RANGE_WRITE
lock, and a RANGE_INSERT lock is held or is waiting.
|
| Modifier and Type | Method and Description |
|---|---|
VLSN |
SubscriberFeederSyncup.execute(VLSN reqVLSN)
Execute sync-up to the Feeder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.start()
Start subscription main thread, subscribe from the very first VLSN
from the feeder.
|
void |
Subscription.start(VLSN vlsn)
Start subscription main thread, subscribe from a specific VLSN
from the feeder.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryProtocol.ProtocolException
Thrown in response to an unexpected response to a request.
|
Copyright © 2024. All rights reserved.