|
Deprecated Methods |
com.scaleoutsoftware.soss.client.NamedCache.add(byte[], T)
Use NamedCache.put(com.scaleoutsoftware.soss.client.CachedObjectId, T) |
com.scaleoutsoftware.soss.client.NamedCache.add(CachedObjectId, T)
Use NamedCache.put(com.scaleoutsoftware.soss.client.CachedObjectId, T) |
com.scaleoutsoftware.soss.client.NamedCache.add(String, T)
Use NamedCache.put(com.scaleoutsoftware.soss.client.CachedObjectId, T) |
com.scaleoutsoftware.soss.client.NamedCache.add(UUID, T)
Use NamedCache.put(com.scaleoutsoftware.soss.client.CachedObjectId, T) |
com.scaleoutsoftware.soss.client.NamedCache.addAll(Map, ? extends Serializable>)
Use NamedCache.putAll(java.util.Map) |
com.scaleoutsoftware.soss.client.NamedCache.allowClientCaching()
Use NamedCache.getAllowClientCaching() |
com.scaleoutsoftware.soss.client.NamedCache.disableObjectExpirationEventHandling()
the event handling will be automatically disabled when the last listener is
unregistered NamedCache.removeListener(NamedCacheObjectExpirationListener) |
com.scaleoutsoftware.soss.client.NamedCache.enableObjectExpirationEventHandling()
the event handling will be automatically enabled when the listener is
registered NamedCache.addListener(NamedCacheObjectExpirationListener) |
com.scaleoutsoftware.soss.client.CreatePolicy.getBackingStoreMode()
use CreatePolicy.getBackingStoreAsyncPolicy() |
com.scaleoutsoftware.soss.client.CacheFactory.getCache(StateServerKey, boolean)
the event handling will be automatically enabled when the listener is
registered NamedCache.addListener(NamedCacheObjectExpirationListener);
there is no need to explicitly enable them. |
com.scaleoutsoftware.soss.client.CacheFactory.getCache(String, boolean)
the event handling will be automatically enabled when the listener is
registered NamedCache.addListener(NamedCacheObjectExpirationListener);
there is no need to explicitly enable them. |
com.scaleoutsoftware.soss.client.CreatePolicy.getDependencies()
use CreatePolicy.getParents() |
com.scaleoutsoftware.soss.client.NamedCache.getStateServerKey(byte[])
CachedObjectId should be used instead of StateServerKey when performing
cache operations. Use NamedCache.createKey(byte[]) to create CachedObjectIds |
com.scaleoutsoftware.soss.client.NamedCache.getStateServerKey(CachedObjectId)
CachedObjectId should be used instead of StateServerKey when performing
cache operations. Use NamedCache.createKey(byte[]) to create CachedObjectIds |
com.scaleoutsoftware.soss.client.NamedCache.getStateServerKey(String)
CachedObjectId should be used instead of StateServerKey when performing
cache operations. Use NamedCache.createKey(byte[]) to create CachedObjectIds |
com.scaleoutsoftware.soss.client.NamedCache.invoke(Invokable, IndexCollection, P, int)
Use NamedCache.invoke(Class, NamedCacheFilter, java.io.Serializable, TimeSpan) |
com.scaleoutsoftware.soss.client.NamedCache.invoke(Invokable, IndexCollection, P, TimeSpan)
Use NamedCache.invoke(Class, NamedCacheFilter, java.io.Serializable, TimeSpan) |
com.scaleoutsoftware.soss.client.NamedCache.invoke(Invokable, NamedCacheFilter, P, int)
Use NamedCache.invoke(Class, NamedCacheFilter, java.io.Serializable, TimeSpan) |
com.scaleoutsoftware.soss.client.CreatePolicy.isAbsoluteTimeout()
use CreatePolicy.getAbsoluteTimeout() |
com.scaleoutsoftware.soss.client.CreatePolicy.isAllowReplication()
use CreatePolicy.getAllowReplication() |
com.scaleoutsoftware.soss.client.NamedCache.isUseLocking()
Use NamedCache.getUseLocking() |
com.scaleoutsoftware.soss.client.NamedCache.query(IndexCollection)
Use NamedCache.query(NamedCacheFilter), NamedCache.queryKeys(Class, Filter), or NamedCache.queryObjects(Class, Filter) |
com.scaleoutsoftware.soss.client.CreatePolicy.setBackingStoreMode(CreateInfo.BackingStoreMode)
use CreatePolicy.setBackingStoreAsyncPolicy(BackingStoreAsyncPolicy) |
com.scaleoutsoftware.soss.client.CreatePolicy.setDependencies(Object[])
use CreatePolicy.setParents(java.util.Collection>) |
com.scaleoutsoftware.soss.client.NamedCache.update(byte[], Serializable, boolean)
Use NamedCache.update(byte[], java.io.Serializable, UpdateOptions). |
com.scaleoutsoftware.soss.client.NamedCache.update(CachedObjectId, T, boolean)
Use NamedCache.update(CachedObjectId, java.io.Serializable, UpdateOptions). |
com.scaleoutsoftware.soss.client.NamedCache.update(String, Serializable, boolean)
Use NamedCache.update(String, java.io.Serializable, UpdateOptions). |
com.scaleoutsoftware.soss.client.NamedCache.update(UUID, Serializable, boolean)
Use NamedCache.update(UUID, java.io.Serializable, UpdateOptions). |