|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemScatterPolicy | |
|---|---|
| org.terracotta.async | |
| org.terracotta.async.scatterpolicies | |
| Uses of ItemScatterPolicy in org.terracotta.async |
|---|
| Methods in org.terracotta.async with parameters of type ItemScatterPolicy | |
|---|---|
void |
AsyncCoordinator.start(ItemProcessor<I> processor,
int processingConcurrency,
ItemScatterPolicy<? super I> policy)
Start the coordinator. |
| Uses of ItemScatterPolicy in org.terracotta.async.scatterpolicies |
|---|
| Classes in org.terracotta.async.scatterpolicies that implement ItemScatterPolicy | |
|---|---|
class |
HashCodeScatterPolicy
ItemScatterPolicy that will select the bucket based on the Item's hash code. |
class |
SingleBucketScatterPolicy
A simplistic scatter policy that directs all work items in to the first bucket. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||