Uses of Enum Class
com.orientechnologies.orient.core.storage.OStorage.STATUS
Packages that use OStorage.STATUS
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OStorage.STATUS in com.orientechnologies.orient.client.remote
Fields in com.orientechnologies.orient.client.remote declared as OStorage.STATUSMethods in com.orientechnologies.orient.client.remote that return OStorage.STATUSConstructors in com.orientechnologies.orient.client.remote with parameters of type OStorage.STATUSModifierConstructorDescriptionORemoteClient(ORemoteURLs hosts, String name, OrientDBRemote context, ORemoteConnectionManager connectionManager, OStorage.STATUS status, OContextConfiguration config) -
Uses of OStorage.STATUS in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that return OStorage.STATUSModifier and TypeMethodDescriptionOStorage.getStatus()Returns the current storage's statusstatic OStorage.STATUSReturns the enum constant of this class with the specified name.static OStorage.STATUS[]OStorage.STATUS.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OStorage.STATUS in com.orientechnologies.orient.core.storage.impl.local
Fields in com.orientechnologies.orient.core.storage.impl.local declared as OStorage.STATUSMethods in com.orientechnologies.orient.core.storage.impl.local that return OStorage.STATUS