public class DeviceInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEVICE_INFO_CURRENT_VERSION
Current version for the structure as defined in the native code
|
Constructor and Description |
---|
DeviceInfo(int version,
java.lang.String name,
StorageInfo storageInfo,
int streamCount,
Tag[] tags) |
Modifier and Type | Method and Description |
---|---|
int |
getDeviceStorageType() |
java.lang.String |
getName() |
java.lang.String |
getRootDirectory() |
int |
getSpillRatio() |
StorageInfo |
getStorageInfo() |
int |
getStorageInfoVersion() |
long |
getStorageSize() |
int |
getStreamCount() |
Tag[] |
getTags() |
int |
getVersion() |
public static final int DEVICE_INFO_CURRENT_VERSION
public DeviceInfo(int version, java.lang.String name, StorageInfo storageInfo, int streamCount, Tag[] tags)
public int getVersion()
public java.lang.String getName()
public StorageInfo getStorageInfo()
public int getStreamCount()
public int getStorageInfoVersion()
public int getDeviceStorageType()
public long getStorageSize()
public int getSpillRatio()
public java.lang.String getRootDirectory()
public Tag[] getTags()
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.