Interface UriDeploymentSpiMBean
-
- All Superinterfaces:
IgniteSpiManagementMBean
@Deprecated @MXBeanDescription("MBean that provides access to URI deployment SPI configuration.") public interface UriDeploymentSpiMBean extends IgniteSpiManagementMBean
Deprecated.Will be replaced with the IgniteClassPath in the next versions.Management bean forUriDeploymentSpi.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetTemporaryDirectoryPath()Deprecated.Gets temporary directory path.List<String>getUriList()Deprecated.Gets list of URIs that are processed by SPI.booleanisCheckMd5()Deprecated.Indicates if this SPI should check new deployment units md5 for redundancy.-
Methods inherited from interface org.apache.ignite.spi.IgniteSpiManagementMBean
getIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted
-
-
-
-
Method Detail
-
getTemporaryDirectoryPath
@MXBeanDescription("Temporary directory path.") String getTemporaryDirectoryPath()
Deprecated.Gets temporary directory path.- Returns:
- Temporary directory path.
-
getUriList
@MXBeanDescription("List of URIs.") List<String> getUriList()
Deprecated.Gets list of URIs that are processed by SPI.- Returns:
- List of URIs.
-
isCheckMd5
@MXBeanDescription("Indicates if MD5 check is enabled.") boolean isCheckMd5()
Deprecated.Indicates if this SPI should check new deployment units md5 for redundancy.- Returns:
- if files are ckecked for redundancy.
-
-