All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface

public interface Lv extends org.freedesktop.dbus.interfaces.DBusInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    org.freedesktop.dbus.DBusPath
    Activate(org.freedesktop.dbus.types.UInt64 controlFlags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> activateOptions)
     
    org.freedesktop.dbus.DBusPath
    Deactivate(org.freedesktop.dbus.types.UInt64 controlFlags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> activateOptions)
     
    org.freedesktop.dbus.DBusPath
    Move(org.freedesktop.dbus.DBusPath pvSrcObj, MoveStruct pvSourceRange, List<MoveStruct> pvDestsAndRanges, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> moveOptions)
     
    Remove(int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> removeOptions)
     
    org.freedesktop.dbus.DBusPath
    Rename(String name, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> renameOptions)
     
    org.freedesktop.dbus.DBusPath
    Resize(org.freedesktop.dbus.types.UInt64 newSizeBytes, List<ResizeStruct> pvDestsAndRanges, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> resizeOptions)
     
    Snapshot(String name, org.freedesktop.dbus.types.UInt64 optionalSize, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> snapshotOptions)
     
    org.freedesktop.dbus.DBusPath
    TagsAdd(List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
     
    org.freedesktop.dbus.DBusPath
    TagsDel(List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
     
    WriteCacheLv(org.freedesktop.dbus.DBusPath lvObject, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> cacheOptions)
     

    Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface

    getObjectPath, isRemote
  • Method Details

    • Remove

      Job Remove(int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> removeOptions)
    • Rename

      org.freedesktop.dbus.DBusPath Rename(String name, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> renameOptions)
    • Move

      org.freedesktop.dbus.DBusPath Move(org.freedesktop.dbus.DBusPath pvSrcObj, MoveStruct pvSourceRange, List<MoveStruct> pvDestsAndRanges, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> moveOptions)
    • Snapshot

      SnapshotStruct Snapshot(String name, org.freedesktop.dbus.types.UInt64 optionalSize, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> snapshotOptions)
    • Resize

      org.freedesktop.dbus.DBusPath Resize(org.freedesktop.dbus.types.UInt64 newSizeBytes, List<ResizeStruct> pvDestsAndRanges, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> resizeOptions)
    • Activate

      org.freedesktop.dbus.DBusPath Activate(org.freedesktop.dbus.types.UInt64 controlFlags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> activateOptions)
    • Deactivate

      org.freedesktop.dbus.DBusPath Deactivate(org.freedesktop.dbus.types.UInt64 controlFlags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> activateOptions)
    • TagsAdd

      org.freedesktop.dbus.DBusPath TagsAdd(List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
    • TagsDel

      org.freedesktop.dbus.DBusPath TagsDel(List<String> tags, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> tagOptions)
    • WriteCacheLv

      WriteCacheLvStruct WriteCacheLv(org.freedesktop.dbus.DBusPath lvObject, int tmo, Map<String,org.freedesktop.dbus.types.Variant<?>> cacheOptions)