Class ImportRDBParameters


  • public class ImportRDBParameters
    extends Object
    Parameters for Redis import operation.
    • Constructor Detail

      • ImportRDBParameters

        public ImportRDBParameters()
    • Method Detail

      • format

        public String format()
        Get the format value.
        Returns:
        the format value
      • withFormat

        public ImportRDBParameters withFormat​(String format)
        Set the format value.
        Parameters:
        format - the format value to set
        Returns:
        the ImportRDBParameters object itself.
      • files

        public List<String> files()
        Get the files value.
        Returns:
        the files value
      • withFiles

        public ImportRDBParameters withFiles​(List<String> files)
        Set the files value.
        Parameters:
        files - the files value to set
        Returns:
        the ImportRDBParameters object itself.