| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BaseProtocol.EntryRequestType |
BaseProtocol.EntryRequest.getType() |
static BaseProtocol.EntryRequestType |
BaseProtocol.EntryRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseProtocol.EntryRequestType[] |
BaseProtocol.EntryRequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SubscriberFeederSyncup(NamedChannel namedChannel,
Protocol protocol,
FeederFilter filter,
RepImpl repImpl,
BaseProtocol.EntryRequestType type,
String partGenDBName,
Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
BaseProtocol.EntryRequestType |
SubscriptionConfig.getStreamMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionConfig.setStreamMode(BaseProtocol.EntryRequestType type) |
Copyright © 2024. All rights reserved.