| Package | Description |
|---|---|
| org.jvnet.solaris.libzfs |
High-level Java API to libzfs.
|
| Modifier and Type | Method and Description |
|---|---|
ZFSType |
ZFSObject.getType()
Gets the type of this
ZFSObject. |
static ZFSType |
ZFSType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZFSType[] |
ZFSType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ZFSObject |
LibZFS.create(String dataSetName,
ZFSType type,
Map<String,String> props)
Create a ZFS Data Set of a given name, zfs type and properties.
|
boolean |
LibZFS.exists(String dataSetName,
ZFSType type)
Does a zfs dataset of the given name and the given type exist?
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LibZFS.exists(String name,
Set<ZFSType> typeMask)
Does a zfs dataset of the given name and the given types exist?
|
Copyright © 2008–2017. All rights reserved.