public class PendingRow extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
cacheId
Cache ID.
|
long |
expireTime
Expire time.
|
KeyCacheObject |
key |
long |
link
Link.
|
| Constructor and Description |
|---|
PendingRow(int cacheId)
Creates a new instance which represents an upper or lower bound
inside a logical cache.
|
PendingRow(int cacheId,
long expireTime,
long link) |
public long expireTime
public long link
public int cacheId
public KeyCacheObject key
public PendingRow(int cacheId)
cacheId - Cache ID.public PendingRow(int cacheId,
long expireTime,
long link)
cacheId - Cache ID.expireTime - Expire time.link - Link
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020