io.realm.mongodb.sync
Enclosing class:
Debugging related options.
Constructores
Constructor and Description |
|---|
Debug () |
Field Summary
Modificador y Tipo | Campo y Descripción |
|---|---|
public static boolean | Set this to true to init a SyncManager with a directory named by the process ID. This is useful for integration tests which are emulating multiple sync client by using multiple processes. |
public static boolean | Set this to true to bypass checking if the device is offline before making HTTP requests. |
Inherited Methods
Métodos heredados de la clase java.lang.Object:
getClass,hashCode,equals,clone,toString,notify,notifyAll,wait,wait,wait,finalize
Detalle del Campo
separatedDirForSyncManager
Set this to true to init a SyncManager with a directory named by the process ID. This is useful for integration tests which are emulating multiple sync client by using multiple processes.
skipOnlineChecking
Set this to true to bypass checking if the device is offline before making HTTP requests.
Detalle del constructor
public Debug () |
|---|