javadocs fixed

pull/1303/head
Nikita 7 years ago
parent 08f6aa4e3e
commit ddadef3fd4

@ -65,12 +65,12 @@ public class LocalCachedMapOptions<K, V> extends MapOptions<K, V> {
NONE,
/**
* Invalidate cache entry across all LocalCachedMap instances on map entry change.
* Invalidate cache entry across all LocalCachedMap instances on map entry change. Broadcasts map entry hash (16 bytes) to all instances.
*/
INVALIDATE,
/**
* Update cache entry across all LocalCachedMap instances on map entry change.
* Update cache entry across all LocalCachedMap instances on map entry change. Broadcasts full map entry state (Key and Value objects) to all instances.
*/
UPDATE

@ -77,7 +77,7 @@ public class ReplicatedServersConfig extends BaseMasterSlaveServersConfig<Replic
return scanInterval;
}
/**
* Elasticache node scan interval in milliseconds
* Replication group scan interval in milliseconds
*
* @param scanInterval in milliseconds
* @return config

Loading…
Cancel
Save