See: Description
Class | Description |
---|---|
Ec2BootstrapGatewayProvider |
A
BootstrapGatewayProvider implementation that can be used with
GridConnection.connect(String, BootstrapGatewayProvider) to connect to
ScaleOut hosts running in an Amazon EC2 environment. |
GcpBootstrapGatewayProvider |
A
BootstrapGatewayProvider implementation that can be used with
GridConnection.connect(String, BootstrapGatewayProvider) to connect to
ScaleOut hosts running in a Google Cloud Platform environment. |
Enum | Description |
---|---|
GatewayType |
Enum detailing the type of Gateway to pull from the GCP instances.
|
Exception | Description |
---|---|
Ec2AdapterException |
No EC2 instances were found with the ScaleOut store name supplied to the
EC2BootstrapGatewayProvider's constructor, or a ScaleOut EC2 instance contains
invalid metadata in its
__soss_metadata tag. |
Ec2TagMissingException |
ScaleOut EC2 instances are missing tag metadata (the
__soss_metadata tag)
that is required for client connections. |
GcpAdapterException |
No GCP instances were found with the ScaleOut store name supplied to the
GcpBootstrapGatewayProvider's constructor, or a ScaleOut GCP instance contains
invalid metadata in its
__soss_metadata tag. |
GcpTagMissingException |
ScaleOut GCP instances are missing tag metadata (the
__soss_metadata tag)
that is required for client connections. |