Package oracle.kv.pubsub
Interface StreamOperation.DeleteEvent
- 
- All Superinterfaces:
 StreamOperation
- Enclosing interface:
 - StreamOperation
 
public static interface StreamOperation.DeleteEvent extends StreamOperation
Used to signal a Delete 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 PrimaryKeygetPrimaryKey()Returns the primary key associated with the delete operation.- 
Methods inherited from interface oracle.kv.pubsub.StreamOperation
asDelete, asPut, getRepGroupId, getSequenceId, getType 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getPrimaryKey
PrimaryKey getPrimaryKey()
Returns the primary key associated with the delete operation. 
 - 
 
 -