|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.replication.test.BaseReplicationTestCase
org.exoplatform.services.jcr.ext.replication.test.bandwidth.BandwidthAllocationTestCase
public class BandwidthAllocationTestCase
Created by The eXo Platform SAS.
| Field Summary |
|---|
| Fields inherited from class org.exoplatform.services.jcr.ext.replication.test.BaseReplicationTestCase |
|---|
BUFFER_SIZE, DIVIDER, log, ONE_SECONDS, repository, rootNode, session |
| Constructor Summary | |
|---|---|
BandwidthAllocationTestCase(RepositoryService repositoryService,
java.lang.String reposytoryName,
java.lang.String workspaceName,
java.lang.String userName,
java.lang.String password)
BandwidthAllocationTestCase constructor. |
|
| Method Summary | |
|---|---|
java.lang.StringBuffer |
addBinaryPropertyOnly(java.lang.String repoPath,
java.lang.String nodeName,
java.lang.Long size,
long iterations)
addBinaryPropertyOnly. |
java.lang.StringBuffer |
addEmptyNode(java.lang.String repoPath,
java.lang.String nodeName,
long iterations)
addEmptyNode. |
java.lang.StringBuffer |
addStringPropertyOnly(java.lang.String repoPath,
java.lang.String nodeName,
java.lang.Long size,
long iterations)
addStringPropertyOnly. |
java.lang.StringBuffer |
createBaseNode(java.lang.String repoPath,
java.lang.String nodeName)
createBaseNode. |
| Methods inherited from class org.exoplatform.services.jcr.ext.replication.test.BaseReplicationTestCase |
|---|
addNodePath, compareStream, compareStream, getNormalizePath |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BandwidthAllocationTestCase(RepositoryService repositoryService,
java.lang.String reposytoryName,
java.lang.String workspaceName,
java.lang.String userName,
java.lang.String password)
repositoryService - the RepositoryService.reposytoryName - the repository nameworkspaceName - the workspace nameuserName - the user namepassword - the password| Method Detail |
|---|
public java.lang.StringBuffer createBaseNode(java.lang.String repoPath,
java.lang.String nodeName)
repoPath - the repository pathnodeName - the node name
public java.lang.StringBuffer addEmptyNode(java.lang.String repoPath,
java.lang.String nodeName,
long iterations)
repoPath - the repository pathnodeName - the node nameiterations - how many iterations adding the empty node
public java.lang.StringBuffer addStringPropertyOnly(java.lang.String repoPath,
java.lang.String nodeName,
java.lang.Long size,
long iterations)
repoPath - the repository pathnodeName - the node namesize - the size of string propertyiterations - how many iterations adding the string property
public java.lang.StringBuffer addBinaryPropertyOnly(java.lang.String repoPath,
java.lang.String nodeName,
java.lang.Long size,
long iterations)
repoPath - the repository pathnodeName - the node namesize - the size of binary propertyiterations - how many iterations adding the binary property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||