javadocs updated

pull/3753/head
Nikita Koksharov 4 years ago
parent b4e597742e
commit 32a4b4ea5a

@ -92,7 +92,7 @@ public class MapOptions<K, V> {
/**
* Sets write behind tasks batch size.
* During MapWriter methods execution all updates accumulated into a batch of specified size.
* All updates accumulated into a batch of specified size and written with {@link MapWriter}.
* <p>
* Default is <code>50</code>
*
@ -108,7 +108,8 @@ public class MapOptions<K, V> {
}
/**
* Sets write behind tasks execution delay. All updates would be applied with lag not more than specified delay.
* Sets write behind tasks execution delay.
* All updates written with {@link MapWriter} and lag not more than specified delay.
* <p>
* Default is <code>1000</code> milliseconds
*

Loading…
Cancel
Save