@MXBeanDescription(value="MBean that provides access to URI deployment SPI configuration.") public interface UriDeploymentSpiMBean extends IgniteSpiManagementMBean
UriDeploymentSpi
.Modifier and Type | Method and Description |
---|---|
String |
getTemporaryDirectoryPath()
Gets temporary directory path.
|
List<String> |
getUriList()
Gets list of URIs that are processed by SPI.
|
boolean |
isCheckMd5()
Indicates if this SPI should check new deployment units md5 for redundancy.
|
getIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted
@MXBeanDescription(value="Temporary directory path.") String getTemporaryDirectoryPath()
@MXBeanDescription(value="List of URIs.") List<String> getUriList()
@MXBeanDescription(value="Indicates if MD5 check is enabled.") boolean isCheckMd5()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024