K - V - @Deprecated public class EagerNearRemoteCache<K,V> extends RemoteCacheImpl<K,V>
RemoteCache implementation
enablingoperationsFactorydefaultLifespan, 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, withFlagscontainsValue, 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, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, replaceAllpublic EagerNearRemoteCache(RemoteCacheManager rcm, String name, NearCacheService<K,V> nearcache)
public VersionedValue<V> getVersioned(K key)
RemoteCacheVersionedValue 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()
LifecycleCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.