public class InMemoryOfflineMutationManager
extends java.lang.Object
| Constructor and Description |
|---|
InMemoryOfflineMutationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMutationObjectInQueue(com.amazonaws.mobileconnectors.appsync.InMemoryOfflineMutationObject object) |
boolean |
isQueueEmpty() |
com.amazonaws.mobileconnectors.appsync.InMemoryOfflineMutationObject |
processNextMutation() |
com.amazonaws.mobileconnectors.appsync.InMemoryOfflineMutationObject |
removeFromQueue(java.lang.String recordIdentifer) |
public boolean isQueueEmpty()
public void addMutationObjectInQueue(com.amazonaws.mobileconnectors.appsync.InMemoryOfflineMutationObject object)
public com.amazonaws.mobileconnectors.appsync.InMemoryOfflineMutationObject removeFromQueue(java.lang.String recordIdentifer)
public com.amazonaws.mobileconnectors.appsync.InMemoryOfflineMutationObject processNextMutation()