@Generated(value="software.amazon.awssdk:codegen") public final class ListKxClustersRequest extends FinspaceRequest implements ToCopyableBuilder<ListKxClustersRequest.Builder,ListKxClustersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListKxClustersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListKxClustersRequest.Builder |
builder() |
KxClusterType |
clusterType()
Specifies the type of KDB database that is being created.
|
String |
clusterTypeAsString()
Specifies the type of KDB database that is being created.
|
String |
environmentId()
A unique identifier for the kdb environment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in this request.
|
String |
nextToken()
A token that indicates where a results page should begin.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListKxClustersRequest.Builder> |
serializableBuilderClass() |
ListKxClustersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String environmentId()
A unique identifier for the kdb environment.
public final KxClusterType clusterType()
Specifies the type of KDB database that is being created. The following types are available:
HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster.
RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in
memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster
type requires local storage for temporary storage of data during the savedown process. If you specify this field
in your request, you must provide the savedownStorageConfiguration parameter.
GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
If the service returns an enum value that is not available in the current SDK version, clusterType will
return KxClusterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clusterTypeAsString().
HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster.
RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it
in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This
cluster type requires local storage for temporary storage of data during the savedown process. If you
specify this field in your request, you must provide the savedownStorageConfiguration
parameter.
GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
KxClusterTypepublic final String clusterTypeAsString()
Specifies the type of KDB database that is being created. The following types are available:
HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster.
RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it in
memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster
type requires local storage for temporary storage of data during the savedown process. If you specify this field
in your request, you must provide the savedownStorageConfiguration parameter.
GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
If the service returns an enum value that is not available in the current SDK version, clusterType will
return KxClusterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clusterTypeAsString().
HDB – A Historical Database. The data is only accessible with read-only permissions from one of the FinSpace managed kdb databases mounted to the cluster.
RDB – A Realtime Database. This type of database captures all the data from a ticker plant and stores it
in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This
cluster type requires local storage for temporary storage of data during the savedown process. If you
specify this field in your request, you must provide the savedownStorageConfiguration
parameter.
GATEWAY – A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
KxClusterTypepublic final Integer maxResults()
The maximum number of results to return in this request.
public final String nextToken()
A token that indicates where a results page should begin.
public ListKxClustersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListKxClustersRequest.Builder,ListKxClustersRequest>toBuilder in class FinspaceRequestpublic static ListKxClustersRequest.Builder builder()
public static Class<? extends ListKxClustersRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.