public abstract class StoreDTO extends Object
Modifier and Type | Field and Description |
---|---|
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() |
public Long flush_delay
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.