| Package | Description |
|---|---|
| com.amazonaws.services.finspace |
The FinSpace management service provides the APIs for managing FinSpace environments.
|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
GetKxClusterResult |
AWSfinspaceClient.getKxCluster(GetKxClusterRequest request)
Retrieves information about a kdb cluster.
|
GetKxClusterResult |
AWSfinspace.getKxCluster(GetKxClusterRequest getKxClusterRequest)
Retrieves information about a kdb cluster.
|
GetKxClusterResult |
AbstractAWSfinspace.getKxCluster(GetKxClusterRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetKxClusterResult> |
AbstractAWSfinspaceAsync.getKxClusterAsync(GetKxClusterRequest request,
AsyncHandler<GetKxClusterRequest,GetKxClusterResult> asyncHandler) |
Future<GetKxClusterResult> |
AWSfinspaceAsync.getKxClusterAsync(GetKxClusterRequest getKxClusterRequest,
AsyncHandler<GetKxClusterRequest,GetKxClusterResult> asyncHandler)
Retrieves information about a kdb cluster.
|
Future<GetKxClusterResult> |
AWSfinspaceAsyncClient.getKxClusterAsync(GetKxClusterRequest request,
AsyncHandler<GetKxClusterRequest,GetKxClusterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetKxClusterResult |
GetKxClusterResult.clone() |
GetKxClusterResult |
GetKxClusterResult.withAutoScalingConfiguration(AutoScalingConfiguration autoScalingConfiguration)
The configuration based on which FinSpace will scale in or scale out nodes in your cluster.
|
GetKxClusterResult |
GetKxClusterResult.withAvailabilityZoneId(String availabilityZoneId)
The availability zone identifiers for the requested regions.
|
GetKxClusterResult |
GetKxClusterResult.withAzMode(KxAzMode azMode)
The number of availability zones you want to assign per cluster.
|
GetKxClusterResult |
GetKxClusterResult.withAzMode(String azMode)
The number of availability zones you want to assign per cluster.
|
GetKxClusterResult |
GetKxClusterResult.withCacheStorageConfigurations(Collection<KxCacheStorageConfiguration> cacheStorageConfigurations)
The configurations for a read only cache storage associated with a cluster.
|
GetKxClusterResult |
GetKxClusterResult.withCacheStorageConfigurations(KxCacheStorageConfiguration... cacheStorageConfigurations)
The configurations for a read only cache storage associated with a cluster.
|
GetKxClusterResult |
GetKxClusterResult.withCapacityConfiguration(CapacityConfiguration capacityConfiguration)
A structure for the metadata of a cluster.
|
GetKxClusterResult |
GetKxClusterResult.withClusterDescription(String clusterDescription)
A description of the cluster.
|
GetKxClusterResult |
GetKxClusterResult.withClusterName(String clusterName)
A unique name for the cluster.
|
GetKxClusterResult |
GetKxClusterResult.withClusterType(KxClusterType clusterType)
Specifies the type of KDB database that is being created.
|
GetKxClusterResult |
GetKxClusterResult.withClusterType(String clusterType)
Specifies the type of KDB database that is being created.
|
GetKxClusterResult |
GetKxClusterResult.withCode(CodeConfiguration code)
The details of the custom code that you want to use inside a cluster when analyzing a data.
|
GetKxClusterResult |
GetKxClusterResult.withCommandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)
Defines key-value pairs to make them available inside the cluster.
|
GetKxClusterResult |
GetKxClusterResult.withCommandLineArguments(KxCommandLineArgument... commandLineArguments)
Defines key-value pairs to make them available inside the cluster.
|
GetKxClusterResult |
GetKxClusterResult.withCreatedTimestamp(Date createdTimestamp)
The timestamp at which the cluster was created in FinSpace.
|
GetKxClusterResult |
GetKxClusterResult.withDatabases(Collection<KxDatabaseConfiguration> databases)
A list of databases mounted on the cluster.
|
GetKxClusterResult |
GetKxClusterResult.withDatabases(KxDatabaseConfiguration... databases)
A list of databases mounted on the cluster.
|
GetKxClusterResult |
GetKxClusterResult.withExecutionRole(String executionRole)
An IAM role that defines a set of permissions associated with a cluster.
|
GetKxClusterResult |
GetKxClusterResult.withInitializationScript(String initializationScript)
Specifies a Q program that will be run at launch of a cluster.
|
GetKxClusterResult |
GetKxClusterResult.withLastModifiedTimestamp(Date lastModifiedTimestamp)
The last time that the cluster was modified.
|
GetKxClusterResult |
GetKxClusterResult.withReleaseLabel(String releaseLabel)
The version of FinSpace managed kdb to run.
|
GetKxClusterResult |
GetKxClusterResult.withSavedownStorageConfiguration(KxSavedownStorageConfiguration savedownStorageConfiguration)
The size and type of the temporary storage that is used to hold data during the savedown process.
|
GetKxClusterResult |
GetKxClusterResult.withStatus(KxClusterStatus status)
The status of cluster creation.
|
GetKxClusterResult |
GetKxClusterResult.withStatus(String status)
The status of cluster creation.
|
GetKxClusterResult |
GetKxClusterResult.withStatusReason(String statusReason)
The error message when a failed state occurs.
|
GetKxClusterResult |
GetKxClusterResult.withVpcConfiguration(VpcConfiguration vpcConfiguration)
Configuration details about the network where the Privatelink endpoint of the cluster resides.
|
Copyright © 2023. All rights reserved.