SMILA (incubation) API documentation

org.eclipse.smila.binarystorage.persistence.efs
Class EFSFlatManager

java.lang.Object
  extended by org.eclipse.smila.binarystorage.persistence.BinaryPersistence
      extended by org.eclipse.smila.binarystorage.persistence.efs.EFSBinaryPersistence
          extended by org.eclipse.smila.binarystorage.persistence.efs.EFSFlatManager

public class EFSFlatManager
extends EFSBinaryPersistence

EFS Flat structure implementation.

Author:
mcimpean

Constructor Summary
EFSFlatManager(BinaryStorageConfiguration binaryStorageConfig)
          Basic constructor.
 
Method Summary
 
Methods inherited from class org.eclipse.smila.binarystorage.persistence.efs.EFSBinaryPersistence
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

EFSFlatManager

public EFSFlatManager(BinaryStorageConfiguration binaryStorageConfig)
               throws BinaryStorageException
Basic constructor.

Parameters:
binaryStorageConfig -
Throws:
BinaryStorageException

SMILA (incubation) API documentation