- S3CheckpointSpi - Class in org.apache.ignite.spi.checkpoint.s3
-
This class defines Amazon S3-based implementation for checkpoint SPI.
- S3CheckpointSpi() - Constructor for class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
-
- S3CheckpointSpiMBean - Interface in org.apache.ignite.spi.checkpoint.s3
-
- saveCheckpoint(String, byte[], long, boolean) - Method in class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
- setAwsCredentials(AWSCredentials) - Method in class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
-
Sets AWS credentials.
- setAwsCredentials(AWSCredentials) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.TcpDiscoveryS3IpFinder
-
Sets AWS credentials.
- setAwsCredentialsProvider(AWSCredentialsProvider) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.TcpDiscoveryS3IpFinder
-
Sets AWS credentials provider.
- setBucketEndpoint(String) - Method in class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
-
Sets bucket endpoint.
- setBucketEndpoint(String) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.TcpDiscoveryS3IpFinder
-
Sets bucket endpoint for IP finder.
- setBucketName(String) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.TcpDiscoveryS3IpFinder
-
Sets bucket name for IP finder.
- setBucketNameSuffix(String) - Method in class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
-
Sets bucket name suffix.
- setCheckpointListener(CheckpointListener) - Method in class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
- setClientConf(ClientConfiguration) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.AwsKmsEncryptionService
-
AWS client configuration.
- setClientConfiguration(ClientConfiguration) - Method in class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
-
Sets Amazon client configuration.
- setClientConfiguration(ClientConfiguration) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.TcpDiscoveryS3IpFinder
-
Sets Amazon client configuration.
- setCredentials(AWSCredentials) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.AwsKmsEncryptionService
-
AWS credentials.
- setCredentialsProvider(AWSCredentialsProvider) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.TcpDiscoveryAlbIpFinder
-
Sets AWS credentials provider.
- setCredentialsProvider(AWSCredentialsProvider) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.TcpDiscoveryElbIpFinder
-
Sets AWS credentials provider.
- setEncryptionService(EncryptionService) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.TcpDiscoveryS3IpFinder
-
Sets encryption service for client side node address encryption.
- setKeyId(String) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.AwsKmsEncryptionService
-
Set the KMS key id used to encrypt/decrypt the data.
- setKeyPair(KeyPair) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.AsymmetricKeyEncryptionService
-
Set the public private key pair.
- setKeyPrefix(String) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.TcpDiscoveryS3IpFinder
-
This can be thought of as the sub-folder within the bucket that will hold the node addresses.
- setLoadBalancerName(String) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.TcpDiscoveryElbIpFinder
-
Sets AWS Classic load balancer name which nodes are plugged under it.
- setName(String) - Method in class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
- setRegion(String) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.TcpDiscoveryAlbIpFinder
-
Sets AWS Application Load Balancer's region.
- setRegion(String) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.TcpDiscoveryElbIpFinder
-
Sets Classic load balancer's region.
- setRegion(Region) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.AwsKmsEncryptionService
-
AWS region.
- setRegion(String) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.AwsKmsEncryptionService
-
AWS region.
- setSecretKey(Key) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.SymmetricKeyEncryptionService
-
The key used to encrypt and decrypt the data.
- setShared(boolean) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.TcpDiscoveryS3IpFinder
- setSSEAlgorithm(String) - Method in class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
-
Sets server-side encryption algorithm for Amazon S3-managed encryption keys.
- setSSEAlgorithm(String) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.TcpDiscoveryS3IpFinder
-
Sets server-side encryption algorithm for Amazon S3-managed encryption keys.
- setTargetGrpARN(String) - Method in class org.apache.ignite.spi.discovery.tcp.ipfinder.elb.TcpDiscoveryAlbIpFinder
-
Sets AWS Application Load Balancer's target group ARN.
- spiStart(String) - Method in class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
- spiStop() - Method in class org.apache.ignite.spi.checkpoint.s3.S3CheckpointSpi
- SymmetricKeyEncryptionService - Class in org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt
-
Service to encrypt data using symmetric key encryption.
- SymmetricKeyEncryptionService() - Constructor for class org.apache.ignite.spi.discovery.tcp.ipfinder.s3.encrypt.SymmetricKeyEncryptionService
-