public interface Lock
When the lock is obtained, no-one else in the cluster can obtain the lock with the same name until the lock is released.
Modifier and Type | Method and Description |
---|---|
void |
release()
Release the lock.
|
Copyright © 2023 Eclipse. All rights reserved.