public class AbstractCacheBackupEngine extends java.lang.Object implements CacheBackupEngine
| Constructor and Description |
|---|
AbstractCacheBackupEngine() |
| Modifier and Type | Method and Description |
|---|---|
MnodeValue |
get(DistCacheEntry entry) |
void |
put(byte[] key,
byte[] cacheHash,
MnodeUpdate mnodeUpdate,
StreamSource valueStream) |
void |
remove(byte[] key,
byte[] cacheHash,
MnodeUpdate mnodeUpdate) |
void |
start()
Starts the service
|
void |
updateTime(byte[] key,
MnodeEntry mnodeValue) |
public void start()
CacheBackupEnginestart in interface CacheBackupEnginepublic MnodeValue get(DistCacheEntry entry)
get in interface CacheBackupEnginepublic void put(byte[] key,
byte[] cacheHash,
MnodeUpdate mnodeUpdate,
StreamSource valueStream)
put in interface CacheBackupEnginepublic void updateTime(byte[] key,
MnodeEntry mnodeValue)
updateTime in interface CacheBackupEnginepublic void remove(byte[] key,
byte[] cacheHash,
MnodeUpdate mnodeUpdate)
remove in interface CacheBackupEngine