public class AVOperationQueue extends Object
| Constructor and Description |
|---|
AVOperationQueue() |
| Modifier and Type | Method and Description |
|---|---|
AVOperation |
addPendingOperation(List request,
SaveCallback cb) |
AVOperation |
addSnapshotOperation(List request,
SaveCallback cb) |
void |
clearOperationWithSequence(int seq) |
void |
increaseSequence() |
boolean |
noPendingRequest() |
AVOperation |
popHead() |
public void increaseSequence()
public AVOperation addSnapshotOperation(List request, SaveCallback cb)
public AVOperation addPendingOperation(List request, SaveCallback cb)
public AVOperation popHead()
public boolean noPendingRequest()
public void clearOperationWithSequence(int seq)
Copyright © 2017. All rights reserved.