Interface BundlingScheme
- All Known Implementing Classes:
CacheStoreScheme
,DistributedScheme
,PagedTopicScheme
,RemoteCacheScheme
public interface BundlingScheme
BundlingScheme
s define how the bundling (batching)
of operations will occur and the BundleManager
used
to configure said bundling.- Since:
- Coherence 12.1.3
- Author:
- bko 2013.10.21
-
Method Summary
-
Method Details
-
getBundleManager
BundleManager getBundleManager()Obtains theBundleManager
.- Returns:
- the BundleManager
-