public class OServerInfo extends Object
Constructor and Description |
---|
OServerInfo() |
Modifier and Type | Method and Description |
---|---|
static void |
getConnections(OServer server,
OJSONWriter json,
String databaseName) |
static void |
getDatabases(OServer server,
OJSONWriter json) |
static void |
getGlobalProperties(OServer server,
OJSONWriter json) |
static void |
getProperties(OServer server,
OJSONWriter json) |
static String |
getServerInfo(OServer server) |
static void |
getStorages(OServer server,
OJSONWriter json) |
public static String getServerInfo(OServer server) throws IOException
IOException
public static void getConnections(OServer server, OJSONWriter json, String databaseName) throws IOException
IOException
public static void getGlobalProperties(OServer server, OJSONWriter json) throws IOException
IOException
public static void getProperties(OServer server, OJSONWriter json) throws IOException
IOException
public static void getStorages(OServer server, OJSONWriter json) throws IOException
IOException
public static void getDatabases(OServer server, OJSONWriter json) throws IOException
IOException
Copyright © 2009–2020 OrientDB. All rights reserved.