Class DirectStoreManager

All Implemented Interfaces:
BinaryStoreManager

@Deprecated public class DirectStoreManager extends AbstractStoreManager
Deprecated.
use JournalBinaryStore instead
An implementation of BinaryStoreManager interface that uses BinaryMap objects built on the DirectBufferManager to provide BinaryStore objects.
Since:
Coherence 2.4
Author:
gg 2004.06.09
  • Constructor Details

    • DirectStoreManager

      public DirectStoreManager(int cbInitial, int cbMaximum)
      Deprecated.
      Construct a DirectStoreManager that uses BinaryMap objests built on the DirectBufferManager(s) with certain initial and maximum size.
      Parameters:
      cbInitial - the initial size of the managed buffers
      cbMaximum - the maximum size of the managed buffers
  • Method Details