Package com.c8db.model
Class EdgeCreateOptions
- java.lang.Object
-
- com.c8db.model.EdgeCreateOptions
-
public class EdgeCreateOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description EdgeCreateOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetWaitForSync()EdgeCreateOptionswaitForSync(Boolean waitForSync)
-
-
-
Method Detail
-
getWaitForSync
public Boolean getWaitForSync()
-
waitForSync
public EdgeCreateOptions waitForSync(Boolean waitForSync)
- Parameters:
waitForSync- Wait until document has been synced to disk.- Returns:
- options
-
-