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