Uses of Package
org.terracotta.async

Packages that use org.terracotta.async
org.terracotta.async   
org.terracotta.async.configs   
org.terracotta.async.errorhandlers   
org.terracotta.async.scatterpolicies   
org.terracotta.async.stealpolicies   
 

Classes in org.terracotta.async used by org.terracotta.async
AsyncConfig
          Allows the AsyncCoordinator to be configured with various parameters.
ItemProcessor
          Implements the logic that is required to process a certain type of item.
ItemScatterPolicy
          Scatter policy instances control how items are distributed amongst the local buckets.
ProcessingBucket
          ProcessingBucket instances are used a striped collection to store the work items that are awaiting processing on each node.
ProcessingBucketListener
          ProcessingBucketListener instances can be registered with ProcessingBucket instances in order to receive notifications related to the bucket's activity.
QuarantinedItemsFilter
          An interface for implementing a filter for quarantined items before they're actually processed.
ScatterPolicy
          Deprecated. Please use ItemScatterPolicy
StealPolicy
          Allows programmatic control of the conditions under which buckets may steal from other buckets.
 

Classes in org.terracotta.async used by org.terracotta.async.configs
AsyncConfig
          Allows the AsyncCoordinator to be configured with various parameters.
AsyncConfig2
           
 

Classes in org.terracotta.async used by org.terracotta.async.errorhandlers
AsyncErrorHandler
          Instances of AsyncErrorHandler are used to provide custom exception handling for async work items.
ProcessingBucket
          ProcessingBucket instances are used a striped collection to store the work items that are awaiting processing on each node.
 

Classes in org.terracotta.async used by org.terracotta.async.scatterpolicies
ItemScatterPolicy
          Scatter policy instances control how items are distributed amongst the local buckets.
ScatterPolicy
          Deprecated. Please use ItemScatterPolicy
 

Classes in org.terracotta.async used by org.terracotta.async.stealpolicies
ProcessingBucket
          ProcessingBucket instances are used a striped collection to store the work items that are awaiting processing on each node.
StealPolicy
          Allows programmatic control of the conditions under which buckets may steal from other buckets.
 



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.