Uses of Class
oracle.kv.pubsub.PublisherFailureException
-
Packages that use PublisherFailureException 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 PublisherFailureException in oracle.kv.pubsub
Methods in oracle.kv.pubsub that throw PublisherFailureException Modifier and Type Method Description static NoSQLPublisherNoSQLPublisher. get(NoSQLPublisherConfig config, java.util.logging.Logger logger)Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.static NoSQLPublisherNoSQLPublisher. get(NoSQLPublisherConfig config, LoginCredentials loginCred, java.util.logging.Logger logger)Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.
-