private static interface MasterProcedureScheduler.QueueInterface
Modifier and Type | Method and Description |
---|---|
void |
add(Procedure proc,
boolean addFront) |
boolean |
isAvailable() |
boolean |
isEmpty() |
boolean |
isSuspended() |
Procedure |
peek() |
Procedure |
poll() |
boolean |
requireExclusiveLock(Procedure proc) |
int |
size() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.