K
- V
- @Deprecated public class EagerNearRemoteCache<K,V> extends RemoteCacheImpl<K,V>
RemoteCache
implementation
enablingoperationsFactory
defaultLifespan, defaultMaxIdleTime
Constructor and Description |
---|
EagerNearRemoteCache(RemoteCacheManager rcm,
String name,
NearCacheService<K,V> nearcache)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
V |
get(Object key)
Deprecated.
|
VersionedValue<V> |
getVersioned(K key)
Deprecated.
Returns the
VersionedValue associated to the supplied key param, or null if it doesn't exist. |
void |
start()
Deprecated.
Invoked on component start
|
void |
stop()
Deprecated.
Invoked on component stop
|
addClientListener, addClientListener, clear, clearAsync, containsKey, execute, getAll, getAsync, getBulk, getBulk, getCacheTopologyInfo, getListeners, getName, getOperationsFactory, getProtocolVersion, getRemoteCacheManager, getVersion, getWithMetadata, init, isEmpty, keySet, ping, put, putAll, putAllAsync, putAsync, putIfAbsent, putIfAbsentAsync, remove, removeAsync, removeClientListener, removeWithVersion, removeWithVersionAsync, replace, replaceAsync, replaceWithVersion, replaceWithVersion, replaceWithVersionAsync, resolveCompatibility, retrieveEntries, retrieveEntries, retrieveEntries, retrieveEntriesByQuery, retrieveEntriesWithMetadata, set, size, stats, withFlags
containsValue, entrySet, put, put, putAll, putAll, putAllAsync, putAllAsync, putAsync, putAsync, putIfAbsent, putIfAbsent, putIfAbsentAsync, putIfAbsentAsync, remove, removeAsync, replace, replace, replace, replace, replace, replaceAsync, replaceAsync, replaceAsync, replaceAsync, replaceAsync, replaceWithVersion, replaceWithVersion, replaceWithVersionAsync, replaceWithVersionAsync, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAll
public EagerNearRemoteCache(RemoteCacheManager rcm, String name, NearCacheService<K,V> nearcache)
public VersionedValue<V> getVersioned(K key)
RemoteCache
VersionedValue
associated to the supplied key param, or null if it doesn't exist.getVersioned
in interface RemoteCache<K,V>
getVersioned
in class RemoteCacheImpl<K,V>
public void start()
Lifecycle
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.