Annotation Type WriteBuffer
-
@Target(TYPE) @Retention(RUNTIME) public @interface WriteBuffer
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanorderedintsizemax size of write Buffer entries,0 means unlimited.WriteBuffer.STRATEGYstrategyinttimeoutif 0 - use default timeout set in Morphium / morphiumConfig if -1: wait till buffer is full - does not make sense to use with DEL-Strategybooleanvalue
-
-
-
Element Detail
-
strategy
WriteBuffer.STRATEGY strategy
- Default:
- de.caluga.morphium.annotations.caching.WriteBuffer.STRATEGY.WAIT
-
-