@MXBeanDescription(value="MBean that provides access to S3 checkpoint SPI configuration.") public interface S3CheckpointSpiMBean extends IgniteSpiManagementMBean
S3CheckpointSpi
.Modifier and Type | Method and Description |
---|---|
String |
getAccessKey() |
String |
getBucketEndpoint() |
String |
getBucketName()
Gets S3 bucket name to use.
|
String |
getProxyHost() |
int |
getProxyPort() |
String |
getProxyUsername() |
String |
getSSEAlgorithm() |
getIgniteHome, getLocalNodeId, getName, getStartTimestamp, getStartTimestampFormatted, getUpTime, getUpTimeFormatted
@MXBeanDescription(value="S3 bucket name.") String getBucketName()
@MXBeanDescription(value="S3 bucket endpoint.") String getBucketEndpoint()
@MXBeanDescription(value="S3 server-side encryption algorithm.") String getSSEAlgorithm()
@MXBeanDescription(value="S3 access key.") String getAccessKey()
@MXBeanDescription(value="HTTP proxy host.") String getProxyHost()
@MXBeanDescription(value="HTTP proxy port.") int getProxyPort()
@MXBeanDescription(value="HTTP proxy user name.") String getProxyUsername()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024