Uses of Class
oracle.kv.pubsub.NoSQLPublisherConfig
-
Packages that use NoSQLPublisherConfig 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 NoSQLPublisherConfig in oracle.kv.pubsub
Methods in oracle.kv.pubsub that return NoSQLPublisherConfig Modifier and Type Method Description NoSQLPublisherConfigNoSQLPublisherConfig.Builder. build()Builds a NoSQLSubscriptionConfig instance from builderMethods in oracle.kv.pubsub with parameters of type NoSQLPublisherConfig Modifier and Type Method Description static NoSQLPublisherNoSQLPublisher. get(NoSQLPublisherConfig config)Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.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)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.
-