Constructor and Description |
---|
L1ManagerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addRequestor(Object key,
Address origin)
Records a request that will be cached in another nodes L1
|
NotifyingNotifiableFuture<Object> |
flushCache(Collection<Object> keys,
Object retval,
Address origin)
Flushes a cache (using unicast or multicast) for a set of keys
|
void |
init(Configuration configuration,
RpcManager rpcManager,
CommandsFactory commandsFactory) |
public void init(Configuration configuration, RpcManager rpcManager, CommandsFactory commandsFactory)
public void addRequestor(Object key, Address origin)
L1Manager
addRequestor
in interface L1Manager
public NotifyingNotifiableFuture<Object> flushCache(Collection<Object> keys, Object retval, Address origin)
L1Manager
flushCache
in interface L1Manager
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.