Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Package com.tangosol.coherence.config.builder.storemanager

Defines external Store Manager Builder implementations for Coherence caches

See:
          Description

Interface Summary
BinaryStoreManagerBuilder A BinaryStoreManagerBuilder is responsible for realizing BinaryStoreManagers.
BinaryStoreManagerBuilderCustomization A BinaryStoreManagerBuilderCustomization class is one that allows or potentially requires, a BinaryStoreManagerBuilder for the purposes of realizing a BinaryStoreManager.

 

Class Summary
AbstractNioManagerBuilder The AbstractNioManagerBuilder class is an abstract class used to build an NIO file manager or an NIO memory manager.
AbstractStoreManagerBuilder The AbstractStoreManagerBuilder class builds an instance of a BinaryStoreManager.
AsyncStoreManagerBuilder The AsyncStoreManagerBuilder class builds and instance of an AsyncBinaryStoreManager.
BdbStoreManagerBuilder The BdbStoreManagerBuilder class builds an instance of a BerkeleyDBBinaryStoreManager.
CustomStoreManagerBuilder The CustomStoreManagerBuilder class builds an instance of a custom BinaryStoreManager.
LhFileManagerBuilder Deprecated. as of 12.1.2, use Berkeley DB for similar functionality
NioFileManagerBuilder The NioFileManagerBuilder class builds an instance of a MappedStoreManager.
NioMemoryManagerBuilder The NioMemoryManagerBuilder class builds an instance of a DirectStoreManager.

 

Package com.tangosol.coherence.config.builder.storemanager Description

Defines external Store Manager Builder implementations for Coherence caches


Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


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