Uses of Class
oracle.kv.pubsub.NoSQLSubscriberId
Packages that use NoSQLSubscriberId
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 NoSQLSubscriberId in oracle.kv.pubsub
Methods in oracle.kv.pubsub that return NoSQLSubscriberIdModifier and TypeMethodDescriptionCheckpointFailureException.getSubscriberId()Gets id of subscriber that fails to checkpointNoSQLSubscription.getSubscriberId()Returns ID of the subscriber that created the subscription.NoSQLSubscriptionConfig.getSubscriberId()Gets the subscriber ID of the configuration.PublisherFailureException.getSubscriberId()Gets the subscriber id that was trying to use the publisherSubscriptionChangeNotAppliedException.getSubscriberId()Gets id of of the subscriberSubscriptionFailureException.getSubscriberId()Gets id of of the failed subscriberSubscriptionInsufficientLogException.getSubscriberId()Gets the subscriber ID.Methods in oracle.kv.pubsub with parameters of type NoSQLSubscriberIdModifier and TypeMethodDescriptionNoSQLSubscriptionConfig.Builder.setSubscriberId(NoSQLSubscriberId id) Sets the subscriber id which owns the subscription.static booleanNoSQLSubscriptionConfig.subscriberIncludesShard(NoSQLSubscriberId si, oracle.kv.impl.topo.RepGroupId shardId) Returns true if the given shard should be included in the given subscriber.