ContentsIndexHome
PreviousUpNext
IConfig.setMaxFlush Method

Sets the maximum simultaneous amount of flushes. The default is 128. If more identifiers are flushed, the system will wait. 

 

Java
void setMaxFlush(int maxFlush);
Parameters 
Description 
int maxFlush 
The allowed number of simultaneous flushes in the background; 0 means no flushes in background; negative generates invalid use error.
 

See also the Tuning configuration settings topic in the Using the SDK section for a more elaborate discussion on this topic.