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()
CacheBackupEngine
start
in interface CacheBackupEngine
public MnodeValue get(DistCacheEntry entry)
get
in interface CacheBackupEngine
public void put(byte[] key, byte[] cacheHash, MnodeUpdate mnodeUpdate, StreamSource valueStream)
put
in interface CacheBackupEngine
public void updateTime(byte[] key, MnodeEntry mnodeValue)
updateTime
in interface CacheBackupEngine
public void remove(byte[] key, byte[] cacheHash, MnodeUpdate mnodeUpdate)
remove
in interface CacheBackupEngine