Uses of Class
oracle.kv.pubsub.NoSQLPublisher
- 
Packages that use NoSQLPublisher 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 NoSQLPublisher in oracle.kv.pubsub
Methods in oracle.kv.pubsub that return NoSQLPublisher 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, 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, Logger logger)Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible. 
 -