Uses of Enum
oracle.kv.pubsub.StreamOperation.Type
Packages that use StreamOperation.Type
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.Type in oracle.kv.pubsub
Methods in oracle.kv.pubsub that return StreamOperation.TypeModifier and TypeMethodDescriptionStreamOperation.getType()Returns the type of this operation.static StreamOperation.TypeReturns the enum constant of this type with the specified name.static StreamOperation.Type[]StreamOperation.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.