public static final class IStoreWriter.Parameters extends Object
| Constructor and Description |
|---|
Parameters(boolean detached) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDetached()
Specifies whether a writer is writing in a detached manner.
|
public final boolean isDetached()
A writer must specify detached=true if it is writing in a detached manner using an asynchronous background thread. When specified so, the store runtime ensures that the serialized objects that it supplies the writer are safe for detached write.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.