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