| Package | Description |
|---|---|
| org.jvnet.solaris.libzfs |
High-level Java API to libzfs.
|
| org.jvnet.solaris.libzfs.jna |
Low level API to libzfs through JNA.
|
| Modifier and Type | Method and Description |
|---|---|
Map<zfs_prop_t,String> |
ZFSObject.getZfsProperty(Collection<zfs_prop_t> props) |
| Modifier and Type | Method and Description |
|---|---|
String |
ZFSObject.getZfsProperty(zfs_prop_t prop) |
| Modifier and Type | Method and Description |
|---|---|
Map<zfs_prop_t,String> |
ZFSObject.getZfsProperty(Collection<zfs_prop_t> props) |
| Modifier and Type | Method and Description |
|---|---|
static zfs_prop_t |
zfs_prop_t.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static zfs_prop_t[] |
zfs_prop_t.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
libzfs.zfs_prop_align_right(zfs_prop_t prop) |
String |
libzfs.zfs_prop_column_name(zfs_prop_t prop) |
long |
libzfs.zfs_prop_default_numeric(zfs_prop_t prop) |
String |
libzfs.zfs_prop_default_string(zfs_prop_t prop) |
long |
libzfs.zfs_prop_get_int(zfs_handle_t handle,
zfs_prop_t prop) |
int |
libzfs.zfs_prop_get_numeric(zfs_handle_t handle,
zfs_prop_t prop,
com.sun.jna.ptr.LongByReference r,
com.sun.jna.ptr.IntByReference _4,
char[] _5,
com.sun.jna.NativeLong _6) |
int |
libzfs.zfs_prop_is_string(zfs_prop_t prop) |
String |
libzfs.zfs_prop_to_name(zfs_prop_t prop) |
String |
libzfs.zfs_prop_values(zfs_prop_t prop) |
Copyright © 2008–2017. All rights reserved.