Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.coherence.config.scheme
Interface BundlingScheme

All Known Implementing Classes:
CacheStoreScheme, DistributedScheme, RemoteCacheScheme

public interface BundlingScheme

BundlingSchemes 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
 BundleManager getBundleManager()
          Obtains the BundleManager.

 

Method Detail

getBundleManager

BundleManager getBundleManager()
Obtains the BundleManager.
Returns:
the BundleManager

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.