|
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.DirectStoreManager
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)
Construct a DirectStoreManager that uses BinaryMap objests built on the DirectBufferManager(s) with certain initial and maximum size. |
|
| Method Summary | |
|---|---|
protected ByteBufferManager |
createBufferManager()
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
|
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 | |||||||