| |
|
| java.lang.Object org.continuent.sequoia.controller.loadbalancer.BackendTaskQueueEntry
BackendTaskQueueEntry | public BackendTaskQueueEntry(AbstractTask task, LinkedList queue, boolean isACommitOrRollback)(Code) | | Creates a new BackendTaskQueueEntry object
Parameters: task - the task to put in the entry Parameters: queue - the queue in which the task has been posted Parameters: isACommitOrRollback - true if the task is a commit or a rollback |
getProcessingThread | final public BackendWorkerThread getProcessingThread()(Code) | | Returns the processingThread value (null if no BackendWorkerThread is
currently processing the task).
Returns the processingThread. |
getQueue | final public LinkedList getQueue()(Code) | | Returns the queue in which the task has been posted.
Returns the queue holding the query. |
getTask | final public AbstractTask getTask()(Code) | | Returns the task value.
Returns the task. |
isACommitOrRollback | final public boolean isACommitOrRollback()(Code) | | Returns the isACommitOrRollback value.
Returns the isACommitOrRollback. |
setProcessingThread | final public void setProcessingThread(BackendWorkerThread processingThread)(Code) | | Sets the processingThread value.
Parameters: processingThread - The processingThread to set. |
setQueue | public void setQueue(LinkedList queue)(Code) | | Sets the queue value.
Parameters: queue - The queue to set. |
|
|
|