public class BoltConnectionElement
extends org.apache.jmeter.testelement.AbstractTestElement
implements org.apache.jmeter.config.ConfigElement, org.apache.jmeter.testelement.TestStateListener, org.apache.jmeter.testbeans.TestBean
| Modifier and Type | Field and Description |
|---|---|
static String |
BOLT_CONNECTION |
| Constructor and Description |
|---|
BoltConnectionElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfigElement(org.apache.jmeter.config.ConfigElement config) |
boolean |
expectsModification() |
String |
getBoltUri() |
static org.neo4j.driver.Driver |
getDriver() |
int |
getMaxConnectionPoolSize() |
String |
getPassword() |
String |
getUsername() |
void |
setBoltUri(String boltUri) |
void |
setMaxConnectionPoolSize(int maxConnectionPoolSize) |
void |
setPassword(String password) |
void |
setUsername(String username) |
void |
testEnded() |
void |
testEnded(String host) |
void |
testStarted() |
void |
testStarted(String host) |
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertypublic static final String BOLT_CONNECTION
public void addConfigElement(org.apache.jmeter.config.ConfigElement config)
addConfigElement in interface org.apache.jmeter.config.ConfigElementpublic boolean expectsModification()
expectsModification in interface org.apache.jmeter.config.ConfigElementpublic void testStarted()
testStarted in interface org.apache.jmeter.testelement.TestStateListenerpublic void testStarted(String host)
testStarted in interface org.apache.jmeter.testelement.TestStateListenerpublic void testEnded()
testEnded in interface org.apache.jmeter.testelement.TestStateListenerpublic void testEnded(String host)
testEnded in interface org.apache.jmeter.testelement.TestStateListenerpublic String getBoltUri()
public void setBoltUri(String boltUri)
public int getMaxConnectionPoolSize()
public void setMaxConnectionPoolSize(int maxConnectionPoolSize)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public static org.neo4j.driver.Driver getDriver()
Copyright © 1998-2022 Apache Software Foundation. All Rights Reserved.