This is an automated email from the ASF dual-hosted git repository.
xyuanlu pushed a change to branch metaclient
in repository https://gitbox.apache.org/repos/asf/helix.git
from a22616fd9 Change pom of metaclient pom file(#2500)
add 7aafc9d55 Implementation of LockClient for Lattice. (#2457)
No new revisions were added by this update.
Summary of changes:
.../helix/metaclient/datamodel/DataRecord.java | 7 +-
.../metaclient/factories/MetaClientFactory.java | 15 +++
.../impl/zk/factory/ZkMetaClientFactory.java | 5 +-
.../helix/metaclient/recipes/lock/LockClient.java | 123 +++++++++++++++++++++
.../recipes/lock/LockClientInterface.java | 20 ++--
.../helix/metaclient/recipes/lock/LockInfo.java | 85 +++++++-------
.../metaclient/impl/zk/ZkMetaClientTestBase.java | 1 -
.../metaclient/recipes/lock/LockClientTest.java | 110 ++++++++++++++++++
.../metaclient/recipes/lock/LockInfoTest.java | 4 +-
9 files changed, 316 insertions(+), 54 deletions(-)
create mode 100644
meta-client/src/main/java/org/apache/helix/metaclient/recipes/lock/LockClient.java
create mode 100644
meta-client/src/test/java/org/apache/helix/metaclient/recipes/lock/LockClientTest.java