|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Store | |
|---|---|
| com.caucho.server.cluster | |
| com.caucho.server.session | |
| Uses of Store in com.caucho.server.cluster |
|---|
| Fields in com.caucho.server.cluster with type parameters of type Store | |
|---|---|
protected java.util.HashMap<HashKey,Store> |
StoreManager._storeMap
|
| Methods in com.caucho.server.cluster that return Store | |
|---|---|
Store |
StoreManager.createStore(java.lang.String storeId,
ObjectManager objectManager)
Creates a Store. |
Store |
ClusterObject.getStore()
Returns the objectStore. |
Store |
StoreManager.getStore(HashKey storeKey)
Creates a ClusterObjectManager. |
Store |
StoreManager.removeStore(HashKey storeKey)
Removes a Store. |
| Methods in com.caucho.server.cluster with parameters of type Store | |
|---|---|
void |
StoreManager.access(Store store,
java.lang.String id)
Updates the object's objectAccess time. |
protected ClusterObject |
StoreManager.create(Store store,
HashKey key,
int primary,
int secondary,
int tertiary)
Creates the cluster object. |
void |
StoreManager.remove(Store store,
java.lang.String objectId)
When the object is no longer valid, objectRemove it from the backing objectStore. |
| Uses of Store in com.caucho.server.session |
|---|
| Methods in com.caucho.server.session that return Store | |
|---|---|
Store |
SessionManager.getSessionStore()
Returns the session store. |
| Methods in com.caucho.server.session with parameters of type Store | |
|---|---|
void |
SessionObjectManager.setStore(Store store)
Sets the store |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||