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 publisherSubscribedTableVersionException.getSubscriberId()Gets the subscription idSubscriptionChangeNotAppliedException.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 TypeMethodDescriptionStreamOperation.Deserializer.getDeleteEvent(NoSQLSubscriberId subscriberId, oracle.kv.impl.topo.RepGroupId repGroupId, oracle.kv.impl.api.table.TableImpl table, byte[] key, byte[] value, StreamOperation.SequenceId sequenceId, long lastModificationTime, long expirationTime, boolean exactTable) Get a DeleteEvent from given key.StreamOperation.Deserializer.getPutEvent(NoSQLSubscriberId subscriberId, oracle.kv.impl.topo.RepGroupId repGroupId, oracle.kv.impl.api.table.TableImpl table, byte[] key, byte[] value, StreamOperation.SequenceId sequenceId, long lastModificationTime, long expirationTime) Get a PutEvent from given key and value pair.NoSQLSubscriptionConfig.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.Constructors in oracle.kv.pubsub with parameters of type NoSQLSubscriberIdModifierConstructorDescriptionSubscribedTableVersionException(NoSQLSubscriberId subscriptionId, oracle.kv.impl.topo.RepGroupId repGroupId, String table, int requiredVer, int currentVer) Constructs a table version exception during subscription