org.ehcache.core.config.events
Interface StoreEventSourceConfiguration

All Superinterfaces:
ServiceConfiguration<Store.Provider>
All Known Implementing Classes:
DefaultEventSourceConfiguration

public interface StoreEventSourceConfiguration
extends ServiceConfiguration<Store.Provider>

StoreEventSourceConfiguration


Field Summary
static int DEFAULT_EVENT_PARALLELISM
           
 
Method Summary
 int getOrderedEventParallelism()
          Indicates over how many buckets should ordered events be spread
 
Methods inherited from interface org.ehcache.spi.service.ServiceConfiguration
getServiceType
 

Field Detail

DEFAULT_EVENT_PARALLELISM

static final int DEFAULT_EVENT_PARALLELISM
See Also:
Constant Field Values
Method Detail

getOrderedEventParallelism

int getOrderedEventParallelism()
Indicates over how many buckets should ordered events be spread

Returns:
the number of buckets to use