| Package | Description |
|---|---|
| org.jvnet.solaris.libzfs |
High-level Java API to libzfs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ZFSFileSystem
ZFS file system.
|
class |
ZFSSnapshot |
class |
ZFSVolume |
| Modifier and Type | Field and Description |
|---|---|
Class<? extends ZFSObject> |
ZFSType.type |
| Modifier and Type | Method and Description |
|---|---|
<T extends ZFSObject> |
ZFSContainer.children(Class<T> type)
List the specific kind of children of this ZFS object (but not recursively.)
|
<T extends ZFSObject> |
ZFSObject.children(Class<T> type) |
<T extends ZFSObject> |
LibZFS.children(Class<T> type) |
<T extends ZFSObject> |
LibZFS.create(String dataSetName,
Class<T> type)
Create a ZFS Data Set of a given name and zfs type.
|
<T extends ZFSObject> |
ZFSContainer.descendants(Class<T> type) |
<T extends ZFSObject> |
ZFSObject.descendants(Class<T> type) |
<T extends ZFSObject> |
LibZFS.descendants(Class<T> type) |
<T extends ZFSObject> |
LibZFS.open(String dataSetName,
Class<T> type)
Opens a ZFS dataset of the given name and type.
|
| 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.
|
ZFSObject |
LibZFS.open(String dataSetName)
Open a ZFS Data Set of a given name.
|
ZFSObject |
LibZFS.open(String dataSetName,
int mask)
Open a ZFS Data Set of a given name and type.
|
ZFSObject |
ZFSObject.rename(String fullName,
boolean recursive)
Renames this data set to another name.
|
ZFSObject |
ZFSObject.rollback(boolean recursive) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends ZFSObject> |
ZFSContainer.children()
List the children of this ZFS object (but not recursively.)
|
List<ZFSObject> |
ZFSObject.children() |
List<ZFSObject> |
ZFSContainer.descendants()
List the children of this ZFS object recursively, excluding the 'this' object itself.
|
List<ZFSObject> |
ZFSObject.descendants() |
List<ZFSObject> |
LibZFS.descendants() |
List<ZFSObject> |
ZFSObject.filesystems() |
List<ZFSObject> |
ZFSObject.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
int |
ZFSObject.compareTo(ZFSObject that) |
protected nvlist_t |
ACLBuilder.PermissionBuilder.toNativeFormat(ZFSObject dataset) |
Copyright © 2008–2017. All rights reserved.