Package | Description |
---|---|
edu.umass.cs.benchlab.har |
Core classes of the HAR library (
HarLog is the top object representing a HAR file in memory) |
Modifier and Type | Method and Description |
---|---|
void |
HarQueryString.deleteFromJDBC(HarDatabaseConfig config,
long logId)
Delete objects in the database referencing the specified logId.
|
void |
HarPostDataParams.deleteFromJDBC(HarDatabaseConfig config,
long logId)
Delete objects in the database referencing the specified logId.
|
void |
HarPostData.deleteFromJDBC(HarDatabaseConfig config,
long logId)
Delete objects in the database referencing the specified logId.
|
void |
HarPages.deleteFromJDBC(HarDatabaseConfig config,
long logId)
Delete page and page timings objects in the database referencing the
specified logId.
|
void |
HarEntryTimings.deleteFromJDBC(HarDatabaseConfig config,
long logId)
Delete objects in the database referencing the specified logId.
|
void |
HarEntries.deleteFromJDBC(HarDatabaseConfig config,
long logId)
Delete entries objects in the database referencing the specified logId.
|
void |
HarCustomFields.deleteFromJDBC(HarDatabaseConfig config,
long dbLogId)
Delete all custom fields objects in the database referencing the specified
logId.
|
void |
HarCreator.deleteFromJDBC(HarDatabaseConfig config,
long logId)
Delete objects of this kind in the given database referencing the specified
logId.
|
void |
HarContent.deleteFromJDBC(HarDatabaseConfig config,
long logId)
Delete objects in the database referencing the specified logId.
|
void |
HarCache.deleteFromJDBC(HarDatabaseConfig config,
long logId)
Delete objects in the database referencing the specified logId.
|
void |
HarBrowser.deleteFromJDBC(HarDatabaseConfig config,
long logId)
Delete objects of this kind in the given database referencing the specified
logId.
|
void |
HarResponse.deleteFromJDBC(HarDatabaseConfig config,
long logId,
boolean dropTables)
Delete objects in the database referencing the specified logId.
|
void |
HarRequest.deleteFromJDBC(HarDatabaseConfig config,
long logId,
boolean dropTables)
Delete objects in the database referencing the specified logId.
|
void |
HarHeaders.deleteFromJDBC(HarDatabaseConfig config,
long logId,
boolean isRequest)
Delete objects in the database referencing the specified logId.
|
void |
HarEntry.deleteFromJDBC(HarDatabaseConfig config,
long logId,
boolean dropTables)
Delete entries objects in the database referencing the specified logId.
|
void |
HarCookies.deleteFromJDBC(HarDatabaseConfig config,
long logId,
boolean isRequest)
Delete objects in the database referencing the specified logId.
|
void |
HarDatabaseConfig.deleteFromTable(long logId,
HarDatabaseConfig config,
java.lang.String tableName)
Delete objects in the given database table referencing the specified logId.
|
void |
HarDatabaseConfig.dropTableIfEmpty(java.sql.Connection c,
java.lang.String tableName,
HarDatabaseConfig config)
Check if a table is empty with a COUNT(*) and drop it if it is.
|
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.
|
long |
HarLog.writeJDBC(HarDatabaseConfig config)
Write this object to a database according to the given configuration
|
void |
HarCookie.writeJDBC(HarDatabaseConfig config,
long logId,
long requestId,
java.sql.PreparedStatement cookiePs,
boolean isRequest)
Write this object in the given database referencing the specified logId.
|
void |
HarHeader.writeJDBC(HarDatabaseConfig config,
long id,
java.sql.PreparedStatement ps,
boolean isRequest,
long logId)
Write this object in the given database referencing the specified id.
|
void |
HarQueryParam.writeJDBC(HarDatabaseConfig config,
long id,
java.sql.PreparedStatement ps,
long logId) |
void |
HarPostDataParams.writeJDBC(HarDatabaseConfig config,
long postId,
java.sql.PreparedStatement paramsPs,
long logId)
Write this object in the given database referencing the specified
requestId.
|
void |
HarPostDataParam.writeJDBC(HarDatabaseConfig config,
long id,
java.sql.PreparedStatement ps,
long logId)
Write this object in the given database referencing the specified id.
|
void |
AbstractNameValueComment.writeJDBC(HarDatabaseConfig config,
long id,
java.sql.PreparedStatement ps,
long logId)
Write this object in the given database referencing the specified id.
|
void |
HarPage.writeJDBC(HarDatabaseConfig config,
long logId,
java.sql.PreparedStatement pagePs,
java.sql.PreparedStatement timingPs)
Write this object in the given database referencing the specified logId.
|
void |
HarPages.writeJDBC(long logId,
HarDatabaseConfig config)
Write this object in the given database referencing the specified logId.
|
void |
HarEntries.writeJDBC(long logId,
HarDatabaseConfig config)
Write this object in the given database referencing the specified logId.
|
void |
HarCreator.writeJDBC(long logId,
HarDatabaseConfig config)
Write this object in the given database referencing the specified logId.
|
void |
HarBrowser.writeJDBC(long logId,
HarDatabaseConfig config)
Write this object in the given database referencing the specified logId.
|
void |
HarHeaders.writeJDBC(long requestId,
HarDatabaseConfig config,
boolean isRequest,
long logId)
Write this object in the given database referencing the specified
requestId.
|
void |
HarCookies.writeJDBC(long requestId,
HarDatabaseConfig config,
boolean isRequest,
long logId)
Write this object in the given database referencing the specified
requestId.
|
void |
HarResponse.writeJDBC(long entryId,
HarDatabaseConfig config,
long logId)
Write this object to a database according to the given configuration
|
void |
HarRequest.writeJDBC(long entryId,
HarDatabaseConfig config,
long logId)
Write this object to a database according to the given configuration
|
void |
HarQueryString.writeJDBC(long requestId,
HarDatabaseConfig config,
long logId)
Write this object in the given database referencing the specified
requestId.
|
void |
HarPostData.writeJDBC(long requestId,
HarDatabaseConfig config,
long logId)
Write this object in the given database referencing the specified logId.
|
void |
HarEntryTimings.writeJDBC(long entryId,
HarDatabaseConfig config,
long logId)
Write this object to a database according to the given configuration
|
void |
HarContent.writeJDBC(long responseId,
HarDatabaseConfig config,
long logId)
Write this object to a database according to the given configuration
|
void |
HarCache.writeJDBC(long entryId,
HarDatabaseConfig config,
long logId)
Write this object to a database according to the given configuration
|
void |
HarPageTimings.writeJDBC(long pageId,
HarDatabaseConfig config,
java.sql.PreparedStatement timingPs,
long logId)
Write this object in the given database referencing the specified logId.
|
void |
HarCacheRequest.writeJDBC(long cacheId,
HarDatabaseConfig config,
java.sql.PreparedStatement cachePs,
long logId)
Write this object to a database according to the given configuration
|
void |
HarEntry.writeJDBC(long logId,
java.sql.PreparedStatement entryPs,
HarDatabaseConfig config)
Write this object in the given database referencing the specified logId.
|
long |
HarDatabaseConfig.writeNameValueCommentJDBC(long logId,
HarDatabaseConfig config,
java.lang.String tableName,
java.lang.String nameColumn,
java.lang.String nameValue,
java.lang.String valueColumn,
java.lang.String valueValue,
java.lang.String commentColumn,
java.lang.String commentValue)
Write this object in the given database referencing the specified logId.
|
Constructor and Description |
---|
HarBrowser(HarDatabaseConfig config,
long logId)
Creates a new
HarBrowser object from a database. |
HarCache(HarDatabaseConfig config,
long entryId)
Creates a new
HarCache object from a database. |
HarCacheRequest(HarDatabaseConfig config,
long cacheId,
boolean isBefore)
Creates a new
HarCacheRequest object from a database. |
HarContent(HarDatabaseConfig config,
long responseId)
Creates a new
HarContent object from a database. |
HarCookies(HarDatabaseConfig config,
long requestId,
boolean isRequest)
Creates a new
HarCookies object from a database. |
HarCreator(HarDatabaseConfig config,
long logId)
Creates a new
HarCreator object from a database. |
HarEntries(HarDatabaseConfig config,
long logId)
Creates a new
HarEntries object from a database. |
HarEntry(HarDatabaseConfig config,
long entryId)
Creates a new
HarEntry object from a database. |
HarEntryTimings(HarDatabaseConfig config,
long entryId)
Creates a new
HarEntryTimings object from a database. |
HarHeader(HarDatabaseConfig config,
long headerId,
java.lang.String name,
java.lang.String value,
java.lang.String comment)
Creates a new
HarHeader object from the database |
HarHeaders(HarDatabaseConfig config,
long requestId,
boolean isRequest)
Creates a new
HarHeaders object from a database. |
HarLog(HarDatabaseConfig config)
Creates a new
HarLog object from a database. |
HarLog(HarDatabaseConfig config,
long logId)
Creates a new
HarLog object from a database. |
HarPage(HarDatabaseConfig config,
long pageId)
Creates a new
HarPage object from a database. |
HarPages(HarDatabaseConfig config,
long logId)
Creates a new
HarPages object from a database. |
HarPageTimings(HarDatabaseConfig config,
long pageId)
Creates a new
HarPageTimings object from a database. |
HarPostData(HarDatabaseConfig config,
long requestId)
Creates a new
HarPostData object from a database. |
HarPostDataParam(HarDatabaseConfig config,
long postDataParamId,
java.lang.String name,
java.lang.String value,
java.lang.String fileName,
java.lang.String contentType,
java.lang.String comment)
Creates a new
HarPostDataParam object from the database |
HarPostDataParams(HarDatabaseConfig config,
long requestId)
Creates a new
HarPostDataParams object from a database. |
HarQueryParam(HarDatabaseConfig config,
long queryParamId,
java.lang.String name,
java.lang.String value,
java.lang.String comment)
Creates a new
HarQueryParam object from the database |
HarQueryString(HarDatabaseConfig config,
long requestId)
Creates a new
HarQueryString object from a database. |
HarRequest(HarDatabaseConfig config,
long entryId)
Creates a new
HarRequest object from a database. |
HarResponse(HarDatabaseConfig config,
long entryId)
Creates a new
HarResponse object from a database. |
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.