public class DeviceInfo extends 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,
String name,
StorageInfo storageInfo,
int streamCount,
Tag[] tags) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDeviceStorageType() |
String |
getName() |
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,
@Nullable
String name,
@NonNull
StorageInfo storageInfo,
int streamCount,
@Nullable
Tag[] tags)
public int getVersion()
public String getName()
@NonNull public StorageInfo getStorageInfo()
public int getStreamCount()
public int getStorageInfoVersion()
public int getDeviceStorageType()
public long getStorageSize()
public int getSpillRatio()
@Nullable public String getRootDirectory()
@Nullable public Tag[] getTags()
Copyright © 2019. All rights reserved.