Uses of Class
oracle.kv.pubsub.NoSQLSubscriberId
- 
Packages that use NoSQLSubscriberId Package Description oracle.kv.pubsub 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 NoSQLSubscriberId Modifier and Type Method Description NoSQLSubscriberIdCheckpointFailureException. getSubscriberId()Gets id of subscriber that fails to checkpointNoSQLSubscriberIdNoSQLSubscription. getSubscriberId()Returns ID of the subscriber that created the subscription.NoSQLSubscriberIdNoSQLSubscriptionConfig. getSubscriberId()Gets the subscriber ID of the configuration.NoSQLSubscriberIdPublisherFailureException. getSubscriberId()Gets the subscriber id that was trying to use the publisherNoSQLSubscriberIdSubscriptionChangeNotAppliedException. getSubscriberId()Gets id of of the subscriberNoSQLSubscriberIdSubscriptionFailureException. getSubscriberId()Gets id of of the failed subscriberNoSQLSubscriberIdSubscriptionInsufficientLogException. getSubscriberId()Gets the subscriber ID.Methods in oracle.kv.pubsub with parameters of type NoSQLSubscriberId Modifier and Type Method Description NoSQLSubscriptionConfig.BuilderNoSQLSubscriptionConfig.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. 
 -