Package binaryFileStorage
Class BinaryStoreSettings
java.lang.Object
binaryFileStorage.BinaryStoreSettings
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
public class BinaryStoreSettings
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
Channel shift parameter for secondary binary storage units.boolean
int
long
boolean
int
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
Get a set of data that describes all of the parameters in a classboolean
void
setNoiseStoreType
(NoiseStoreType noiseStoreType) void
setStoreLocation
(String storeLocation)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
datedSubFolders
public boolean datedSubFolders -
autoNewFiles
public boolean autoNewFiles -
fileSeconds
public int fileSeconds -
limitFileSize
public boolean limitFileSize -
maxFileSize
public int maxFileSize -
lastZippedFileDate
public long lastZippedFileDate -
channelShift
public int channelShiftChannel shift parameter for secondary binary storage units. Will always be zero for the main binary store.
-
-
Constructor Details
-
BinaryStoreSettings
public BinaryStoreSettings()
-
-
Method Details
-
clone
-
getMaxSizeMegas
public int getMaxSizeMegas() -
getStoreLocation
-
setStoreLocation
-
isDatedSubFolders
public boolean isDatedSubFolders() -
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-
getNoiseStoreType
- Returns:
- the noiseStoreType
-
setNoiseStoreType
- Parameters:
noiseStoreType
- the noiseStoreType to set
-