Uses of Interface
oracle.kv.pubsub.StreamOperation
Packages that use StreamOperation
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 StreamOperation in oracle.kv.pubsub
Subinterfaces of StreamOperation in oracle.kv.pubsubModifier and TypeInterfaceDescriptionstatic interfaceUsed to signal a Delete operationstatic interfaceUsed to signal a Put operationMethods in oracle.kv.pubsub with parameters of type StreamOperationModifier and TypeMethodDescriptionvoidNoSQLSubscriber.onNext(StreamOperation t) Signals the next NoSQL Operation.Method parameters in oracle.kv.pubsub with type arguments of type StreamOperationModifier and TypeMethodDescriptionvoidNoSQLPublisher.subscribe(Subscriber<? super StreamOperation> s) A Subscriber establishes a NoSQL Subscription to initiate the flow of elements from the Publisher.