WildFly: Parent Aggregator 8.0.0.Beta1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Known Implementing Classes:
- FilePersistentObjectStore
public interface PersistentObjectStore<K,V extends Identifiable<K>>
Stores an indentifiable object in a persistent store. Note that the object store does NOT call any callbacks.
- Author:
- Carlo de Wolf, Paul Ferraro
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
int |
getStoreSize() |
V |
load(K key)
Load the object from storage.
|
void |
start()
Perform any initialization work.
|
void |
stop()
Perform any shutdown work.
|
void |
store(V obj)
Store the object into storage.
|
-
-
Method Detail
-
getStoreSize
int getStoreSize()
WildFly: Parent Aggregator 8.0.0.Beta1
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2013 JBoss by Red Hat. All rights reserved.