SMILA (incubation) API documentation

org.eclipse.smila.binarystorage.internal.impl.persistence.filesystem
Class IOFlatManager

java.lang.Object
  extended by org.eclipse.smila.binarystorage.persistence.BinaryPersistence
      extended by org.eclipse.smila.binarystorage.internal.impl.persistence.filesystem.IOBinaryPersistence
          extended by org.eclipse.smila.binarystorage.internal.impl.persistence.filesystem.IOFlatManager

public class IOFlatManager
extends IOBinaryPersistence

Flat structure implementation.

Author:
mcimpean

Constructor Summary
IOFlatManager(BinaryStorageConfiguration binaryStorageConfig)
          Basic constructor.
 
Method Summary
 
Methods inherited from class org.eclipse.smila.binarystorage.internal.impl.persistence.filesystem.IOBinaryPersistence
cleanup, deleteBinary, fetchSize, loadBinaryAsByteArray, loadBinaryAsInputStream, storeBinary, storeBinary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOFlatManager

public IOFlatManager(BinaryStorageConfiguration binaryStorageConfig)
              throws BinaryStorageException
Basic constructor.

Parameters:
binaryStorageConfig -
Throws:
BinaryStorageException

SMILA (incubation) API documentation