
public class OServerInfo
extends java.lang.Object
| Constructor and Description |
|---|
OServerInfo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
getConnections(OServer server,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json,
java.lang.String databaseName) |
static void |
getDatabases(OServer server,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) |
static void |
getGlobalProperties(OServer server,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) |
static void |
getProperties(OServer server,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) |
static java.lang.String |
getServerInfo(OServer server) |
static void |
getStorages(OServer server,
com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) |
public static java.lang.String getServerInfo(OServer server) throws java.io.IOException
java.io.IOExceptionpublic static void getConnections(OServer server, com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json, java.lang.String databaseName) throws java.io.IOException
java.io.IOExceptionpublic static void getGlobalProperties(OServer server, com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) throws java.io.IOException
java.io.IOExceptionpublic static void getProperties(OServer server, com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) throws java.io.IOException
java.io.IOExceptionpublic static void getStorages(OServer server, com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) throws java.io.IOException
java.io.IOExceptionpublic static void getDatabases(OServer server, com.orientechnologies.orient.core.serialization.serializer.OJSONWriter json) throws java.io.IOException
java.io.IOExceptionCopyright © 2009–2022 OrientDB. All rights reserved.