protected static class GridCacheAdapter.FutureHolder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FutureHolder() |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture |
future()
Gets future.
|
void |
future(@Nullable IgniteInternalFuture fut)
Sets future.
|
boolean |
holdsLock() |
void |
lock()
Acquires lock.
|
boolean |
tryLock()
Tries to acquire lock.
|
void |
unlock()
Releases lock.
|
public boolean tryLock()
public void lock()
public void unlock()
public boolean holdsLock()
public IgniteInternalFuture future()
public void future(@Nullable
@Nullable IgniteInternalFuture fut)
fut - Future.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021