-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SPY-187: Expose a few more attributes of MemcachedClient
Motivation ---------- Extending MemcachedClient to access some of its protected attributes is not always desirable as it makes harder writing mocks for unit testing. Modifications ------------- MemcachedClient now exposes operationTimeout, mconn, tcService and executorService. Result ------ One does not have to extend MemcachedClient any more to write custom commands. Change-Id: I81932da64d4492512dcf1a11fe1161203fa70c5e Reviewed-on: http://review.couchbase.org/51546 Reviewed-by: Michael Nitschinger <michael.nitschinger@couchbase.com> Tested-by: Michael Nitschinger <michael.nitschinger@couchbase.com>
- Loading branch information
1 parent
ce08f50
commit 41cf86b
Showing
2 changed files
with
48 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters