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 publisherNoSQLSubscriberIdSubscribedTableVersionException. getSubscriberId()Gets the subscription idNoSQLSubscriberIdSubscriptionChangeNotAppliedException. 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 StreamOperation.DeleteEventStreamOperation.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.PutEventStreamOperation.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.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.Constructors in oracle.kv.pubsub with parameters of type NoSQLSubscriberId Constructor Description SubscribedTableVersionException(NoSQLSubscriberId subscriptionId, oracle.kv.impl.topo.RepGroupId repGroupId, java.lang.String table, int requiredVer, int currentVer)Constructs a table version exception during subscription
-