public class GSDeleteMessage extends GSDataSourceMessage
Constructor and Description |
---|
GSDeleteMessage(long messageId,
String fullTypeName,
String pipelineName) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getFields() |
Object |
getValue(String field) |
Map<String,Object> |
getValues() |
boolean |
isDelete() |
boolean |
isInsert() |
boolean |
isUpdate() |
void |
setValue(String name,
Object value) |
void |
setValues(Map<String,Object> values) |
String |
toString() |
getFullTypeName, getMessageID, getPipelineName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isValidate
public Map<String,Object> getValues()
getValues
in class GSDataSourceMessage
public List<String> getFields()
getFields
in class GSDataSourceMessage
public Object getValue(String field)
getValue
in class GSDataSourceMessage
public boolean isInsert()
isInsert
in interface DataPipelineMessage
isInsert
in class GSDataSourceMessage
public boolean isDelete()
isDelete
in interface DataPipelineMessage
isDelete
in class GSDataSourceMessage
public boolean isUpdate()
isUpdate
in interface DataPipelineMessage
isUpdate
in class GSDataSourceMessage
Copyright © GigaSpaces.