server.utils

fileManagerLibrary

package fileManagerLibrary

Visibility
  1. Public
  2. All

Type Members

  1. case class Bounds(init: Long, offset: Long) extends Product with Serializable

    Bounds of a value in the byte array.

  2. trait RemoveStrategy extends AnyRef

    Trait that every algorithm that implements the removal of a section from a file has to implement.

  3. class SingleFileManager extends FileManager

    A SingleFileManager saves for each map a file of maps and a file of values.

  4. class SpoolerRemove extends RemoveStrategy

    It's an implementation of the Remove strategy.

Ungrouped