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 theBundleManager
used to configure said bundling.- Since:
- Coherence 12.1.3
- Author:
- bko 2013.10.21
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BundleManager
getBundleManager()
Obtains theBundleManager
.
-
-
-
Method Detail
-
getBundleManager
BundleManager getBundleManager()
Obtains theBundleManager
.- Returns:
- the BundleManager
-
-