Open Kilda Java Documentation
org.openkilda.wfm.Neo4jFixture Class Reference

Public Member Functions

 Neo4jFixture (Path rootDir, String listenAddress)
 
void start ()
 
void stop ()
 
String getListenAddress ()
 
GraphDatabaseService getGraphDatabaseService ()
 

Detailed Description

Definition at line 11 of file Neo4jFixture.java.

Constructor & Destructor Documentation

◆ Neo4jFixture()

org.openkilda.wfm.Neo4jFixture.Neo4jFixture ( Path  rootDir,
String  listenAddress 
)

Definition at line 18 of file Neo4jFixture.java.

Member Function Documentation

◆ getGraphDatabaseService()

GraphDatabaseService org.openkilda.wfm.Neo4jFixture.getGraphDatabaseService ( )

Definition at line 45 of file Neo4jFixture.java.

◆ getListenAddress()

String org.openkilda.wfm.Neo4jFixture.getListenAddress ( )

Definition at line 41 of file Neo4jFixture.java.

◆ start()

void org.openkilda.wfm.Neo4jFixture.start ( )

Definition at line 33 of file Neo4jFixture.java.

◆ stop()

void org.openkilda.wfm.Neo4jFixture.stop ( )

Definition at line 37 of file Neo4jFixture.java.


The documentation for this class was generated from the following file: