org.infinispan.loaders.bucket
Interface BucketBasedCacheStore.BucketHandler

All Known Implementing Classes:
BucketBasedCacheStore.CollectionGeneratingBucketHandler
Enclosing class:
BucketBasedCacheStore

protected static interface BucketBasedCacheStore.BucketHandler


Method Summary
 boolean handle(Bucket bucket)
          Handles a bucket that is passed in.
 

Method Detail

handle

boolean handle(Bucket bucket)
               throws CacheLoaderException
Handles a bucket that is passed in.

Parameters:
bucket - bucket to handle. Cannot be null.
Returns:
true if no more buckets should be passed in (enoiugh buckets have been handled). false otherwise.
Throws:
CacheLoaderException

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.