public interface DataSyncOperation
Modifier and Type | Method and Description |
---|---|
SpaceDocument |
getDataAsDocument() |
Object |
getDataAsObject() |
DataSyncOperationType |
getDataSyncOperationType() |
Object |
getSpaceId() |
SpaceTypeDescriptor |
getTypeDescriptor() |
String |
getUid() |
boolean |
supportsDataAsDocument() |
boolean |
supportsDataAsObject() |
boolean |
supportsGetSpaceId() |
boolean |
supportsGetTypeDescriptor() |
Object getSpaceId()
String getUid()
DataSyncOperationType getDataSyncOperationType()
Object getDataAsObject()
supportsDataAsObject()
return true, otherwise an exception will be thrown.SpaceDocument getDataAsDocument()
supportsDataAsDocument()
return true, otherwise an exception will be thrown.SpaceTypeDescriptor getTypeDescriptor()
supportsGetTypeDescriptor()
return true, otherwise an exception will be thrown.boolean supportsGetTypeDescriptor()
getTypeDescriptor()
operation.boolean supportsDataAsObject()
getDataAsObject()
operation.boolean supportsDataAsDocument()
getDataAsDocument()
operation.boolean supportsGetSpaceId()
getSpaceId()
operation.Copyright © GigaSpaces.