Package oracle.kv.pubsub
Interface StreamOperation.PutEvent
- 
- All Superinterfaces:
 StreamOperation
- Enclosing interface:
 - StreamOperation
 
public static interface StreamOperation.PutEvent extends StreamOperation
Used to signal a Put operation 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface oracle.kv.pubsub.StreamOperation
StreamOperation.DeleteEvent, StreamOperation.PutEvent, StreamOperation.SequenceId, StreamOperation.Type 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RowgetRow()Returns the Row associated with the put operation.- 
Methods inherited from interface oracle.kv.pubsub.StreamOperation
asDelete, asPut, getRepGroupId, getSequenceId, getType 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getRow
Row getRow()
Returns the Row associated with the put operation.Note that TTL information can be obtained from the Row.
 
 - 
 
 -