public class TapeLocalQCriticalHandler extends Object implements LocalQCriticalHandler
Constructor and Description |
---|
TapeLocalQCriticalHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
handleCriticalAdd(LocalQCacheOpQueue localQCacheOpQueue,
LocalQCacheOp toAdd,
Throwable t)
Should try to "somehow" solve the critical situation of adding on this queue, may retry adding to queue.
|
boolean |
handleCriticalPeek(LocalQCacheOpQueue localQCacheOpQueue,
Throwable t)
Should try to "somehow" solve the critical situation of peeking on this queue.
|
boolean |
handleCriticalRemove(LocalQCacheOpQueue localQCacheOpQueue,
LocalQCacheOp toRemove,
Throwable t)
Should try to "somehow" solve the critical situation of removing on this queue, may retry removing from queue.
|
public boolean handleCriticalAdd(LocalQCacheOpQueue localQCacheOpQueue, LocalQCacheOp toAdd, Throwable t)
LocalQCriticalHandler
handleCriticalAdd
in interface LocalQCriticalHandler
LocalQCacheOp
was successfully addedpublic boolean handleCriticalPeek(LocalQCacheOpQueue localQCacheOpQueue, Throwable t)
LocalQCriticalHandler
handleCriticalPeek
in interface LocalQCriticalHandler
public boolean handleCriticalRemove(LocalQCacheOpQueue localQCacheOpQueue, LocalQCacheOp toRemove, Throwable t)
LocalQCriticalHandler
handleCriticalRemove
in interface LocalQCriticalHandler
LocalQCacheOp
was successfully removedCopyright © 2002-2021 Atlassian. All Rights Reserved.