com.datumbox.framework.common.storage.abstracts
Class AbstractFileStorageConfiguration
- java.lang.Object
-
- com.datumbox.framework.common.storage.abstracts.AbstractFileStorageConfiguration
-
- All Implemented Interfaces:
- Configurable, StorageConfiguration
- Direct Known Subclasses:
- InMemoryConfiguration
public abstract class AbstractFileStorageConfiguration extends java.lang.Object implements StorageConfiguration
Parent class of all File-based Storage Configurations.
-
-
Constructor Summary
Constructors Constructor and Description AbstractFileStorageConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetDirectory()Getter for the directory where the data files are stored.java.lang.StringgetStorageNameSeparator()Returns the separator that is used in the storage names.voidsetDirectory(java.lang.String directory)Setter for the directory where the data files are stored.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.datumbox.framework.common.storage.interfaces.StorageConfiguration
createStorageEngine
-
Methods inherited from interface com.datumbox.framework.common.interfaces.Configurable
load
-
-
-
-
Method Detail
-
getStorageNameSeparator
public java.lang.String getStorageNameSeparator()
Returns the separator that is used in the storage names. Usually the storage names used by the algorithms are concatenations of various words separated by this character.- Specified by:
getStorageNameSeparatorin interfaceStorageConfiguration- Returns:
-
getDirectory
public java.lang.String getDirectory()
Getter for the directory where the data files are stored.- Returns:
-
setDirectory
public void setDirectory(java.lang.String directory)
Setter for the directory where the data files are stored.- Parameters:
directory-
-
-
DataMelt 3.0 © DataMelt by jWork.ORG