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
.
DEFAULT_EVENT_PARALLELISM
static final int DEFAULT_EVENT_PARALLELISM
- Default ordered event parallelism
- See Also:
- Constant Field Values
getOrderedEventParallelism
int getOrderedEventParallelism()
- Indicates over how many buckets should ordered events be spread
- Returns:
- the number of buckets to use