public class EmbeddedServer extends Object implements net.ravendb.client.primitives.CleanCloseable
| Modifier and Type | Field and Description |
|---|---|
static String |
END_OF_STREAM_MARKER |
static EmbeddedServer |
INSTANCE |
| Constructor and Description |
|---|
EmbeddedServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
net.ravendb.client.documents.IDocumentStore |
getDocumentStore(DatabaseOptions options) |
net.ravendb.client.documents.IDocumentStore |
getDocumentStore(String database) |
String |
getServerUri() |
void |
openStudioInBrowser() |
void |
startServer() |
void |
startServer(ServerOptions optionsParam) |
public static EmbeddedServer INSTANCE
public static final String END_OF_STREAM_MARKER
public void startServer()
public void startServer(ServerOptions optionsParam)
public net.ravendb.client.documents.IDocumentStore getDocumentStore(String database)
public net.ravendb.client.documents.IDocumentStore getDocumentStore(DatabaseOptions options)
public String getServerUri()
public void openStudioInBrowser()
public void close()
close in interface Closeableclose in interface AutoCloseableclose in interface net.ravendb.client.primitives.CleanCloseableCopyright © 2024. All rights reserved.