Uses of Class
oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
Packages that use NoSQLSubscriptionConfig.Builder
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.Builder in oracle.kv.pubsub
Methods in oracle.kv.pubsub that return NoSQLSubscriptionConfig.BuilderModifier and TypeMethodDescriptionNoSQLSubscriptionConfig.Builder.setChangeTimeoutMs(long changeTimeoutMs) Sets the subscription change timeout in milliseconds.NoSQLSubscriptionConfig.Builder.setCreateNewCheckpointTable(boolean allow) Sets if publisher is allowed to create a new checkpoint table if it does not exist.NoSQLSubscriptionConfig.Builder.setEmptyStreamDuration(int emptyStreamSecs) Sets the empty stream duration.NoSQLSubscriptionConfig.Builder.setLocalWritesOnly(boolean localWritesOnly) Sets that when subscribing multi-region tables, whether only local writes are streamed.NoSQLSubscriptionConfig.Builder.setMaxReconnect(long maxReconnect) Sets the max number of reconnect if stream is downNoSQLSubscriptionConfig.Builder.setOutputQueueSizeMB(int sz) Sets the output queue size in megabytes.NoSQLSubscriptionConfig.Builder.setStartStreamPosition(StreamPosition position) Sets the start stream position.NoSQLSubscriptionConfig.Builder.setStreamMode(NoSQLStreamMode mode) Sets the stream mode.NoSQLSubscriptionConfig.Builder.setSubscribedTables(String... tables) Sets the subscribed tables under given namespace.NoSQLSubscriptionConfig.Builder.setSubscribedTables(Set<String> tables) Sets the subscribed tables under given namespace.NoSQLSubscriptionConfig.Builder.setSubscriberId(NoSQLSubscriberId id) Sets the subscriber id which owns the subscription.