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 interface
Used to signal a Delete operationstatic interface
Used to signal a Put operationstatic interface
Used to signal a Transaction operationMethods in oracle.kv.pubsub that return types with arguments of type StreamOperationModifier and TypeMethodDescriptionStreamOperation.TransactionEvent.getOperations()
Returns an ordered list of write operations in the transaction.Methods in oracle.kv.pubsub with parameters of type StreamOperationModifier and TypeMethodDescriptionvoid
NoSQLSubscriber.onNext
(StreamOperation t) Signals the next NoSQL Operation.Method parameters in oracle.kv.pubsub with type arguments of type StreamOperationModifier and TypeMethodDescriptionvoid
NoSQLPublisher.subscribe
(Subscriber<? super StreamOperation> s) A Subscriber establishes a NoSQL Subscription to initiate the flow of elements from the Publisher.