public abstract class StoreDTO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Long |
flush_delay
The flush delay is the amount of time in milliseconds that a store
will delay persisting a messaging unit of work in hopes that it will
be invalidated shortly thereafter by another unit of work which
would negate the operation.
|
Constructor and Description |
---|
StoreDTO() |
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.