|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProfilingDataHolder
Interface for the storage layer of the profiling module. Supports storage and retrieval of
ProfilingData
objects based on a key.
The stored ProfilingData
objects may be discarded at any point in time.
Method Summary | |
---|---|
ProfilingData |
get(String id)
Retrieve the ProfilingData objects stored with the given id as key. |
void |
store(String id,
ProfilingData data)
Store the given ProfilingData objects using the given id as key. |
Method Detail |
---|
void store(String id, ProfilingData data)
ProfilingData
objects using the given id as key.
id
- data
- ProfilingData get(String id)
ProfilingData
objects stored with the given id as key.
id
-
ProfilingData
stored with the given id as key or null if there is no
mapping for the given id.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |