public class DeleteEvent extends MutationEvent
source
Constructor and Description |
---|
DeleteEvent(List<Mutation> source,
Iterable targetEntities,
KeySet targetKeys,
Class targetType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
KeySet |
getTargetKeys()
Get the list of keys that needed to be deleted.
|
Class |
getTargetType()
Get the type of entity that needed to be deleted.
|
equals, getMutations, getTargetEntities, hashCode
getSource, toString
public DeleteEvent(List<Mutation> source, Iterable targetEntities, KeySet targetKeys, Class targetType)
source
- the mutations for the event initially occurred. (never null
)targetEntities
- the target entities that need to be deleted.This may be
null
depending on the type of delete request.targetKeys
- the target keys that need to be deleted. This may be null
depending on the type of delete request.targetType
- the target entity type that needs to be deleted. This may be
null
depending on the type of delete request.public KeySet getTargetKeys()
null
depending on the type of delete request.public Class getTargetType()
null
depending on the type of delete request.Copyright © 2020 Pivotal Software, Inc.. All rights reserved.