public class JobQueue extends Object
Constructor and Description |
---|
JobQueue() |
Modifier and Type | Method and Description |
---|---|
void |
addEntry(org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry entry) |
org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry |
getExecutingEntry() |
boolean |
isEmpty() |
org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry |
poll() |
void |
setExecutingEntry(org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry executingEntry) |
String |
toString() |
public void addEntry(org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry entry)
public boolean isEmpty()
@Nullable public org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry poll()
@Nullable public org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry getExecutingEntry()
public void setExecutingEntry(@Nullable org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry executingEntry)
Copyright © 2020 OpenDaylight. All rights reserved.