| Package | Description | 
|---|---|
| edu.umass.cs.benchlab.har | Core classes of the HAR library ( HarLogis the top object representing a HAR file in memory) | 
| Modifier and Type | Method and Description | 
|---|---|
| static HarCustomFields.Type | HarCustomFields.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static HarCustomFields.Type[] | HarCustomFields.Type. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HarCustomFields. readCustomFieldsJDBC(HarDatabaseConfig config,
                    HarCustomFields.Type harTypeFrom,
                    long harIdFrom)Reads the customFields from database | 
| long | HarCustomFields. writeCustomFieldsJDBC(HarDatabaseConfig config,
                     HarCustomFields.Type HarTypeFrom,
                     long HarIdFrom,
                     long HarLogId)Writes this object in the given database referencing the specified logId. | 
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.