public interface LockQueryAdapter<C extends QueryConfiguration> extends QueryAdapter<C>
| Modifier and Type | Method and Description |
|---|---|
boolean |
tryLock(QueryConfiguration queryConfiguration)
Try to perform the operation using the lock mode and timeout provided by given query configuration.
|
streamboolean tryLock(QueryConfiguration queryConfiguration)
queryConfiguration - Query configurationtrue if the lock is successfully acquired, false otherwiseCopyright © 2019 The Holon Platform. All rights reserved.