public class RepositoryPerformanceWorkbenchConfig extends AdminServicesConfigHeader
| Constructor and Description |
|---|
RepositoryPerformanceWorkbenchConfig()
Default constructor does nothing.
|
RepositoryPerformanceWorkbenchConfig(RepositoryPerformanceWorkbenchConfig template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
int |
getInstancesPerType()
Return the number of instances that should be created for each type definition.
|
int |
getMaxSearchResults()
Return the maximum search results that should processed for testing the search operations of the server under
test.
|
List<String> |
getProfilesToSkip()
Return the profiles (if any) that should be skipped during the performance test.
|
String |
getTutRepositoryServerName()
Return the name of the server that the repository workbench is to test.
|
int |
getWaitBetweenScenarios()
Return the amount of time (in seconds) to wait between scenarios of the performance test.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setInstancesPerType(int instancesPerType)
Set up the number of instances that should be created for each type definition.
|
void |
setMaxSearchResults(int maxSearchResults)
Set up the maximum search results that should be processed for testing the search operations of the server under
test.
|
void |
setProfilesToSkip(List<String> profilesToSkip)
Set up the profiles that should be skipped during the performance test.
|
void |
setTutRepositoryServerName(String tutRepositoryServerName)
Set up the name of the server that the repository workbench is to test.
|
void |
setWaitBetweenScenarios(int waitBetweenScenarios)
Set up the amount of time (in seconds) to wait between scenarios of the performance test.
|
String |
toString()
Standard toString method.
|
public RepositoryPerformanceWorkbenchConfig()
public RepositoryPerformanceWorkbenchConfig(RepositoryPerformanceWorkbenchConfig template)
template - object to copypublic String getTutRepositoryServerName()
public void setTutRepositoryServerName(String tutRepositoryServerName)
tutRepositoryServerName - server namepublic int getInstancesPerType()
public void setInstancesPerType(int instancesPerType)
instancesPerType - number of instances (per type) to createpublic int getMaxSearchResults()
public void setMaxSearchResults(int maxSearchResults)
maxSearchResults - page sizepublic int getWaitBetweenScenarios()
public void setWaitBetweenScenarios(int waitBetweenScenarios)
waitBetweenScenarios - amount of time (in seconds) to wait betweeen performance test scenariospublic List<String> getProfilesToSkip()
public void setProfilesToSkip(List<String> profilesToSkip)
profilesToSkip - list of profile names that should be skipped during testingpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.