All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.robothy.s3.rest.bootstrap.LocalS3Mode Maven / Gradle / Ivy

package com.robothy.s3.rest.bootstrap;

public enum LocalS3Mode {

  /**
   * Persist the data.
   */
  PERSISTENCE,

  /**
   * Store data in memory. Data will be lost after restart the service.
   */
  IN_MEMORY
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy