com.neeve.ods
Class IStoreWriter.Parameters

java.lang.Object
  extended by com.neeve.ods.IStoreWriter.Parameters
Enclosing interface:
IStoreWriter

public static final class IStoreWriter.Parameters
extends Object

Contains writer parameters


Constructor Summary
IStoreWriter.Parameters(boolean detached)
           
 
Method Summary
 boolean isDetached()
          Specifies whether a writer is writing in a detached manner.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IStoreWriter.Parameters

public IStoreWriter.Parameters(boolean detached)
Method Detail

isDetached

public final boolean isDetached()
Specifies whether a writer is writing in a detached manner.

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 © 2016 Neeve Research, LLC. All Rights Reserved.