Package com.scaleoutsoftware.soss.client

Interface Summary
BackingStore Provides a means for a named cache to interact with a backing store (such as a database) to perform read-through, write-though, refresh-ahead, and write-behind operations.
NamedCacheObjectExpirationListener The interface clients use to receive callback notifications when an object is removed from StateServer.
 

Class Summary
BackingStorePolicy Contains options to control how a named cache interacts with a backing store.
CachedObjectId This class represents the object id in the Java SOSS NamedCache.
CacheFactory This class contains static methods for creating NamedCaches.
CreatePolicy The CreatePolicy class provides extended parameter information to the SossCache.insert(...) method and SossCache.DefaultCreatePolicy property.
NamedCache Provides access to a named collection of objects that can be shared globally across multiple clients.
NamedCacheFilter This class represents a filter used in NamedCache.query()
NamedCacheObjectExpiredEventArgs  
SossObjectDescriptor Contains information neccessary to insert an object into a NamedCache via a bulk NamedCache.add(..) operation.
TimeSpan An object of this class represents a time interval.
 

Enum Summary
CreatePolicy.BackingStoreMode  
NamedCacheObjectExpiredEventArgs.NamedCacheEventCode An enumeration containing the event codes providing the reason an event was fired.
NamedCacheObjectExpiredEventArgs.NamedCacheObjectDisposition  
 

Exception Summary
NamedCacheBulkAddException  
NamedCacheException Base NamedCache exception
NamedCacheInvokeTimeoutException  
NamedCacheObjectAlreadyExistsException  
NamedCacheObjectLockedException  
NamedCacheObjectNotFoundException  
NamedCacheReadThroughTimeoutException  
NamedCacheServerUnavailableException  
 



Copyright (C) 2008 ScaleOut Software, Inc.