Uses of Class
com.xensource.xenapi.PVSCacheStorage
-
Uses of PVSCacheStorage in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type PVSCacheStorageModifier and TypeFieldDescriptionPVSSite.Record.cacheStorage
The SR used by PVS proxy for the cacheMethods in com.xensource.xenapi that return PVSCacheStorageModifier and TypeMethodDescriptionstatic PVSCacheStorage
PVSCacheStorage.create
(Connection c, PVSCacheStorage.Record record) Create a new PVS_cache_storage instance, and return its handle.static PVSCacheStorage
PVSCacheStorage.getByUuid
(Connection c, String uuid) Get a reference to the PVS_cache_storage instance with the specified UUID.static PVSCacheStorage
Types.toPVSCacheStorage
(Task task, Connection connection) Attempt to convert theTask
's result to aPVSCacheStorage
object.static PVSCacheStorage
Types.toPVSCacheStorage
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type PVSCacheStorageModifier and TypeMethodDescriptionstatic Set<PVSCacheStorage>
PVSCacheStorage.getAll
(Connection c) Return a list of all the PVS_cache_storages known to the system.static Map<PVSCacheStorage,
PVSCacheStorage.Record> PVSCacheStorage.getAllRecords
(Connection c) Return a map of PVS_cache_storage references to PVS_cache_storage records for all PVS_cache_storages known to the system.PVSSite.getCacheStorage
(Connection c) Get the cache_storage field of the given PVS_site.static Map<PVSCacheStorage,
PVSCacheStorage.Record> Types.toMapOfPVSCacheStoragePVSCacheStorageRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.static Set<PVSCacheStorage>
Types.toSetOfPVSCacheStorage
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.