| Package | Description |
|---|---|
| com.sleepycat.je.rep.subscription |
INTERNAL: Subscription of rep stream for use by stream API in NoSQL DB.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionStatus |
Subscription.getSubscriptionStatus()
Get subscription thread status, if thread does not exit,
return subscription not yet started.
|
static SubscriptionStatus |
SubscriptionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionStatus[] |
SubscriptionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.