Agree. Just pay attention to abbreviations - message -> msg, count -> cnt, etc.
-- Yakov Zhdanov, Director R&D *GridGain Systems* www.gridgain.com 2015-02-04 12:27 GMT+03:00 Vladimir Ozerov <[email protected]>: > Folks, > > Currently "o.a.i.c.ClientConnectionConfiguration" class has lots of > properties and we have a plan to review/refactor them. > > Here is my proposal on that: > 1) Almost all properties have "rest" and "tcp" in their names. Let's remove > these prefixes altogether. E.g.: "restTcpSelectorCount" -> "selectorCount". > 2) Rename "clientMessageInterceptor" to "messageInterceptor" > 3) Remove "restAccessibleFolders" and corresponding client "LOG" command. > 4) Remove all mirrored (and already deprecated) properties from > IgniteConfiguration as backward compatibility is not a concern for initial > release. > > It appears that none other properties can be removed from this class > because Memcached client use binary protocol and may potentially need any > of them. > > Any comments? > > Vladimir. >
