Uses of Class
org.apache.flink.runtime.rest.messages.queue.QueueStatus.Id
-
Packages that use QueueStatus.Id Package Description org.apache.flink.runtime.rest.messages.queue -
-
Uses of QueueStatus.Id in org.apache.flink.runtime.rest.messages.queue
Methods in org.apache.flink.runtime.rest.messages.queue that return QueueStatus.Id Modifier and Type Method Description QueueStatus.IdQueueStatus. getId()static QueueStatus.IdQueueStatus.Id. valueOf(String name)Returns the enum constant of this type with the specified name.static QueueStatus.Id[]QueueStatus.Id. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.rest.messages.queue with parameters of type QueueStatus.Id Constructor Description QueueStatus(QueueStatus.Id id)
-