edu.rice.cs.hpc.data.util.ProcedureManager< ValueType > Class Reference

Collaboration diagram for edu.rice.cs.hpc.data.util.ProcedureManager< ValueType >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ProcedureManager (Class<?> location, final String file) throws IOException, ClassNotFoundException
void open (String filename) throws IOException, ClassNotFoundException
void save (String filename) throws IOException

Protected Member Functions

ValueType get (String proc)
void put (String proc, ValueType val)

Protected Attributes

HashMap< String, ValueType > map

Private Member Functions

void addToMap (InputStream is) throws IOException, ClassNotFoundException

Detailed Description

Definition at line 16 of file ProcedureManager.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.data.util.ProcedureManager< ValueType >.ProcedureManager ( Class<?>  location,
final String  file 
) throws IOException, ClassNotFoundException

Definition at line 26 of file ProcedureManager.java.


Member Function Documentation

void edu.rice.cs.hpc.data.util.ProcedureManager< ValueType >.addToMap ( InputStream  is  )  throws IOException, ClassNotFoundException [private]

Definition at line 61 of file ProcedureManager.java.

ValueType edu.rice.cs.hpc.data.util.ProcedureManager< ValueType >.get ( String  proc  )  [protected]

Definition at line 81 of file ProcedureManager.java.

void edu.rice.cs.hpc.data.util.ProcedureManager< ValueType >.open ( String  filename  )  throws IOException, ClassNotFoundException
Parameters:
filename : absolute file path
Exceptions:
ClassNotFoundException 
IOException 

Definition at line 41 of file ProcedureManager.java.

void edu.rice.cs.hpc.data.util.ProcedureManager< ValueType >.put ( String  proc,
ValueType  val 
) [protected]

Definition at line 90 of file ProcedureManager.java.

void edu.rice.cs.hpc.data.util.ProcedureManager< ValueType >.save ( String  filename  )  throws IOException

Definition at line 47 of file ProcedureManager.java.


Member Data Documentation

HashMap<String, ValueType> edu.rice.cs.hpc.data.util.ProcedureManager< ValueType >.map [protected]

Definition at line 19 of file ProcedureManager.java.


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1