|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IFreeSpaceListEntry.EntryProps> org.jmythapi.protocol.response.IFreeSpaceListEntry.EntryProps
public static enum IFreeSpaceListEntry.EntryProps
The properties of an IFreeSpaceList
response.
MythTV Protocol Version Matrix | |||||||||
---|---|---|---|---|---|---|---|---|---|
Protocol | |||||||||
Name | Type | Range | 00 | 32 | 37 | 47 | 65 | 66 | -1 |
HOSTNAME | String | [00,-1) | X | X | X | X | X | X | X |
DIRECTORIES | String | [32,-1) | - | X | X | X | X | X | X |
IS_LOCAL | Boolean | [32,-1) | - | X | X | X | X | X | X |
FILESYSTEM_ID | String | [32,-1) | - | X | X | X | X | X | X |
STORAGE_GROUP_ID | Integer | [37,-1) | - | - | X | X | X | X | X |
BLOCK_SIZE | Integer | [47,-1) | - | - | - | X | X | X | X |
TOTAL_SPACE1 | Long | [00,66) | X | X | X | X | X | - | - |
TOTAL_SPACE2 | Long | [00,66) | X | X | X | X | X | - | - |
TOTAL_SPACE | Long | [66,-1) | - | - | - | - | - | X | X |
USED_SPACE1 | Long | [00,66) | X | X | X | X | X | - | - |
USED_SPACE2 | Long | [00,66) | X | X | X | X | X | - | - |
USED_SPACE | Long | [66,-1) | - | - | - | - | - | X | X |
Enum Constant Summary | |
---|---|
BLOCK_SIZE
Filesystem block size. |
|
DIRECTORIES
Directories. |
|
FILESYSTEM_ID
File system ID. |
|
HOSTNAME
Hostname. |
|
IS_LOCAL
Local Filesystem. |
|
STORAGE_GROUP_ID
Storage Group ID. |
|
TOTAL_SPACE
Total disk space. |
|
TOTAL_SPACE1
Deprecated. 66, replaced by TOTAL_SPACE |
|
TOTAL_SPACE2
Deprecated. 66, replaced by TOTAL_SPACE |
|
USED_SPACE
Used disk space. |
|
USED_SPACE1
Deprecated. 66, replaced by USED_SPACE |
|
USED_SPACE2
Deprecated. 66, replaced by USED_SPACE |
Method Summary | |
---|---|
static IFreeSpaceListEntry.EntryProps |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IFreeSpaceListEntry.EntryProps[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IFreeSpaceListEntry.EntryProps HOSTNAME
The name of the backend using this directory.
FreeSpaceList.Entry.getHostName()
public static final IFreeSpaceListEntry.EntryProps DIRECTORIES
A list of directories contained in the storage group
FreeSpaceList.Entry.getDirectories()
public static final IFreeSpaceListEntry.EntryProps IS_LOCAL
Specifies if the file system is local to the backend.
FreeSpaceList.Entry.isLocal()
public static final IFreeSpaceListEntry.EntryProps FILESYSTEM_ID
FreeSpaceList.Entry.getFileSystemID()
public static final IFreeSpaceListEntry.EntryProps STORAGE_GROUP_ID
If a storage group has multiple directories, this is only the id of the first directory listed in storage groups database table.
FreeSpaceList.Entry.getStorageGroupID()
public static final IFreeSpaceListEntry.EntryProps BLOCK_SIZE
FreeSpaceList.Entry.getBlockSize()
public static final IFreeSpaceListEntry.EntryProps TOTAL_SPACE1
TOTAL_SPACE
FreeSpaceList.Entry.getTotalSpace()
public static final IFreeSpaceListEntry.EntryProps TOTAL_SPACE2
TOTAL_SPACE
FreeSpaceList.Entry.getTotalSpace()
public static final IFreeSpaceListEntry.EntryProps TOTAL_SPACE
FreeSpaceList.Entry.getTotalSpace()
public static final IFreeSpaceListEntry.EntryProps USED_SPACE1
USED_SPACE
FreeSpaceList.Entry.getUsedSpace()
public static final IFreeSpaceListEntry.EntryProps USED_SPACE2
USED_SPACE
FreeSpaceList.Entry.getUsedSpace()
public static final IFreeSpaceListEntry.EntryProps USED_SPACE
FreeSpaceList.Entry.getUsedSpace()
Method Detail |
---|
public static IFreeSpaceListEntry.EntryProps[] values()
for (IFreeSpaceListEntry.EntryProps c : IFreeSpaceListEntry.EntryProps.values()) System.out.println(c);
public static IFreeSpaceListEntry.EntryProps valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |