|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessingBucket | |
|---|---|
| org.terracotta.async | |
| org.terracotta.async.errorhandlers | |
| org.terracotta.async.stealpolicies | |
| Uses of ProcessingBucket in org.terracotta.async |
|---|
| Methods in org.terracotta.async that return types with arguments of type ProcessingBucket | |
|---|---|
Collection<ProcessingBucket<I>> |
AsyncCoordinator.getLocalBuckets()
Returns the processing buckets that are local to the current node. |
| Methods in org.terracotta.async with parameters of type ProcessingBucket | |
|---|---|
void |
AsyncErrorHandler.onError(ProcessingBucket bucket,
Throwable exception)
Called when a work item throws during execution. |
boolean |
StealPolicy.shouldSteal(ProcessingBucket<I> victim,
ProcessingBucket<I> thief)
Returns true if the thief bucket can steal work items from the victim bucket. |
boolean |
StealPolicy.shouldSteal(ProcessingBucket<I> victim,
ProcessingBucket<I> thief)
Returns true if the thief bucket can steal work items from the victim bucket. |
| Uses of ProcessingBucket in org.terracotta.async.errorhandlers |
|---|
| Methods in org.terracotta.async.errorhandlers with parameters of type ProcessingBucket | |
|---|---|
void |
LoggingErrorHandler.onError(ProcessingBucket bucket,
Throwable exception)
|
| Uses of ProcessingBucket in org.terracotta.async.stealpolicies |
|---|
| Methods in org.terracotta.async.stealpolicies with parameters of type ProcessingBucket | |
|---|---|
boolean |
NeverStealPolicy.shouldSteal(ProcessingBucket<I> victim,
ProcessingBucket<I> thief)
|
boolean |
NeverStealPolicy.shouldSteal(ProcessingBucket<I> victim,
ProcessingBucket<I> thief)
|
boolean |
FallBehindStealPolicy.shouldSteal(ProcessingBucket<I> victim,
ProcessingBucket<I> thief)
|
boolean |
FallBehindStealPolicy.shouldSteal(ProcessingBucket<I> victim,
ProcessingBucket<I> thief)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||