@Generated(value="software.amazon.awssdk:codegen") public final class KxCacheStorageConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KxCacheStorageConfiguration.Builder,KxCacheStorageConfiguration>
The configuration for read only disk cache associated with a cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KxCacheStorageConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KxCacheStorageConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KxCacheStorageConfiguration.Builder> |
serializableBuilderClass() |
Integer |
size()
The size of cache in Gigabytes.
|
KxCacheStorageConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of cache storage.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String type()
The type of cache storage. The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
CACHE_250 – This type provides at least 250 MB/s disk access throughput.
CACHE_12 – This type provides at least 12 MB/s disk access throughput.
For cache type CACHE_1000 and CACHE_250 you can select cache size as 1200 GB or
increments of 2400 GB. For cache type CACHE_12 you can select the cache size in increments of 6000
GB.
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
CACHE_250 – This type provides at least 250 MB/s disk access throughput.
CACHE_12 – This type provides at least 12 MB/s disk access throughput.
For cache type CACHE_1000 and CACHE_250 you can select cache size as 1200 GB or
increments of 2400 GB. For cache type CACHE_12 you can select the cache size in increments
of 6000 GB.
public final Integer size()
The size of cache in Gigabytes.
public KxCacheStorageConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KxCacheStorageConfiguration.Builder,KxCacheStorageConfiguration>public static KxCacheStorageConfiguration.Builder builder()
public static Class<? extends KxCacheStorageConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.