Interface BucketLifeCycleListener<IN,BucketID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bucketCreated(Bucket<IN,BucketID> bucket)
Notifies a new bucket has been created.void
bucketInactive(Bucket<IN,BucketID> bucket)
Notifies a bucket become inactive.
-