Uses of Enum
com.orientechnologies.orient.server.distributed.impl.task.ONewDeltaTaskResponse.ResponseType
Packages that use ONewDeltaTaskResponse.ResponseType
-
Uses of ONewDeltaTaskResponse.ResponseType in com.orientechnologies.orient.server.distributed.impl.task
Methods in com.orientechnologies.orient.server.distributed.impl.task that return ONewDeltaTaskResponse.ResponseTypeModifier and TypeMethodDescriptionONewDeltaTaskResponse.getResponseType()Returns the enum constant of this type with the specified name.static ONewDeltaTaskResponse.ResponseType[]ONewDeltaTaskResponse.ResponseType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.orientechnologies.orient.server.distributed.impl.task with parameters of type ONewDeltaTaskResponse.ResponseTypeModifierConstructorDescriptionONewDeltaTaskResponse(ONewDeltaTaskResponse.ResponseType responseType)