|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.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,
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. |
File |
getDirectory()
Obtain the directory to use for MappedBufferManager(s). |
void |
setDirectory(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,
File dir)
cbInitial - the initial size of the managed bufferscbMaximum - the maximum size of the managed buffers| Method Detail |
|---|
public File getDirectory()
public void setDirectory(File dir)
dir - the File object representing the directory, or null
to use the default locationprotected ByteBufferManager createBufferManager()
createBufferManager in class AbstractStoreManager
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||