|
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.MappedStoreManager
public class MappedStoreManager
An implementation of BinaryStoreManager interface that uses BinaryMap objects built on the MappedBufferManager to provide BinaryStore objects.
| Constructor Summary | |
|---|---|
MappedStoreManager(int cbInitial, int cbMaximum, java.io.File dir)Construct a DirectStoreManager that uses BinaryMap objests built on the MappedBufferManager(s) with certain initial and maximum size. |
|
| Method Summary | |
|---|---|
protected ByteBufferManager |
createBufferManager()Create a ByteBufferManager to be used by a BinaryStore. |
java.io.File |
getDirectory()Obtain the directory to use for MappedBufferManager(s). |
void |
setDirectory(java.io.File dir)Specify the directory to use for MappedBufferManager(s). |
| Methods inherited from class com.tangosol.io.nio.AbstractStoreManager |
|---|
createBinaryStore, destroyBinaryStore, getMaxCapacity, getMinCapacity, setMaxCapacity, setMinCapacity |
| Constructor Detail |
|---|
public MappedStoreManager(int cbInitial,
int cbMaximum,
java.io.File dir)
cbInitial - the initial size of the managed bufferscbMaximum - the maximum size of the managed buffers| Method Detail |
|---|
public java.io.File getDirectory()
public void setDirectory(java.io.File dir)
dir - the File object representing the directory, or null to use the default locationprotected 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 | |||||||