Uses of Enum
oracle.kv.pubsub.NoSQLSubscriptionConfig.StreamDeliveryMode
Packages that use NoSQLSubscriptionConfig.StreamDeliveryMode
Package
Description
Provides the classes used to define a Subscription to all logical changes
(table row puts and deletes) made to a NoSQL store.
-
Uses of NoSQLSubscriptionConfig.StreamDeliveryMode in oracle.kv.pubsub
Methods in oracle.kv.pubsub that return NoSQLSubscriptionConfig.StreamDeliveryModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.NoSQLSubscriptionConfig.StreamDeliveryMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.kv.pubsub with parameters of type NoSQLSubscriptionConfig.StreamDeliveryModeModifier and TypeMethodDescriptionNoSQLSubscriptionConfig.Builder.setStreamDeliveryMode
(NoSQLSubscriptionConfig.StreamDeliveryMode mode, String... tables) Sets stream delivery modeNoSQLSubscriptionConfig.StreamDeliveryMode
for given tables.