| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeCacheResult |
AWSStorageGatewayClient.describeCache(DescribeCacheRequest request)
Returns information about the cache of a gateway.
|
DescribeCacheResult |
AWSStorageGateway.describeCache(DescribeCacheRequest describeCacheRequest)
Returns information about the cache of a gateway.
|
DescribeCacheResult |
AbstractAWSStorageGateway.describeCache(DescribeCacheRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeCacheResult> |
AWSStorageGatewayAsyncClient.describeCacheAsync(DescribeCacheRequest request,
AsyncHandler<DescribeCacheRequest,DescribeCacheResult> asyncHandler) |
Future<DescribeCacheResult> |
AWSStorageGatewayAsync.describeCacheAsync(DescribeCacheRequest describeCacheRequest,
AsyncHandler<DescribeCacheRequest,DescribeCacheResult> asyncHandler)
Returns information about the cache of a gateway.
|
Future<DescribeCacheResult> |
AbstractAWSStorageGatewayAsync.describeCacheAsync(DescribeCacheRequest request,
AsyncHandler<DescribeCacheRequest,DescribeCacheResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeCacheResult |
DescribeCacheResult.clone() |
DescribeCacheResult |
DescribeCacheResult.withCacheAllocatedInBytes(Long cacheAllocatedInBytes)
The amount of cache in bytes allocated to a gateway.
|
DescribeCacheResult |
DescribeCacheResult.withCacheDirtyPercentage(Double cacheDirtyPercentage)
The file share's contribution to the overall percentage of the gateway's cache that has not been persisted to
Amazon Web Services.
|
DescribeCacheResult |
DescribeCacheResult.withCacheHitPercentage(Double cacheHitPercentage)
Percent of application read operations from the file shares that are served from cache.
|
DescribeCacheResult |
DescribeCacheResult.withCacheMissPercentage(Double cacheMissPercentage)
Percent of application read operations from the file shares that are not served from cache.
|
DescribeCacheResult |
DescribeCacheResult.withCacheUsedPercentage(Double cacheUsedPercentage)
Percent use of the gateway's cache storage.
|
DescribeCacheResult |
DescribeCacheResult.withDiskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as working storage.
|
DescribeCacheResult |
DescribeCacheResult.withDiskIds(String... diskIds)
An array of strings that identify disks that are to be configured as working storage.
|
DescribeCacheResult |
DescribeCacheResult.withGatewayARN(String gatewayARN) |
Copyright © 2023. All rights reserved.