This is an automated email from the ASF dual-hosted git repository.
hzlu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git.
from 257c65b Add metric annotations to each resource method (#1379)
add 213a839 Add HelixRestObjectNameFactory (#1357)
No new revisions were added by this update.
Summary of changes:
helix-core/helix-core-1.0.2-SNAPSHOT.ivy | 2 +-
helix-core/pom.xml | 2 +-
helix-rest/helix-rest-1.0.2-SNAPSHOT.ivy | 2 +
helix-rest/pom.xml | 5 ++
.../rest/server/HelixRestObjectNameFactory.java | 88 ++++++++++++++++++++++
.../apache/helix/rest/server/HelixRestServer.java | 26 +++++++
.../server/TestHelixRestObjectNameFactory.java | 44 +++++++++++
metrics-common/pom.xml | 2 +-
pom.xml | 2 +
9 files changed, 170 insertions(+), 3 deletions(-)
create mode 100644
helix-rest/src/main/java/org/apache/helix/rest/server/HelixRestObjectNameFactory.java
create mode 100644
helix-rest/src/test/java/org/apache/helix/rest/server/TestHelixRestObjectNameFactory.java