public class StorageInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StorageInfo.DeviceStorageType |
| Modifier and Type | Field and Description |
|---|---|
static int |
STORAGE_INFO_CURRENT_VERSION
Current version for the structure as defined in the native code
|
| Constructor and Description |
|---|
StorageInfo(int version,
StorageInfo.DeviceStorageType deviceStorageType,
long storageSize,
int spillRatio,
java.lang.String rootDirectory) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeviceStorageType() |
java.lang.String |
getRootDirectory() |
int |
getSpillRatio() |
long |
getStorageSize() |
int |
getVersion() |
public static final int STORAGE_INFO_CURRENT_VERSION
public StorageInfo(int version,
StorageInfo.DeviceStorageType deviceStorageType,
long storageSize,
int spillRatio,
java.lang.String rootDirectory)
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.