Uses of Enum Class
com.orientechnologies.orient.core.storage.OCluster.ATTRIBUTES
Packages that use OCluster.ATTRIBUTES
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 OCluster.ATTRIBUTES in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type OCluster.ATTRIBUTESModifier and TypeMethodDescriptionOClusterRemote.set(OCluster.ATTRIBUTES iAttribute, Object iValue) -
Uses of OCluster.ATTRIBUTES in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that return OCluster.ATTRIBUTESModifier and TypeMethodDescriptionstatic OCluster.ATTRIBUTESReturns the enum constant of this class with the specified name.static OCluster.ATTRIBUTES[]OCluster.ATTRIBUTES.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.core.storage with parameters of type OCluster.ATTRIBUTESModifier and TypeMethodDescriptionbooleanOStorage.setClusterAttribute(int id, OCluster.ATTRIBUTES attribute, Object value) -
Uses of OCluster.ATTRIBUTES in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local with parameters of type OCluster.ATTRIBUTESModifier and TypeMethodDescriptionbooleanOAbstractPaginatedStorage.setClusterAttribute(int id, OCluster.ATTRIBUTES attribute, Object value)