Class OServerInfo
java.lang.Object
com.orientechnologies.orient.server.OServerInfo
Returns information about the server.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetConnections(OServer server, OJSONWriter json, String databaseName) static voidgetDatabases(OServer server, OJSONWriter json) static voidgetGlobalProperties(OServer server, OJSONWriter json) static voidgetProperties(OServer server, OJSONWriter json) static StringgetServerInfo(OServer server) static voidgetStorages(OServer server, OJSONWriter json)
-
Constructor Details
-
OServerInfo
public OServerInfo()
-
-
Method Details
-
getServerInfo
- Throws:
IOException
-
getConnections
public static void getConnections(OServer server, OJSONWriter json, String databaseName) throws IOException - Throws:
IOException
-
getGlobalProperties
- Throws:
IOException
-
getProperties
- Throws:
IOException
-
getStorages
- Throws:
IOException
-
getDatabases
- Throws:
IOException
-