Class EmbeddedServer

java.lang.Object
net.ravendb.embedded.EmbeddedServer
All Implemented Interfaces:
Closeable, AutoCloseable, net.ravendb.client.primitives.CleanCloseable

public class EmbeddedServer extends Object implements net.ravendb.client.primitives.CleanCloseable
  • Field Details

  • Constructor Details

    • EmbeddedServer

      public EmbeddedServer()
  • Method Details

    • startServer

      public void startServer()
    • startServer

      public void startServer(ServerOptions optionsParam)
    • getDocumentStore

      public net.ravendb.client.documents.IDocumentStore getDocumentStore(String database)
    • getDocumentStore

      public net.ravendb.client.documents.IDocumentStore getDocumentStore(DatabaseOptions options)
    • getServerUri

      public String getServerUri()
    • openStudioInBrowser

      public void openStudioInBrowser()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface net.ravendb.client.primitives.CleanCloseable
      Specified by:
      close in interface Closeable