Class Deployment
java.lang.Object
org.apache.geode.management.configuration.AbstractConfiguration<R>
org.apache.geode.management.configuration.GroupableConfiguration<DeploymentInfo>
org.apache.geode.management.configuration.Deployment
- All Implemented Interfaces:
Serializable,Identifiable<String>,JsonSerializable,HasFile
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.geode.management.configuration.AbstractConfiguration
CLUSTERFields inherited from interface org.apache.geode.management.configuration.HasFile
CONFIG_PARAM, FILE_PARAM -
Constructor Summary
ConstructorsConstructorDescriptionDeployment(String jarFileName, String deployedBy, String deployedTime) Deployment(Deployment deployment, File jarFile) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFile()getId()Returns the attribute of the configuration that uniquely identifies itgetLinks()inthashCode()voidsetDeployedBy(String deployedBy) For internal use onlyvoidsetDeployedTime(String deployedTime) For internal use onlyvoidvoidsetFileName(String jarFileName) toString()Methods inherited from class org.apache.geode.management.configuration.GroupableConfiguration
getGroup, setGroupMethods inherited from class org.apache.geode.management.configuration.AbstractConfiguration
getGroupName, isCluster, isGlobalRuntime
-
Field Details
-
DEPLOYMENT_ENDPOINT
- See Also:
-
-
Constructor Details
-
Deployment
public Deployment() -
Deployment
-
Deployment
-
-
Method Details
-
getFile
-
getFilePath
-
setFile
-
getId
Description copied from class:AbstractConfigurationReturns the attribute of the configuration that uniquely identifies it- Specified by:
getIdin interfaceIdentifiable<String>- Specified by:
getIdin classAbstractConfiguration<DeploymentInfo>- Returns:
- an identifier uniquely identifying this Object.
-
getFileName
- Specified by:
getFileNamein interfaceHasFile
-
setFileName
-
getDeployedTime
-
setDeployedTime
For internal use only- Parameters:
deployedTime- the deployed time value
-
getDeployedBy
-
setDeployedBy
For internal use only- Parameters:
deployedBy- the deployed by value
-
getLinks
- Specified by:
getLinksin classAbstractConfiguration<DeploymentInfo>
-
toString
-
equals
- Overrides:
equalsin classGroupableConfiguration<DeploymentInfo>
-
hashCode
public int hashCode()- Overrides:
hashCodein classGroupableConfiguration<DeploymentInfo>
-
getCreationCommandType
- Overrides:
getCreationCommandTypein classAbstractConfiguration<DeploymentInfo>
-