Class ScatteringStoreDataAccessor

java.lang.Object
com.mckoi.store.ScatteringStoreDataAccessor

public class ScatteringStoreDataAccessor extends Object
An implementation of StoreDataAccessor that scatters the addressible data resource across multiple files in the file system. When one store data resource reaches a certain threshold size, the content 'flows' over to the next file.
Author:
Tobias Downer
  • Constructor Details

    • ScatteringStoreDataAccessor

      public ScatteringStoreDataAccessor(File path, String file_name, String first_ext, long max_slice_size)
      Constructs the store data accessor.
  • Method Details