org.ehcache.core.config.store
Interface StoreEventSourceConfiguration

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

public interface StoreEventSourceConfiguration
extends ServiceConfiguration<Store.Provider>

ServiceConfiguration used by the EhcacheManager to populate the ordered event parallelism in the StoreConfigurationImpl.


Field Summary
static int DEFAULT_EVENT_PARALLELISM
          Default ordered 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
Default ordered 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