|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.io.nio.AbstractStoreManager
com.tangosol.io.nio.DirectStoreManager
Deprecated. use JournalBinaryStore instead
@Deprecated
public class DirectStoreManager
An implementation of BinaryStoreManager interface that uses BinaryMap objects built on the DirectBufferManager to provide BinaryStore objects.
| Constructor Summary | |
|---|---|
DirectStoreManager(int cbInitial, int cbMaximum)Deprecated. Construct a DirectStoreManager that uses BinaryMap objests built on the DirectBufferManager(s) with certain initial and maximum size. |
|
| Method Summary | |
|---|---|
protected ByteBufferManager |
createBufferManager()Deprecated. Create a ByteBufferManager to be used by a BinaryStore. |
| Methods inherited from class com.tangosol.io.nio.AbstractStoreManager |
|---|
createBinaryStore, destroyBinaryStore, getMaxCapacity, getMinCapacity, setMaxCapacity, setMinCapacity |
| Constructor Detail |
|---|
public DirectStoreManager(int cbInitial,
int cbMaximum)
cbInitial - the initial size of the managed bufferscbMaximum - the maximum size of the managed buffers| Method Detail |
|---|
protected ByteBufferManager createBufferManager()
createBufferManager in class AbstractStoreManager
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||