|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.layerindependent.servicehelper.PropertiesManager
org.gcube.contentmanagement.layerindependent.servicehelper.StorageManagementProperties
public class StorageManagementProperties
Field Summary | |
---|---|
static java.lang.String |
ABSOLUTE_PATH_PLACEHOLDER_FOR_ETC_SMS
String that will get replaced in configuration properties with the actual absulute path to $GLOBUS_LOCATION$/etc/StorageManagementService... |
static java.lang.String |
DEFAULT_BUFFER_SIZE_PROPERTY_NAME
Defines the name of the property to set the default buffer size that should be used |
static java.lang.String |
DEFAULT_RAW_FILE_CONTENT_MANAGER_PROPERTY_NAME
Defines the name of the property to set the RawFileContentManager that should be used by default. |
static java.lang.String |
DEFAULT_RELATIONSHIP_AND_PROPERTY_MANAGER_PROPERTY_NAME
Defines of name of the property to set the RelationshipAndPropertyManager that should be used by default |
static java.lang.String |
DEFAULT_SMALL_SIZE_PROPERTY_NAME
Defines the name of the property to set the default small file size threshold that should be used |
static java.lang.String |
MANAGER_PROPERTY_NAME
|
static java.lang.String |
MANAGERS_NUMBER_PROPERTY_NAME
|
static java.lang.String |
PERFORM_ADDITIONAL_CHECKS_PROPERTY_NAME
Parameter in configuration file to turn additional checks on or off (boolean value). |
static java.lang.String |
PROTOCOL_HANDLER_PROPERTY_NAME
|
static java.lang.String |
PROTOCOL_HANDLERS_NUMBER_PROPERTY_NAME
Defines the prefix of all properties that set the protocol handler chain |
Constructor Summary | |
---|---|
StorageManagementProperties()
|
Method Summary | |
---|---|
java.lang.String |
getConfigFilename()
|
static StorageManagementProperties |
getInstance()
|
void |
setDefaults()
|
Methods inherited from class org.gcube.contentmanagement.layerindependent.servicehelper.PropertiesManager |
---|
getArrayProperty, getBooleanProperty, getIntegerProperty, getProperty, getPropertyDefault, loadFromDir, setPropertyDefault |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PERFORM_ADDITIONAL_CHECKS_PROPERTY_NAME
public static final java.lang.String DEFAULT_RAW_FILE_CONTENT_MANAGER_PROPERTY_NAME
org.gcube.contentmanagement.baselayer.RawFileContentManager
,
Constant Field Valuespublic static final java.lang.String DEFAULT_RELATIONSHIP_AND_PROPERTY_MANAGER_PROPERTY_NAME
org.gcube.contentmanagement.baselayer.RelationshipAndPropertyManager
,
Constant Field Valuespublic static final java.lang.String DEFAULT_BUFFER_SIZE_PROPERTY_NAME
org.gcube.contentmanagement.baselayer.BaseLayerStream#getDefaultBufferSize()
,
Constant Field Valuespublic static final java.lang.String DEFAULT_SMALL_SIZE_PROPERTY_NAME
public static final java.lang.String PROTOCOL_HANDLERS_NUMBER_PROPERTY_NAME
public static final java.lang.String PROTOCOL_HANDLER_PROPERTY_NAME
public static final java.lang.String MANAGERS_NUMBER_PROPERTY_NAME
public static final java.lang.String MANAGER_PROPERTY_NAME
public static final java.lang.String ABSOLUTE_PATH_PLACEHOLDER_FOR_ETC_SMS
Constructor Detail |
---|
public StorageManagementProperties()
Method Detail |
---|
public java.lang.String getConfigFilename()
getConfigFilename
in class PropertiesManager
public static StorageManagementProperties getInstance()
public void setDefaults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |