Package oracle.kv.pubsub
Interface StreamOperation.PutEvent
- All Superinterfaces:
- StreamOperation
- Enclosing interface:
- StreamOperation
Used to signal a Put operation
- 
Nested Class SummaryNested classes/interfaces inherited from interface oracle.kv.pubsub.StreamOperationStreamOperation.DeleteEvent, StreamOperation.PutEvent, StreamOperation.SequenceId, StreamOperation.Type
- 
Method SummaryMethods inherited from interface oracle.kv.pubsub.StreamOperationasDelete, asPut, getRepGroupId, getSequenceId, getType
- 
Method Details- 
getRowRow getRow()Returns the Row associated with the put operation.Note that TTL information can be obtained from the Row. 
 
-