You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sentry.apache.org by Dapeng Sun <da...@intel.com> on 2015/03/25 02:32:09 UTC

Review Request 32470: SENTRY-600 Extend SentryClient by SentryClientInvocationHandler

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32470/
-----------------------------------------------------------

Review request for sentry, shen guoquan and Prasad Mujumdar.


Bugs: SENTRY-600
    https://issues.apache.org/jira/browse/SENTRY-600


Repository: sentry


Description
-------

In order to increase the extensibility of SentryClient, more InvocationHandler will be added, some generic methods should be separated to parent class.
SentryClientInvocationHandler will handle the kind of generic methods.


Diffs
-----

  sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/HAClientInvocationHandler.java 4947ad1 
  sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/SentryClientInvocationHandler.java PRE-CREATION 

Diff: https://reviews.apache.org/r/32470/diff/


Testing
-------

Unit Test passed


Thanks,

Dapeng Sun