Package | Description |
---|---|
com.caucho.distcache.jdbc | |
com.caucho.env.distcache | |
com.caucho.server.distcache |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CacheData> |
JdbcMnodeStore.getGlobalUpdates(long updateTime,
int offset)
Returns the maximum update time on startup
|
java.util.ArrayList<CacheData> |
JdbcMnodeStore.getUpdates(long updateTime,
int offset)
Returns the maximum update time on startup
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CacheData> |
CacheDataBacking.getUpdates(HashKey cacheKey,
long accessTime,
int offset)
Returns a set of entries since an access time.
|
java.util.ArrayList<CacheData> |
CacheDataBacking.getUpdates(long accessTime,
int offset)
Returns a set of entries since an access time.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CacheData> |
CacheDataBackingImpl.getUpdates(HashKey cacheKey,
long accessTime,
int offset)
Returns a set of entries since an access time.
|
java.util.ArrayList<CacheData> |
MnodeStore.getUpdates(HashKey cacheKey,
long updateTime,
int offset)
Returns the maximum update time on startup
|
java.util.ArrayList<CacheData> |
CacheDataBackingImpl.getUpdates(long accessTime,
int offset)
Returns a set of entries since an access time.
|
java.util.ArrayList<CacheData> |
MnodeStore.getUpdates(long updateTime,
int offset)
Returns the maximum update time on startup
|