public static final class IStoreWriter.Parameters extends Object
| Constructor and Description |
|---|
Parameters(boolean detached,
boolean flushOnCommit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDetached()
Specifies whether a writer is writing in a detached manner.
|
boolean |
isFlushOnCommit()
Specifies whether a writer is configured to flush on commit
|
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.
public final boolean isFlushOnCommit()
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.